If we have the function $f$ defined:
$$f(x,y)=2\sin(x)+2\sin(y)+\sin(x+y)$$ for $-\pi \le x\le \pi$ and $-\pi \le y \le \pi$
Find the critical points and determine the nature of each.
I'm a bit stuck on this.
I've found: $\frac {\partial f}{\partial x}=2\cos(x)+\cos(x+y)$
$\frac {\partial f}{\partial y}=2\cos(y)+\cos(x+y)$
$\frac {\partial^2 f}{\partial x^2}=-2\sin(x)-\sin(x+y)$
$\frac {\partial^2 f}{\partial y^2}=-2\sin(y)-\sin(x+y)$
$\frac {\partial^2 f}{\partial x\partial y}=-\sin(x+y)$
Solving $f_x=0$ and $f_y=0$ I get $x=\arccos\left(\frac{-1\pm\sqrt 3}{2}\right)$ which has only one real solution, but looking at the graph there should be more than one critical point in the region. How should I find the others?