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 · L18 of 20 ~45 min ⚡ +105 XP available

Mixed Trigonometric Problem Solving

HSC questions rarely label themselves "auxiliary angle" or "t-formula" — you have to read the equation, choose the right tool, and execute. This lesson is your master class in technique selection: factorising, substitution, auxiliary angle, t-formula, and general solutions all in one session. Break the problem down, pick the sharpest tool, and verify.

Today's hook — Without solving, which technique would you first reach for on $3\sin x - \cos x = 1$? Would you try auxiliary angle, t-formula, or something else? Jot your guess now and check after card 07.
0/5QUESTS
01
Recall — gut answer first
+5 XP warm-up

$3\sin x - \cos x = 1$. Before doing any working — which technique would you reach for first? Why that one and not another? Write your intuition below.

auto-saved
02
The technique-selection framework
+5 XP to read

Read the equation structure, then pick the sharpest matching tool:

  • $a\sin x + b\cos x = c$ — try auxiliary angle or t-formula
  • product of trig functions = 0 — try factorisation, then solve each factor
  • quadratic in $\sin x$ or $\cos x$ — try substitution $u=\sin x$ (or $\cos x$), then factor/quadratic formula
  • double/multiple angle present — use double-angle identities to reduce to single angle
  • need all solutions on $\mathbb{R}$ or in wide interval — write the general solution
Simplify → Identify → Solve → Verify
Simplify first
Expand, collect like terms, and use Pythagorean identities before choosing a technique. Many "hard" equations simplify to easy ones.
Always verify
Substitute every solution back into the original equation. The t-formula introduces $t = \tan(\tfrac{x}{2})$ which can introduce extraneous solutions when $\cos x = -1$.
Multiple approaches
Many equations can be solved two ways. If your first approach stalls, switch techniques. Auxiliary angle and t-formula often both work for $a\sin x + b\cos x = c$.
03
What you'll master
Know

Key facts

  • Which equation types call for auxiliary angle, t-formula, factorisation, substitution, or general solution
  • The double-angle identities: $\sin 2x = 2\sin x\cos x$; $\cos 2x = 1-2\sin^2 x = 2\cos^2 x - 1$
  • The t-formula substitutions: $\sin x = \tfrac{2t}{1+t^2}$, $\cos x = \tfrac{1-t^2}{1+t^2}$, $t=\tan\tfrac{x}{2}$
Understand

Concepts

  • Why a linear combination $a\sin x + b\cos x$ has amplitude $\sqrt{a^2+b^2}$
  • Why the t-formula can miss solutions at $x = \pi + 2k\pi$ (where $\cos x = -1$)
  • How factorisation decomposes a product equation into simpler cases
Can do

Skills

  • Classify any trig equation and select the best technique
  • Solve multi-step problems combining two or more techniques
  • Verify solutions and identify/remove extraneous ones
04
Key terms
Auxiliary angle form$a\sin x + b\cos x = R\sin(x+\varphi)$ where $R=\sqrt{a^2+b^2}$ and $\tan\varphi = b/a$.
t-formulaThe substitution $t=\tan\tfrac{x}{2}$ converts rational trig expressions into rational algebraic ones. Valid for $x \neq \pi + 2k\pi$.
Extraneous solutionA value produced by algebraic manipulation that does not satisfy the original equation. Must be checked and discarded.
Double-angle identity$\sin 2x = 2\sin x\cos x$ and $\cos 2x = \cos^2 x - \sin^2 x$, also written as $1-2\sin^2 x$ or $2\cos^2 x - 1$.
Quadratic in $\sin x$An equation of the form $a\sin^2 x + b\sin x + c = 0$. Substitute $u=\sin x$ and treat as a quadratic.
Amplitude ($R$)The maximum value of $a\sin x + b\cos x$. $R=\sqrt{a^2+b^2}$; the equation $R\sin(x+\varphi)=c$ has solutions only when $|c|\le R$.
05
Technique 1 — Factorisation
core concept

When the equation can be rearranged to a product equal to zero, set each factor to zero and solve independently.

