Optimize the function $ f(x,y) = x^2y $ on the elliptical cylinder $ \ x^2 \ + \ 2y^2 \ \le \ 6 \ $ using Lagrange Multipliers.
Well, from what I know that I have to find the gradient then to set it equal to zero but I'm not sure about that and about the following steps.


Set $\operatorname{grad} ({\mathbf F}) = \lambda \cdot \operatorname{grad} ({\mathbf G})$ with constraint $X^2+2Y^2 \leq 6$, solve to find max/min.
Edit: Sorry, you can't use Lagrange for the parts inside the boundary of the cylinder...my bad. You must set $\operatorname{grad}({\mathbf F})$ to $0$.