What is the domain of #f(x)=log_3# #(9-x^2)/(x-3)#?
1 Answer
Sep 17, 2017
Domain:
Explanation:
We have:
#f(x) = log_3 -(x^2 - 9)/(x - 3)#
#f(x) = log_3 -((x +3)(x -3))/(x -3)#
#f(x) = log_3 -(x + 3)#
It follows that
#f(x) = log_3 (-x - 3)#
We need the part in parentheses to be greater than
#-x - 3 > 0#
#-x > 3#
#x < - 3#
The graph of the function confirms.
There is a vertical asymptote at
Hopefully this helps!