Content deleted Content added
mention that angles measured in degrees must be scaled |
→Algebraic: we might as well also show taylor series for cosine and tangent here |
||
Line 53:
=== Algebraic ===
[[File:Small-angle approximation for sine function.svg|thumb|300px|The small-angle approximation for the sine function.]]
The
<math display=
\sin \theta &= \theta - \
\cos \theta &= 1 - \frac1{2}{\theta^2} + \frac1{24}\theta^4 - \cdots, \\[6mu]
\end{align}</math>
▲<math display="block">\sin \theta = \theta - \frac{\theta^3}{6} + \frac{\theta^5}{120} - \frac{\theta^7}{5040} + \cdots </math>
where {{tmath|\theta}} is the angle in radians. For very small angles, higher powers of {{tmath|\theta}} become extremely small, for instance if {{tmath|1= \theta = 0.01}}, then {{tmath|1= \theta^3 = 0.000\,001}}, just one ten-thousandth of {{tmath|\theta}}. Thus for many purposes it is safe to drop the cubic and higher terms and approximate the sine and tangent as
<math display=
The cosine of a sufficiently small angle is very nearly {{tmath|1}}, which sometimes suffices as an approximation. Where more precision is needed the quadratic term can also included, and cosine can be approximated as
▲<math display="block">\tan \theta \approx \sin \theta \approx \theta,</math>
==== Dual numbers ====
|