here's my question If $y^2=ax^2+bx+c$ then prove that $y^3[d^2y/dx^2]$ is a constant . I have solved this using the conventional method, taking square root, differentiating w.r.t to x and using chain and quotient rule But can't think of some alternative smaller and more efficient method ?? Can you ?
Also can someone suggest me any alternative to quotient rule I need something more non conventional, time saving and vastly Applicable method .
Differentiating both sides once, we have
$$ 2y\frac{\mathrm{d}y}{\mathrm{d}x}=2ax+b, $$
and differentiating twice, we reach
$$ 2\left(\frac{\mathrm{d}y}{\mathrm{d}x}\right)^2+2y\frac{\mathrm{d^2}y}{\mathrm{d}x^2}=2a. $$
Substituting, we find
$$ \left(\frac{2ax+b}{2y}\right)^2+y\frac{\mathrm{d^2}y}{\mathrm{d}x^2}=a $$
$$ (2ax+b)^2+4y^3\frac{\mathrm{d^2}y}{\mathrm{d}x^2}=4ay^2 $$
$$ 4y^3\frac{\mathrm{d^2}y}{\mathrm{d}x^2}=4a(ax^2+bx+c)-(2ax+b)^2 $$
$$ 4y^3\frac{\mathrm{d^2}y}{\mathrm{d}x^2}=(4a^2x^2+4abx+4ac)-(4a^2x^2+4abx+b^2) $$
$$ y^3\frac{\mathrm{d^2}y}{\mathrm{d}x^2}=\frac{4ac-b^2}{4}. $$
We still use the chain rule but not the quotient rule.