- Show that the function $f(x) = x^5 -x^3 +2x$ is invertible. Compute the derivative of $f^{-1}$ at 2.
To find $f^{-1}$ I switched $x$ and $y$ which gave me $x = y^5 - y^3 + 2y$
this is where i got stuck because I am not sure how to solve for y after that step.
Can the $y^5 - y^3$ become $y^2$?
A function $f:\mathbb R\to\text{range(f)}$ is invertible, if its derivative, which is here $f'(x)=5x^4-3x^2+2$, is positive. The positivity can be easily checked, since $f'(x)$ has no zeros, is continuous and has one positive value. In particular $f(1)=2$, so that $(f^{-1}(2))'=1/f'(1)=1/4$.