Example: Solve $\sin x \cos x = \tfrac{1}{2}\sin x$ for $0\le x\le 2\pi$.

$$\sin x \cos x - \tfrac{1}{2}\sin x = 0 \;\Longrightarrow\; \sin x\!\left(\cos x - \tfrac{1}{2}\right) = 0$$

Factor 1: $\sin x = 0 \Rightarrow x = 0, \pi, 2\pi$. Factor 2: $\cos x = \tfrac{1}{2} \Rightarrow x = \tfrac{\pi}{3}, \tfrac{5\pi}{3}$.

Solutions: $x = 0, \tfrac{\pi}{3}, \pi, \tfrac{5\pi}{3}, 2\pi$.

Never divide both sides by $\sin x$. Dividing by a trig expression that could be zero loses solutions. Always rearrange to a product and factor instead.

Rearrange to f(x) g(x) = 0, then solve f(x)=0 and g(x)=0 separately; Never divide by a trig expression — factor it out instead

Pause — copy the factorisation technique into your book: rearrange to $f(x)\cdot g(x) = 0$, solve each factor separately; never cancel a trig factor from both sides — always factor it out to avoid losing solutions.

Quick check: Which first step is best for $2\sin^2 x + \sin x - 1 = 0$?

06
Technique 2 — Auxiliary angle
core concept

We just saw that multi-technique questions require identifying the equation type first — factorisation, quadratic substitution, or auxiliary angle — then executing the matching procedure. That raises a question: when an equation needs both the auxiliary angle conversion and factorisation, in which order do you apply them? This card answers it → convert to $R\sin(x+\phi)$ first to collect the $\sin$ and $\cos$ terms, then rearrange and factorise the result.

For $a\sin x + b\cos x = c$, convert to $R\sin(x + \varphi) = c$ where $R = \sqrt{a^2+b^2}$ and $\tan\varphi = b/a$ (with $\varphi$ in the correct quadrant).

Example: Solve $3\sin x - \cos x = 1$ for $0\le x\le 2\pi$.

$R = \sqrt{9+1} = \sqrt{10}$. Write $3\sin x - \cos x = \sqrt{10}\sin(x-\varphi)$ where $\tan\varphi = \tfrac{1}{3}$, $\varphi = \arctan\tfrac{1}{3}$.

$$\sqrt{10}\,\sin(x-\varphi) = 1 \;\Longrightarrow\; \sin(x-\varphi) = \frac{1}{\sqrt{10}}$$

Let $\beta = \sin^{-1}\!\tfrac{1}{\sqrt{10}}$. Solutions for $x-\varphi$: $\beta$ and $\pi-\beta$ (in $[0,2\pi]$). Then $x = \varphi+\beta$ and $x = \varphi+\pi-\beta$ (adjust for interval).

Quadrant check. When finding $\varphi$, use the signs of $a$ and $b$ to place $\varphi$ in the correct quadrant. For $3\sin x - \cos x$: the $\sin$ coefficient is positive and $\cos$ coefficient is negative, so $\varphi\in(0,\tfrac{\pi}{2})$ (both $\sin\varphi>0$, $\cos\varphi>0$ match the $R\sin(x-\varphi)$ expansion).

a x + b x = R(x+): R=a^2+b^2, = b/a; Check: R = a and R = b

Pause — copy the auxiliary angle formula into your book: $a\sin x + b\cos x = R\sin(x+\varphi)$ where $R = \sqrt{a^2+b^2}$; verify with $R\cos\varphi = a$ and $R\sin\varphi = b$.

Did you get this? True or false: the equation $2\sin x + 2\cos x = 5$ has no real solutions.

PROBLEM 1 · DOUBLE-ANGLE + FACTORISE

Solve $\cos 2x + \cos x = 0$ for $0 \le x \le 2\pi$.

1
Use $\cos 2x = 2\cos^2 x - 1$: equation becomes $2\cos^2 x - 1 + \cos x = 0$, i.e. $2\cos^2 x + \cos x - 1 = 0$.
The double-angle form in $\cos$ removes the double angle and gives a quadratic in $\cos x$.
PROBLEM 2 · t-FORMULA

