The phrase how to find the range refers to determining all possible output values of a function. The range is the set of all \(y\)-values that the function can produce, after considering the allowed inputs (the domain) and any algebraic constraints.
Definition For a function \(y=f(x)\), the range is \(\{\,y \mid y=f(x)\text{ for some }x\text{ in the domain}\,\}\).
Three reliable methods to find the range
The best method depends on how the function is presented (graph, table, or formula). The goal is always the same: list or describe every possible output \(y\).
| Given | Method | What to look for |
|---|---|---|
| Graph | Read all \(y\)-values hit by the curve | Lowest/highest points, arrows to \(\pm\infty\), open/closed endpoints |
| Table / discrete pairs | Collect the output entries | Unique \(y\)-values only |
| Formula \(y=f(x)\) | Analyze constraints and extrema; sometimes solve for \(x\) | Vertex/min/max, square roots, denominators, transformations |
Algebra-first strategy (works for most common function families)
When a formula is given, a practical sequence is:
- Step 1: Identify the function type (linear, quadratic, absolute value, square root, rational).
- Step 2: Locate any extreme values (minimum or maximum) or describe end behavior.
- Step 3: Apply constraints (e.g., radicand \(\ge 0\), denominator \(\ne 0\)).
- Step 4: Write the range in interval notation or set notation.
- Step 5: Sanity-check by plugging values or matching the graph shape.
Worked examples for how to find the range
Example A: Quadratic in vertex form
Find the range of \(f(x)=(x-2)^2+1\).
The expression \((x-2)^2\) is always nonnegative: \((x-2)^2\ge 0\) for all real \(x\). Therefore,
\[ f(x)=(x-2)^2+1 \ge 0+1 = 1 \]
The smallest value occurs at the vertex \(x=2\), giving \(f(2)=1\). As \(x\to \pm\infty\), \((x-2)^2\to \infty\), so outputs increase without bound.
\[ \text{Range} = [1,\infty) \]
Example B: Square root function
Find the range of \(g(x)=\sqrt{x-3}\).
A square root output is never negative, so \(\sqrt{x-3}\ge 0\) whenever it is defined. The smallest output occurs when the radicand is \(0\):
\[ x-3=0 \Rightarrow x=3 \Rightarrow g(3)=0 \]
As \(x\) increases, \(\sqrt{x-3}\) increases without an upper bound.
\[ \text{Range} = [0,\infty) \]
Example C: Absolute value with vertical shift
Find the range of \(h(x)=|x+1|-4\).
Absolute value satisfies \(|x+1|\ge 0\). Thus,
\[ h(x)=|x+1|-4 \ge 0-4=-4 \]
The minimum value is \(-4\) (attained at \(x=-1\)), and values increase without bound.
\[ \text{Range} = [-4,\infty) \]
Example D: Discrete mapping (table-style)
Suppose a relation is given by points \((1,2), (2,2), (3,5), (4,-1)\). The range is the set of distinct outputs:
\[ \text{Range}=\{-1,2,5\} \]
Visualization: range as the “vertical shadow” of a graph
The range can be seen by projecting the graph onto the \(y\)-axis: every \(y\)-value touched by the curve belongs to the range. The diagram below uses \(f(x)=(x-2)^2+1\), which has a minimum at \(y=1\).
Common mistakes when learning how to find the range
- Mixing up domain and range: domain is about allowable inputs \(x\), while range is about achievable outputs \(y\).
- Ignoring open circles or asymptotes on graphs: these indicate \(y\)-values that are not included.
- Forgetting the effect of vertical shifts: for example, \(y=x^2\) has range \([0,\infty)\), but \(y=x^2-4\) has range \([-4,\infty)\).
Final summary
To apply how to find the range in algebra, identify all possible \(y\)-values produced by valid \(x\)-values, determine any minimum or maximum outputs (often from a vertex or transformation), and express the result using correct set or interval notation.