I am working on this Maxima and Minima Problem :
Determine the Max and Min distance of origin from the curve $3x^2+4xy+6y^2=140$
I tried it solving using the lagrange's method of multipliers. I get the following equations
$x+3x\theta+2y\theta=0$
$y+4y\theta+2x\theta=0$
$2z=0$
$3x^2+4xy+6y^2=140$
So i get $z=0$
Please suggest how to go about solving for $x$ and $y$ ?
Another approach. Draw a circle centered at the origin. You want the radii which intersect the ellipse in exactly two points. So apply the equation $x^2+y^2=r^2$. Define $A=\frac{140}{r^2}$. Then $3x^2+4xy+6x^2=A(x^2+y^2)$. Divide through by $x^2$, and define $z=\frac{y}{x}$, yielding a quadratic in z. We want the discriminat to equal zero, which occurs when $A=7$ or $2$. Thus $r^2=20$ or $70$.