Solve $3\cos x + \sin x = 2$ for $0 \le x \le 2\pi$ using the t-formula.

1
Let $t = \tan\tfrac{x}{2}$. Then $\sin x = \tfrac{2t}{1+t^2}$, $\cos x = \tfrac{1-t^2}{1+t^2}$. Substitute: $3\cdot\tfrac{1-t^2}{1+t^2} + \tfrac{2t}{1+t^2} = 2$.
t-formula converts to rational algebra. Note: check $x=\pi$ separately (t-formula invalid there) — $\cos\pi=-1, \sin\pi=0 \Rightarrow 3(-1)+0=-3\neq 2$, so $x=\pi$ is not a solution.
PROBLEM 3 · QUADRATIC IN sin

Solve $2\sin^2 x + \sin x - 1 = 0$ for $0 \le x \le 2\pi$.

1
Let $u = \sin x$: $2u^2 + u - 1 = (2u-1)(u+1) = 0 \Rightarrow u = \tfrac{1}{2}$ or $u = -1$.
Substitution converts to a factorable quadratic. Always check $|u|\le 1$ for valid $\sin$ values.

Fill the gap: For $a\sin x + b\cos x = R\sin(x+\varphi)$, the amplitude is $R = \sqrt{a^2 +$ $}$.

Trap 01
Dividing by a trig expression
Dividing $\sin x\cos x = \tfrac{1}{2}\sin x$ by $\sin x$ gives $\cos x = \tfrac{1}{2}$ — but loses all solutions where $\sin x = 0$. Always factor instead: $\sin x(\cos x - \tfrac{1}{2}) = 0$.
Trap 02
Forgetting to check $x = \pi$ with t-formula
The t-formula substitution $t = \tan\tfrac{x}{2}$ is undefined when $x = \pi + 2k\pi$ (since $\tan\tfrac{\pi}{2}$ is undefined). Always check these values directly in the original equation before concluding.
Trap 03
Wrong double-angle form
$\cos 2x$ has three equivalent forms. Choose the one that makes the equation quadratic in one function: use $1-2\sin^2 x$ if the equation also has $\sin x$; use $2\cos^2 x - 1$ if it also has $\cos x$. Using the wrong form leaves a mixed equation.

Did you get this? True or false: when solving $\sin x\tan x = \sin x$, dividing both sides by $\sin x$ gives all solutions.

Work mode · how are you completing this lesson?
1

Solve $\sin x\cos x = \cos x$ for $0 \le x \le 2\pi$ by factorisation.

2

Write $\sqrt{3}\sin x + \cos x$ in the form $R\sin(x+\varphi)$ and hence solve $\sqrt{3}\sin x + \cos x = 1$ for $0\le x\le 2\pi$.

3

Solve $\cos 2x - 3\cos x + 2 = 0$ for $0\le x\le 2\pi$. (Hint: choose the right double-angle form.)

4

Solve $2\cos^2 x + 3\sin x - 3 = 0$ for $0\le x\le 2\pi$. (Hint: use $\cos^2 x = 1 - \sin^2 x$.)

5

Use the t-formula to solve $\sin x - \cos x = 1$ for $0\le x\le 2\pi$. Check for solutions at $x=\pi$.

Odd one out: Three of these are valid first moves for $\sin 2x - \sin x = 0$. Which one is NOT appropriate as a first step?

11
Revisit your thinking

Earlier you predicted which technique to use for $3\sin x - \cos x = 1$.

Both auxiliary angle and t-formula work here. Auxiliary angle converts to $\sqrt{10}\sin(x-\varphi)=1$ (elegant and exact). The t-formula gives a quadratic in $t$ that needs a calculator for exact values. The key lesson: recognise the "$a\sin x + b\cos x$" pattern and reach for auxiliary angle first — it's cleaner.

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 $\sin x(\sin x - 1) = 0$ for $0 \le x \le 2\pi$. (2 marks)

auto-saved
ApplyBand 43 marks

Q2. Solve $\cos 2x = \cos x$ for $0 \le x \le 2\pi$. Show all working. (3 marks)

