Skip to content
M
hscscience Ext 1 · Y12
0/100daily goal
0
0
0 due
0
L1 · 0 XP
KJ
Your weak spots
Insights load after your first practice round.
Module 7 · L9 of 20 ~40 min ⚡ +100 XP available

Factorising Trigonometric Equations

Some trig equations refuse to yield to a single identity. The secret weapon? Treat them like algebra — take out a common factor, recognise a quadratic in disguise, or substitute $u = \sin x$. In this lesson you'll build the pattern-matching eye that lets you crack any factorisable trig equation in an HSC exam.

Today's hook — Before reading on, have a go: how would you solve $2\sin^2 x - \sin x - 1 = 0$ for $x \in [0°, 360°)$? Jot your first instinct. Do you recognise a familiar algebraic structure?
0/5QUESTS
01
Recall — your gut answer first
+5 XP warm-up

Look at $2\sin^2 x - \sin x - 1 = 0$. Without using any technique — what does this equation remind you of? Write your gut reaction below.

auto-saved
02
The three factorisation moves
+5 XP to read

Every factorisable trig equation uses at least one of three moves. Recognise which applies, then reduce to simple equations.

Move 1 — Common factor: if every term shares a trig function, factor it out. E.g. $\sin x(\sin x - 1) = 0$.

Move 2 — Quadratic substitution: let $u = \sin x$ (or $\cos x$) to reveal a quadratic $au^2 + bu + c = 0$, factorise algebraically, then solve $u = k$.

Move 3 — Pythagorean identity: replace $\sin^2 x$ or $\cos^2 x$ using $\sin^2 x + \cos^2 x = 1$ to reduce to a single trig function before factorising.

Move 1 common factor Move 2 u-sub quadratic Move 3 Pyth. identity After factorising: each factor = 0 → solve each simply
$\underbrace{(A)(B)=0}_{\text{so }A=0\text{ or }B=0}$
Spot the quadratic
If you see $\sin^2 x$, $\cos^2 x$, or $\tan^2 x$ alongside lower-power terms, a substitution will usually unlock a standard quadratic.
Don't divide by trig
Dividing both sides by $\sin x$ loses the solution $\sin x = 0$. Always move everything to one side and factorise instead.
Check range
After substituting $u = \sin x$, check $-1 \leq u \leq 1$. A value like $u = 2$ gives no real solution — discard it.
03
What you'll master
Know

Key facts

  • Three factorisation strategies: common factor, quadratic substitution, Pythagorean identity
  • $\sin^2 x + \cos^2 x = 1$ allows single-function reduction
  • Zero-product property: $(A)(B) = 0 \Rightarrow A = 0$ or $B = 0$
Understand

Concepts

  • Why factorising is preferable to dividing by a trig function
  • How substitution transforms a trig equation into an algebraic one
  • Why solutions outside $[-1, 1]$ must be rejected for $\sin$ and $\cos$
Can do

Skills

  • Factor out a common trig factor and solve
  • Use substitution to solve quadratic-type trig equations
  • Apply a Pythagorean identity before factorising
04
Key terms
Common factorA trig expression that divides every term; factoring it out gives a product equal to zero, opening the zero-product property.
Quadratic substitutionReplacing $\sin x$ or $\cos x$ with $u$ so the equation becomes $au^2 + bu + c = 0$, solved by factorisation or the quadratic formula.
Pythagorean identity$\sin^2 x + \cos^2 x = 1$, which also gives $\cos^2 x = 1 - \sin^2 x$ and $\sin^2 x = 1 - \cos^2 x$.
Zero-product propertyIf $A \cdot B = 0$, then $A = 0$ or $B = 0$. This is the engine that drives all factorisation methods.
Extraneous solutionA value that satisfies the factored form but not the original equation, or lies outside the valid range of a trig function. Always check.
Principal rangeThe restricted interval used when finding reference angles: $[0°, 360°)$ for general solutions, or as stated in the question's domain.
05
Move 1 — Factorising by common factor
core concept

When every term in a trig equation contains the same trig function, factor it out rather than dividing both sides. Division loses the solution where that function equals zero.

Strategy: Rearrange to get zero on one side, identify the common factor, apply the zero-product property.

Worked illustration. Solve $\sin x \cos x - \cos x = 0$ for $x \in [0°, 360°)$.
Factor: $\cos x(\sin x - 1) = 0$
So $\cos x = 0$   or   $\sin x = 1$.
$\cos x = 0$: $x = 90°, 270°$.   $\sin x = 1$: $x = 90°$.
Combined (unique) solutions: $x = 90°, 270°$.

Notice: if we had instead divided both sides by $\cos x$, we would get $\sin x = 1$, losing $x = 270°$. Never divide by a trig expression that could be zero.

General form of common-factor equations:

  • $\sin x \cdot f(\sin x, \cos x) = 0$
  • $\cos x \cdot g(\sin x, \cos x) = 0$
  • $\tan x \cdot h(x) = 0$

