Let $ y $ be determinaded implicitly as a function of $ x $ by the equation $ x^2 + y^2 + 2axy = $ 0, with $ a > 1 $. Prove that $ \frac{d^2y}{dx^2} = 0 $.
My failed attempt
$$ \frac{dy}{dx} = - \dfrac{\frac{\partial z}{\partial x}}{\frac{\partial z}{\partial y}} $$
$$ \frac{dy}{dx} = -\frac{z_x}{z_y} $$
$$ \frac{d^2y}{dx^2} = \frac{d}{dx} \Biggl[ \frac{-z_x}{z_y} \Biggr] = \dfrac{\frac{d}{dx}[-z_x](z_y) + (z_x)\frac{d}{dx}[z_y]}{(z_y)^2} $$
Now, $ z_x = 2x + 2ay$ and $ z_y = 2y + 2ax $. Therefore,
$$ \frac{d}{dx}[-z_x] = \frac{d}{dx}[-2x -2ay] = -2 $$
$$ \frac{d}{dx}[z_y] = \frac{d}{dx}[2ax + 2y] = 2a $$
It follows that
$$ \frac{dy^2}{dx^2} = \frac{4a^2y - 4y}{(2y + 2ax)^2} $$
And that numerator just isn't equal to $0$ since $a > 1$.
Any help is appreciated.
Edit: After using Dr. Sonnhard's tip, that
$$ y''=-\frac{(ay'+1)(y+ax)-(ay+x)(y'+a)}{(y+ax)^2} $$
You can expand everything, and simplify, and you still don't get a $0$ because the terms in the numerator don't cancel each other out. I'm thinking that there is a problem with the question.
I think the question should have been to prove $$\frac{d^2y}{dx^2} > 0 $$ So that if we take 4y as common from your last equation, $$ 4a^2y - 4y = 4y(a^2 - 1)$$ And as, $$ a>1, a^2>1 , a^2 - 1 > 0$$ If y>0, then $$\frac{d^2y}{dx^2} > 0$$ Thank you.