Skip to content
mathlab
0
0
0 XP
Lvl 1
KJ
Lesson 5 ~40 min Functions · Path +85 XP

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.

Today's hook: $f(x) = x^2 - 4$ accepts every real number, but no matter what you feed it, the answer is never less than $-4$. Nothing in the way the rule is written says so. You find it out by understanding the function, which is the whole difference between range and domain.
0/5QUESTS
Think First
warm-up

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.

Record your answer in your workbook.
1
The Big Idea
+5 XP to read

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.

y = x² − 4range: y ≥ −4read up the vertical axisdomain: all real xread across the horizontal axisthe lowest point of the curve is what fixes the bottom of the range
$\{f(x)\}$
Sketch first
The range is usually obvious from a sketch and rarely obvious from the rule.
Find the turning point
For a parabola the vertex is the highest or lowest output, and so is the boundary.
Test the boundary
Ask whether the boundary value is actually reached. If it is, the bracket is square.
2
What You'll Master
objectives

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
3
Words You Need
vocabulary
RangeThe set of all output values the function actually produces.
AttainedA value is attained if some input produces it exactly.
VertexThe turning point of a parabola. Its height bounds the range.
AsymptoteA line the graph approaches without ever reaching.
Restricted domainA smaller set of allowed inputs, which usually shrinks the range.
4
Across for Domain, Up for Range
+5 XP to read

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.

5
Why Range Is Harder Than Domain
+5 XP to read

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.

The one useful shortcut
Ask what the innermost part of the rule can produce, then follow the arithmetic outward. For $x^2 - 4$: the square gives $\geq 0$, then subtracting $4$ gives $\geq -4$. That reasoning works for many functions and is faster than a sketch.
6
Ranges of the Standard Shapes
+5 XP to read

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.

7
Restricting the Domain Changes the Range
+5 XP to read

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.

8
Common Pitfalls
+5 XP to read
Giving the domain when the range is asked for.
Fix: domain is inputs, read across; range is outputs, read up. Write the letter $y$ in your answer for a range and $x$ for a domain, and the mistake becomes visible.
Assuming the range of a quadratic is all real numbers because its domain is.
Fix: the two are independent. A parabola accepts every input but produces only values on one side of its vertex.
On a restricted domain, checking only the endpoints.
Fix: also check any turning point lying inside the interval. It may be higher or lower than both endpoints.
Writing the range of $\dfrac{1}{x}$ as all real numbers.
Fix: the output $0$ is never produced, since $\dfrac{1}{x} = 0$ has no solution. The range excludes zero.
Watch Me Solve It · Range of a quadratic
+15 XP per step
Q1
PROBLEM
Find the domain and range of $f(x) = x^2 - 6x + 5$.
  1. 1
    Domain first, since it is quick
    A polynomial has no denominator and no root, so the domain is all real numbers.
  2. 2
    Find 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$.
  3. 3
    Reason 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$.
  4. 4
    Check 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.
AnswerDomain all real numbers; range $y \geq -4$, that is $[-4, \infty)$
Watch Me Solve It · Range of a square-root function
+15 XP per step
Q2
PROBLEM
Find the domain and range of $g(x) = \sqrt{x-2} + 3$.
  1. 1
    Domain from the root
    $x - 2 \geq 0 \ \Rightarrow \ x \geq 2$
    The domain is $[2,\infty)$.
  2. 2
    Reason outward for the range
    $\sqrt{x-2} \geq 0$
    The square root symbol denotes the non-negative root, so this part is never negative.
  3. 3
    Apply the outer operation
    $\sqrt{x-2} + 3 \geq 3$
    Adding $3$ to something at least zero gives something at least $3$.
  4. 4
    Check 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)$.
AnswerDomain $[2,\infty)$; range $[3,\infty)$
Watch Me Solve It · Range on a restricted domain
+15 XP per step
Q3
PROBLEM
Find the range of $f(x) = x^2 - 4x$ on the domain $1 \leq x \leq 5$.
  1. 1
    Locate 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.
  2. 2
    Evaluate at both endpoints
    $f(1) = 1 - 4 = -3$
    $f(5) = 25 - 20 = 5$
  3. 3
    Evaluate at the interior turning point
    $f(2) = 4 - 8 = -4$
    Lower than either endpoint, so the endpoints alone would have given the wrong minimum.
  4. 4
    Assemble the range
    The 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]$.
Answer$[-4, 5]$
D
Brain Trainer · Find the range
5 problems

Five items on ranges. Work each one, then reveal the answer.

  1. 1 State the range of $f(x) = 3x + 1$.

    A non-horizontal line reaches every height.All real numbers
  2. 2 State the range of $f(x) = x^2 + 7$.

    The square is at least zero, so add $7$.$y \geq 7$
  3. 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. 4 State the range of $f(x) = \sqrt{x} - 5$.

    The root is at least zero, so subtract $5$.$y \geq -5$
  5. 5 State the range of $f(x) = \dfrac{1}{x}$.

    No input gives the output zero.All real numbers except $0$
Complete in your workbook.
MC1
The definition
+10 XP

The range of a function is:

MC2
A quadratic
+10 XP

The range of $f(x) = x^2 + 3$ is:

MC3
Domain against range
+10 XP

For $f(x) = \sqrt{x+4}$, the domain and range are:

MC4
Restricted domain
+10 XP

The range of $f(x) = x^2$ on the domain $-1 \leq x \leq 3$ is:

MC5
A value never produced
+10 XP

The range of $f(x) = \dfrac{2}{x}$ excludes which value?

Q6
Domain and range together
+15 XP
Q6
SHORT ANSWER
For each function, state the domain and the range, justifying the range.
(a) $f(x) = 5 - 2x$
(b) $f(x) = (x-1)^2 + 6$
(c) $f(x) = -\sqrt{x}$
(d) $f(x) = \dfrac{1}{x-3}$
Write your working in your book.
Q7
Restricting the domain
+15 XP
Q7
SHORT ANSWER
Let $f(x) = x^2 - 2x - 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.
Write your working in your book.
Q8
Reasoning about attainment
+15 XP
Q8
SHORT ANSWER
(a) Explain the difference between a range of $y \geq 2$ and a range of $y > 2$, and give a function with each.
(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.
Write your working in your book.
S
Stretch Challenge · Ranges that need an argument
+25 XP
S
CHALLENGE
(a) Find the range of $f(x) = \dfrac{x}{x+1}$, showing your reasoning by attempting to solve $f(x) = c$.
(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.
R
Quick Review
recap

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 6
First Steps
3-Day Streak
3 in a Row
Lesson Ace
Stretch Seeker
Daily Warrior

Mark lesson as complete

Tick when you've finished Learn, Practice and the Stretch. Earns +85 XP and +25 coins.