Smallest angle where sin θ + 5cos θ = 4

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
wadcock
Messages
1
Reaction score
0
Can anyone help with this trig question,

Determine the smallest angle in degrees such that sin theta+5cos theta=4

Iknow i need to use the quadratic formula but really stuck on it.
 
Mathematics news on Phys.org
I would likely use a linear combination identity to rewrite the equation as:

$$\sqrt{26}\sin\left(\theta+\arctan(5)\right)=4$$

Can you proceed?
 
Alternatively,

$$\sin\!\theta+5\cos\!\theta=4$$

There is no solution when $$\cos\!\theta=0$$ so we may divide both sides by $$\cos\!\theta$$:

$$\tan\!\theta+5=4\sec\!\theta$$

Square both sides:

$$\tan^2\!\theta+10\tan\!\theta+25=16\sec^2\!\theta$$

Using the identity $$\sec^2\!\theta=\tan^2\!\theta+1$$ and rearranging we have

$$15\tan^2\!\theta-10\tan\!\theta-9=0$$
 
greg1313 said:
Alternatively,

$$\sin\!\theta+5\cos\!\theta=4$$

There is no solution when $$\cos\!\theta=0$$ so we may divide both sides by $$\cos\!\theta$$:

$$\tan\!\theta+5=4\sec\!\theta$$

Square both sides:

$$\tan^2\!\theta+10\tan\!\theta+25=16\sec^2\!\theta$$

Using the identity $$\sec^2\!\theta=\tan^2\!\theta+1$$ and rearranging we have

$$15\tan^2\!\theta-10\tan\!\theta-9=0$$

You can use this approach without dividing...

$\displaystyle \begin{align*} \sin{ \left( \theta \right) } + 5\cos{ \left( \theta \right) } &= 4 \\ 5\cos{ \left( \theta \right) } &= 4 - \sin{ \left( \theta \right) } \\ \left[ 5\cos{ \left( \theta \right) } \right] ^2 &= \left[ 4 - \sin{ \left( \theta \right) } \right] ^2 \\ 25\cos^2{ \left( \theta \right) } &= 16 - 8\sin{ \left( \theta \right) } + \sin^2{ \left( \theta \right) } \\ 25 \left[ 1 - \sin^2{ \left( \theta \right) } \right] &= 16 - 8\sin{ \left( \theta \right) } + \sin^2{ \left( \theta \right) } \\ 25 - 25\sin^2{ \left( \theta \right)} &= 16 - 8\sin{ \left( \theta \right) } + \sin^2{ \left( \theta \right) } \\ 0 &= 26\sin^2{ \left( \theta \right) } - 8\sin{ \left( \theta \right) } - 9 \end{align*}$

and you can now solve this quadratic equation.