The common factor gives one set of solutions; the remaining factor gives the rest.

Move everything to one side: f(x) = 0, then factor; Never divide both sides by a trig function — factor instead

Pause — copy the factorisation rule into your book: always rearrange to $f(x) \cdot g(x) = 0$ then solve each factor separately; never divide by a trig function — that loses solutions where the function equals zero.

Quick check: Solving $2\sin x \cos x - \sin x = 0$ in $[0°, 360°)$, what is the correct first step?

06
Move 2 — Quadratic substitution
core concept

We just saw that rearranging to $f(x) \cdot g(x) = 0$ and factoring prevents the loss of solutions that division causes. That raises a question: when the equation has both $\sin^2 x$ and $\sin x$ terms (a quadratic in disguise), what substitution converts it to a solvable polynomial? This card answers it → let $u = \sin x$ (or $u = \cos x$), solve the resulting quadratic, then back-substitute, rejecting any $|u| > 1$.

When the equation contains $\sin^2 x$ and $\sin x$ (or $\cos^2 x$ and $\cos x$), the equation is quadratic in disguise. The substitution $u = \sin x$ (or $u = \cos x$) reveals a standard algebraic quadratic.

Process:

  1. Rearrange so one side is zero.
  2. Let $u = \sin x$ (or $\cos x$); rewrite as $au^2 + bu + c = 0$.
  3. Factorise or use the quadratic formula to find $u$.
  4. Discard any $|u| > 1$ (out of range for $\sin$ or $\cos$).
  5. Solve $\sin x = u_1$ and $\sin x = u_2$ using CAST in the given domain.
$$2\sin^2 x - \sin x - 1 = 0 \xrightarrow{u=\sin x} 2u^2 - u - 1 = 0$$

Factorising: $(2u + 1)(u - 1) = 0$, so $u = -\tfrac{1}{2}$ or $u = 1$.

Both satisfy $|u| \leq 1$. Solve $\sin x = -\tfrac{1}{2}$ and $\sin x = 1$ in the given domain.

When to use the quadratic formula. If the quadratic $au^2 + bu + c$ does not factorise easily over the rationals, apply $u = \dfrac{-b \pm \sqrt{b^2 - 4ac}}{2a}$. Then check whether each root lies in $[-1, 1]$ before proceeding.

Let u = x or u = x when you see squared and linear terms of the same function; Always check -1 u 1 before solving each case

Pause — copy the quadratic-substitution rule into your book: let $u = \sin x$ (or $u = \cos x$) when the equation has both squared and linear trig terms; always reject solutions with $|u| > 1$ since they are outside the range.

Did you get this? True or false: when solving $2\cos^2 x + \cos x - 1 = 0$ using substitution $u = \cos x$, the factored form is $(2u - 1)(u + 1) = 0$.

PROBLEM 1 · COMMON FACTOR

Solve $\sin x \cos x = \sin x$ for $x \in [0°, 360°)$.

1
$\sin x \cos x - \sin x = 0$
Rearrange: bring everything to one side. Never divide by $\sin x$ since it may equal zero.
PROBLEM 2 · QUADRATIC SUBSTITUTION

Solve $2\sin^2 x - \sin x - 1 = 0$ for $x \in [0°, 360°)$.

1
Let $u = \sin x$:   $2u^2 - u - 1 = 0$
The equation is quadratic in $\sin x$. The substitution reveals the algebraic structure.
PROBLEM 3 · PYTHAGOREAN IDENTITY

Solve $\cos^2 x - \sin x - 1 = 0$ for $x \in [0°, 360°)$.

1
Replace $\cos^2 x$ using $\cos^2 x = 1 - \sin^2 x$:
The equation has both $\cos^2 x$ and $\sin x$ — use the Pythagorean identity to express everything in $\sin x$.

Fill the gap: To solve $\cos^2 x + \cos x = 0$, factor as $\cos x(\cos x +$ $) = 0$ .

Trap 01
Dividing by a trig function
If you divide $\sin x \cos x = \sin x$ by $\sin x$, you lose the solutions where $\sin x = 0$. Always move everything to one side first and factor. The factored form guarantees you find every solution.
Trap 02
Keeping $|u| > 1$ solutions
When substituting $u = \sin x$, you might get $u = 2$ as a root of the quadratic. Since $|\sin x| \leq 1$ for all $x$, this yields no real solution. Write "rejected since $|\sin x| \leq 1$" and move on.
Trap 03
Applying the wrong identity
When the equation mixes $\sin^2 x$ and $\cos x$, use $\sin^2 x = 1 - \cos^2 x$ (not $\cos^2 x = 1 - \sin^2 x$). Choose the identity that converts everything into the lower-power function to avoid introducing new squared terms.

Did you get this? True or false: when solving $\cos^2 x - 3\cos x + 2 = 0$, the root $u = 2$ (i.e. $\cos x = 2$) should be rejected because it is outside the range of cosine.

Work mode · how are you completing this lesson?
1

