[Math] How to calculate the phase shift between sine and cosine

trigonometry

I know that $\sin(\alpha + x)=\cos(\alpha)$. How do I find $x$ ?

I'd start by using the angle sum identity for sine:

$\cos(\alpha)*\sin(x)+\sin(\alpha)*\cos(x)=\cos(\alpha)$

I had some ideas about what to do next but they didn't get me anywhere.

Best Answer

I'll try to expand a bit on joriki's answer. Since we want the identity $$\cos(\alpha)\sin(x)+\sin(\alpha)\cos(x)=\cos(\alpha)$$ to be true for all $\alpha$, it has to be true in particular for $\alpha=0$ and $\alpha=\frac{\pi}{2}$. Thus, the $x$ we are looking for must satisfy both $$\cos(0)\sin(x)+\sin(0)\cos(x)=\cos(0)$$ $$1\cdot\sin(x)+0\cdot\cos(x)=1$$ $$\sin(x)=1$$ and $$\cos(\tfrac{\pi}{2})\sin(x)+\sin(\tfrac{\pi}{2})\cos(x)=\cos(\tfrac{\pi}{2})$$ $$0\cdot\sin(x)+1\cdot\cos(x)=0$$ $$\cos(x)=0$$

Which value of $x$ satisfies both $\sin(x)=1$ and $\cos(x)=0$?

Related Question