You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
Trigonometric identities are equations that are true for all values of the variable (where both sides are defined). At A-Level (9MA0), you must know the fundamental identities, use them to simplify expressions, prove further identities, and solve equations.
This follows directly from the definitions. It is valid for all theta where cos(theta) ≠ 0.
This is the Pythagorean identity. It holds for all values of theta.
Rearrangements:
When proving a trigonometric identity, work with one side (usually the more complicated side) and show it simplifies to the other.
Golden rules:
Prove that (1 - cos²x) / sin(x) = sin(x).
Start with the left side:
LHS = (1 - cos²x) / sin(x)
Since 1 - cos²x = sin²x:
= sin²x / sin(x)
= sin(x)
= RHS
Prove that tan²(theta) + 1 = 1/cos²(theta).
LHS = sin²(theta)/cos²(theta) + 1
= sin²(theta)/cos²(theta) + cos²(theta)/cos²(theta)
= (sin²(theta) + cos²(theta)) / cos²(theta)
= 1/cos²(theta)
= RHS
This result is sometimes written as sec²(theta) = 1 + tan²(theta) (covered later in the course).
Prove that (sin(x) + cos(x))² = 1 + 2sin(x)cos(x).
LHS = sin²(x) + 2sin(x)cos(x) + cos²(x)
= (sin²(x) + cos²(x)) + 2sin(x)cos(x)
= 1 + 2sin(x)cos(x)
= RHS
Identities allow you to write equations in terms of a single trig function, which can then be solved.
Solve 2sin²(x) + cos(x) - 1 = 0 for 0 <= x < 2pi.
Replace sin²(x) with 1 - cos²(x):
2(1 - cos²(x)) + cos(x) - 1 = 0
2 - 2cos²(x) + cos(x) - 1 = 0
-2cos²(x) + cos(x) + 1 = 0
2cos²(x) - cos(x) - 1 = 0
Let c = cos(x):
2c² - c - 1 = 0
(2c + 1)(c - 1) = 0
c = -1/2 or c = 1
cos(x) = -1/2: x = 2pi/3, 4pi/3
cos(x) = 1: x = 0
Solutions: x = 0, 2pi/3, 4pi/3
Solve 3sin(x) = 2tan(x) for 0 <= x < 2pi.
Replace tan(x) = sin(x)/cos(x):
3sin(x) = 2sin(x)/cos(x)
Multiply both sides by cos(x) (noting cos(x) ≠ 0):
3sin(x)cos(x) = 2sin(x)
3sin(x)cos(x) - 2sin(x) = 0
sin(x)(3cos(x) - 2) = 0
sin(x) = 0: x = 0, pi
cos(x) = 2/3: x = cos^(-1)(2/3) ≈ 0.8411, and x = 2pi - 0.8411 ≈ 5.4421
Solutions: x = 0, 0.841, pi, 5.442 (to 3 d.p.)
Solve 4cos²(theta) - 3 = 0 for 0 <= theta <= 2pi.
cos²(theta) = 3/4
cos(theta) = ± sqrt(3)/2
cos(theta) = sqrt(3)/2: theta = pi/6, 11pi/6
cos(theta) = -sqrt(3)/2: theta = 5pi/6, 7pi/6
Solutions: theta = pi/6, 5pi/6, 7pi/6, 11pi/6
| Mistake | Correction |
|---|---|
| sin²(x) + cos²(x) = 1 written as sin(x²) + cos(x²) = 1 | sin² means (sin x)², not sin(x²) |
| Dividing by sin(x) and losing solutions | Factor instead: sin(x)(something) = 0 gives sin(x) = 0 OR something = 0 |
| Working both sides of an identity at once | Start with one side and transform to the other |
| Forgetting to check for extraneous solutions | If you multiply by cos(x), check cos(x) ≠ 0 |
| Tip | Detail |
|---|---|
| Prove means show | You must show every step — do not skip algebra |
| Factor, do not divide | When sin(x) is a common factor, factorise to keep all solutions |
| Substitute early | Replace tan with sin/cos or use sin² + cos² = 1 early to simplify |
| Check solutions | Substitute back into the original equation to verify |
| Look for quadratics | If the equation has mixed trig functions, aim for a quadratic in one function |
Edexcel 9MA0 specification section 5 — Trigonometry: "Understand and use the definitions of sin, cos and tan for all arguments; the sine and cosine rules; the area of a triangle in the form 21absinC; sine, cosine and tangent functions, their graphs, symmetries and periodicity; the Pythagorean identity sin2θ+cos2θ≡1; the quotient identity tanθ≡sinθ/cosθ; the secant, cosecant and cotangent functions and their relationships." The two derived Pythagorean identities 1+tan2θ≡sec2θ and 1+cot2θ≡csc2θ are named in the specification and listed in the Edexcel formula booklet under the trigonometry heading. Synoptically these basic identities underpin almost every other trig topic on Paper 2: compound-angle formulae sin(A±B)=sinAcosB±cosAsinB and the double-angle formulae that follow from them; the harmonic form asinθ+bcosθ=Rsin(θ+α); proving identities as a stand-alone question type in section 5.4; and the integration techniques of section 8 that depend on sin2x=21(1−cos2x) and cos2x=21(1+cos2x). The inverse trigonometric functions of section 5.6 also rely on Pythagorean identities to convert between forms (e.g. cos(arcsinx)=1−x2).
Question (8 marks):
(a) Prove that (1−cos2θ)(1+cot2θ)≡1 for all θ such that sinθ=0. (4)
(b) Hence, or otherwise, solve the equation (1−cos2θ)(1+cot2θ)=2sinθ for 0≤θ<2π, giving exact answers in terms of π. (4)
Solution with mark scheme:
(a) Step 1 — start from the LHS, replace the first bracket using the Pythagorean identity.
From sin2θ+cos2θ≡1 we have 1−cos2θ≡sin2θ. So:
LHS=(1−cos2θ)(1+cot2θ)=sin2θ(1+cot2θ)
M1 — correct first substitution from a named Pythagorean identity. Examiners expect the candidate to begin from one side and transform it; substituting 1−cos2θ first is the standard route. Common error: candidates expand the brackets directly into 1+cot2θ−cos2θ−cos2θcot2θ and get tangled in four-term simplification — technically possible, but loses the elegance and very often loses the M-mark for "no clear progress toward RHS".
Step 2 — replace the second bracket using the derived Pythagorean identity.
The identity 1+cot2θ≡csc2θ gives:
sin2θ(1+cot2θ)=sin2θ⋅csc2θ
M1 — correct application of the second derived Pythagorean identity. Naming it explicitly in the working (e.g. "applying 1+cot2θ≡csc2θ") is the kind of phrasing that secures method credit even if the candidate writes the wrong line later.
Step 3 — use the reciprocal definition.
Since cscθ=sinθ1, we have csc2θ=sin2θ1. Substituting:
sin2θ⋅sin2θ1=1=RHS
M1 — correct use of the reciprocal definition cscθ=1/sinθ.
A1 — clean reduction to 1, with explicit identification of RHS (the closing line "=RHS as required" is the rewarded phrasing).
(b) Step 1 — use the result of (a).
The LHS equals 1 for all valid θ. So the equation reduces to:
1=2sinθ⟹sinθ=21
M1 — using the proven identity to simplify, honouring the "Hence" command.
Step 2 — solve in the given interval.
The principal value: θ=6π. The second solution in [0,2π): by the symmetry sin(π−θ)=sinθ, we get θ=π−6π=65π.
M1 — correct method for finding both solutions in the interval.
A1 — first solution θ=π/6.
A1 — second solution θ=5π/6.
Check the validity constraint: both solutions satisfy sinθ=0, so neither is excluded by the domain restriction in (a).
Total: 8 marks (M4 A4, split as shown).
Question (6 marks): Prove that 1−sinθ1+1+sinθ1≡2sec2θ for all θ with cosθ=0.
Mark scheme decomposition by AO:
Total: 6 marks split AO1 = 4, AO2 = 2. Identity-proof questions on Paper 2 are AO1-dominated (procedural fluency in identity manipulation) but reserve AO2 marks for the strategic moves: choosing the right Pythagorean form, recognising the difference-of-squares pattern, and finishing with explicit reciprocal definitions rather than mid-line rewrites.
Connects to:
Section 5.5 — Compound angle and double angle formulae: sin(A+B)=sinAcosB+cosAsinB and cos2A=1−2sin2A=2cos2A−1 are derived from and constantly use the Pythagorean identity. The double-angle forms for cos2A are exactly cos2A−sin2A rewritten via sin2A+cos2A=1. Without confident Pythagorean manipulation, the double-angle conversions stall.
Section 5.7 — Harmonic form Rsin(θ+α): expressing asinθ+bcosθ in the form Rsin(θ+α) with R=a2+b2 uses sin2α+cos2α=1 at the heart of the derivation: setting Rcosα=a and Rsinα=b, squaring and adding gives R2=a2+b2 exactly because of the Pythagorean identity.
Section 8 — Integration of trigonometric powers: integrals like ∫sin2xdx and ∫cos4xdx are routinely tackled by replacing sin2x=21(1−cos2x), an identity that follows from the Pythagorean identity combined with the double-angle form cos2x=1−2sin2x. Integration of sec2θtanθ also leans on 1+tan2θ=sec2θ.
Section 5.4 — Trigonometric equations: solving 2sin2θ+3cosθ−3=0 requires replacing sin2θ with 1−cos2θ to produce a quadratic in cosθ. Almost every "mixed-function" trig equation reduces to a single function via Pythagorean substitution before factorising.
Year-13 Further Maths — Complex numbers and Euler's formula: eiθ=cosθ+isinθ encodes the Pythagorean identity as ∣eiθ∣2=cos2θ+sin2θ=1, the statement that the unit circle in the complex plane has unit modulus. Hyperbolic identities cosh2x−sinh2x=1 are the analogue for the unit hyperbola, derived in exactly the same algebraic way.
"Prove that …" identity questions on 9MA0 split AO marks as follows:
| AO | Typical share | Earned by |
|---|---|---|
| AO1 (knowledge / procedure) | 60–70% | Applying sin2+cos2≡1, 1+tan2≡sec2, 1+cot2≡csc2; using quotient and reciprocal definitions; combining algebraic fractions cleanly |
| AO2 (reasoning / interpretation) | 25–35% | Choosing the correct side to start from; selecting the most efficient identity at each step; presenting the proof as a chain of equivalences; stating domain restrictions where reciprocals appear |
| AO3 (problem-solving) | 0–10% | Open-ended modelling rare for this topic; appears in synoptic harmonic-form / mechanics contexts |
Examiner-rewarded phrasing: "starting from the LHS, applying sec2θ≡1+tan2θ"; "since cosθ=0 in the given interval, division by cosθ is valid"; "combining over the common denominator sinθcosθ"; "= RHS as required". Phrases that lose marks: working both sides of the identity simultaneously and "meeting in the middle" — examiners often reject this as a logical structure because it can hide circular reasoning. Writing "=LHS" at the start and "=RHS" at the end of a chain that should be LHS=⋯=RHS is the formal expectation.
A specific 9MA0 pattern to watch: questions phrased "Prove that f(θ)≡g(θ)" use the identity symbol ≡ deliberately. The proof must hold for all θ in the stated domain, not just the values that make both sides defined accidentally. State the excluded points (e.g. "for θ=π/2+kπ, where secθ is undefined") explicitly.
Question: Prove that sinθcotθ≡cosθ for all θ with sinθ=0.
Grade C response (~210 words):
Starting from the LHS:
sinθcotθ=sinθ⋅sinθcosθ.
The sinθ cancels:
=cosθ=RHS.
So sinθcotθ≡cosθ as required.
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.