auto-saved
AnalyseBand 54 marks

Q3. Express $\sin x + \sqrt{3}\cos x$ in the form $R\sin(x+\varphi)$, and hence find all solutions of $\sin x + \sqrt{3}\cos x = \sqrt{3}$ for $0 \le x \le 2\pi$. (4 marks)

auto-saved
Comprehensive answers (click to reveal)

Activity answers: 1. $\sin x(\cos x-1)=0$: $\sin x=0\Rightarrow x=0,\pi,2\pi$; $\cos x=1\Rightarrow x=0,2\pi$; combined: $x=0,\pi,2\pi$ · 2. $2\sin(x+\tfrac{\pi}{6})=1\Rightarrow\sin(x+\tfrac{\pi}{6})=\tfrac{1}{2}$; $x+\tfrac{\pi}{6}=\tfrac{\pi}{6},\tfrac{5\pi}{6}$; $x=0,\tfrac{2\pi}{3}$ · 3. $\cos 2x=2\cos^2 x-1$; $2\cos^2 x-3\cos x+1=0$; $(2\cos x-1)(\cos x-1)=0$; $x=\tfrac{\pi}{3},\tfrac{5\pi}{3},0,2\pi$ · 4. $\cos^2 x=1-\sin^2 x$; $-2\sin^2 x+3\sin x-1=0$; $2\sin^2 x-3\sin x+1=0$; $(2\sin x-1)(\sin x-1)=0$; $x=\tfrac{\pi}{6},\tfrac{5\pi}{6},\tfrac{\pi}{2}$ · 5. t-formula: $t^2-t=0\Rightarrow t(t-1)=0$; $t=0\Rightarrow x=0,2\pi$; $t=1\Rightarrow x=\tfrac{\pi}{2}$; check $x=\pi$: $\sin\pi-\cos\pi=0-(-1)=1$ ✓ — include $x=\pi$; solutions: $x=0,\tfrac{\pi}{2},\pi,2\pi$

Q1 (2 marks): $\sin x=0\Rightarrow x=0,\pi,2\pi$ [1]; $\sin x=1\Rightarrow x=\tfrac{\pi}{2}$ [1]. Solutions: $x=0,\tfrac{\pi}{2},\pi,2\pi$.

Q2 (3 marks): $\cos 2x = 2\cos^2 x-1$; equation: $2\cos^2 x - \cos x - 1 = 0$ [1]. $(2\cos x+1)(\cos x-1)=0$: $\cos x=-\tfrac{1}{2}$ or $\cos x=1$ [1]. $\cos x=-\tfrac{1}{2}\Rightarrow x=\tfrac{2\pi}{3},\tfrac{4\pi}{3}$; $\cos x=1\Rightarrow x=0,2\pi$ [1].

Q3 (4 marks): $R=\sqrt{1+3}=2$ [1]; $\tan\varphi=\sqrt{3}\Rightarrow\varphi=\tfrac{\pi}{3}$ (Q1, both positive) [1]. $2\sin(x+\tfrac{\pi}{3})=\sqrt{3}\Rightarrow\sin(x+\tfrac{\pi}{3})=\tfrac{\sqrt{3}}{2}$ [1]. $x+\tfrac{\pi}{3}=\tfrac{\pi}{3},\tfrac{2\pi}{3}$; $x=0,\tfrac{\pi}{3}$ — check full range: $x+\tfrac{\pi}{3}\in[\tfrac{\pi}{3},\tfrac{7\pi}{3}]$; also $x+\tfrac{\pi}{3}=\pi+\tfrac{\pi}{3}=\tfrac{4\pi}{3}$ (sin=−, invalid); so solutions $x=0,\tfrac{\pi}{3}$ [1].

01
Boss battle · The Mixed Equation Master
earn bronze · silver · gold

Five timed questions combining all Module 7 techniques. 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 mixed-technique trig questions. Lighter alternative to the boss.

Mark lesson as complete

Tick when you've finished the practice and review.

🎓
Want help with Mixed Trigonometric Problem Solving?

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

Book a free session →