Find domain and range of f(x) = √(4-x²)

hard 3 min read

Question

Find the domain and range of f(x)=4x2f(x) = \sqrt{4 - x^2}.

Solution — Step by Step

For f(x)=4x2f(x) = \sqrt{4 - x^2} to be defined over real numbers, the expression under the square root must be non-negative:

4x204 - x^2 \geq 0

This is the only restriction (square roots of negative numbers are not real).

4x204 - x^2 \geq 0 x24x^2 \leq 4 x2|x| \leq 2 2x2-2 \leq x \leq 2

Domain =[2,2]= [-2, 2]

Now we need all possible values f(x)f(x) can take when x[2,2]x \in [-2, 2].

Since f(x)=4x2f(x) = \sqrt{4 - x^2}, and square root is always 0\geq 0, the range contains only non-negative values.

When is f(x)f(x) minimum? When 4x24 - x^2 is minimum, i.e., when x2x^2 is maximum. Maximum x2x^2 on [2,2][-2,2] is 4 (at x=±2x = \pm 2).

f(±2)=44=0=0f(\pm 2) = \sqrt{4 - 4} = \sqrt{0} = 0

When is f(x)f(x) maximum? When 4x24 - x^2 is maximum, i.e., when x2x^2 is minimum. Minimum x2=0x^2 = 0 (at x=0x = 0).

f(0)=40=4=2f(0) = \sqrt{4 - 0} = \sqrt{4} = 2

Since f(x)f(x) is continuous on [2,2][-2, 2] and takes all values from 0 to 2 (by the intermediate value theorem), the range is:

Range =[0,2]= [0, 2]

Final Answer:

  • Domain: [2,2][-2, 2]
  • Range: [0,2][0, 2]

Why This Works

The function f(x)=4x2f(x) = \sqrt{4 - x^2} is the upper semicircle of the circle x2+y2=4x^2 + y^2 = 4 (radius 2, centred at origin). The square root gives only the positive yy values.

Seeing this geometrically makes the answer obvious: the semicircle’s xx-values run from 2-2 to 22 (domain), and the yy-values run from 0 (at the endpoints) to 2 (at the top, the apex). So domain =[2,2]= [-2,2] and range =[0,2]= [0,2].

This geometric interpretation is a powerful cross-check. Any time you see r2x2\sqrt{r^2 - x^2}, think: semicircle of radius rr.

Alternative Method — Substitution

Let y=4x2y = \sqrt{4 - x^2}. Then y0y \geq 0 and y2=4x2y^2 = 4 - x^2, so x2=4y2x^2 = 4 - y^2.

For real xx: 4y20y240y24 - y^2 \geq 0 \Rightarrow y^2 \leq 4 \Rightarrow 0 \leq y \leq 2 (since y0y \geq 0).

This confirms range =[0,2]= [0, 2] directly.

Common Mistake

Writing domain as (2,2)(-2, 2) — open interval — instead of [2,2][-2, 2] — closed interval. At x=±2x = \pm 2, the expression under the square root equals zero, and 0=0\sqrt{0} = 0 is perfectly valid. Zero under the square root is not a problem — only negative values are. So x=±2x = \pm 2 are included in the domain.

For domain questions: identify restrictions first. Square roots require non-negative inside. Logarithms require positive inside. Denominators require non-zero. Then solve the corresponding inequality. The solution set is your domain.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next