How do you find the inverse of f(x) = (2x-3)/(x+4)f(x)=2x3x+4 and is it a function?

1 Answer

The original function is defined in D_f=R-{-4}Df=R{4}.

I rename "f(x)f(x)" as "yy" hence:

y=(2x-3)/(x+4)y=2x3x+4

Then I solve for "xx" :

y*(x+4)=2x-3=>yx-2x=-3-4y=> x(y-2)=-3-4y=>x=(-3-4y)/(y-2)y(x+4)=2x3yx2x=34yx(y2)=34yx=34yy2

Then I switch xx and yy:

y=(-3-4x)/(x-2)y=34xx2

And rename "yy" as "f-inverse" hence

f^-1(x)=(-3-4x)/(x-2)f1(x)=34xx2

which is defined for D_(f^-1)=R-{2}Df1=R{2}

The inverse function is a function indeed.