I've been studying the R-formulae, and I am slightly stuck on the fact that adding two sinusoidal functions, like $\cos{x}+\sin{x}$ can form another sinusoidal function, namely $\sqrt{2}\sin({x+\frac{\pi}{4}})$.
It makes intuitive sense that something like $A\sin{x}+B\sin{x}$ form another sinusoidal wave, as they are 'in phase', as in, their periods line up, so they form a sinusoidal wave with the same period. However, it doesn't make much sense to me how waves whose periods do not line up still manage to form a smooth sinusoidal wave. As in; something like $\cos{x}+\sin{x}$ doesn't seem to have any meaning to me; how do 2 waves with mismatching periods form one consistent sine wave?
Are there any proofs/geometric intuitions that I should be thinking about? I've been messing around in GeoGebra and haven't found anything meaningful.
$$\cos x + \sin x = r \sin \theta\cos x + r\cos \theta\sin x = r\sin (x+\theta)$$
– peterwhy Mar 02 '22 at 21:22