Glossary

Range

Also written: ranges · output values

Definition

The range of a function is every output it produces. For f(x) = 2x + 1 the range is all real numbers, but for a horizontal line like f(x) = 5 the range is the single value 5.

On a graph

The range is how far the graph spreads up and down — which yy-values it reaches.

Sweep the graph from bottom to top and note the heights it occupies, the same way you sweep left to right for the domain.

Range does not copy the domain

This is worth checking separately every time.

FunctionDomainRange
f(x)=2x+1f(x) = 2x + 1all realsall reals
f(x)=5f(x) = 5all realsjust {5}\{5\}
f(x)=xf(x) = \sqrt{x}x0x \ge 0y0y \ge 0
f(x)=x2f(x) = x^2all realsy0y \ge 0

A horizontal line accepts every input but produces only one output. A parabola accepts every input but never returns a negative, because a square cannot be negative.

As a set

A range is a set of values, so a repeated output is written once. If three different inputs all give 77, then 77 appears in the range a single time.

Which is which

Domain before range, xx before yy — the two orders match, which is a reliable way to keep the labels straight under pressure.

Lessons that use this term

Related terms