Skip to main content

Section 6.5: Solving Trigonometric Equations Using Identities

Learning Objectives

In this section you will:

  • Solve trigonometric equations involving identities

When we first encountered trigonometric equations in Section 5.6, each of the problems featured one circular function. If an equation involves two different circular functions or if the equation contains the same circular function but with different arguments, we will need to employ identities and Algebra to reduce the equation to a simpler form. We demonstrate these techniques in the following examples.



Solve the following equation and list the solutions which lie in the interval $[0,2\pi)$.

$\sec^2(\theta)=\tan(\theta)+3$

We see immediately in the equation $\sec^{2}(\theta) = \tan(\theta) + 3$ that there are two different circular functions present, so we look for an identity to express both sides in terms of the same function.



We use the Pythagorean Identity $\sec^{2}(\theta) = 1 + \tan^{2}(\theta)$ to exchange $\sec^{2}(\theta)$ for tangents. What results is a `quadratic in disguise', which we can solve using a quick substitution.

\[ \begin{array}{rclr} \sec^{2}(\theta) & = & \tan(\theta) + 3 & \\ 1 + \tan^{2}(\theta) & = & \tan(\theta) + 3& \text{(Since $\sec^{2}(\theta) = 1 + \tan^{2}(\theta)$.)} \\ \tan^{2}(\theta) - \tan(\theta) -2 & = & 0 & \\ u^2 - u - 2 & = & 0 & \text{Let $u = \tan(\theta)$.} \\ (u + 1)(u - 2) & = & 0 & \\ \end{array} \]

This gives $u = -1$ or $u = 2$. Since $u = \tan(\theta)$, we have $\tan(\theta) = -1$ or $\tan(\theta) = 2$.


From $\tan(\theta) = -1$, we get $\theta = -\frac{\pi}{4} + \pi k$ for integers $k$. To solve $\tan(\theta) = 2$, we employ the arctangent function and get $\theta = \arctan(2) + \pi k$ for integers $k$.


From the first set of solutions, we get $\theta = \frac{3\pi}{4}$ and $\theta = \frac{7\pi}{4}$ as our answers which lie in $[0,2\pi)$.


We get $\theta=\arctan(2) \approx 1.107$ and $\theta = \pi + \arctan(2) \approx 4.249$ as answers from our second set of solutions which lie in $[0,2\pi)$.



Solve the following equation and list the solutions which lie in the interval $[0,2\pi)$.

$\cos(2t)=3\cos(t)-2$

The good news is that in the equation $\cos(2t) = 3\cos(t) - 2$, we have the same circular function, cosine, throughout. The bad news is that we have different arguments, $2t$ and $t$.


Using the double angle identity $\cos(2t) = 2\cos^{2}(t) - 1$ results in another quadratic in disguise:'

\[ \begin{array}{rclr} \cos(2t) & = & 3\cos(t) - 2 & \\ 2\cos^{2}(t) -1 & = & 3\cos(t) -2 & \text{(Since $\cos(2t) = 2\cos^{2}(t) -1$.)} \\ 2\cos^{2}(t) - 3\cos(t) +1 & = & 0 & \\ 2 u^2 - 3 u + 1 & = & 0 & \text{Let $u = \cos(t)$.}\\ (2u - 1)(u - 1) & = & 0 & \\ \end{array} \]

We get $u = \frac{1}{2}$ or $u = 1$, so $\cos(t) = \frac{1}{2}$ or $\cos(t) = 1$. Solving $\cos(t) = \frac{1}{2}$, we get $t = \frac{\pi}{3} + 2\pi k$ or $t = \frac{5\pi}{3} + 2\pi k$ for integers $k$. From $\cos(t) = 1$, we get $t = 2\pi k$ for integers $k$. The answers which lie in $[0,2\pi)$ are $t =0$, $\frac{\pi}{3}$, and $\frac{5\pi}{3}$.



Solve the following equation and list the solutions which lie in the interval $[0,2\pi)$.

$\cos(3t)=2-\cos(t)$

To solve $\cos(3t) = 2- \cos(t)$, we take a cue from the previous problem and look for an identity to rewrite $\cos(3t)$ in terms of $\cos(t)$.


We can start with a sum identity and work for there. Remember, the goal is to end up with only $\cos(t)$ in our expression:

$$\begin{array}{lr} \cos(3t) &\\ &\\ =\cos(2t + t) &\\ &\\ =\cos(2t)\cos(t)-\sin(2t)\sin(t) &\text{Cosine sum identity}\\ &\\ =(2\cos^2(t)-1)\cos(t)-2\sin(t)\cos(t)\sin(t) &\text{Double angle identities}\\ &\\ =2\cos^3(t)-\cos(t)-2\sin^2(t)\cos(t) &\\ &\\ =2\cos^3(t)-\cos(t)-2(1-\cos^2(t))\cos(t) &\text{Pythagorean Identity}\\ &\\ =2\cos^3(t)-\cos(t)-2\cos(t)+2\cos^3(t) &\\ &\\ =4\cos^3(t)-3\cos(t)&\\ \end{array}$$

This transforms the equation into a polynomial in terms of $\cos(t)$. \[ \begin{array}{rclr} \cos(3t) & = &2- \cos(t) & \\ 4\cos^{3}(t) - 3\cos(t) & = & 2- \cos(t) & \\ 2\cos^{3}(t) - 2\cos(t) -2 & = & 0 & \\ 4 u^3 - 2 u -2 & = & 0 & \text{Let $u = \cos(t)$.} \\ \end{array} \]

Using what we know about polynomials, we factor $4u^3-2u-2$ as $(u-1)\left(4u^2+4u+2\right)$ and set each factor equal to $0$.

We get either $u-1 = 0$ or $4u^2+2u+2=0$, and since the discriminant of the latter is negative, the only real solution to $4u^3-2u-2=0$ is $u = 1$.


Since $u = \cos(t)$, we get $\cos(t) = 1$, so $t = 2\pi k$ for integers $k$. The only solution which lies in $[0,2\pi)$ is $t = 0$.



Solve the following equation and list the solutions which lie in the interval $[0,2\pi)$.

$\cos(3x)=\cos(5x)$

While we could approach solving the equation $\cos(3x) = \cos(5x)$ in the same manner as we did the previous two problems, we choose instead to showcase the utility of the Sum to Product Identities.


From $\cos(3x) = \cos(5x)$, we get $\cos(5x) - \cos(3x) = 0$, and it is the presence of $0$ on the right hand side that indicates a switch to a product would be a good move.


Using the Sum-to-Product identities, we rewrite $\cos(5x) - \cos(3x)$ as $- 2 \sin\left( \frac{5x + 3x}{2}\right)\sin\left( \frac{5x - 3x}{2}\right) = -2 \sin(4x)\sin(x)$. Hence, our original equation $\cos(3x) = \cos(5x)$ is equivalent to $-2 \sin(4x) \sin(x) = 0$.


From $-2 \sin(4x) \sin(x) = 0$, thanks to the Zero Product Property, we get either $\sin(4x) = 0$ or $\sin(x)$ = 0. Solving $\sin(4x) = 0$ gives $x = \frac{\pi}{4} k$ for integers $k$, and the solution to $\sin(x) = 0$ is $x = \pi k$ for integers $k$.


The second set of solutions is contained in the first set of solutions,\footnote{As always, when in doubt, write it out!} so our final solution to $\cos(5x) = \cos(3x)$ is $x = \frac{\pi}{4} k$ for integers $k$.


There are eight of these answers which lie in $[0,2\pi)$: $x = 0$, $\frac{\pi}{4}$, $\frac{\pi}{2}$, $\frac{3\pi}{4}$, $\pi$, $\frac{5\pi}{4}$, $\frac{3\pi}{2}$ and $\frac{7\pi}{4}$.



Solve the following equation and list the solutions which lie in the interval $[0,2\pi)$.

$\sin(2x)=\sqrt{3}\cos(x)$

In the equation $\sin(2x) =\sqrt{3} \cos(x)$, we not only have different circular functions involved, but we also have different arguments to contend with.


Using the double angle identity $\sin(2x) = 2 \sin(x) \cos(x)$ makes all of the arguments the same and we proceed to gather all of the nonzero terms on one side of the equation and factor. \[ \begin{array}{rclr} \sin(2x) & = & \sqrt{3} \cos(x) & \\ 2 \sin(x) \cos(x) & = & \sqrt{3} \cos(x) & \text{(Since $\sin(2x) = 2\sin(x) \cos(x)$.)} \\ 2\sin(x) \cos(x) - \sqrt{3} \cos(x) & = & 0 & \\ \cos(x) (2 \sin(x) - \sqrt{3}) & = & 0 & \\ \end{array} \]

We get $\cos(x) = 0$ or $\sin(x) = \frac{\sqrt{3}}{2}$. From $\cos(x) = 0$, we obtain $x = \frac{\pi}{2} + \pi k$ for integers $k$. From $\sin(x) = \frac{\sqrt{3}}{2}$, we get $x = \frac{\pi}{3} + 2\pi k$ or $x = \frac{2\pi}{3} + 2\pi k$ for integers $k$.


The answers which lie in $[0,2\pi)$ are $x = \frac{\pi}{2}$, $\frac{3\pi}{2}$, $\frac{\pi}{3}$ and $\frac{2\pi}{3}$.



Solve the following equation and list the solutions which lie in the interval $[0,2\pi)$.

$\sin(x)\cos\left(\frac{x}{2}\right) + \cos(x)\sin\left(\frac{x}{2}\right) = 1$

Unlike the previous problem, there seems to be no quick way to get the circular functions or their arguments to match in the equation $\sin(x)\cos\left(\frac{x}{2}\right) + \cos(x)\sin\left(\frac{x}{2}\right) = 1$.


If we stare at it long enough, however, we realize that the left hand side is the expanded form of the sum formula for $\sin\left(x + \frac{x}{2}\right)$. Hence, our original equation is equivalent to $\sin\left(\frac{3}{2} x\right) = 1$.


Solving, we find $x = \frac{\pi}{3} + \frac{4\pi}{3} k$ for integers $k$. Two of these solutions lie in $[0,2\pi)$: $x = \frac{\pi}{3}$ and $x = \frac{5\pi}{3}$.



Solve the following equation and list the solutions which lie in the interval $[0,2\pi)$.

$\cos(x) - \sqrt{3} \sin(x) = 2$

With the absence of double angles or squares, there doesn't seem to be much we can do with the equation $\cos(x) - \sqrt{3} \sin(x) = 2$.


However, since the frequencies of the sine and cosine terms are the same, we can rewrite the left hand side of this equation as a sinusoid.


To fit $f(x) = \cos(x) - \sqrt{3} \sin(x)$ to the form $A\sin(\omega t + \phi) + B$, we find $A = 2$, $B = 0$, $\omega = 1$ and $\phi = \frac{5\pi}{6}$.


Hence, we can rewrite the equation $\cos(x) - \sqrt{3} \sin(x) = 2$ as $2 \sin\left(x + \frac{5\pi}{6}\right) = 2$, or $\sin\left(x + \frac{5\pi}{6}\right) = 1$. Solving, we get $x = - \frac{\pi}{3} + 2\pi k$ for integers $k$.


Only one of our solutions, $x = \frac{5\pi}{3}$, which corresponds to $k=1$, lies in $[0,2\pi)$.



Practice Problems

In the following exercises, solve the equation, giving the exact solutions which lie in $[0, 2\pi)$

1. $\sin \left( \theta \right) = \cos \left( \theta \right)$

2. $\sin \left( 2t \right) = \sin \left( t \right)$

3. $\sin \left( 2x \right) = \cos \left( x \right)$

4. $\cos \left( 2\theta \right) = \sin \left( \theta \right)$

5. $\cos \left( 2t \right) = \cos \left( t \right)$

6. $\cos(2x) = 2 - 5\cos(x)$

7. $3\cos(2 \theta ) + \cos(\theta) + 2 = 0$

8. $\cos(2t) = 5\sin(t) - 2$

9. $3\cos(2x) = \sin(x) + 2$

10. $2\sec^{2}(\theta) = 3 - \tan(\theta)$

11. $\tan^{2}(t) = 1-\sec(t)$

12. $\cot^{2}(x) = 3\csc(x) - 3$

13. $\sec(\theta) = 2\csc(\theta)$

14. $\cos(t) \csc(t)\cot(t) = 6-\cot^{2}(t)$

15. $\sin(2x) = \tan(x)$

16. $\cot^{4}(\theta) = 4\csc^{2}(\theta) - 7$

17. $\cos(2t) + \csc^{2}(t) = 0$

18. $\tan^{3} \left( x \right) = 3\tan \left( x \right)$

19. $\tan^{2} \left( \theta \right) = \dfrac{3}{2} \sec \left( \theta \right)$

20. $\cos^{3} \left( t \right) = -\cos \left( t \right)$

21. $\tan (2x) - 2\cos(x) = 0$

22. $\csc^{3}(\theta) + \csc^{2}(\theta) = 4\csc(\theta) + 4$

23. $2\tan(t) = 1 - \tan^{2}(t)$

24. $\tan \left( x \right) = \sec \left( x \right)$

25. $\sin(6\theta) \cos(\theta) = -\cos(6\theta) \sin(\theta)$

26. $\sin(3t)\cos(t) = \cos(3t) \sin(t)$

27. $\cos(2x)\cos(x) + \sin(2x)\sin(x) = 1$

28. $\cos(5\theta)\cos(3\theta) - \sin(5\theta)\sin(3\theta) = \dfrac{\sqrt{3}}{2}$

29. $\sin(t) + \cos(t) = 1$

30. $\sin(x) + \sqrt{3} \cos(x) = 1$

31. $\sqrt{2} \cos(\theta) - \sqrt{2} \sin(\theta) = 1$

32. $\sqrt{3} \sin(2t) + \cos(2t) = 1$

33. $\cos(2x) - \sqrt{3} \sin(2x) = \sqrt{2}$

34. $3\sqrt{3}\sin(3\theta) - 3\cos(3\theta) = 3\sqrt{3}$

35. $\cos(3t) = \cos(5t)$

36. $\cos(4x) = \cos(2x)$

37. $\sin(5\theta) = \sin(3\theta)$

38. $\cos(5t) = -\cos(2t)$

39. $\sin(6x) + \sin(x) = 0$

40. $\tan(x) = \cos(x)$

1. $\theta = \dfrac{\pi}{4}, \dfrac{5\pi}{4}$

2. $t = 0, \dfrac{\pi}{3}, \pi, \dfrac{5\pi}{3}$

3. $x = \dfrac{\pi}{6}, \dfrac{\pi}{2}, \dfrac{5\pi}{6}, \dfrac{3\pi}{2}$

4. $\theta = \dfrac{\pi}{6}, \dfrac{5\pi}{6}, \dfrac{3\pi}{2}$

5. $t = 0, \dfrac{2\pi}{3}, \dfrac{4\pi}{3}$

6. $x=\dfrac{\pi}{3}, \dfrac{5\pi}{3}$

7. $\theta = \dfrac{2\pi}{3}, \dfrac{4\pi}{3}, \arccos\left(\dfrac{1}{3}\right), 2\pi -\arccos\left(\dfrac{1}{3}\right) $

8. $t=\dfrac{\pi}{6}, \dfrac{5\pi}{6}$

9. $x = \dfrac{7\pi}{6}, \dfrac{11\pi}{6}, \arcsin\left(\dfrac{1}{3}\right), \pi - \arcsin\left(\dfrac{1}{3}\right) $

10. $\theta=\dfrac{3\pi}{4}, \dfrac{7\pi}{4}, \arctan\left(\dfrac{1}{2}\right), \pi +\arctan\left(\dfrac{1}{2}\right) $

11. $t=0, \dfrac{2\pi}{3}, \dfrac{4\pi}{3}$

12. $x=\dfrac{\pi}{6}, \dfrac{5\pi}{6}, \dfrac{\pi}{2}$

13. $\theta=\arctan(2), \pi + \arctan(2)$

14. $t = \dfrac{\pi}{6}, \dfrac{7\pi}{6}, \dfrac{5\pi}{6}, \dfrac{11\pi}{6}$

15. $x = 0, \pi, \dfrac{\pi}{4}, \dfrac{3\pi}{4}, \dfrac{5\pi}{4}, \dfrac{7\pi}{4}$

16. $\theta = \dfrac{\pi}{6}, \dfrac{\pi}{4}, \dfrac{3\pi}{4}, \dfrac{5\pi}{6}, \dfrac{7\pi}{6}, \dfrac{5\pi}{4}, \dfrac{7\pi}{4}, \dfrac{11\pi}{6}$

17. $t = \dfrac{\pi}{2}, \dfrac{3\pi}{2}$

18. $x = 0, \dfrac{\pi}{3}, \dfrac{2\pi}{3}, \pi, \dfrac{4\pi}{3}, \dfrac{5\pi}{3}$

19. $\theta = \dfrac{\pi}{3}, \dfrac{5\pi}{3}$

20. $t = \dfrac{\pi}{2}, \dfrac{3\pi}{2}$

21. $x = \dfrac{\pi}{6}, \dfrac{\pi}{2}, \dfrac{5\pi}{6}, \dfrac{3\pi}{2}$

22. $\theta = \dfrac{\pi}{6}, \dfrac{5\pi}{6}, \dfrac{7\pi}{6}, \dfrac{3\pi}{2}, \dfrac{11\pi}{6}$

23. $t = \dfrac{\pi}{8}, \dfrac{5\pi}{8}, \dfrac{9\pi}{8}, \dfrac{13\pi}{8}$

24. No solution

25. $\theta = 0, \dfrac{\pi}{7}, \dfrac{2\pi}{7}, \dfrac{3\pi}{7}, \dfrac{4\pi}{7}, \dfrac{5\pi}{7}, \dfrac{6\pi}{7}, \pi, \dfrac{8\pi}{7}, \dfrac{9\pi}{7}, \dfrac{10\pi}{7}, \dfrac{11\pi}{7}, \dfrac{12\pi}{7}, \dfrac{13\pi}{7}$

26. $t=0, \dfrac{\pi}{2}, \pi, \dfrac{3\pi}{2}$

27. $x = 0$

28. $\theta = \dfrac{\pi}{48}, \dfrac{11\pi}{48}, \dfrac{13\pi}{48}, \dfrac{23\pi}{48}, \dfrac{25\pi}{48}, \dfrac{35\pi}{48}, \dfrac{37\pi}{48}, \dfrac{47\pi}{48}, \dfrac{49\pi}{48}, \dfrac{59\pi}{48}, \dfrac{61\pi}{48}, \dfrac{71\pi}{48}, \dfrac{73\pi}{48}, \dfrac{83\pi}{48}, \dfrac{85\pi}{48}, \dfrac{95\pi}{48}$

29. $t = 0, \dfrac{\pi}{2}$

30. $x = \dfrac{\pi}{2}, \dfrac{11\pi}{6}$

31. $\theta = \dfrac{\pi}{12}, \dfrac{17\pi}{12}$

32. $t = 0, \pi, \dfrac{\pi}{3}, \dfrac{4\pi}{3}$

33. $x = \dfrac{17 \pi}{24}, \dfrac{41 \pi}{24}, \dfrac{23\pi}{24}, \dfrac{47\pi}{24}$

34. $\theta = \dfrac{\pi}{6}, \dfrac{5\pi}{18}, \dfrac{5\pi}{6}, \dfrac{17\pi}{18}, \dfrac{3\pi}{2}, \dfrac{29\pi}{18}$

35. $t = 0, \dfrac{\pi}{4}, \dfrac{\pi}{2}, \dfrac{3\pi}{4}, \pi, \dfrac{5\pi}{4}, \dfrac{3\pi}{2}, \dfrac{7\pi}{4}$

36. $x = 0, \dfrac{\pi}{3}, \dfrac{2\pi}{3}, \pi, \dfrac{4\pi}{3}, \dfrac{5\pi}{3}$

37. $\theta = 0, \dfrac{\pi}{8}, \dfrac{3\pi}{8}, \dfrac{5\pi}{8}, \dfrac{7\pi}{8}, \pi, \dfrac{9\pi}{8}, \dfrac{11\pi}{8}, \dfrac{13\pi}{8}, \dfrac{15\pi}{8}$

38. $t = \dfrac{\pi}{7}, \dfrac{\pi}{3}, \dfrac{3\pi}{7}, \dfrac{5\pi}{7}, \pi, \dfrac{9\pi}{7}, \dfrac{11\pi}{7}, \dfrac{5\pi}{3}, \dfrac{13\pi}{7}$

39. $x = 0, \dfrac{2\pi}{7}, \dfrac{4\pi}{7}, \dfrac{6\pi}{7}, \dfrac{8\pi}{7}, \dfrac{10\pi}{7}, \dfrac{12\pi}{7}, \dfrac{\pi}{5}, \dfrac{3\pi}{5}, \pi, \dfrac{7\pi}{5}, \dfrac{9\pi}{5}$

40. $x = \arcsin \left( \dfrac{-1 + \sqrt{5}}{2} \right) \approx 0.6662, \pi - \arcsin \left( \dfrac{-1 + \sqrt{5}}{2} \right) \approx 2.4754$

Homework Set

Solve each equation on the interval $0\leq x \lt 2\pi$.

  1. $\sin(2x)=\cos(x)$
  2. $\cos(2x)=\cos(x)$
  3. $\cos(2x)\cos(x)-\sin(2x)\sin(x)=-\frac{\sqrt{3}}{2}$
  4. $3\tan(x)+\cot(x)=2\sqrt{3}$
  5. $\sin(2x)=4\cos(x)$
  6. $2\sin^2(x)+3\cos(x)=0$
  7. $\cos^2(x)+2\sin(x)+2=0$