Let $f(x)=x+\frac{x^2}{2}+\frac{x^3}{3}+\frac{x^4}{4}+\frac{x^5}{5}$, and $g(x)=f^{-1}(x)$. Compute $g^{(3)}(0)$ (the 3rd derivative of g).
I have a solution but its not giving the correct answer. My question is not how to solve the problem but what I did wrong in my solution.
First $g(0)=f^{-1}(0)=0$
$g^{'}(x)= (f^{'}(f^{-1}(x)))^{-1}$, so $g^{'}(0)=1$
$g^{(2)}(x)=-(f^{'}(f^{-1}(x)))^{-2} \cdot f^{(2)}(f^{-1}(x)) \cdot g^{'}(x)= -(g^{'}(x))^{-3} \cdot f^{(2)}(f^{-1}(x))$, so $g^{(2)}(0)=-1$
Finally $g^{(3)}(x)=3(g^{'}(x))^{-4} \cdot g^{(2)}(x) \cdot f^{(2)}(f^{-1}(x))+ f^{(3)}(f^{-1}(x)) \cdot g^{'}(x) \cdot -(g^{'}(x))^{-3}$, so $g^{(3)}(0)=-3-2=-5$. The correct answer is 1, however. I've checked my work so many times but still can't figure out what I did incorrect.