How Do You Find the Inverse of the Composite Function fh(x)?

AI Thread Summary
To find the inverse of the composite function f(h(x)), where f(x) = 2x + 5 and h(x) = 1/x, the correct expression is f(h(x)) = 2(1/x) + 5, simplifying to 2/x + 5. To find the inverse, switch x and y in the equation y = 2/x + 5, resulting in x = 2/y + 5. The next step involves isolating y, which clarifies the mechanics of the transformation. If h(x) were altered to 1/x + 5, the resulting composite function would change accordingly to f(h(x)) = 2(1/x + 5) + 5, yielding a different expression. Understanding these transformations is crucial for accurately finding inverses of composite functions.
ghostbuster25
Messages
99
Reaction score
0
Just want to check that i am doing this question correctly.

f(x) = 2x+5 h(x) = 1/x , x \neq0

Find the inverse of fh(x)

So first i found the function fh(x)

2*1/x+5

then let y = 2*1/x+5 , x \neq0


now this is the bit i can't rememeber how to do, when i try and make x the subject do i need to multiply the 2 on the RHS as well as the y on the LHS?

if i multiply the 2 then i end up with f-1(x)=2x+5/x
If i don't i end up with f-1(x) = x+7
 
Physics news on Phys.org
First of all, you do mean f(h(x)), and not fh(x), which to me looks like f(x)*h(x). Under that assumption...

f(h(x)) = 2/x + 5.

So, you have y = 2/x + 5..

To find the inverse, you usually just switch x and y, and solve appropriately.

I'll start with the first step: x = 2/y + 5

Can you carry it through from here?
 
I can now thanks :)

I see what you have done but I am not sure why 1/x becomes 2/x in this circumstance. I am just trying to understand the mechanics behind it so i can be fully aware. If h(x) was 1/x + 5 would it still be 2/x +5 or 2/x + 10?

your correct in your assumption, my teacher is poor and makes us write it fh(x) instead of f(h(x))
 
Whereever you saw x, you needed to replace with 1/x. So all you really have is instead of 2*x + 5, you have 2*(1/x) + 5.

If h(x) = 1/x + 5, and f(x) = 2x + 5 then you will actually have f(h(x)) = 2(1/x + 5) + 5 = 2/x + 15.
 
Back
Top