I need to convert $b\cos(ax)+c\sin(ax)$ into something like $d\cos(ax-y)$. I thought I could use the identity $\cos(x-y)=\cos(x)\cos(y)+\sin(x)\sin(y)$, however that's without considering my constants b and c.
2026-03-30 10:54:36.1774868076
Adding sine and cosine
611 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
$$\sqrt{b^2+c^2}\left( \cos \phi \cdot \cos (ax)+\sin \phi \cdot \sin (ax) \right)$$ $$\sqrt{b^2+c^2}\cdot \cos \left( \phi -ax \right)$$ where $\phi=\arccos \dfrac{b}{\sqrt{b^2+c^2}}$