You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
The double angle formulae are special cases of the compound angle formulae with B = A. They are among the most frequently used identities at A-Level (9MA0) and appear in integration, equation solving, and proof questions.
sin(2A) = 2sinA cosA
cos(2A) = cos²A - sin²A
cos(2A) = 2cos²A - 1
cos(2A) = 1 - 2sin²A
All three are equivalent (use sin²A + cos²A = 1 to convert between them).
tan(2A) = 2tanA / (1 - tan²A)
sin(2A) = sin(A + A) = sinA cosA + cosA sinA = 2sinA cosA
cos(2A) = cos(A + A) = cosA cosA - sinA sinA = cos²A - sin²A
Using sin²A = 1 - cos²A: cos(2A) = cos²A - (1 - cos²A) = 2cos²A - 1
Using cos²A = 1 - sin²A: cos(2A) = (1 - sin²A) - sin²A = 1 - 2sin²A
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 "half-angle" forms are essential for integration of sin²x and cos²x.
Solve cos(2x) + sin(x) = 0 for 0 <= x <= 2pi.
Use cos(2x) = 1 - 2sin²x:
1 - 2sin²x + sinx = 0
2sin²x - sinx - 1 = 0
Let s = sinx:
2s² - s - 1 = 0
(2s + 1)(s - 1) = 0
s = -1/2 or s = 1
sinx = -1/2: x = 7pi/6, 11pi/6
sinx = 1: x = pi/2
Solutions: x = pi/2, 7pi/6, 11pi/6
Solve sin(2x) = sinx for 0 <= x < 2pi.
2sinx cosx = sinx
2sinx cosx - sinx = 0
sinx(2cosx - 1) = 0
sinx = 0: x = 0, pi
cosx = 1/2: x = pi/3, 5pi/3
Solutions: x = 0, pi/3, pi, 5pi/3
Solve 3cos(2x) = 1 - cos(x) for 0 <= x <= 2pi.
Use cos(2x) = 2cos²x - 1:
3(2cos²x - 1) = 1 - cosx
6cos²x - 3 = 1 - cosx
6cos²x + cosx - 4 = 0
Using the quadratic formula with c = cosx:
c = (-1 ± sqrt(1 + 96)) / 12 = (-1 ± sqrt(97)) / 12
sqrt(97) ≈ 9.849
c = (-1 + 9.849)/12 ≈ 0.7374 or c = (-1 - 9.849)/12 ≈ -0.9041
cos(x) = 0.7374: x ≈ 0.739, 5.544 cos(x) = -0.9041: x ≈ 2.713, 3.570
Solutions: x ≈ 0.739, 2.713, 3.570, 5.544 (to 3 d.p.)
Prove that (sinA + cosA)² = 1 + sin(2A).
LHS = sin²A + 2sinA cosA + cos²A
= (sin²A + cos²A) + 2sinA cosA
= 1 + sin(2A)
= RHS
Prove that cos(4x) = 8cos^4(x) - 8cos²(x) + 1.
cos(4x) = 2cos²(2x) - 1
= 2(2cos²x - 1)² - 1
= 2(4cos^4(x) - 4cos²(x) + 1) - 1
= 8cos^4(x) - 8cos²(x) + 2 - 1
= 8cos^4(x) - 8cos²(x) + 1 = RHS
| Tip | Detail |
|---|---|
| Choose the right form | Pick the form of cos(2A) that matches the other terms in the equation |
| Quadratic equations | Using double angle identities often creates quadratics in sinx or cosx |
| Factor, do not cancel | sinx(2cosx - 1) = 0 gives sinx = 0 OR cosx = 1/2; do not divide by sinx |
| Integration link | cos²x = (1 + cos2x)/2 and sin²x = (1 - cos2x)/2 are essential for integration |
| Half-angle context | If an equation involves both theta and 2theta, use double angle formulae |
Edexcel 9MA0 specification section 5 — Trigonometry, sub-strand on double-angle formulae covers double angle formulae; use of formulae for sin(A±B), cos(A±B), tan(A±B) and the equivalent expressions for sin2A, cos2A and tan2A (refer to the official specification document for exact wording). The double-angle results — sin2A=2sinAcosA, the three forms of cos2A (cos2A−sin2A, 1−2sin2A, 2cos2A−1), and tan2A=2tanA/(1−tan2A) — appear in the Edexcel formula booklet alongside the compound-angle formulae, so they do not need to be memorised in isolation, but fluent recall and strategic choice of which form to substitute is essential under exam time pressure. Synoptic reach: trig identities (section 5), integration of sin2x and cos2x via the power-reduction identities sin2x=(1−cos2x)/2 and cos2x=(1+cos2x)/2 (section 8), the harmonic form derivation asinx+bcosx=Rsin(x+α) (section 5), trigonometric equation solving over given intervals, and 9MA0-03 Mechanics — particularly simple harmonic motion, where x(t)=Acos(ωt) leads naturally to expressions like x2=A2cos2(ωt)=A2(1+cos2ωt)/2 when computing average kinetic energy.
Question (8 marks): Solve the equation 2sin2x=sinx exactly for x∈[0,2π].
Solution with mark scheme:
Step 1 — substitute the double-angle formula for sin2x.
2sin2x=sinx⟹2(2sinxcosx)=sinx⟹4sinxcosx=sinx
M1 — correct substitution sin2x=2sinxcosx. The whole question hinges on this single substitution. Candidates who try to keep sin2x unevaluated and "treat it as an unknown" lose this mark and every subsequent one.
Step 2 — rearrange and factorise. Do NOT divide by sinx.
4sinxcosx−sinx=0 sinx(4cosx−1)=0
M1 — taking everything to one side and factorising out sinx. This is the make-or-break presentation step. Candidates who divide by sinx to obtain 4cosx=1 lose all the solutions where sinx=0 — a guaranteed two-mark deduction at A1 stage.
A1 — correct factorised form sinx(4cosx−1)=0.
Step 3 — solve each factor separately.
From sinx=0 on [0,2π]: x=0,π,2π.
M1 — using sinx=0 to obtain principal and additional solutions in the closed interval. Note both endpoints are included because the interval is closed.
A1 — three correct solutions {0,π,2π} from the first factor.
From 4cosx−1=0, so cosx=41. The principal value is x=arccos(1/4). Since cosx=41>0, solutions lie in the first and fourth quadrants:
x=arccos(1/4)andx=2π−arccos(1/4)
M1 — correct use of the symmetry cos(2π−x)=cosx to find the second solution within [0,2π].
A1 — both solutions arccos(1/4) and 2π−arccos(1/4) stated exactly (the question asks for exact answers, so leaving arccos(1/4) unevaluated is correct — converting to a decimal would lose this mark).
Step 4 — collect all solutions.
x∈{0,arccos41,π,2π−arccos41,2π}
A1 — all five solutions stated, none missing, none extraneous.
Total: 8 marks (M4 A4). The 5 marks for the sinx=0 branch (M1 substitute, M1 factorise, A1 factorised form, M1 solve, A1 list) plus 3 marks for the cosx=1/4 branch (M1 symmetry, A1 exact form, A1 final collation).
Question (6 marks): (a) Show that the equation cos2θ+3sinθ=2 can be written as a quadratic in sinθ. (2)
(b) Hence solve cos2θ+3sinθ=2 exactly for θ∈[0,2π]. (4)
Mark scheme decomposition by AO:
(a)
(b)
Total: 6 marks split AO1 = 5, AO2 = 1. AO2 emerges in the symmetry/principal-value reasoning when only one of the two roots produces a single value (the boundary case sinθ=1 has just one solution, θ=π/2, in [0,2π] — recognising this without inventing a phantom second solution earns the AO2 mark).
Connects to:
Compound-angle formulae (section 5): the double-angle results are the special case of compound-angle with A=B. sin(A+B)=sinAcosB+cosAsinB collapses to sin2A=2sinAcosA when B=A. Similarly cos(A+B)=cosAcosB−sinAsinB becomes cos2A=cos2A−sin2A. The Pythagorean identity sin2A+cos2A=1 then generates the other two forms of cos2A.
Integration of sin2x and cos2x (section 8): the power-reduction identities sin2x=(1−cos2x)/2 and cos2x=(1+cos2x)/2 are pure rearrangements of cos2x=1−2sin2x and cos2x=2cos2x−1. Without these, integrating sin2x is impossible — ∫sin2xdx=∫21−cos2xdx=2x−4sin2x+C.
Trigonometric equations with multiple solutions (section 5): double-angle substitutions multiply the count of solutions because they convert an equation in 2x to one in x, doubling the period density. Always check the interval for 2x against the interval for x — if x∈[0,2π], then 2x∈[0,4π], and you must find every 2x-solution in that doubled interval before halving.
Harmonic form derivation (section 5): asinx+bcosx=Rsin(x+α) is itself a compound-angle expansion, and squaring such expressions produces (asinx+bcosx)2=a2sin2x+2absinxcosx+b2cos2x — three terms that all reduce via double-angle identities (2sinxcosx=sin2x, sin2x and cos2x via power reduction).
Mechanics: simple harmonic motion (9MA0-03): an SHM displacement x(t)=Acos(ωt) has kinetic energy proportional to sin2(ωt). Average KE over a period uses sin2(ωt)=21, derived from sin2(ωt)=(1−cos2ωt)/2 and the fact that cos2ωt=0 over a full period. The double-angle identity is doing the physics work.
Double-angle questions on 9MA0-02 typically split AO marks as:
| AO | Typical share | Earned by |
|---|---|---|
| AO1 (knowledge / procedure) | 60–70% | Correct substitution of a double-angle identity, factorising, solving the resulting quadratic, listing solutions over the requested interval |
| AO2 (reasoning / interpretation) | 25–35% | Choosing the strategic form of cos2x, justifying why factorisation is preferred over division, recognising boundary cases (sinθ=1 produces a single solution, not two) |
| AO3 (problem-solving) | 0–10% | Multi-step problems combining double-angle with compound-angle, integration setup, or "show that …" proofs requiring a specific path |
Examiner-rewarded phrasing: "using cos2x=1−2sin2x to convert the equation into a quadratic in sinx"; "factorising rather than dividing by sinx to preserve all solutions"; "since the interval for x is [0,2π], the interval for 2x is [0,4π], so we must find solutions over the doubled range before halving". Phrases that lose marks: "dividing through by sinx" (silent solution loss); "cos2x=2cosx" (simply wrong — the candidate has confused the double-angle identity with linearity); "x=arccos(1/4)=1.318 rad" when the question demands exact form.
A specific Edexcel pattern: when a question contains a single trig term (e.g. only sinθ or only cosθ on one side after the double-angle is in play), the correct form of cos2θ is the one that keeps that single term. Faced with cos2θ+3sinθ=2, choose cos2θ=1−2sin2θ (matches sinθ). Faced with cos2θ=5cosθ−3, choose cos2θ=2cos2θ−1 (matches cosθ). The "wrong" choice generates an equation in both sinθ and cosθ, forcing a Pythagorean conversion that wastes time and risks errors.
Question: Given that sinx=53 and x is acute, find the exact value of sin2x.
Grade C response (~210 words):
If sinx=53 and x is acute, then I can use Pythagoras to find cosx. Drawing a right-angled triangle with opposite 3 and hypotenuse 5 gives adjacent =4 (using the 3-4-5 triple), so cosx=54. Since x is acute, cosx is positive, so the sign is correct.
Now using the double-angle formula:
sin2x=2sinxcosx=2⋅53⋅54=2524.
So sin2x=2524.
Examiner commentary: Full marks (3/3). The candidate correctly identifies cosx=54 from the Pythagorean triple, justifies the positive sign with the "acute" condition, and applies the double-angle identity cleanly. The arithmetic is correct and the answer is in exact form. This is the standard Grade C answer for a procedural question — efficient and correct. Some candidates lose a mark by computing cosx as 1−9/25=16/25 but failing to specify the positive root explicitly; the "since x is acute" justification protects against that.
Grade A response (~250 words):*
Given sinx=53 with x acute, I need cosx to apply sin2x=2sinxcosx.
By the Pythagorean identity sin2x+cos2x=1:
cos2x=1−sin2x=1−259=2516
So cosx=±54. Since x is acute, x∈(0,π/2), where cosine is positive, so cosx=54.
Applying the double-angle formula sin2x=2sinxcosx:
sin2x=2⋅53⋅54=2524
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.