Finding Domain and Range- Techniques and Examples
What Domain and Range Actually Mean
Let's cut through the textbook nonsense. Domain is simply all the x-values a function can accept. Range is all the y-values the function actually produces. That's it. No fancy definitions needed.
If a function were a factory, the domain would be your raw materials list, and the range would be what rolls off the assembly line.
Why This Matters
You can't solve function problems without knowing what inputs work and what outputs to expect. Period. Teachers ask these questions because they're foundational—get this wrong and everything else collapses.
Finding Domain: The Rules
Domain restrictions come from a few common problems:
- Division by zero — Set denominators equal to zero. Those x-values are forbidden.
- Square roots of negative numbers — Whatever's under an even root must be ≥ 0.
- Logarithms — The argument must be strictly positive.
Linear Functions
Linear functions like f(x) = 2x + 5 accept every real number. No restrictions. Domain is all real numbers, written as (-∞, ∞) or ℝ.
Quadratic Functions
Quadratics like f(x) = x² also accept all real numbers. The domain stays unrestricted—but the range changes because of the shape.
Rational Functions
For f(x) = 1/(x-3), the denominator can't be zero. Set x - 3 = 0, so x ≠ 3. Domain is all real numbers except 3.
Square Root Functions
For f(x) = √(x-2), the radicand must be ≥ 0. Solve x - 2 ≥ 0, giving x ≥ 2. Domain is [2, ∞).
Finding Range: The Strategy
Range is trickier. You often need to solve for x in terms of y and apply domain rules backward.
For f(x) = x²: y = x² always produces non-negative values. Range is [0, ∞).
For f(x) = √(x-2): Since the square root always gives 0 or positive, and x ≥ 2, the smallest output is √0 = 0. Range is [0, ∞).
Quick Comparison Table
| Function Type | Domain | Range |
|---|---|---|
| Linear (mx + b) | (-∞, ∞) | (-∞, ∞) |
| Quadratic (x²) | (-∞, ∞) | [0, ∞) or [k, ∞) |
| Rational (1/x) | x ≠ 0 | y ≠ 0 |
| Square Root (√x) | [0, ∞) | [0, ∞) |
| Cube Root (∛x) | (-∞, ∞) | (-∞, ∞) |
| Logarithm (log x) | (0, ∞) | (-∞, ∞) |
How to Find Domain and Range: Step-by-Step
Example 1: f(x) = 1/(x² - 4)
- Set denominator = 0: x² - 4 = 0
- Solve: x² = 4, so x = ±2
- Domain: all real numbers except -2 and 2
- For range, swap variables: y = 1/(x² - 4)
- Solve for x: x² - 4 = 1/y → x² = 1/y + 4
- Since x² ≥ 0, require 1/y + 4 ≥ 0
- Solve: 1/y ≥ -4 → y > 0 or y < -1/4
- Range: (-∞, -1/4) ∪ (0, ∞)
Example 2: f(x) = √(3x + 6)
- Set radicand ≥ 0: 3x + 6 ≥ 0
- Solve: 3x ≥ -6, so x ≥ -2
- Domain: [-2, ∞)
- For range: y = √(3x + 6)
- Since square root outputs ≥ 0, range starts at 0
- Range: [0, ∞)
Common Mistakes That Cost Points
- Forgetting that denominators can't be zero
- Writing range as (-∞, ∞) for square root functions
- Confusing domain and range—x-axis vs y-axis
- Not checking if the function has a minimum or maximum output
Graphical Method
When in doubt, sketch it. Look at the x-axis to see where the graph exists—that's your domain. Look at the y-axis to see the spread of outputs—that's your range.
Horizontal asymptotes often hint at range restrictions. Vertical asymptotes usually indicate domain holes.
The Bottom Line
Finding domain and range comes down to identifying restrictions and tracing what values the function can actually produce. Practice with rational and radical functions—the rest fall into place.