Quadratic Trigonometric Equations
students, have you ever seen an equation where the unknown appears both as a trig function and in a squared form? 🔍 That is the big idea behind quadratic trigonometric equations. These equations combine trigonometry and algebra, so they are very common in IB Mathematics: Analysis and Approaches HL. They also connect to many real situations, such as finding angles in physics problems, modeling waves, or solving geometry questions involving circles and triangles 🌍
In this lesson, you will learn how to:
- recognize quadratic trigonometric equations and their key terminology,
- solve them using algebraic methods and trig identities,
- interpret solutions correctly within a given interval,
- connect these equations to wider Geometry and Trigonometry ideas.
A major goal is to see that a trig equation can often be treated like a quadratic equation by making a substitution such as $u=\sin x$ or $u=\cos x$. Then, after solving the quadratic, you must return to the trig context and find the correct angles. That two-step process is the heart of this topic ✅
What is a Quadratic Trigonometric Equation?
A quadratic trigonometric equation is an equation that can be rewritten as a quadratic in a trigonometric expression. Common examples include equations such as $2\sin^2 x-3\sin x+1=0$ or $\cos^2 x+4\cos x-5=0$. The expression being squared is not $x$ itself, but a trig function of $x$.
For example, in $2\sin^2 x-3\sin x+1=0$, the variable appears inside $\sin x$. If we let $u=\sin x$, the equation becomes $2u^2-3u+1=0$, which is a standard quadratic equation. After solving for $u$, we must remember that $u$ represents a trig value, so it must satisfy the appropriate range. For sine and cosine, that range is always $-1\leq u\leq 1$.
This range matters a lot. If solving gives $\sin x=2$, that is not a valid solution because sine values cannot be outside the interval $[-1,1]$. This is a common point of error in exams, so students, always check whether your algebraic answers are possible in trig form ⚠️
Step-by-Step Method for Solving
A reliable method for quadratic trigonometric equations is:
- Rewrite the equation as a quadratic in one trig function.
Example: $2\cos^2 x-5\cos x+2=0$.
- Substitute a new variable.
Let $u=\cos x$, giving $2u^2-5u+2=0$.
- Factor or use the quadratic formula.
Here, $2u^2-5u+2=(2u-1)(u-2)=0$, so $u=\frac{1}{2}$ or $u=2$.
- Reject any impossible trig values.
Since $\cos x=2$ is impossible, discard it.
- Solve the trig equation for the required interval.
If $0\leq x<2\pi$, then $\cos x=\frac{1}{2}$ gives $x=\frac{\pi}{3}$ and $x=\frac{5\pi}{3}$.
This method works because quadratic methods and trig methods are both being used. IB often expects clear working, not just final answers. Showing the substitution and the back-substitution helps demonstrate reasoning and reduces mistakes ✍️
Example 1
Solve $2\sin^2 x-3\sin x+1=0$ for $0\leq x<2\pi$.
Let $u=\sin x$. Then
$$2u^2-3u+1=0$$
Factor:
$$(2u-1)(u-1)=0$$
So $u=\frac{1}{2}$ or $u=1$.
Therefore, $\sin x=\frac{1}{2}$ or $\sin x=1$.
On $0\leq x<2\pi$:
- $\sin x=\frac{1}{2}$ gives $x=\frac{\pi}{6},\frac{5\pi}{6}$,
- $\sin x=1$ gives $x=\frac{\pi}{2}$.
So the solutions are $x=\frac{\pi}{6},\frac{\pi}{2},\frac{5\pi}{6}$.
Notice how the quadratic gave three valid solutions, even though quadratics usually have at most two roots in $u$. Once converted back into angles, a single trig value can produce more than one angle in a full rotation.
Using Identities to Create a Quadratic Form
Sometimes a trig equation is not immediately quadratic, but it becomes quadratic after using an identity. One of the most important identities is
$$\sin^2 x+\cos^2 x=1$$
This identity allows you to rewrite expressions with both $\sin x$ and $\cos x$ into a single trig function if needed. Another useful idea is to express $\sin^2 x$ in terms of $\cos x$, or vice versa.
For example, if an equation contains $\cos^2 x$ and $\cos x$, it is often best to use $u=\cos x$. If it contains $\sin^2 x$ and $\sin x$, use $u=\sin x$. The goal is to make the equation look like a normal quadratic.
Example 2
Solve $3\cos^2 x+\cos x-2=0$ for $0\leq x<2\pi$.
Let $u=\cos x$. Then
$$3u^2+u-2=0$$
Factor:
$$(3u+2)(u-1)=0$$
So $u=-\frac{2}{3}$ or $u=1$.
Thus $\cos x=-\frac{2}{3}$ or $\cos x=1$.
Now find angles:
- $\cos x=1$ gives $x=0$ in the interval $0\leq x<2\pi$,
- $\cos x=-\frac{2}{3}$ gives two solutions in the interval, one in Quadrant II and one in Quadrant III.
Using a calculator or exact reasoning where appropriate, the solutions are approximately $x\approx 2.301$ and $x\approx 3.982$.
This shows an important IB skill: algebra gives the trig value, but geometry of the unit circle gives the angles. Quadrants and reference angles matter just as much as the algebra 📐
Why the Interval Matters
Quadratic trigonometric equations often have infinitely many solutions if no interval is given, because trig functions repeat. For instance, if $\sin x=\frac{1}{2}$, then there are infinitely many solutions, such as
$$x=\frac{\pi}{6}+2k\pi \quad \text{or} \quad x=\frac{5\pi}{6}+2k\pi,\quad k\in\mathbb{Z}$$
But in exams, the question usually states an interval like $0\leq x<2\pi$ or $0^\circ\leq x<360^\circ$. That means you must only list solutions in that range.
This is not just a technical detail. It is part of the meaning of the problem. In geometry, an angle can describe a direction, a position on the unit circle, or a physical phase in a wave. The interval tells you which positions are allowed.
Example 3
Solve $\tan^2 x-3\tan x+2=0$ for $0\leq x<\pi$.
Let $u=\tan x$. Then
$$u^2-3u+2=0$$
Factor:
$$(u-1)(u-2)=0$$
So $\tan x=1$ or $\tan x=2$.
On $0\leq x<\pi$:
- $\tan x=1$ gives $x=\frac{\pi}{4}$,
- $\tan x=2$ gives $x\approx 1.107$.
Because tangent has period $\pi$, there is only one solution in this interval for each valid tangent value. This is different from sine and cosine, which can give two solutions in a full rotation.
Common Mistakes and How to Avoid Them
One common mistake is forgetting to check whether the trig value is valid. For example, if solving gives $\sin x=1.5$, that answer must be rejected immediately because $\sin x$ cannot exceed $1$.
Another mistake is stopping after solving the quadratic in $u$. Always translate back to $x$. An equation like $u=\frac{1}{2}$ is not yet the final answer unless the question asked for trig values only.
A third mistake is missing solutions because of quadrant confusion. For example, $\cos x=-\frac{1}{2}$ is negative in Quadrants II and III, so there are two angles in $0\leq x<2\pi$. The unit circle is a powerful tool here, and it links algebra to geometry in a very direct way.
Finally, be careful with exact values. In IB, exact answers are often preferred when possible, such as $x=\frac{\pi}{6}$ instead of a decimal approximation. Use calculator approximations only when exact values are not available or not practical.
Conclusion
Quadratic trigonometric equations are a strong example of how IB Mathematics: Analysis and Approaches HL connects algebra with geometry and trigonometry. The main strategy is to turn the equation into a quadratic in $\sin x$, $\cos x$, or $\tan x$, solve the quadratic, and then convert the valid trig values back into angles in the required interval. students, this topic rewards careful structure, accurate algebra, and a good understanding of the unit circle. It also prepares you for more advanced work involving identities, equations, and modeling periodic behavior 🌟
Study Notes
- A quadratic trigonometric equation is an equation that becomes a quadratic after substituting a trig function such as $u=\sin x$ or $u=\cos x$.
- Typical forms include $a\sin^2 x+b\sin x+c=0$, $a\cos^2 x+b\cos x+c=0$, and $a\tan^2 x+b\tan x+c=0$.
- Use the substitution method: rewrite, solve the quadratic, check validity, and then find angles.
- Always check that $\sin x$ and $\cos x$ stay within $[-1,1]$.
- If an interval is given, only include solutions in that interval.
- Use the unit circle to find all angles matching a trig value.
- Common identity: $\sin^2 x+\cos^2 x=1$.
- Sine and cosine can give two solutions in $0\leq x<2\pi$, while tangent usually gives one solution in $0\leq x<\pi$.
- Exact answers are often preferred in IB unless the question asks otherwise.
- Quadratic trigonometric equations connect algebraic methods with geometry, especially the unit circle and angle reasoning.
