Question #8e6ef

1 Answer

To find the inverse of any function, you can follow these general steps:

1) ** Change the function notation f(x), g(x) etc. to y = **
2) ** Interchange x and y : that is, swap the x's and the y's
3) ** Isolate for y **
4)
Put inverse back into function notation using f^(-1)(x) f1(x) to represent the inverse **

Explanation:

In your example you have h(x) = 4/(-x-3) + 1h(x)=4x3+1:

1) ** Change the function notation f(x), g(x) etc. to y = **:

Simple: Let h(x) = y and thus,

y = 4/(-x-3) + 1y=4x3+1

2) ** Interchange x and y **: that is, swap the x's and the y's:

x = 4/(-y-3)+1x=4y3+1

3) ** Isolate for y **:

Subtract 1 from both sides:

x-1 = 4/(-y-3) x1=4y3

Multiply by (-y-3) on both sides to get y on top and on the left:

(x-1)(-y-3) = 4 (x1)(y3)=4

Divide by (x-1) on both sides:

-y-3 = 4/(x-1)y3=4x1

Add 3 to both sides:

-y = 4/(x-1)+3

Now, divide by -1 on both sides to get:

y = -4/(x-1)+3y=4x1+3

4) Put inverse back into function notation using f^(-1)(x) f1(x) to represent the inverse :

h'(x) = -4/(x-1)+3

And that's your inverse! Hopefully things were clear! Should you have any questions, feel free to ask! :)