In short
Advanced trigonometric equations involve multiple angles (\sin 2x, \cos 3x), mixed trig functions that resist simple substitution, constraints that restrict the solution set, parametric families, or systems of two or more trig equations. The strategy is always the same: use identities to reduce complexity, then apply general solution formulas. The new skill is choosing the right identity for the job.
Take the equation \sin 2x + \sin 4x = \sin 3x.
If you stare at it, nothing obvious happens. There are three different angles — 2x, 3x, 4x — and no immediate way to isolate a single trig function. The basic approach from the introductory article ("set \sin(\text{something}) = \sin(\text{something else}) and apply the formula") does not directly work here because there are three terms, not two.
But watch what happens when you use the right identity. The sum-to-product formula says \sin A + \sin B = 2\sin\frac{A+B}{2}\cos\frac{A-B}{2}. Apply it to the left side with A = 4x and B = 2x:
The equation becomes 2\sin 3x \cos x = \sin 3x. Now factor:
Two factors, two families of solutions: \sin 3x = 0 or \cos x = \frac{1}{2}. Both are standard types you already know how to solve.
That is the pattern of this entire article. The equations are harder, but the endgame is always the same: reduce to something whose general solution you can write down. The new ingredient is a larger toolkit of identities and a sharper eye for which one to reach for.
Equations involving multiple angles
When an equation contains \sin 2x or \cos 3x alongside \sin x or \cos x, your first move is to express everything in terms of the same angle. There are two directions you can go:
Expand the multiple angle. Replace \sin 2x with 2\sin x \cos x, or \cos 2x with 1 - 2\sin^2 x (or 2\cos^2 x - 1, whichever suits the equation). This works well when the rest of the equation involves \sin x and \cos x individually.
Contract to a multiple angle. Use identities in reverse: replace 2\sin x \cos x with \sin 2x, or \cos^2 x - \sin^2 x with \cos 2x. This works when the equation has products or squares that happen to match a double-angle pattern.
The choice depends on what simplifies. If expanding doubles the number of terms, try contracting instead. If contracting creates a new angle that doesn't match anything else in the equation, try expanding.
Here is a common type that uses expansion.
Type: \cos 2x = f(\sin x) or f(\cos x)
Consider \cos 2x + 3\sin x = 2.
Replace \cos 2x with 1 - 2\sin^2 x (choosing this form because the rest of the equation involves \sin x):
Let t = \sin x: 2t^2 - 3t + 1 = 0, giving (2t - 1)(t - 1) = 0, so t = \frac{1}{2} or t = 1.
This is exactly the equation from the introductory article — you have seen it before. The point is how naturally it arises: an equation with \cos 2x and \sin x becomes a quadratic in \sin x the moment you choose the right double-angle form.
Notice the choice of which double-angle form to use was critical. Cosine of 2x has three common expansions: 1 - 2\sin^2 x, 2\cos^2 x - 1, and \cos^2 x - \sin^2 x. The first one was the right pick because the rest of the equation involved \sin x, not \cos x. If the equation had been \cos 2x + 3\cos x = 2 instead, you would pick 2\cos^2 x - 1 to get a quadratic in \cos x. The identity itself does not change — but which form of it you use depends entirely on the rest of the equation.
Type: sum-to-product reduction
The opening example (\sin 2x + \sin 4x = \sin 3x) used sum-to-product. Here is the full solution.
After applying \sin A + \sin B = 2\sin\frac{A+B}{2}\cos\frac{A-B}{2}:
Family 1: \sin 3x = 0 \implies 3x = n\pi \implies x = \frac{n\pi}{3}
Family 2: \cos x = \frac{1}{2} = \cos \frac{\pi}{3} \implies x = 2n\pi \pm \frac{\pi}{3}
Check whether Family 2 is contained in Family 1. When n = 0: x = \pm\frac{\pi}{3}, and \frac{\pi}{3} = \frac{1 \cdot \pi}{3} while -\frac{\pi}{3} = \frac{-1 \cdot \pi}{3}. Both are already in x = \frac{n\pi}{3}. So Family 2 is a subset of Family 1.
The complete solution is x = \frac{n\pi}{3}, n \in \mathbb{Z}.
The lesson: always check at the end whether one family of solutions contains the other. If it does, you can write a simpler final answer.
Equations with constraints
In practice, trigonometric equations rarely appear without conditions. A typical problem might say: "Solve 2\cos^2 x - 5\cos x + 2 = 0 for x \in [0, 2\pi)," or "find all solutions in (-\pi, \pi]."
The technique is:
- Find the general solution (the unrestricted formula with n \in \mathbb{Z}).
- Substitute n = 0, \pm 1, \pm 2, \ldots and keep only the values that fall in the required interval.
The tricky part is making sure you try enough values of n — particularly negative values, which students often forget.
As a concrete example: solve 2\cos^2 x - 5\cos x + 2 = 0 for x \in [0, 2\pi).
Let t = \cos x. The equation becomes 2t^2 - 5t + 2 = 0, which factors as (2t - 1)(t - 2) = 0, giving t = \frac{1}{2} or t = 2.
Now t = 2 means \cos x = 2, which has no solution — cosine never exceeds 1. Discard it.
The surviving case is \cos x = \frac{1}{2} = \cos \frac{\pi}{3}. The general solution is x = 2n\pi \pm \frac{\pi}{3}.
For n = 0: x = \frac{\pi}{3} or x = -\frac{\pi}{3}. The first is in [0, 2\pi); the second is not.
For n = 1: x = 2\pi + \frac{\pi}{3} (too large) or x = 2\pi - \frac{\pi}{3} = \frac{5\pi}{3} (inside [0, 2\pi)).
For n = -1: x = -2\pi \pm \frac{\pi}{3}, both negative.
So the answer is x = \frac{\pi}{3} or x = \frac{5\pi}{3} — exactly two solutions in [0, 2\pi).
Handling range constraints on the trig value itself
Sometimes the constraint is hidden. Consider \cos x = \frac{5}{3}. There is no solution — cosine never exceeds 1 in absolute value. A quadratic in \cos x might yield two roots, one valid and one outside [-1, 1]. Always check.
Similarly, if a problem introduces a parameter — say, "find all values of k for which \sin x = k - 2 has solutions" — the answer is the set of k such that |k - 2| \leq 1, i.e., 1 \leq k \leq 3.
Parametric solutions
Some equations involve a parameter, and the question is: for which values of the parameter do solutions exist, and what do those solutions look like?
Consider: for what values of a does a\sin x + \cos x = 1 have a solution?
Using the auxiliary angle method from the introductory article: the left side can be written as \sqrt{a^2 + 1}\sin(x + \phi), where \tan \phi = \frac{1}{a}. The equation becomes \sin(x + \phi) = \frac{1}{\sqrt{a^2 + 1}}.
For this to have a solution, you need \left|\frac{1}{\sqrt{a^2 + 1}}\right| \leq 1. Since \sqrt{a^2 + 1} \geq 1 for all real a, the fraction is always at most 1 in absolute value. So the equation has solutions for all real values of a.
But the number of solutions in a fixed interval depends on a. When \frac{1}{\sqrt{a^2+1}} = 1 (i.e., a = 0), the equation becomes \sin(x + \phi) = 1, which has only one solution per period instead of two. For a \neq 0, there are two solutions per period.
Systems of trigonometric equations
A system of trigonometric equations gives you two (or more) equations in two (or more) unknowns. The goal is to find all pairs (x, y) — or whatever the unknowns are — that satisfy both equations simultaneously.
The techniques parallel what you know from linear systems and substitution, but with trig-specific moves:
- Add or subtract the equations to exploit sum-to-product or product-to-sum identities.
- Use one equation to eliminate a variable. If one equation gives \cos y in terms of x, substitute into the other.
- Look for symmetric structures. If the equations are symmetric in x and y, try u = x + y and v = x - y.
Here is a worked system to see the method in action.
Example 1: Solve the system $\sin x + \sin y = 1$, $\cos x + \cos y = \sqrt{3}$, for $x, y \in [0, 2\pi)$
Step 1. Apply sum-to-product to both equations.
Why: sum-to-product replaces two unknowns x, y with two new unknowns \frac{x+y}{2} and \frac{x-y}{2}. This change of variables turns addition of trig functions into multiplication, which is easier to handle because you can divide one equation by the other.
Step 2. Divide the first equation by the second.
Why: the \cos\frac{x-y}{2} factor cancels (assuming it is nonzero, which you should check), leaving a clean tangent. The division eliminates one of the two new unknowns instantly.
Step 3. Solve for \frac{x+y}{2}.
Since x, y \in [0, 2\pi), we have \frac{x+y}{2} \in [0, 2\pi), so \frac{x+y}{2} = \frac{\pi}{6} or \frac{x+y}{2} = \frac{7\pi}{6}.
Why: the general solution of \tan \theta = \frac{1}{\sqrt{3}} = \tan \frac{\pi}{6} is \theta = n\pi + \frac{\pi}{6}. The constraint narrows it to two values.
Step 4. Find \frac{x-y}{2} from the second equation.
Take \frac{x+y}{2} = \frac{\pi}{6}. Substituting into the second equation:
So \frac{x-y}{2} = 0, meaning x = y.
From \frac{x+y}{2} = \frac{\pi}{6} and x = y: x = y = \frac{\pi}{6}.
Now take \frac{x+y}{2} = \frac{7\pi}{6}. Substituting:
So \frac{x-y}{2} = \pi, meaning x - y = 2\pi. Given x, y \in [0, 2\pi), this requires x = 2\pi and y = 0 — but x = 2\pi is excluded from the interval [0, 2\pi). So this branch gives no valid solution.
Why: you must always check each candidate against the original constraints. The algebra produces candidates; the domain decides which survive.
Result: The unique solution in [0, 2\pi) is x = y = \frac{\pi}{6}.
The sum-to-product substitution turned a system of two equations in (x, y) into two clean equations in \frac{x+y}{2} and \frac{x-y}{2}. That is the standard move for symmetric trig systems.
Example 2: Find all $x \in [0, \pi]$ satisfying $\sin 3x + \sin x = \sin 2x$
Step 1. Apply sum-to-product to the left side.
Why: A = 3x, B = x, so \frac{A+B}{2} = 2x and \frac{A-B}{2} = x. The sum-to-product formula is the natural tool whenever you see a sum of sines with related angles.
Step 2. Rewrite the equation.
Why: move everything to one side and factor out \sin 2x. Never divide by \sin 2x — that would lose solutions.
Step 3. Solve each factor.
Factor 1: \sin 2x = 0 \implies 2x = n\pi \implies x = \frac{n\pi}{2}.
In [0, \pi]: x = 0, \frac{\pi}{2}, \pi.
Factor 2: \cos x = \frac{1}{2} = \cos \frac{\pi}{3} \implies x = 2n\pi \pm \frac{\pi}{3}.
In [0, \pi]: x = \frac{\pi}{3}.
Why: the general solution x = 2n\pi \pm \frac{\pi}{3} gives x = \frac{\pi}{3} (with n = 0, + sign) and x = -\frac{\pi}{3} (with n = 0, - sign, but this is outside [0, \pi]). For n = 1: x = 2\pi - \frac{\pi}{3} = \frac{5\pi}{3} and x = 2\pi + \frac{\pi}{3} = \frac{7\pi}{3}, both outside [0, \pi].
Step 4. Verify each solution.
x = 0: \sin 0 + \sin 0 = 0 = \sin 0. Checks out.
x = \frac{\pi}{3}: \sin \pi + \sin \frac{\pi}{3} = 0 + \frac{\sqrt{3}}{2} = \frac{\sqrt{3}}{2} and \sin \frac{2\pi}{3} = \frac{\sqrt{3}}{2}. Checks out.
x = \frac{\pi}{2}: \sin \frac{3\pi}{2} + \sin \frac{\pi}{2} = -1 + 1 = 0 and \sin \pi = 0. Checks out.
x = \pi: \sin 3\pi + \sin \pi = 0 + 0 = 0 and \sin 2\pi = 0. Checks out.
Why: always verify, especially when you factored. The verification takes 30 seconds and catches sign errors that would cost you the entire problem.
Result: x = 0, \frac{\pi}{3}, \frac{\pi}{2}, \pi — four solutions in [0, \pi].
Notice how the sum-to-product step was decisive. Without it, you would have three separate trig terms with three different angles — very hard to work with. After it, you have a factored expression with two clean branches.
General strategy for advanced trig equations
Here is a decision tree that covers most equations you will encounter.
Step 1: Is the equation already in the form \text{trig}(f(x)) = \text{trig}(\alpha)? If so, apply the general solution formula directly. Examples: \cos 3x = \cos \frac{\pi}{4}, \tan 2x = \tan x.
Step 2: Does the equation involve a sum or difference of trig functions with different angles? If so, try sum-to-product (or product-to-sum) to combine or split terms. This is especially effective when the angles are in arithmetic progression (like x, 2x, 3x).
Step 3: Does the equation involve powers of trig functions (\sin^2 x, \cos^2 x)? If so, treat \sin x or \cos x as a variable and solve the resulting polynomial. Check that each root lies in [-1, 1] before writing the general solution.
Step 4: Does the equation mix \sin and \cos of the same angle? If so, try:
- Squaring and adding if you have a system.
- The auxiliary angle method (a\sin x + b\cos x = R\sin(x + \phi)).
- Substituting t = \tan \frac{x}{2}, which converts \sin x = \frac{2t}{1+t^2} and \cos x = \frac{1-t^2}{1+t^2}, reducing the equation to a rational equation in t.
Step 5: Does the equation involve a product of trig functions? If so, try product-to-sum or factor directly.
Not every equation fits neatly into one box. Sometimes you need to chain two or three moves. The skill — and it is a genuine skill, not just memorisation — is recognising which move simplifies the equation the most at each step.
Here is a flowchart view of the strategy:
Common confusions
-
Losing solutions when dividing. This is the single most common error in advanced trig equations. If you have \sin 2x \cdot f(x) = \sin 2x \cdot g(x), do not cancel \sin 2x. Instead, move everything to one side and factor: \sin 2x \cdot (f(x) - g(x)) = 0. This keeps the \sin 2x = 0 solutions, which cancelling would destroy.
-
Forgetting to restrict the domain of \tan \frac{x}{2}. The substitution t = \tan \frac{x}{2} is undefined when x is an odd multiple of \pi. If the original equation could have such solutions, check them separately before applying the substitution.
-
Misapplying sum-to-product. The formula \sin A + \sin B = 2\sin\frac{A+B}{2}\cos\frac{A-B}{2} requires you to divide A+B and A-B by 2. A common mistake is to write 2\sin(A+B)\cos(A-B) without the halving.
-
Writing the general solution with the wrong period. If you solve \sin 2x = 0, the general solution for the auxiliary variable 2x is 2x = n\pi, which gives x = \frac{n\pi}{2}. Students sometimes write x = n\pi, confusing the period of \sin x with the period of \sin 2x.
-
Counting solutions incorrectly in a bounded interval. When the general solution is x = \frac{n\pi}{3} and the interval is [0, 2\pi), the solutions are n = 0, 1, 2, 3, 4, 5 — that is six solutions, not five (students often miss either n = 0 or n = 5). Listing them explicitly is safer than estimating.
Going deeper
If you came here to handle equations with multiple angles and simple systems, you have the tools. The rest of this section covers the \tan \frac{x}{2} substitution in detail and a preview of how trig equations connect to other areas.
The Weierstrass substitution: t = \tan \frac{x}{2}
There is a universal substitution that converts any trigonometric equation into a rational equation. Let t = \tan \frac{x}{2}. Then, using half-angle identities:
Here is why these hold. Start from \sin x = 2\sin\frac{x}{2}\cos\frac{x}{2}. Divide numerator and denominator by \cos^2\frac{x}{2}:
The cosine formula follows similarly from \cos x = \cos^2\frac{x}{2} - \sin^2\frac{x}{2}, dividing by \cos^2\frac{x}{2} + \sin^2\frac{x}{2}.
The power of this substitution is that it reduces every trig equation to a polynomial or rational equation in t. The cost is that you may miss solutions where \cos\frac{x}{2} = 0 (i.e., x = (2k+1)\pi), since t is undefined there.
As an example, solve 5\sin x + 4\cos x = 3 using this substitution.
Replace: 5 \cdot \frac{2t}{1+t^2} + 4 \cdot \frac{1-t^2}{1+t^2} = 3.
Multiply through by 1 + t^2:
By the quadratic formula: t = \frac{10 \pm \sqrt{100 + 28}}{14} = \frac{10 \pm \sqrt{128}}{14} = \frac{10 \pm 8\sqrt{2}}{14} = \frac{5 \pm 4\sqrt{2}}{7}.
So \tan \frac{x}{2} = \frac{5 + 4\sqrt{2}}{7} or \tan \frac{x}{2} = \frac{5 - 4\sqrt{2}}{7}.
The general solution is \frac{x}{2} = n\pi + \arctan\left(\frac{5 \pm 4\sqrt{2}}{7}\right), which gives x = 2n\pi + 2\arctan\left(\frac{5 \pm 4\sqrt{2}}{7}\right).
You should also check x = (2k+1)\pi separately: 5\sin(2k+1)\pi + 4\cos(2k+1)\pi = 0 + 4(-1) = -4 \neq 3. So no solutions were lost.
Trig equations and quadratics: the deeper connection
Many advanced trig equations reduce to quadratic equations. This is not a coincidence. The double-angle formula \cos 2x = 1 - 2\sin^2 x is itself a quadratic relationship between \cos 2x and \sin x. The identity \sin^2 x + \cos^2 x = 1 constrains the two trig values to lie on a circle — a conic section, which is intimately linked to degree-two algebra.
When you set t = \sin x and find that 2t^2 - 3t + 1 = 0, you are using the fact that the trig world and the algebraic world are connected by a change of variable. The general solution formulas then translate back from algebra to geometry. This interplay between algebra and geometry is one of the deepest themes in mathematics, and trigonometric equations are one of the first places you see it working.
How many solutions in [0, 2\pi)? A graphical perspective
For competitive exams, a powerful technique is to graph both sides of the equation on the same axes and count intersections. If the equation is f(x) = g(x), plot y = f(x) and y = g(x) and see where they cross.
This is especially useful when the equation has a parameter and you need to find how many solutions exist as the parameter varies. The horizontal line y = c intersects a curve a different number of times depending on c — and the critical values of c where the count changes are exactly the local maxima and minima of the curve.
Where this leads next
You now have a complete set of tools for solving trigonometric equations, from the simplest to genuinely hard ones. The natural continuations:
- Inverse Trigonometric Functions — the functions that "undo" sine, cosine, and tangent, formalising the idea of principal solutions.
- Multiple Angles — double-angle, triple-angle, and half-angle formulas that are the raw material for the expansion technique.
- Transformation Formulas — sum-to-product and product-to-sum identities, the workhorses of advanced trig equations.
- Trigonometric Equations (Basic) — if you jumped ahead, the foundational article on general solution formulas.
- Quadratic Equations — the algebraic equations that trig equations frequently reduce to.