As the title suggests, I'm looking for the maximum of $f(x,y)=xy^2$ on $$ E:= \{(x,y)\in \mathbb{R}^2| x^2+y^2 \leq 1\} $$
As $E$ is a compact I already know $f$ will have a maximum and a minimum there. Because the exercise suggested I use Lagrange Multipliers I'm guessing they are going to lie on the edge where $x^2+y^2 = 1$. Also, I believe, if I find the maximum and minimum there I need not search for additional ones as they would be unique.
Therefore, I define $g(x):= x^2+y^2 - 1$ such that the roots of the functions are the set $Ng:=\{(x,y)\in \mathbb{R}^2| \quad||(x,y)||_2^2=1\}$ and this set is also compact. Furthermore, both $f$ and $g$ are continuously differentiable.
Now because $$\nabla g(x,y)=(2x,2y)\neq 0$$ for values in $Ng$, there exists $\lambda \in \mathbb{R}$ such that
$$ \nabla f(x,y)=\lambda \nabla g(x,y) $$
But can somebody help me make sense of the equivalent system
$$ y^2 = \lambda 2x $$ $$ 2xy = \lambda 2y $$
How do I find the maximum/ minimum points that I'm looking for from this system of equations?
If $x=0$ or $y=0$ then it is easy to find the point.
Otherwise, dividing the two equations you get $$\frac{y^2}{2xy}=\frac{\lambda 2x}{\lambda 2y} \Rightarrow \frac{y}{2x}=\frac{x}{y} \Rightarrow y^2=2x^2$$
You also know that $x^2+y^2=1$.
P.S. If $x_0 <0$ then $f$ cannot have a maximum at $(x_0, y_0)$. And if $x_0 >0$ then it is easy to check that $$f(x_0,y_0) < f(x_0+\epsilon, y_0+\epsilon)$$
This implies that the maximum is indeed achieved on the circle $x^2+y^2=1$.