Range Formula

The Formula

\text{Range}(f) = \{f(x) \mid x \in \text{Dom}(f)\}

When to use: The range is the set of all possible "answers" the function can give β€” some output values may be unreachable no matter what valid input you choose.

Quick Example

f(x) = x^2 has range y \geq 0 (squares are never negative). f(x) = \sin(x) has range [-1, 1].

Notation

\text{Range}(f) or \text{Im}(f) denotes the range (image). Written in set or interval notation: [0, \infty).

What This Formula Means

The range of a function is the set of all actual output values that the function can produce for inputs in its domain.

The range is the set of all possible "answers" the function can give β€” some output values may be unreachable no matter what valid input you choose.

Formal View

\text{Im}(f) = \{y \in Y \mid \exists\, x \in X: f(x) = y\}

Worked Examples

Example 1

easy
Find the range of f(x) = x^2 + 1.

Solution

  1. 1
    Since x^2 \geq 0 for all real x, the minimum value of x^2 is 0.
  2. 2
    Therefore f(x) = x^2 + 1 \geq 0 + 1 = 1.
  3. 3
    As x \to \pm\infty, f(x) \to \infty, so the range is [1, \infty).

Answer

[1, \infty)
For quadratics f(x) = ax^2 + bx + c with a > 0, the minimum value occurs at the vertex. Adding a constant shifts the range upward.

Example 2

medium
Find the range of g(x) = \frac{2x + 1}{x - 3} for x \neq 3.

Common Mistakes

  • Confusing range with codomain β€” the range is only the outputs that actually occur, not all possible outputs
  • Assuming the range of f(x) = x^2 is all reals β€” it is actually y \geq 0 because squares are never negative
  • Finding the domain correctly but then guessing the range β€” range often requires analyzing the function's behavior, not just the formula

Why This Formula Matters

Range determines what values are achievable β€” important for solving equations (only values in the range can be achieved), inverse functions, and modeling real constraints.

Frequently Asked Questions

What is the Range formula?

The range of a function is the set of all actual output values that the function can produce for inputs in its domain.

How do you use the Range formula?

The range is the set of all possible "answers" the function can give β€” some output values may be unreachable no matter what valid input you choose.

What do the symbols mean in the Range formula?

\text{Range}(f) or \text{Im}(f) denotes the range (image). Written in set or interval notation: [0, \infty).

Why is the Range formula important in Math?

Range determines what values are achievable β€” important for solving equations (only values in the range can be achieved), inverse functions, and modeling real constraints.

What do students get wrong about Range?

Range is often harder to find than domainβ€”may need graphing.

What should I learn before the Range formula?

Before studying the Range formula, you should understand: function definition, domain.

Want the Full Guide?

This formula is covered in depth in our complete guide:

Functions and Graphs: Complete Foundations for Algebra and Calculus β†’