Finding the Range of a Function (Algebraic Methods)
What Is “Range”?
- The set of all possible output (dependent-variable) values a function can take.
- Formal description:
- Historically in statistics: “highest − lowest” value in a data set. In functions, the idea generalizes to every achievable output, not a single difference.
Why Some Values Are Excluded
- An output is impossible if no admissible produces it.
• Function might be bounded (e.g.
can never exceed ).
• Vertical asymptotes / discontinuities can leave gaps (e.g. a rational function skips the horizontal asymptote value).
• Radicals or logarithms after inversion may restrict (square-root needs a non-negative radicand, needs positive input, etc.).
Core Algebraic Strategy
- Write the function in the form .
- Isolate in terms of , giving (the “inverse relation”).
- Determine the domain of (all for which is defined).
• Any restriction on here becomes a restriction on the range of . - Translate the domain of into the range of .
- Check special or excluded values in the original function to ensure their corresponding outputs are removed if needed.
- Graph if algebraic inversion is impractical; blend graphical intuition with analytic bounds.
Worked Example 1 – Quadratic Shift
Given
- Step 1
- Step 2 Solve for :
- Step 3 Domain requirement of :
- Range
• Test value: gives , confirming inclusion.
Worked Example 2 – Absolute Value
Function
- Intuition: output never negative.
- Formal proof:
• Pick arbitrary .
• Choose (or ) so . - Range .
- Practice check: Solve ⇒ (two symmetric pre-images).
Worked Example 3 – Quartic with Reflection & Shift
- Domain: all reals (polynomial).
- Observations:
• .
• Maximum occurs at : . - Algebraic confirmation:
- ⇒
- Need .
- Fourth-root: defines real for every .
- Range (open at , closed at ).
Quick-Reference Table – Common Families
- Absolute value:
- Logarithm (any base >1 or <1):
- Exponential: f(x)=a^x,\; a>0,\,a\neq1\quad\Rightarrow\quad (0,\infty)
General Tips & Pitfalls
- Always confirm the domain first; excluded can knock holes out of the range.
- When inversion gives an even root, impose .
- For rational functions, set denominator before solving for .
- Infinity endpoints are always written with parentheses: .
- If the inverse relation involves , remember y>0.
- If stuck: sketch a quick graph (monotonicity, asymptotes, extrema).
Conceptual Connections & Real-World Relevance
- Range analysis underpins solving equations: knowing reachable outputs tells you whether a target value is feasible.
- In optimization, extrema (max/min) are edges of the range; many engineering and economic problems reduce to identifying these bounds.
- Control systems & physics: ensuring output stays within safe range prevents saturation/overload.
- Data science: understanding domain-range transformations (e.g.
activation functions in neural networks) is crucial for gradient behaviors.
Summary Algorithm (4-Step Version Recap)
- Declare .
- Express explicitly: .
- Find all where is defined and original domain conditions hold.
- State range, adjusting for unattainable outputs.
Key Terms
- Range: set of possible values.
- Domain: allowed inputs.
- Inverse relation: expression of in terms of (may not be a formal function if it fails vertical-line test).
- Bounded: function has upper and/or lower finite limits.
- Asymptote: line a function approaches but never meets; its -value may be excluded from the range.