Inverse of #f(x)=(x^2+2)/(x-3)# ?
1 Answer
Depending upon which branch we seek, we have:
# f^(-1)(x) = x/2 +sqrt(x^2/4-3x-2) #
# f^(-1)(x) = x/2 -sqrt(x^2/4-3x-2) #
Explanation:
Let:
# y = (x^2+2)/(x-3) #
Then in order to find the inverse,
So that:
# y(x-3) = x^2+2 #
# :. yx-3y = x^2+2 #
# :. x^2-yx+2+3y = 0 #
This is a quadratic in
# :. (x-y/2)^2-(y/2)^2+2+3y = 0 #
# :. (x-y/2)^2 = y^2/4-3y-2 #
# :. x-y/2 = +-sqrt(y^2/4-3y-2) #
# :. x = y/2 +-sqrt(y^2/4-3y-2) #
This is not a true function, as it is multi-valued, as a result of the quadratic term in
The graphs of the functions are:
and we clearly see that the inverse is a reflection of the original function in the line
So, depending upon which branch we seek, we have:
# f^(-1)(x) = x/2 +sqrt(x^2/4-3x-2) #
# f^(-1)(x) = x/2 -sqrt(x^2/4-3x-2) #