Solve $\tan x \cdot \sin x = \tan x$ for $x \in [0°, 360°)$ by factoring out the common factor.

2

Solve $2\cos^2 x + \cos x - 1 = 0$ for $x \in [0°, 360°)$ using substitution.

3

Solve $\sin^2 x - \cos^2 x - \cos x = 0$ for $x \in [0°, 360°)$. (Hint: use a Pythagorean identity first.)

4

Solve $\cos^2 x - 3\cos x + 2 = 0$ for $x \in [0°, 360°)$. Identify any rejected roots clearly.

5

Show that the equation $\sin^2 x + 2\sin x + 2 = 0$ has no real solutions.

Odd one out: Three of these are valid first steps for solving $\sin^2 x - \sin x - 2 = 0$. Which step is WRONG?

11
Revisit your thinking

Earlier you recorded your gut reaction to $2\sin^2 x - \sin x - 1 = 0$.

The solution is $x = 90°, 210°, 330°$ (for $[0°, 360°)$). Did you recognise the quadratic structure? The key insight is that $\sin^2 x$ and $\sin x$ behave just like $u^2$ and $u$ in algebra — once you spot this, every such equation becomes routine. The same moves you used in Year 10 algebra work here, applied to trig functions.

auto-saved
01
Multiple choice
+5 XP per correct · +25 XP all-correct

Pick your answer, then rate your confidence — that tells the system what to drill next. Each retry pulls a fresh mix from the bank.

02
Short answer
ApplyBand 32 marks

Q1. Solve $\cos x(\cos x - 1) = 0$ for $x \in [0°, 360°)$. (2 marks)

auto-saved
ApplyBand 43 marks

Q2. Solve $2\sin^2 x + 3\sin x + 1 = 0$ for $x \in [0°, 360°)$. (3 marks)

auto-saved
AnalyseBand 53 marks

Q3. Solve $\sin^2 x + \cos x + 1 = 0$ for $x \in [0°, 360°)$. Show all working. (3 marks)

auto-saved
Comprehensive answers (click to reveal)

Activity answers:

1. $\tan x(\sin x - 1) = 0$: $\tan x = 0 \Rightarrow x = 0°, 180°$; $\sin x = 1 \Rightarrow x = 90°$. Solutions: $0°, 90°, 180°$.

2. Let $u = \cos x$: $(2u - 1)(u + 1) = 0 \Rightarrow u = \tfrac{1}{2}$ or $u = -1$. $\cos x = \tfrac{1}{2} \Rightarrow x = 60°, 300°$; $\cos x = -1 \Rightarrow x = 180°$. Solutions: $60°, 180°, 300°$.

3. $\sin^2 x = 1 - \cos^2 x$: $(1 - \cos^2 x) - \cos^2 x - \cos x = 0 \Rightarrow -2\cos^2 x - \cos x + 1 = 0 \Rightarrow 2\cos^2 x + \cos x - 1 = 0 \Rightarrow (2\cos x - 1)(\cos x + 1) = 0$. Solutions: $x = 60°, 180°, 300°$.

4. $(u-2)(u-1) = 0 \Rightarrow u = 2$ (reject, $|\cos x| \leq 1$) or $u = 1 \Rightarrow x = 0°$.

5. $u^2 + 2u + 2 = 0 \Rightarrow \Delta = 4 - 8 = -4 < 0$. No real roots $\Rightarrow$ no real solutions.

Q1 (2 marks): $\cos x = 0 \Rightarrow x = 90°, 270°$ [1]; $\cos x = 1 \Rightarrow x = 0°$ [1]. Solutions: $0°, 90°, 270°$.

Q2 (3 marks): $u = \sin x$: $(2u+1)(u+1)=0$ [1]; $u = -\tfrac{1}{2}$ or $u = -1$ — both valid [1]; $\sin x = -\tfrac{1}{2} \Rightarrow x = 210°, 330°$; $\sin x = -1 \Rightarrow x = 270°$ [1]. Solutions: $210°, 270°, 330°$.

Q3 (3 marks): $(1-\cos^2 x) + \cos x + 1 = 0 \Rightarrow -\cos^2 x + \cos x + 2 = 0 \Rightarrow \cos^2 x - \cos x - 2 = 0$ [1]; $(\cos x - 2)(\cos x + 1) = 0$ [1]; $\cos x = 2$ rejected; $\cos x = -1 \Rightarrow x = 180°$ [1].

01
Boss battle · The Factorisation Master
earn bronze · silver · gold

Five timed questions on factorising trig equations. Beat the boss to bank a tier — gold (90% + speed), silver (75%), or bronze (50%). Replays welcome.

⚔ Enter the arena
02
Science Jump · platform challenge

Climb platforms by answering factorisation questions. Lighter alternative to the boss.

Mark lesson as complete

Tick when you've finished the practice and review.

🎓
Want help with Factorising Trigonometric Equations?

Work through this topic 1-on-1 with an experienced HSC tutor.

Book a free session →