We will write $c = \cos\theta$ and $s = \sin\theta$ for ease of notation. Eliminate $y$ from the simultaneous equations $$\begin{align} cx − sy = 2 \\ sx + cy = 1 \end{align}$$
How could you eliminate $y$ from these equations? I have no idea where to start.
Thank you. also how does this prove, it is solvable for all values of sin and cos.
Multiply the first equation by $c$ to obtain: $c^2x-scy=2c$ and the second equation by $s$ to get: $s^2x+scy=s$. Now add the 2 equations term by term to obtain $(c^2+s^2)x=2c+s$. Using the trigonometric identity $\sin(x)^2+\cos(x)^2=1$ and you see that $x=2c+s$. Use then one of the original equations, substitute your value for $x$ and see that, after simplification $y=c-2s$.
$x$ and $y$ are defined $\forall \theta$.
Hope this helps.