0

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.

Leonard
  • 11

2 Answers2

1

You can use the method of subsidiary angle.

Let $$b = d\cos\phi,$$ $$c=d\sin\phi.$$ In other words, $$d=\sqrt{b^2+c^2},$$ $$\phi=\tan^{-1}\frac{c}{b}.$$ Then $$b\cos(ax)+c\sin(ax)=d\cos\phi\cos(ax)+d\sin\phi\sin(ax)=d\cos(ax-\phi).$$

velut luna
  • 9,961
0

$$\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}}$

Mihail
  • 2,251