How do you find the domain and range of #y = sqrt (1-x^2) / x#?

1 Answer
Oct 21, 2015

Domain: #[-1, 0) uu (0, 1]#
Range: #(-oo, + oo)#

Explanation:

Right from the start, you know that the denominator of the fraction cannot be equal to zero. This means that the domain of the function will not include the values of #x# that will make the denominator equal to zero.

Moreover, since you're dealing with a radical term, you need to make sure that the domain of the function does not include values of #x# that will make the expression under the square root negative.

This means that you also need

#1 - x^2 >= 0#

#x^2 <= 1 implies x <= +- 1#

This means that the domain of the function will be #[-1, 0) uu (0, 1]#.

To get the range of the function, find its inverse function

#y = sqrt(1-x^2)/x#

Switch #y# and #x#, then solve for #y#

#x = sqrt(1-y^2)/y#

#xy = sqrt(1 - y^2)#

Square both sides of the equation to get

#(xy)^2 = (sqrt(1-y^2))^2#

#x^2y^2 = 1 - y^2#

Rearrange to get

#y^2 * (x^2 + 1) = 1#

#y^2 = 1/(x^2 + 1)#

Finally, take the square root of both sides to get

#sqrt(y^2) = sqrt(1/(x^2 + 1))#

#y = 1/sqrt(x^2 + 1)#

Notice that the denominator cannot be equal to zero, since #x^2 >= 0, AA x in [-1, 0) uu (0, 1]#. This means that you don't have restrictions for the range of the function, and so the range will be #x in RR#, or #(-oo, + oo)#.

graph{sqrt(1-x^2)/x [-10, 10, -5, 5]}