How can I find $x,y$ for:
$$\sin x + \sin y = 0 \\ \sin 2x + \sin 2y = 0$$
I've tried to utilize the identity $\sin 2x = 2\sin x\cos x$ but wasn't able to reach the solution.
How can I find $x,y$ for:
$$\sin x + \sin y = 0 \\ \sin 2x + \sin 2y = 0$$
I've tried to utilize the identity $\sin 2x = 2\sin x\cos x$ but wasn't able to reach the solution.
You've used the correct identity, just go on:
$$\sin \, x = - \sin \,y$$
hence the second equations is equivalent to
$$\sin y (\cos \,y - \cos \, x) = 0$$ and now you just split the solution into
$$\sin \,y = 0\ \text{ OR }\ (\cos \,y - \cos \, x) = 0.$$
In the first case, when $\sin \,y = 0$, then $\sin \,x = 0$ as well, so $(x,y) = (k;n)\pi$ for $k,n \in \mathbb{N}$.
In the second case one has to consider both conditions, i.e. $\cos \,y = \cos \, x$ implies $x$ and $y$ must be either equal or $x=-y$ (symmetrical along horizontal axis + consider the period) from which the condition $\sin \, x = - \sin \,y$ chooses the latter.
HINT:
$$\sin z=-\sin A=\sin(-A)$$
$$\implies z=n\pi+(-1)^n(-A)$$ where $n$ is any integer
Put $z=x, A=y$ and then $z=2x,A=2y$
Find which values of $x$ satisfy both the equations.
HINT: your System is equivalent to $$2\cos\left(\frac{x-y}{2}\right)\sin\left(\frac{x+y}{2}\right)=0$$ and $$2\cos(x-y)\sin(x+y)=0$$ can you proceed?