7
$\begingroup$

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?

3 Answers 3

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.

  • 0
    How did you arrive to $\sqrt{65}$?2012-06-14
  • 1
    It is the square root of $1^2+8^2$. By dividing by it, we transform our numbers $1$ and $8$ into numbers that can be a cosine and sine of something. Recall that $\cos^2 b+\sin^2 b$ must be $1$.2012-06-14
  • 2
    So in a case like $-2\sin(3x)-5\cos(3x)$ would I use $\sqrt{(29)}$?2012-06-14
  • 0
    Yes.${}{}{}{}{}{}{}{}{}{}{}$2012-06-14
  • 0
    So now I am at $\sqrt{65}\sin{(2x+a)}$, How would I go for finding that a?2012-06-14
  • 0
    Ah, got it. Thanks a lot guys for your help!2012-06-14
  • 2
    I called it $b$. And it would be $\sin(2x-b)$ although later we can change that. We want somebody whose cosine is $1/\sqrt{65}$and whose sine is $\dots$. If you press the arccos button you will have it. Or if you don't want numbers, can't really do better than $\arccos(1/\sqrt{65})$.2012-06-14
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?

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.