Approximations (in the formula booklet):
sinθ≈θ,cosθ≈1−21θ2,tanθ≈θ.
These hold when θ is small (in radians, ∣θ∣≪1). They come from the first few terms of the Taylor series:
sinθ=θ−6θ3+120θ5−…;cosθ=1−2θ2+24θ4−….
Accuracy.
| θ (rad) | sinθ | Approx θ | Error |
|---|
| 0.05 | 0.04998 | 0.05 | 0.0004% |
| 0.1 | 0.09983 | 0.1 | 0.17% |
| 0.3 | 0.29552 | 0.3 | 1.5% |
| 0.5 | 0.47943 | 0.5 | 4.3% |
By θ=0.5 rad (≈28.6°) the approximation sinθ≈θ has 4.3% error — bad.
Working with substitutions. If θ is small, so is any multiple of θ:
sin(2θ)≈2θ;cos(2θ)≈1−2(2θ)2=1−2θ2.
Worked example. Approximate θsinθ1−cos2θ for small θ.
- Numerator: 1−cos2θ≈1−(1−2θ2)=2θ2.
- Denominator: θsinθ≈θ⋅θ=θ2.
- Quotient: 2θ2/θ2=2.
WHY ONLY RADIANS? The approximation comes from the Taylor series, which is derived using calculus, which uses radians. Plugging in degrees breaks the proportionality — sin1°≈0.0175, NOT 1.