How do you find the range of #f(x)= x^2/(1-x^2)#?
1 Answer
Mar 21, 2018
Explanation:
Given:
#f(x) = x^2/(1-x^2)#
Let
#y = f(x) = x^2/(1-x^2) = (1-(1-x^2))/(1-x^2) = 1/(1-x^2)-1#
Add
#y + 1 = 1/(1-x^2)#
Multiply both sides by
#1-x^2 = 1/(y+1)#
Add
#1-1/(y+1) = x^2#
In order for this to have a real valued solution, we require:
#1-1/(y+1) >= 0#
That is:
#y/(y+1) >= 0#
Hence we require one of:
#(y >= 0 ^^ y+1 > 0) rarr y in [0, oo)#
#(y < 0 ^^ y+1 < 0) rarr y in (-oo, -1)#
So the range of
graph{x^2/(1-x^2) [-10, 10, -5, 5]}