What is the inverse function for f(x) = x/(x-2)f(x)=xx2?

1 Answer
Sep 22, 2015

f^(-1)(x) = (2 x) / (x - 1)f1(x)=2xx1

Explanation:

Setting y = f(x)y=f(x)

y = x/(x-2)y=xx2

this may be rearranged (intermediate steps shown) as follows

y(x-2) = xy(x2)=x

x*y - 2 y = xxy2y=x

x*y - x = 2 yxyx=2y

x(y - 1) = 2 yx(y1)=2y

x = (2y) / (y - 1) x=2yy1

This expression shows xx in terms of yy.

That is, it is the inverse of function f(x)f(x).

That is,

f^(-1)(x) = (2 x) / (x - 1)f1(x)=2xx1

as required.