7

I am asked as a part of a question to express $\sin(2x)-8\cos(2x)$ as a single sine function.

I know it has something to do with the trigonometric identity $$\sin(a-b)=\sin(a) \cos(b)-\cos(a)\sin(b)$$ but I can't get my head around it because of that $8$ in front of $\cos2x$.

Any tips on how I can move on?

Davide Giraudo
  • 172,925

3 Answers3

5

Hint: Our function is $$\sqrt{65}\left(\frac{1}{\sqrt{65}}\sin 2x -\frac{8}{\sqrt{65}}\cos 2x\right).$$ Let $b$ be an angle whose cosine is $\frac{1}{\sqrt{65}}$ and whose sine is $\frac{8}{\sqrt{65}}$, and use the identity you quoted.

André Nicolas
  • 507,029
3

I believe the answer you'll be looking for will be in the form

$$k\sin(2x-b)=k\sin 2x\cos b-k\cos 2x\sin b=\sin 2x-8\cos 2x$$

Equating coefficients, we get

$$k\cos b=1$$ $$k\sin b=8$$

Next, use the trig identity $\sin^2x+\cos^2x=1$ to solve for $k$. Can you take it from here?

Mike
  • 13,318
1

This is another way of getting to Andre's answer, which is probably easier to remember.

Let $u$ be so that $\tan(u)=8$. Then

$$\sin(2x)-8\cos(2x) = \sin(2x)-\tan(u)\cos(2x)= \sin(2x)-\frac{\sin(u)}{\cos(u)}\cos(2x) = \frac{\sin(2x)\cos(u)-\sin(u)\cos(2x)}{\cos(u)}$$

Now, knowing that $\tan(u)=8 \Rightarrow \cos(u)=...$, you recover that answer.

N. S.
  • 132,525