Using the method of Lagrange multipliers, find the extreme values of the function $f(x,y)= \frac{2y^3}{3} + 2x^2 +1$ on the ellipse $5x^2 + y^2 = 1/9$ . Identify the (absolute) maximal and minimal values of f taken on the ellipse.
currently I have that $\nabla f(x,y)=L*\nabla g(x,y)$ where $g(x,y)=5x^2 + y^2-1/9$
this leads to: $4x-10Lx=0$, so $x=0$ or $L=2/5$
and:$2y^2-2Ly=0$, so $y=0$ or $y=L$.
where do I go from here? andy help would be greatly appreciated, thank you in advance.
Also differentiate wrt L, which just gives you your constraint back. Take the solutions x=0 and y=L and put into constraint to get L=1/3, and so y=1/3.