- #1
computerex
- 68
- 0
Homework Statement
I have been given:
h(x) is the inverse for f(x) = x^3+x
They want to know h'(2).
The Attempt at a Solution
I know that since h(x) and f(x) are inverses:
f(h(x)) = x
differentiating with respect to x gives
f'(h(x))h'(x) = 1
So h'(x) = 1/f'(h(x))
Therefore h'(2) = 1/f'(h(2))
to find h(2)
x^3+x = 2
since f(h(x)) = x
x^3+x-2 = 0
so h(2) = 1
f(x) = x^3+x
f'(x) = 3x^2+1
h'(2) = 1/f'(h(2))
h'(2) = 1/3(1)^2+1
h'(2) = 1/4
My question is: How do you find the inverse of y = x^3+x ?
You interchange x and y then solve for y: y^3+y=x But I don't know how to solve that for y. Any help would be appreciated.