I'm struggling to solve a simple set of two equations. I've tried rearranging the first one and substituting into the second but I can't seem to get an answer.
I want to solve for C and D.
$$ C\sin(2s)+D\cos(2s)=0 $$ $$ 2C\cos(2s)+2D\sin(2s)=1 $$
I've tried rearranging the top one for $C$ and substituting into the second, but I think I am missing a simplification to get an answer.
Any help would be great, Thanks!
From the first equation we get $$D=-C\tan(2s)$$ plugging this in the second one we obtain $$2C\cos(2s)-2C\tan(2s)\sin(2s)=1$$ solving this for $C$ we get $$C=\frac{1}{2\cos(2s)-2\tan(2s)\sin(2s)}$$ $$C=\frac{\cos(2s)}{2(\cos^2(2s)-\sin^2(2s))}$$ so $$D=-\frac{\sin(2s)}{2(\cos^2(2s)-\sin^2(2s))}$$