Find the absolute extrema of the function $f(x,y)=x^2 + xy + y^2$ on the closed disk $x^2 + y^2 \leq 1$
I found $f_x = 2x + y $
$f_y= 2y+x$
Equated them to zero and Solving them gives $x=0 \; \; y=0$
But I am having difficulty finding critical points on the boundary
If I solve for $x \; or \; y$ in the disk equation, I will get $\pm$ values
How can I get the critical points on the boundary ?
By Lagrange's multipliers,
$$h(x,y)=x^2+xy+y^2+\lambda (x^2+y^2)$$
$$h_x=0\implies2x+y+\lambda(2x)=0$$
$$h_y=0\implies2y+x+\lambda(2y)=0$$
Now, write $x$ and $y$ in terms of $\lambda$ and substitute in $x^2+y^2=1$ to get $\lambda$ and then the values of $(x,y)$