I am not sure if I got the correct answer or not. It was a homework from my textbook, and it does not have answers for even number questions...
Original Function: $x^2y-4x=5$
$\frac{dy}{dx}$ = $\frac{4-2xy}{x^2}$
It seems I got to finding the dy/dx part correctly according to wolfram alpha
Heres the steps to finding $\frac{dy^2}{d^2x}$
- $\frac{(x^2)(-2y-2x\frac{dy}{dx}) - ((-2xy+4)(2x))}{x^4}$
- $\frac{(x^2)(-2y-2x\frac{4-2xy}{x^2}) - ((-2xy+4)(2x))}{x^4}$
- $\frac{(-2x^2y+4x^2y-8x) - (-4x^2y+8x)}{x^4}$
- $\frac{6x^2y-16x}{x^4}$
- $\frac{6(5+4x)-16x}{x^4}$
- $\frac{30+24x-16x}{x^4}$
- $\frac{30+8x}{x^4}$ = $\frac{dy^2}{d^2x}$
Can anyone tell me if I did it correctly?
Hint
You properly obtained by implicit differentiation $$y'(x)=\frac{4-2xy(x)}{x^2}$$ So, take the derivative wrt $x$ and obtain $$y''(x)=\frac{-2 x y'(x)-2 y(x)}{x^2}-\frac{2 (4-2 x y(x))}{x^3}=\frac{2 x \left(y(x)-x y'(x)\right)-8}{x^3}$$ Now, if you want to plug $y'(x)$, just do it.
If I may suggest, remember that it is almost always the first derivative which can be difficult to obtain. Later, chain rule, product and quotient rules are your best friends.