$f: (0,\frac{\pi}{2}) \times (0,\frac{\pi}{2}) \mapsto \mathbb{R}$
$\qquad (x,y) \mapsto \sin(x)+\sin(y)+\sin(x+y)$
Looking for the extreme points of the mentioned function. First compute the critical points:
$\nabla f(x) = \begin{pmatrix} \cos(x)+\cos(x+y)\\ \cos(y) + \cos(x+y)\\ \end{pmatrix} \overset{!}{=} \begin{pmatrix} 0\\ 0\\ \end{pmatrix} $
Here is the point where my my problem arises:
The soloution of the equation is $y = -2y$ or $x = \frac{-y}{2}$
I can conclude that this is not a critical point but a critical "line". Plotting the function and my line yields nonsense. How should I proceed?
Hint: you should start from $\cos(x) = -\cos (x+y), \; \cos(y) = -\cos(x+y) \Rightarrow \cos(x) = \cos(y)$. This gives you that $x = y + 2\pi k$ or $x = 2\pi k-y$. After that you have to solve two equations: $\cos(x) + \cos(2x) = 0$ and $\cos(x) + 1 = 0$. Combining solutions of these equations with corresponding first step gives you critical points of your function.