Derivatives of Inverse Functions

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
jumbogala
Messages
414
Reaction score
4

Homework Statement


f(x) = x3+ x. Note that f(2) = 10. Find (f-1)`(10).


Homework Equations





The Attempt at a Solution


Note that where I have written ` it denotes prime (as in the derivative of).

- Switch the x and y variables. x= y3 + y

- Differentiate implicitly 1= (3y2 + 1)y`

- Solve for y`. y`= 1 / (3y2 + 1). Since y = f-1, then y` = (f-1)`

Therefore (f-1)` = 1 / (3y2 + 1)

Since f(2) = 10, f-1(10)=2. But my equation is(f-1)`, not just
f-1! I don't know what to do after this point!
 
Physics news on Phys.org
jumbogala said:
- Solve for y`. y`= 1 / (3y2 + 1). Since y = f-1, then y` = (f-1)`

Therefore (f-1)` = 1 / (3y2 + 1)

Since f(2) = 10, f-1(10)=2. But my equation is(f-1)`, not just
f-1! I don't know what to do after this point!
Since you let [tex]y=f^{-1}(x)[/tex], what you actually have is [tex](f^{-1})'(x) = \frac{1}{3(f^{-1}(x))^2 + 1}[/tex].
 
Last edited:
Okay, and we want x to be 10.

So (f-1)`(10)= 1/13

Okay, I think that makes sense now. Thank you!