John B.
asked 10/22/15Derivative of the inverse of f(x) = a polynomial
Find the derivative of f-1(x) at x=6 if f(x) is defined by f(x) = x3 + x.
I found the formula g'(x) = 1 / f'(g(x)), where g(x) = f-1(x). Please explain in detail, because my teacher for AP Calculus AB has only shown us a procedure to find the result, while telling us not to pay attention to use of the formula. It seems like these should be simple problems, but I don't understand these problems very well as a result.
More
1 Expert Answer

Dominic S. answered 10/22/15
Tutor
5.0
(240)
Math and Physics Tutor
There's no simple way to solve this generally, but we're able to solve it at a given point without too much difficulty - though it does get a little ugly, given the numbers involved here.
Based on your formula, you know that we're looking for g'(6) = 1/f'(g(6)), where g(6) = f-1(6) - i.e., the inverse of f evaluated at six, which is equivalent to the input of f(x) which would yield an output of 6. That is to say, we're looking for a solution to
6 = x3 + x
Which we can solve using the cubic formula - thankfully, it's already in depressed cubic form. We have to find s and t such that
3st = 1
s3 - t3 = 6
Solving the first for t and plugging into the second gives
s3 - 1/27s3 = 6
s6 - 6s3 - 1/27 = 0
Which allows s3 to be determined via the quadratic formula as
3 ± √(9 + 1/27)
So s is
(3 ± √(9 + 1/27))1/3
and t is 1/3 (3 ± √(9 + 1/27))-1/3
Or to turn them into real numbers, s = 1.818 or -.1834
And the corresponding ts are .1834 and -1.818
The solutions of such a cubic are s - t, so this gives us 1.634 for x, which we can plug in to verify that it is, in fact, a solution to x3 + x = 6.
So! Laborious, but done. Since f(1.634) = 6, it follows that g(6) = 1.634, and we can proceed with the derivative of the inverse.
f'(x) = 3x2 + 1
g'(6) = 1/f'(g(6)) = 1/[3(1.634)2 + 1] = .111
edit: Ah, if it's x3 - x, the initial part is much simpler. x3 - x = 6 has an easy integer solution at x = 2, so g(6) = 2, and g'(6) = 1/f'(2) = 1/[3(2)2 - 1] = 1/11
Still looking for help? Get the right answer, fast.
Ask a question for free
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Find an Online Tutor Now
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.
John B.
10/22/15