You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
This lesson extends trigonometry with addition formulae, double angle formulae, and the R cos/sin form — powerful tools for simplifying expressions and solving equations.
| Formula |
|---|
| sin(A + B) = sin A cos B + cos A sin B |
| sin(A − B) = sin A cos B − cos A sin B |
| cos(A + B) = cos A cos B − sin A sin B |
| cos(A − B) = cos A cos B + sin A sin B |
| tan(A + B) = (tan A + tan B)/(1 − tan A tan B) |
| tan(A − B) = (tan A − tan B)/(1 + tan A tan B) |
Find the exact value of sin 75°.
sin 75° = sin(45° + 30°) = sin 45° cos 30° + cos 45° sin 30°
= (√2/2)(√3/2) + (√2/2)(1/2) = √6/4 + √2/4
= (√6 + √2)/4
Given sin A = 3/5 (A acute) and cos B = 5/13 (B acute), find cos(A − B).
cos A = 4/5 (from Pythagoras), sin B = 12/13.
cos(A − B) = cos A cos B + sin A sin B = (4/5)(5/13) + (3/5)(12/13) = 20/65 + 36/65 = 56/65
Answer: 56/65
| Formula |
|---|
| sin 2A = 2 sin A cos A |
| cos 2A = cos²A − sin²A = 2cos²A − 1 = 1 − 2sin²A |
| tan 2A = 2 tan A/(1 − tan²A) |
Given cos θ = 3/5 (θ acute), find sin 2θ and cos 2θ.
sin θ = 4/5 (Pythagoras)
sin 2θ = 2(4/5)(3/5) = 24/25
cos 2θ = 2(3/5)² − 1 = 18/25 − 1 = −7/25
Answers: sin 2θ = 24/25, cos 2θ = −7/25
From cos 2A = 2cos²A − 1:
cos²A = (1 + cos 2A)/2
From cos 2A = 1 − 2sin²A:
sin²A = (1 − cos 2A)/2
These are useful for integration (e.g. ∫cos²x dx).
Expressions of the form a cos θ + b sin θ can be written as:
R cos(θ − α) or R sin(θ + α)
where R = √(a² + b²) and α is found from tan α = b/a (or a/b, depending on the form).
Express 3 cos θ + 4 sin θ in the form R cos(θ − α).
R cos(θ − α) = R cos θ cos α + R sin θ sin α
Comparing: R cos α = 3 and R sin α = 4
R = √(9 + 16) = 5
tan α = 4/3 → α = arctan(4/3) ≈ 53.13°
So: 3 cos θ + 4 sin θ = 5 cos(θ − 53.13°)
Since −1 ≤ cos(θ − α) ≤ 1:
Maximum value = R (when θ − α = 0, i.e. θ = α) Minimum value = −R (when θ − α = π, i.e. θ = α + π)
Find the maximum value of 3 cos θ + 4 sin θ and the value of θ at which it occurs (0 ≤ θ ≤ 2π).
From above: 3 cos θ + 4 sin θ = 5 cos(θ − 53.13°)
Maximum = 5, occurring when θ = 53.13° ≈ 0.927 radians.
Solve 3 cos θ + 4 sin θ = 2 for 0° ≤ θ ≤ 360°.
5 cos(θ − 53.13°) = 2 → cos(θ − 53.13°) = 0.4
θ − 53.13° = ±66.42°
θ = 53.13° + 66.42° = 119.55° or θ = 53.13° − 66.42° = −13.29° → 346.71°
Solutions: θ ≈ 119.6° or θ ≈ 346.7°
Prove that (sin 2θ)/(1 + cos 2θ) ≡ tan θ.
LHS = 2 sin θ cos θ / (1 + 2cos²θ − 1) = 2 sin θ cos θ / (2cos²θ) = sin θ / cos θ = tan θ = RHS ✓
AQA 7357 specification, Paper 2 — Pure Mathematics, Section E (Trigonometry), Year 2 sub-strands: "Understand and use the addition formulae; understand and use double-angle formulae; understand and use expressions of the form acosθ+bsinθ in the equivalent forms Rcos(θ±α) or Rsin(θ±α); understand and use the reciprocal trigonometric functions secθ, cscθ and cotθ, and the identities 1+tan2θ≡sec2θ and 1+cot2θ≡csc2θ." This material sits explicitly in the Year 2 portion of Pure and is examined across both Paper 1 (Pure) and Paper 2 (Pure), with synoptic appearances in Paper 3 (Mechanics) wherever simple harmonic motion or oscillating systems appear.
A point that catches many students: the compound-angle formulae (sin(A±B), cos(A±B), tan(A±B)), the double-angle formulae (sin2θ, cos2θ, tan2θ), and the harmonic-form identity (the relationship between R, α, a, b) are included in the AQA formula booklet for 7357. The reciprocal-function identities (1+tan2θ≡sec2θ and 1+cot2θ≡csc2θ) are likewise listed. The Pythagorean identity sin2θ+cos2θ≡1 is not listed and must be memorised — an oversight that has cost candidates marks when they assume it appears in the booklet alongside the others.
Question (8 marks): Solve the equation 3sinθ−4cosθ=2.5 for 0≤θ≤2π, giving your answers to 3 significant figures.
Solution with mark scheme:
Step 1 — express the LHS in harmonic form Rsin(θ−α).
We seek R and α (with R>0, 0<α<π/2) such that
3sinθ−4cosθ≡Rsin(θ−α)=Rsinθcosα−Rcosθsinα
Comparing coefficients: Rcosα=3 and Rsinα=4.
M1 — choosing the correct harmonic form to match the LHS pattern (positive sinθ coefficient, negative cosθ coefficient ⇒Rsin(θ−α)). Picking the wrong form (e.g. Rcos(θ−α)) typically loses both M1s downstream.
Step 2 — find R.
R2=R2cos2α+R2sin2α=32+42=25⟹R=5
A1 — R=5 exactly. Note: R is always taken positive, so we never need to reject R=−5.
Step 3 — find α.
tanα=RcosαRsinα=34⟹α=arctan(4/3)≈0.9273 rad
M1 A1 — correct ratio for tanα (M1) and acute angle in radians (A1). A frequent slip: students compute arctan(3/4)≈0.6435, having reversed the ratio. The convention tanα=b/a matches the coefficient assignment chosen in Step 1.
Step 4 — rewrite and solve.
5sin(θ−α)=2.5⟹sin(θ−α)=0.5
M1 — correct division and reduction to a standard sin equation.
The principal solutions of sinϕ=0.5 are ϕ=π/6 and ϕ=π−π/6=5π/6. Adding multiples of 2π generates further solutions.
So θ−α=π/6+2kπ or θ−α=5π/6+2kπ.
M1 — using both branches of arcsin (the π−ϕ branch is the one most often forgotten).
Step 5 — recover θ in the required interval.
θ=α+π/6≈0.9273+0.5236≈1.451. θ=α+5π/6≈0.9273+2.6180≈3.545.
Adding 2π to either pushes θ outside [0,2π], but we should also check θ=α+π/6−2π<0 (reject) — the two values found are the complete solution set in range.
A1 A1 — both correct values to 3 s.f.: θ≈1.45 and θ≈3.55.
Total: 8 marks (M4 A4). A* candidates write a one-line interval check at the end ("both values lie in [0,2π]; adding 2π takes us outside the range") to secure the final A1 cleanly.
Question (6 marks):
(a) Show that cos2θ+sinθ=0 can be rewritten as 2sin2θ−sinθ−1=0. (2)
(b) Hence solve cos2θ+sinθ=0 for 0≤θ≤2π, giving exact answers. (4)
Mark scheme decomposition by AO:
(a)
(b)
Total: 6 marks split AO1 = 4, AO2 = 2. This is the canonical AQA structure: a "show that" reduces the problem to a routine quadratic, then the second part rewards interval discipline.
Connects to:
Pure 1 trig basics (Year 1): the unit-circle definitions of sin, cos, tan, the small-angle approximations, and sin2θ+cos2θ≡1 are all assumed knowledge. Year 2 trigonometry layers compound and double-angle identities on top of Year 1 fluency — without instant recall of sin(π/6), cos(π/3) and the quadrant-sign diagram, harmonic-form questions become impossible to land cleanly.
Differentiation of trigonometric functions: dxdsinx=cosx and dxdtanx=sec2x are listed in the formula booklet. Many max/min problems require expanding sin(2x+π/3) using compound-angle formulae before differentiating. Reciprocal-trig identities reappear when differentiating secx=(cosx)−1 via the chain rule, giving secxtanx.
Integration of trigonometric functions: integrals like ∫sin2xdx are intractable until you apply the double-angle identity sin2x=21(1−cos2x). The integrals ∫sec2xdx=tanx+C and ∫secxtanxdx=secx+C rely on knowing the reciprocal-trig derivative pairs in reverse.
Mechanics — simple harmonic motion (Paper 3): the general SHM solution x(t)=Acos(ωt)+Bsin(ωt) converts via harmonic form into x(t)=Rcos(ωt−α), which is the form physicists use to read off amplitude R and phase shift α directly. Every harmonic-form practice problem in Pure trains this Mechanics skill.
Complex numbers (Further Maths, but the bridge sits here): the addition formulae cos(A+B)=cosAcosB−sinAsinB and sin(A+B)=sinAcosB+cosAsinB are exactly the real and imaginary parts of eiA⋅eiB=ei(A+B). A* students who plan on Further Maths see the addition formulae as Euler's identity in disguise.
Further-trig questions on AQA 7357 typically split AO marks roughly as:
| AO | Typical share | Earned by |
|---|---|---|
| AO1 (knowledge / procedure) | 50–65% | Recalling and applying compound, double-angle and reciprocal identities; converting to harmonic form; standard solve-in-interval routines |
| AO2 (reasoning / interpretation) | 25–35% | Choosing which identity unlocks an equation; justifying R>0 and the acute-α convention; "show that" steps that demand explicit working |
| AO3 (problem-solving) | 10–20% | Modelling oscillating systems; max/min problems where harmonic form reveals amplitude; multi-step proofs combining several identities |
Examiner-rewarded phrasing: "applying the identity cos2θ≡1−2sin2θ to eliminate cos2θ"; "writing 3sinθ−4cosθ in the form Rsin(θ−α) with R>0 and 0<α<π/2"; "the second solution comes from the identity sin(π−ϕ)≡sinϕ". Phrases that lose marks: "by inspection" (no method shown); failing to state the interval check at the end; giving decimal answers when the question asks for exact answers.
A specific AQA pattern: in "Hence" questions, marks are reserved for using the previous part's result. Re-deriving from scratch in part (b) typically loses the M1 awarded for using the printed identity — the command word is binding.
Question: Express sin2x in terms of tanx.
Grade C response (~140 words):
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.