functions
Domain and Range
You should know: functions
Overview
The domain of a function is the complete set of input values (typically x-values) for which the function is defined; the range is the complete set of output values (y-values) the function actually produces. Together they describe exactly what a function 'accepts' and 'returns' — essential for knowing where a function's graph exists and what values it can take.
Intuition
Think of a function as a vending machine: the domain is the set of buttons you're allowed to press, and the range is the set of snacks that can actually come out. Some buttons might be broken (excluded from the domain) — like dividing by zero, or taking the square root of a negative number — and some snacks might just never be stocked (excluded from the range), even though the machine works fine otherwise.
Interactive Graph
Formal Definition
For a function f: domain and range are defined as:
Properties
Polynomial domain
Rational function domain restriction
Even-root domain restriction
Range of a parabola
Applications
Worked Examples
The denominator cannot equal zero.
Answer: Domain: all real numbers except x = 4
Practice Problems
Find the domain of g(x) = (x+1)/(x²-4).
Find the range of f(x) = -(x-2)² + 5.
Common Mistakes
Only checking for zero denominators and forgetting even-index roots also restrict the domain.
Every source of restriction must be checked: denominators that could be zero AND radicands under even roots (square root, fourth root, etc.) that must be non-negative.
Assuming the range of every function is all real numbers, by analogy with the domain of most polynomials.
The range depends entirely on the function's actual output behavior — e.g. a parabola's range is bounded on one side by its vertex, and √x can never output a negative number.
Summary
- The domain is the set of valid inputs; the range is the set of resulting outputs.
- Polynomials have domain (-∞, ∞); rational functions exclude x-values that zero the denominator; even roots require a non-negative radicand.
- The range of a parabola is bounded by its vertex's y-value, on the side determined by whether it opens up or down.
- Always check every possible restriction (division by zero, even roots) when finding a domain.
Mathematics