A trigonometric equation is an equation in which the unknown appears inside a trigonometric function: sin(x)=21, 2cos2(x)−1=0, tan(3x)=−1. Unlike identities, which hold for every angle, an equation is satisfied only by specific values — and the challenge is to find them all. The word "all" is critical, because periodicity guarantees that if one solution exists, infinitely many do. The angle x=6π satisfies sin(x)=21, but so does x=65π, and so does x=6π+2π, and x=65π+2π, and every other angle obtained by adding integer multiples of 2π to either of these.
Managing this infinity is what distinguishes trigonometric equation solving from solving polynomial or rational equations. Two formats are standard: the general solution, which captures every solution using a parameter n∈Z, and the restricted solution, which lists only those solutions within a specified interval — typically [0,2π) or [0°,360°). The tools required include the unit circle (for reading solutions geometrically), inverse trigonometric functions (for computing principal values), identities (for rewriting multi-function equations), and formulas (for handling double angles, half angles, and other compound arguments). The properties of the trigonometric functions — particularly periodicity and boundedness — govern when solutions exist and how many there are.
General Solutions vs Restricted Solutions
Because trigonometric functions are periodic, any equation that has at least one solution has infinitely many. The general solution captures all of them in a compact expression parameterized by an integer n.
For example, sin(x)=21 has two solutions per period of 2π: x=6π and x=65π. The general solution is:
x=6π+2nπorx=65π+2nπ,n∈Z
For tangent, which has period π and only one solution per period, the general solution is more compact. If tan(x)=1, the principal solution is x=4π, and the general solution is:
x=4π+nπ,n∈Z
A restricted solution lists only the solutions within a specified interval — most commonly [0,2π) or [0°,360°). For sin(x)=21 on [0,2π), the answer is simply x=6π and x=65π.
The problem statement determines which format is required. When no interval is specified and the problem says "find all solutions" or "solve," a general solution is expected. When an interval is given, only those solutions falling within it should be listed.
The number of solutions per period depends on the function and the value. Sine and cosine equations with ∣a∣<1 have two solutions per period of 2π. When ∣a∣=1, there is one (at the extreme of the function). Tangent and cotangent equations have exactly one solution per period of π. These counts multiply when the argument is a multiple angle — sin(2x)=a has up to four solutions per 2π interval, sin(3x)=a has up to six, and so on.
Solving Basic Sine Equations
An equation of the form sin(x)=a is solvable if and only if −1≤a≤1 — a consequence of the bounded range of sine. If ∣a∣>1, there is no solution.
Step 1: Find the reference angle. Compute α=arcsin(∣a∣) — the acute angle whose sine equals ∣a∣. For standard values, this comes from the unit circle or special triangles. For non-standard values, use a calculator with the inverse sine function.
Step 2: Determine the quadrants. Sine is positive in Quadrants I and II, negative in Quadrants III and IV.
a>0: solutions are in Quadrants I and II.
a<0: solutions are in Quadrants III and IV.
a=0: solutions are on the x-axis (0,π,2π,…).
Step 3: Write the solutions within one period $[0, 2\pi)$.
x=α
x=π−α
x=π+α
x=2π−α
Select the two quadrants from Step 2.
Step 4: Write the general solution. Add 2nπ to each solution from Step 3.
Example: Solve sin(x)=−23.
Reference angle: α=arcsin(23)=3π. Sine is negative → Quadrants III and IV:
x=π+3π=34πorx=2π−3π=35π
General solution: x=34π+2nπ or x=35π+2nπ.
Solving Basic Cosine Equations
The equation cos(x)=a is solvable if and only if −1≤a≤1. The process parallels sine equations but with different quadrant assignments.
Step 1: Reference angle.α=arccos(∣a∣) — the angle in [0,2π] whose cosine equals ∣a∣.
Step 2: Quadrants. Cosine is positive in Quadrants I and IV, negative in Quadrants II and III.
Step 3: Solutions within $[0, 2\pi)$.
x=α
x=π−α
x=π+α
x=2π−α
Step 4: General solution. Add 2nπ to each.
A cleaner notation is available for cosine because of its even symmetry. The two solutions within one period can be written as x=α and x=2π−α=−α+2π. In general solution form:
x=±α+2nπ,n∈Z
This compact form captures both solutions (the +α branch and the −α branch) in a single expression.
Example: Solve cos(x)=−21 on [0,2π).
Reference angle: α=arccos(21)=3π. Cosine is negative → Quadrants II and III:
x=π−3π=32πorx=π+3π=34π
Solving Basic Tangent Equations
The equation tan(x)=a has solutions for every real value of a — tangent's range is (−∞,∞), so boundedness is never a constraint. This makes tangent equations structurally simpler than sine or cosine equations.
Step 1: Principal value.α=arctan(a) — the unique angle in (−2π,2π) whose tangent equals a. This is always well-defined, since arctangent accepts any real input.
Step 2: General solution. Because tangent has period π and is one-to-one on each period interval, there is exactly one solution per period:
x=α+nπ,n∈Z
No quadrant analysis is needed — the single principal value α, repeated at intervals of π, captures every solution. This is more compact than the sine and cosine cases, where two solutions per period require two separate expressions.
Example: Solve tan(x)=3.
Principal value: α=arctan(3)=3π.
General solution: x=3π+nπ.
On [0,2π): x=3π (from n=0) and x=3π+π=34π (from n=1).
Example: Solve tan(x)=−1.
Principal value: α=arctan(−1)=−4π.
General solution: x=−4π+nπ.
On [0,2π): x=−4π+π=43π and x=−4π+2π=47π.
Equations Requiring Algebraic Manipulation
Many trigonometric equations cannot be solved by direct inversion — they require algebraic manipulation first. The goal is to reduce the equation to one or more basic equations of the form sin(x)=a, cos(x)=a, or tan(x)=a.
Factoring. When a product equals zero, at least one factor must be zero.
sin(x)cos(x)=0⇒sin(x)=0orcos(x)=0
These are two separate basic equations, each solved independently. On [0,2π): sin(x)=0 gives x=0,π; cos(x)=0 gives x=2π,23π. All four are solutions.
Grouping and factoring. When terms share a common factor:
sin(x)cos(x)+sin(x)=0⇒sin(x)[cos(x)+1]=0
This gives sin(x)=0 or cos(x)=−1. On [0,2π): x=0,π from the first, and x=π from the second. The combined solution set is {0,π}.
A critical warning about division. It is tempting to "simplify" sin(x)tan(x)=sin(x) by dividing both sides by sin(x). This discards the solutions where sin(x)=0. The correct approach is to rearrange to sin(x)tan(x)−sin(x)=0, factor as sin(x)[tan(x)−1]=0, and solve each factor. Dividing by a trigonometric expression is valid only if that expression is provably nonzero — and in an equation where any value of x might be a solution, this condition is rarely guaranteed.
Equations Requiring Identity Substitution
When an equation involves more than one trigonometric function, a direct solution is usually impossible. The strategy is to use an identity to rewrite the equation in terms of a single function, then solve.
The Pythagorean identity is the most common tool. Consider:
sin2(x)+cos(x)=1
Replace sin2(x) with 1−cos2(x):
1−cos2(x)+cos(x)=1⇒−cos2(x)+cos(x)=0
cos(x)[1−cos(x)]=0
This gives cos(x)=0 or cos(x)=1. On [0,2π): x=2π,23π from the first, and x=0 from the second.
Another common scenario involves the identity sec2(x)=1+tan2(x):
sec2(x)−tan(x)=3
Replace sec2(x):
1+tan2(x)−tan(x)=3⇒tan2(x)−tan(x)−2=0
This is a quadratic in tan(x), solvable by factoring or the quadratic formula.
The double angle formulas are another frequent source of substitution. An equation containing cos(2x) alongside sin(x) can be converted using cos(2x)=1−2sin2(x), producing a quadratic in sin(x). The choice of which identity to apply depends on which functions are present and which substitution produces a single-variable expression.
Not every identity substitution leads to a cleaner equation. If one substitution creates a more complicated expression, try a different form. The three versions of cos(2θ) — cos2θ−sin2θ, 2cos2θ−1, and 1−2sin2θ — each serve different purposes depending on whether the target variable is sine or cosine.
Quadratic-Type Trigonometric Equations
An equation that is quadratic in a trigonometric function — for example, 2sin2(x)−sin(x)−1=0 — is solved by treating the trigonometric expression as a temporary variable.
Let u=sin(x). The equation becomes:
2u2−u−1=0
Factor: (2u+1)(u−1)=0, giving u=−21 or u=1.
Now solve each:
sin(x)=−21: on [0,2π), x=67π and x=611π.
sin(x)=1: on [0,2π), x=2π.
The complete solution set on [0,2π) is {2π,67π,611π}.
When factoring is not obvious, the quadratic formula applies:
u=2a−b±b2−4ac
After finding the values of u, check whether each falls within the range of the relevant function. For sine and cosine, reject any ∣u∣>1 — these correspond to no solution. For tangent, any real value of u is valid. This check is a consequence of boundedness and prevents reporting nonexistent solutions.
Quadratic-type equations often arise after identity substitution. An equation that initially involves both sin(x) and cos(x) may reduce to a quadratic in one function after a Pythagorean substitution. The two-step process — identity substitution followed by quadratic solving — is one of the most common patterns in trigonometric equation solving.
Equations with Multiple Angles
When the argument of the trigonometric function is a multiple of the variable — sin(2x)=a, cos(3x)=a, tan(2x)=a — the solving process adds an extra step: solve for the inner argument first, then recover x.
Example: Solve sin(2x)=23 on [0,2π).
Let u=2x. The equation sin(u)=23 has solutions:
u=3π+2nπoru=32π+2nπ
Since u=2x, divide by 2:
x=6π+nπorx=3π+nπ
Now find which values fall in [0,2π):
x=6π (n=0), x=6π+π=67π (n=1)
x=3π (n=0), x=3π+π=34π (n=1)
Four solutions: {6π,3π,67π,34π}.
The critical point: the factor of 2 in the argument doubles the number of solutions within a 2π interval. A factor of 3 would triple it. In general, sin(nx)=a on [0,2π) can produce up to 2n solutions (for ∣a∣<1). This multiplication is the most common source of missed solutions — students who solve for u but forget to generate all valid x values within the target interval.
When the interval for x is [0,2π) and the argument is 2x, the effective interval for u is [0,4π). For 3x, it becomes [0,6π). Always determine the u-interval before listing solutions — otherwise, solutions from later periods will be overlooked.
Extraneous Solutions
Certain solving techniques — most notably squaring both sides — can produce values that satisfy the transformed equation but not the original. These are extraneous solutions, and they must be identified and discarded.
Example: Solve sin(x)+cos(x)=1.
Square both sides:
sin2(x)+2sin(x)cos(x)+cos2(x)=1
Using sin2(x)+cos2(x)=1:
1+2sin(x)cos(x)=1⇒2sin(x)cos(x)=0⇒sin(2x)=0
So 2x=nπ, giving x=2nπ. On [0,2π): x=0,2π,π,23π.
Now check each in the original equation sin(x)+cos(x)=1:
x=0: 0+1=1 ✓
x=2π: 1+0=1 ✓
x=π: 0+(−1)=−1=1 ✗
x=23π: −1+0=−1=1 ✗
Only x=0 and x=2π are valid. The squaring step introduced two extraneous solutions where sin(x)+cos(x)=−1 — the negative square root that squaring fails to distinguish from the positive.
Extraneous solutions arise whenever a non-reversible operation is applied:
Squaring does not distinguish a from −a.
Multiplying by a variable expression may introduce solutions where that expression is zero.
Certain identity substitutions may change the effective domain.
The safeguard is straightforward: always substitute solutions back into the original equation. This verification step is not optional — it is an integral part of the solving process whenever squaring or other non-reversible steps have been used.