I'm trying to compute the implicit function theorem's second derivative but I'm getting stuck.
We have a function $f(x, y)$ where $y(x)$ and we know that $$\frac{dy}{dx}=-\frac{f_x}{f_y}$$.
And I'm trying to get to $y''$ which according to the book is $$y'' = \frac{-f_y^2f_{xx}+ 2f_xf_yf_{xy}-f_x^2f_{yy}}{f_y^3}$$
But I'm somehow messing up the partial derivatives:
$$y'f_y + f_x = 0$$ $$y''f_y + y'f_{yx} + f_{xx}y' $$ ??
I forgot how to properly go about computing these partial derivatives
Here is a somewhat more elaborate answer providing two variations. The first is somewhat lengthy since we also write down the arguments. But this way it might be easier to see what is going on. The second one is the more compact notation without arguments which is typically used.
We obtain using the chain rule
\begin{align*} \frac{d}{dx}f(x,y(x))&=f_x(x,y(x))+f_y(x,y(x))y^\prime(x)\tag{2}\\ \end{align*}
In short without writing arguments and using (1) we obtain
\begin{align*} \frac{d}{dx}f&=f_x+f_yy^\prime=0\\ y^\prime&=-\frac{f_x}{f_y}\tag{3} \end{align*}
We calculate the second derivative by repeated application of (2).
Comment:
In (4) we use (2).
In (5) we use the linearity of the differential operator.
In (6) we again apply (2) to the left-hand summand und apply the product rule to the right-hand summand.
In (7) we again apply (2) and do some rearrangements in (8).
Since $y^\prime=-\frac{f_x}{f_y}$ according to (3) we finally obtain