Range
Domain is what you may put in; range is what can come out. The second is harder than the first, because you cannot read it off the rule by inspection: you have to know what the function actually does.
Take $f(x) = x^2$. Try to find an input that produces the output $-1$. Write down what happens when you try to solve $x^2 = -1$, and say what that tells you about which numbers are in the range.
The range of a function is the set of output values it actually produces as the input varies over the whole domain. On a graph, the domain is read across and the range is read up.
$$\text{range} = \{f(x) : x \text{ in the domain}\}$$
Range depends on the domain. Shrink the set of allowed inputs and the set of achievable outputs generally shrinks with it, so a question that restricts the domain has changed the range too and expects you to notice.
Know
- That the range is the set of outputs produced as the input varies over the domain
- That the range is read up the vertical axis of a graph
- That restricting the domain generally changes the range
Understand
- Why the range cannot usually be read straight off the rule
- Why some boundary values are attained and others are approached but never reached
Can Do
- Find the range of a function from its graph
- Find the range of a linear, quadratic, square-root or reciprocal function from its rule
- Find the range of a function on a restricted domain
On a graph, each point is an input paired with its output. The input is the horizontal coordinate and the output is the vertical one. So:
the domain is the set of horizontal positions the graph occupies, found by looking along the horizontal axis;
the range is the set of heights the graph occupies, found by looking up and down the vertical axis.
A useful way to see it: shine a light straight down onto the horizontal axis and the shadow of the graph is the domain. Shine it sideways onto the vertical axis and the shadow is the range.
For $y = x^2 - 4$ the curve extends left and right forever, so the domain is all real numbers. It has a lowest point at $(0,-4)$ and rises without limit on both sides, so its heights are everything from $-4$ upward:
$$\text{range} = \{y : y \geq -4\} = [-4, \infty)$$
The value $-4$ is included because the curve actually reaches it, at $x = 0$. That check, whether the boundary is attained, decides between a square bracket and a round one.
A domain can be found by inspection: look for a denominator, look for a root, and you are done. A range cannot.
Compare $f(x) = x^2 - 4$ with $g(x) = x^3 - 4$. Both are polynomials, so both have domain all real numbers, and the two rules look almost identical. But:
$$f \text{ has range } [-4, \infty) \qquad g \text{ has range } (-\infty, \infty)$$
The cube can produce any real number, including large negatives, because an odd power keeps the sign of its input. The square cannot go below zero, so $x^2 - 4$ cannot go below $-4$.
Nothing on the surface of the two rules distinguishes them. You have to know what the function does, which in practice means sketching it or reasoning about its shape.
Linear, $f(x) = mx + c$ with $m \neq 0$. The line rises or falls without limit in both directions, so the range is all real numbers. If $m = 0$ the function is constant and its range is the single value $\{c\}$.
Quadratic, $f(x) = ax^2 + bx + c$. The vertex is the boundary. If $a > 0$ the parabola opens upward and the vertex is a minimum, so the range is $[k, \infty)$ where $k$ is the vertex height. If $a < 0$ it opens downward and the range is $(-\infty, k]$.
Cubic, and any odd-degree polynomial. The two ends go opposite ways without limit, and the graph is unbroken, so every real value is attained: the range is all real numbers.
Square root, $f(x) = \sqrt{x}$. The symbol means the non-negative root, so outputs are never negative, and every non-negative value is reached. The range is $[0, \infty)$.
Reciprocal, $f(x) = \dfrac{1}{x}$. No input produces the output $0$, since $\dfrac{1}{x} = 0$ has no solution. Every other real value is produced. The range is all real numbers except $0$.
That last one is worth pausing on. The horizontal axis is an asymptote: the curve gets arbitrarily close to height zero but never lands on it.
The range is defined in terms of the domain, so changing one changes the other.
Take $f(x) = x^2$ on three different domains.
On all real numbers, the range is $[0,\infty)$: every non-negative value is reached.
On $x \geq 0$, the range is still $[0,\infty)$. Cutting away the negative inputs removed nothing from the outputs, because each of those outputs was also produced by a positive input.
On $1 \leq x \leq 3$, the range is $[1,9]$: the smallest output is $1^2 = 1$ and the largest is $3^2 = 9$, and everything between is reached.
The middle case is the instructive one. Shrinking the domain does not always shrink the range, because a many-to-one function may reach the same output from more than one input. Removing one of them leaves the output still available.
When a domain is restricted to an interval, check the two endpoints and any turning point inside the interval. On $-1 \leq x \leq 3$ the endpoints give $1$ and $9$, but the vertex at $x = 0$ gives $0$, which is lower than both. The range is $[0,9]$, and the endpoints alone would have missed it.
Watch Me Solve It · 3 examples
-
1Domain first, since it is quickA polynomial has no denominator and no root, so the domain is all real numbers.
-
2Find the vertex by completing the square$x^2 - 6x + 5 = (x^2 - 6x + 9) - 9 + 5 = (x-3)^2 - 4$This form shows the shape directly: a squared bracket, which is never negative, shifted down by $4$.
-
3Reason outward from the innermost part$(x-3)^2 \geq 0 \ \Rightarrow \ (x-3)^2 - 4 \geq -4$The square is at least zero for every input, so the whole expression is at least $-4$.
-
4Check the boundary is attained$f(3) = 0 - 4 = -4$The value $-4$ is actually reached, at $x = 3$, so it is included and the bracket is square.
-
1Domain from the root$x - 2 \geq 0 \ \Rightarrow \ x \geq 2$The domain is $[2,\infty)$.
-
2Reason outward for the range$\sqrt{x-2} \geq 0$The square root symbol denotes the non-negative root, so this part is never negative.
-
3Apply the outer operation$\sqrt{x-2} + 3 \geq 3$Adding $3$ to something at least zero gives something at least $3$.
-
4Check attainment and the upper end$g(2) = 0 + 3 = 3$The value $3$ is reached at $x = 2$, so it is included. There is no upper limit, since $\sqrt{x-2}$ grows without bound. The range is $[3,\infty)$.
-
1Locate the vertex$x^2 - 4x = (x-2)^2 - 4$The vertex is at $x = 2$, with height $-4$. Since $2$ lies inside $[1,5]$, it must be checked.
-
2Evaluate at both endpoints$f(1) = 1 - 4 = -3$$f(5) = 25 - 20 = 5$
-
3Evaluate at the interior turning point$f(2) = 4 - 8 = -4$Lower than either endpoint, so the endpoints alone would have given the wrong minimum.
-
4Assemble the rangeThe lowest output is $-4$ and the highest is $5$. The graph is unbroken on the interval, so every value in between is attained. The range is $[-4,5]$.
Brain Trainer · 5 problems
Five items on ranges. Work each one, then reveal the answer.
-
1 State the range of $f(x) = 3x + 1$.
A non-horizontal line reaches every height.All real numbers -
2 State the range of $f(x) = x^2 + 7$.
The square is at least zero, so add $7$.$y \geq 7$ -
3 State the range of $f(x) = -x^2$.
The square is at least zero, so its negative is at most zero.$y \leq 0$ -
4 State the range of $f(x) = \sqrt{x} - 5$.
The root is at least zero, so subtract $5$.$y \geq -5$ -
5 State the range of $f(x) = \dfrac{1}{x}$.
No input gives the output zero.All real numbers except $0$
Multiple Choice · 5 questions
The range of a function is:
The range of $f(x) = x^2 + 3$ is:
For $f(x) = \sqrt{x+4}$, the domain and range are:
The range of $f(x) = x^2$ on the domain $-1 \leq x \leq 3$ is:
The range of $f(x) = \dfrac{2}{x}$ excludes which value?
Short Answer · 3 questions
(a) $f(x) = 5 - 2x$
(b) $f(x) = (x-1)^2 + 6$
(c) $f(x) = -\sqrt{x}$
(d) $f(x) = \dfrac{1}{x-3}$
(a) Write $f(x)$ in completed-square form and state the vertex.
(b) State the range of $f$ on its natural domain.
(c) State the range of $f$ on the domain $2 \leq x \leq 4$.
(d) State the range of $f$ on the domain $-2 \leq x \leq 4$, and explain why the answer differs from (c) in the way it does.
(b) Show that the range of $f(x) = \dfrac{1}{x^2}$ is $y > 0$, and explain why $0$ is excluded but every positive value is included.
(c) A function has domain $[0,4]$ and range $[1,7]$. State the domain and range of $y = f(x) + 3$, and of $y = -f(x)$, justifying each.
(b) Explain why a polynomial of odd degree always has range all real numbers, while one of even degree never does.
(c) A function $f$ has domain all real numbers and range $[0,\infty)$. Give three functions with these domain and range that are genuinely different in shape, and say what they have in common.
Range
The set of outputs actually produced
Read it up
Domain across the page, range up the page
Reason outward
Square is $\geq 0$, then apply what is outside it
Restricted domains
Check both endpoints and any interior turning point
Your Badges
0 of 6Mark lesson as complete
Tick when you've finished Learn, Practice and the Stretch. Earns +85 XP and +25 coins.