Trigonometric Identities
Students in Year 12 and 13 often struggle with trigonometric identities, yet these fundamental relationships unlock advanced calculus and engineering applications. The Pythagorean identity sin²x + cos²x = 1 forms the foundation, with quotient and reciprocal identities building complexity through GCSE A-level mathematics.
Try it right now
Click “Generate a problem” to see a fresh example of this technique.
Why it matters
Trigonometric identities are essential for solving real-world problems across engineering, physics, and computer graphics. In structural engineering, architects use these relationships to calculate stress distributions in buildings, where a 30° roof angle requires precise trigonometric calculations. GPS navigation systems rely on trigonometric identities to triangulate positions within 3 metres accuracy. Signal processing for mobile phones uses these identities to compress audio data by up to 90%. In Year 13 physics, students apply double angle formulae to analyse wave interference patterns. Marine engineers use addition formulae to calculate tidal forces affecting offshore wind turbines. Even video game developers employ these identities for realistic 3D rotation animations, where incorrect calculations create jarring visual glitches that break player immersion.
How to solve trigonometric identities
Trig Identities — Simplify
- Pythagorean: sin²x + cos²x = 1, 1 + tan²x = sec²x, 1 + cot²x = csc²x.
- Quotient: tan x = sin x / cos x, cot x = cos x / sin x.
- Reciprocal: csc x = 1/sin x, sec x = 1/cos x, cot x = 1/tan x.
- Rewrite in terms of sin and cos, then cancel or apply Pythagorean.
Example: (1 − sin²x)·sec x = cos²x · (1/cos x) = cos x.
Worked examples
Verify the Pythagorean identity sin²θ + cos²θ = 1 at θ = 60°. Show that sin²(60°) + cos²(60°) equals 1.
Answer: 1
- Recall the exact values of sin(60°) and cos(60°) → sin(60°) = √3/2, cos(60°) = 1/2 — These are the standard values you memorise from the unit circle.
- Square each value → sin²(60°) = 3/4, cos²(60°) = 1/4 — Squaring a fraction squares both numerator and denominator.
- Add the two squared values → 3/4 + 1/4 = 1 — The sum always equals 1 for any angle θ — this is the Pythagorean identity, and it comes from the fact that any point (cos θ, sin θ) on the unit circle satisfies x² + y² = 1.
Simplify the expression: 1 - cos²x
Answer: sin²x
- Identify which identity applies → Use: Pythagorean identity — Look for the shape of the expression. Pythagorean, quotient, and reciprocal identities each have a recognisable form.
- Apply the identity → 1 - cos²x = sin²x — Rewriting using the pythagorean identity gives the simplified form.
Simplify the expression: (1 - sin²x)/cos x
Answer: cos x
- Rewrite using basic identities → 1 − sin²x = cos²x, then cos²x/cos x = cos x — Combine the quotient, reciprocal, and Pythagorean identities until the expression reduces to a single trig function or a constant.
- State the simplified result → (1 - sin²x)/cos x = cos x — Verify by substituting a specific value of x (e.g. π/4) on both sides.
Common mistakes
- Students often write sin²x + cos²x = 2 instead of 1 when working with the Pythagorean identity, forgetting that the unit circle constrains the sum to exactly 1.
- Many pupils incorrectly simplify tan x + cot x = 2 instead of applying quotient identities to get (sin²x + cos²x)/(sin x cos x) = 1/(sin x cos x).
- A frequent error is writing 1/sin²x = cos²x instead of csc²x, confusing reciprocal identities with Pythagorean relationships.
- Students mistakenly calculate sin(2x) = 2sin x instead of using the double angle formula sin(2x) = 2sin x cos x.