How do you solve a system of the following form: $$a = 2\sin(x) - \sin(y) + \sin(x+y)\tag1$$ $$b = 2\sin(y) - \sin(x) + \sin(x+y)\tag2$$ where $a,b$ are constants, and $x,y$ the variables I'd like to solve for. Subtracting $(1)-(2)$ gives an expression for $\sin(y)$. However, rewriting $$\sin(x+y)=\sin(x)\cos(y)+\sin(y)\cos(x)$$ requires an expression for $\cos(y)$. Using $\cos(y)=\sqrt{1-\sin^2(y)}$ results in a complicated equation, which I cannot solve.
Is there an easier way to solve this system?