Find the points on the curve $$ax^2 + 2bxy + ay^2 = c$$
where $c > b > a > 0$ and whose distance from the origin is minimum.
My approach:
$(x_1)^2+(y_1)^2=D^2$
Putting the values $ax_1^2 + 2bx_1y_1 + ay_1^2 = c$
$aD^2 + 2bx_1y_1 = c$
I am not able to convert this implicit function.
You can try to use polar coordinates: $x=r\cos\theta$ and $y=r\sin\theta$. Then your curve becomes $$ar^2+2br^2\sin\theta\cos\theta=c$$You can get $$r^2=\frac c{a+b\sin(2\theta)}$$ The minimum value occurs when $\sin2\theta=1$ or $x=y$ and therefore $$r=\sqrt\frac c{a+b}$$
You can get the same result if you use the Lagrange multiplier method