Range Math Example 4

Follow the full solution, then compare it with the other examples linked below.

Example 4

hard
Find the range of f(x)=x2โˆ’4x2+1f(x) = \frac{x^2 - 4}{x^2 + 1}.

Solution

  1. 1
    Set y=x2โˆ’4x2+1y = \frac{x^2 - 4}{x^2 + 1} and solve for x2x^2: y(x2+1)=x2โˆ’4y(x^2 + 1) = x^2 - 4, so yx2+y=x2โˆ’4yx^2 + y = x^2 - 4, giving x2(yโˆ’1)=โˆ’4โˆ’yx^2(y - 1) = -4 - y, thus x2=โˆ’4โˆ’yyโˆ’1=4+y1โˆ’yx^2 = \frac{-4 - y}{y - 1} = \frac{4 + y}{1 - y}.
  2. 2
    For real solutions, x2โ‰ฅ0x^2 \geq 0: 4+y1โˆ’yโ‰ฅ0\frac{4 + y}{1 - y} \geq 0. This holds when both numerator and denominator share the same sign.
  3. 3
    Case 1: 4+yโ‰ฅ04 + y \geq 0 and 1โˆ’y>01 - y > 0 โ†’ โˆ’4โ‰คy<1-4 \leq y < 1. Case 2: 4+yโ‰ค04 + y \leq 0 and 1โˆ’y<01 - y < 0 โ†’ yโ‰คโˆ’4y \leq -4 and y>1y > 1, impossible. So range is [โˆ’4,1)[-4, 1).

Answer

Range=[โˆ’4,1)\text{Range} = [-4, 1)
To find the range of a rational function, set y=f(x)y = f(x), solve for xx, and determine which values of yy produce real solutions. The denominator x2+1>0x^2 + 1 > 0 always, so there are no domain restrictions to worry about.

About Range

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

Learn more about Range โ†’

More Range Examples