When I want to find the inverse of a function I replace the x with y and then isolate y.
However, I couldn't use that for the example below:
Let $f(x) = \frac{1}{2}x^3+3x-4$ and let $h(x)$ be the inverse function of $f(x)$
To find $h(x) $ I did:
$$x = \frac{1}{2}y^3+3y-4 \\ \Leftrightarrow x + 4 = \frac{y^3}{2}+3y \\ \Leftrightarrow x +4 = \frac{y^3+6y}{2}\\ \Leftrightarrow 2x + 8 = y^3 + 6y \\ \Leftrightarrow ???$$
I didn't know how to continue (still don't) so I tried a different approach. I know that $$h'(x) = \frac{1}{f'(x)}$$
And because the notation for the inverse function is $f^{-1}(x)$ I assumed that the inverse function could also be represented by $\frac{1}{f(x)}$, so I tried to do that with a simpler function like $g(x) = x^2$: $$g^{-1}(x) = \frac{1}{x^2}$$
However, using the first method this I get $g^{-1}(x)= \sqrt{x}$ , which is the correct answer
(Wolfram Alpha confirms this )
Also, another thing that confuses me is that the formula for the derivative of the inverse function, considering $h(x) = f^{-1}(x)$, is
$$h(x)' = \frac{1}{f'(x)}$$
In my understanding, this means that the derivative of the inverse function is the inverse of the derivative (of the given function). Logically, shouldn't the value of the inverse function be the inverse of the given function? In other words,
If $$h(x)' = \frac{1}{f'(x)}$$,
shouldn't $$h(x) = \frac{1}{f(x)}$$ ?
I don't understand though why $h(x)' = \frac{1}{f'(x)}$
My questions:
- How do I continue $ \Leftrightarrow 2x + 8 = y^3 + 6y \Leftrightarrow ???$
- Is the inverse function of $f(x) = \frac{1}{f(x)}$? If not, why is the notation $f^{-1}(x)$ ?
- What is the logic behind $h(x)' = \frac{1}{f'(x)}$ ? In other words, could you show proof of it?