I've the following equation: $b^2x^2 + a^2y^2 = a^2b^2$, the first implicit derivative is:
$\dfrac{dy}{dx} = \dfrac{-b^2x}{a^2y}$
I do not undertand how to find the second derivative of this equation, could someone guide me ?
Ps: I guess the second derivative is: $\dfrac{d}{dx}(\dfrac{-b^2x}{a^2y}) = \dfrac{b^2*(x-y)}{a^2y^2}$, but isn't right.
Is it the right asnwer: $\dfrac{(-a^2b^2y^2) - (b^4x^2)}{(a^4y^3)}$ ?
It's best to differentiate implicitly twice. If $b^2x^2 + a^2y^2 = a^2b^2$ then $$2b^2x+2a^2yy' = 0$$ $$2b^2 + 2a^2(y')^2 + 2a^2yy'' = 0$$ As you have done: solve $2b^2x+2a^2yy' = 0$ for $y'$.
Substitute your expression for $y'$ into $2b^2 + 2a^2(y')^2 + 2a^2yy'' = 0$ and solve for $y''$.
Note: Your guess at the second derivative doesn't work because $y$ is a function of $x$. If you have $$y' = -\frac{b^2}{a^2}\left(\frac{x}{y}\right)$$ then differentiating with respect to $x$ gives (by applying the quotient rule) $$y'' = -\frac{b^2}{a^2}\left(\frac{y-xy'}{y^2}\right)$$