Builds on: aqa-alevel-maths-pure-2 / further-trigonometry — this lesson is the A2-level deep dive.
This lesson covers the small angle approximations for sinθ, cosθ, and tanθ when θ is small and measured in radians. These approximations simplify expressions and are used in limit calculations, mechanics, and numerical analysis. They are part of the AQA A-Level Mathematics specification 7357.
Spec Mapping — AQA 7357 Section E Trigonometry. This lesson covers the small-angle approximations sinθ≈θ, cosθ≈1−θ2/2, tanθ≈θ content of Section E, at the depth required for A2-level synoptic questions. Refer to the official AQA specification document for exact wording.
The Three Approximations
When θ is small and measured in radians:
sinθ≈θcosθ≈1−θ2/2tanθ≈θ
These approximations become more accurate as θ gets closer to zero, and they are exact in the limit as θ→0.
Crucially, θ must be in radians. The approximations do not work with degrees.
Why Do These Work?
The sinθ≈θ Approximation
Consider the unit circle. For a small angle θ (in radians), the arc length subtended is θ (since s=rθ=1×θ), and the opposite side of the triangle (which equals sinθ) is approximately equal to the arc length for small angles. As the angle shrinks, the chord and the arc become indistinguishable.
More formally, from the Maclaurin series (Taylor series at 0):
sinθ=θ−3!θ3+5!θ5−⋯
For small θ, the higher-order terms (θ3,θ5,…) are negligibly small, so sinθ≈θ.
The cosθ≈1−θ2/2 Approximation
From the Maclaurin series:
cosθ=1−2!θ2+4!θ4−⋯
For small θ, the terms from θ4 onwards are negligible, so cosθ≈1−θ2/2.
Alternatively, using cosθ=1−2sin2(θ/2) and the approximation sin(θ/2)≈θ/2:
cosθ≈1−2(θ/2)2=1−θ2/2
The tanθ≈θ Approximation
Since tanθ=sinθ/cosθ, and for small θ:
tanθ≈1−2θ2θ≈θ(1+2θ2+⋯)≈θ
The error term is of order θ3, just as for sinθ.
From the Maclaurin series:
tanθ=θ+3θ3+152θ5+⋯
For small θ, tanθ≈θ.
Numerical Verification
Let us check the approximations for θ=0.1 radians (about 5.7°):
Function
Exact Value
Approximation
Error
sin(0.1)
0.0998334…
0.1
0.0001666…
cos(0.1)
0.9950042…
1−0.005=0.995
0.0000042…
tan(0.1)
0.1003347…
0.1
0.0003347…
The approximations are very accurate for small angles. For θ=0.01 radians, the errors would be even smaller (roughly 1000 times smaller).
For θ=0.5 radians (about 28.6°):
Function
Exact Value
Approximation
Error
sin(0.5)
0.4794…
0.5
0.0206…
cos(0.5)
0.8776…
1−0.125=0.875
0.0026…
tan(0.5)
0.5463…
0.5
0.0463…
The errors are larger but the approximations are still reasonable. As a rule of thumb, the approximations are good for θ≲0.2 radians and become progressively worse beyond that.
Using Small Angle Approximations to Simplify Expressions
Example 1: Use small angle approximations to estimate 2θsin3θ when θ is small.
sin3θ2θsin3θ≈3θ(since 3θ is also small when θ is small)≈2θ3θ=23
Example 2: Simplify θ21−cosθ for small θ.
cosθ≈1−θ2/21−cosθ≈θ2/2(1−cosθ)/θ2≈(θ2/2)/θ2=1/2
Example 3: Simplify θ3tan2θ−sin2θ for small θ.
tan2θ≈2θsin2θ≈2θ
This gives θ32θ−2θ=θ30=0, but this is not accurate enough — we need to keep more terms.
Numerical methods (aqa-alevel-maths-pure-1 / numerical-methods) — small-angle truncation is the same logic as truncating a Maclaurin series for fast computation.
Differential equations modelling (aqa-alevel-maths-calculus-applications / differential-equations-modelling) — the pendulum θ′′+Lgsinθ=0 linearises to SHM via sinθ≈θ.
Differentiation from first principles (aqa-alevel-maths-pure-1 / differentiation) — the derivative dxd(sinx)=cosx depends on the limit sinh/h→1.
Summary
For small θin radians: sinθ≈θ, cosθ≈1−θ2/2, tanθ≈θ.
These come from truncating the Maclaurin series.
θ must be in radians — these do not work with degrees.
Used to simplify expressions, evaluate limits, and approximate calculations.
When first-order terms cancel, you may need to include higher-order terms (θ3 terms).
The key limits: sinθ/θ→1 and (1−cosθ)/θ2→21 as θ→0.
Exam Tip: Small angle approximations are quick to apply but you must state clearly that you are using them (e.g., "Using the small angle approximation sinθ≈θ..."). In the exam, you may be asked to find the value of an expression correct to a certain order — make sure you include enough terms of the approximation. Always work in radians. If a question says "θ is small", this is your cue to use small angle approximations.
A-Level Deep Dive: Small-Angle Approximations
Spec mapping
AQA 7357 specification, Paper 2 — Pure Mathematics, Section E (Trigonometry), Year 2 sub-strand E5 covers the standard small-angle approximations of sine, cosine and tangent: sinθ≈θ, cosθ≈1−21θ2, tanθ≈θ (where θ is in radians) (refer to the official specification document for exact wording). This is examined synoptically across 7357/2 (Pure Paper 2), often inside limits, differentiation-from-first-principles questions, and modelling contexts. The AQA formula booklet does not list these approximations — they must be memorised, along with the radian-only restriction. Examiners exploit the radian condition heavily: a candidate who slips into degrees mid-calculation cannot recover.
Worked example with full mark scheme
Question (8 marks):
(a) Using the small-angle approximations for sinx and tanx, evaluate
limx→0x3sin3x−tan3x
stating the order of accuracy required at each stage. (6)
(b) Hence explain why the approximation tanθ≈θ is insufficient when computing this limit, and state which extra term in the Taylor expansion of tanθ is required. (2)
Solution with mark scheme:
(a) Step 1 — recognise the order of accuracy required.
The denominator is x3, so any approximation truncated at lower order than x3 will lose information. We need expansions of sin3x and tan3x accurate to at least order x3.
M1 (AO3.1a) — identifying that the cubic denominator forces a cubic-order numerator expansion.
Step 2 — expand sin3x to cubic order.
Using sinθ≈θ−61θ3 (the standard approximation extended one further term, from the Maclaurin series), with θ=3x:
sin3x≈3x−6(3x)3=3x−627x3=3x−29x3
M1 — correct expansion to cubic order with θ=3x substituted before cubing.
Step 3 — expand tan3x to cubic order.
Using tanθ≈θ+31θ3 (Maclaurin extension), with θ=3x:
tan3x≈3x+3(3x)3=3x+327x3=3x+9x3
M1 — correct cubic-order expansion of tan3x. Common error: candidates use the bare tanθ≈θ from the formula sheet and obtain numerator 0, giving the indeterminate form 0/0 they cannot resolve.
A1 — the linear 3x terms cancel exactly, leaving a clean cubic-order numerator. The cancellation is the entire point of needing higher-order terms.
Step 5 — divide and take the limit.
x3sin3x−tan3x≈x3−27x3/2=−227
As x→0 the higher-order error terms (of order x5 and beyond) vanish, so:
limx→0x3sin3x−tan3x=−227
A1 — final exact answer.
B1 — explicit comment that the omitted terms are O(x5) and contribute 0 in the limit.
(b) Step 1 — diagnose the failure mode.
If only tanθ≈θ is used, then sin3x−tan3x≈−29x3−0=−29x3, which would give the (incorrect) limit −29. The cubic term +31θ3 in the Maclaurin expansion of tanθ is the missing ingredient — it is the same order as the −61θ3 term from sinθ, so dropping it changes the numerator by a factor that is not negligible.
B1 — identifying 31θ3 as the required extra term.
B1 — correct explanation that this term is the same order of magnitude as the cubic term from sinθ, so cannot be ignored.
Total: 8 marks (M3 A2 B3, split as shown).
Specimen question modelled on the AQA 7357/2 format
Question (6 marks): A pendulum of length L swings under gravity. Its equation of motion for small displacement angle θ (in radians) is
θ¨=−Lgsinθ
(a) Using a small-angle approximation, show that for small θ this reduces to
θ¨≈−Lgθ
stating clearly the approximation used and the constraint on θ. (2)
(b) Given that this linearised equation has solution θ(t)=Acos(ωt+ϕ) for some constants, deduce ω and hence the period T. (3)
(c) Estimate the maximum amplitude (in radians) for which the linearised model is accurate to within 1%, using the next term of the expansion. (1)
Mark scheme decomposition by AO:
(a)
B1 (AO1.1a) — stating sinθ≈θ for small θ measured in radians.
A1 (AO2.1) — substituting and writing the linearised equation cleanly.
(b)
M1 (AO1.1b) — comparing θ¨=−ω2θ with the linearised equation to identify ω2=g/L.
A1 (AO1.1b) — ω=g/L.
A1 (AO2.5) — T=2π/ω=2πL/g.
(c)
B1 (AO3.4) — using sinθ≈θ−61θ3, the relative error is 61θ2. Setting 61θ2<0.01 gives θ<0.06≈0.245 radians (about 14°).
Total: 6 marks split AO1 = 3, AO2 = 2, AO3 = 1. This is the textbook synoptic mechanics-pure crossover that AQA favours in Year 2: small-angle approximation is the bridge between the (insoluble) nonlinear pendulum and the (tractable) simple harmonic motion model.
Synoptic links
Small-angle approximations sit at a junction of several A-Level threads:
Section E — Differentiation of sinx from first principles. The proof that dxdsinx=cosx uses limh→0hsinh=1 (equivalent to sinh≈h) and limh→0hcosh−1=0 (equivalent to cosh≈1−21h2). Without small-angle results, the derivative cannot be derived; with them, it is two lines.
Section E — Maclaurin / Taylor series (Further Maths context). The small-angle approximations are the first non-zero terms of the Maclaurin expansions sinθ=θ−6θ3+120θ5−… and cosθ=1−2θ2+24θ4−…. AS-Level treats them as memorised facts; Further Maths derives them. Recognising the connection lifts a procedural skill into a structural one.