Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

A very useful approximation for many physical applications, especially for simple harmonic motion and pendulums in particular. It states that

Excerpt

when the angle is small, and expressed in radians, then we may approximate sin(θ) by θ.

At the same time, we may approximate cos(θ) by 1 and tan(θ) by θ.

This follows because the sine function may be expressed as the infinite Taylor series:

Latex
\begin{large} \[ sin( \theta ) = x - \frac{x^{3}}{3!} + \frac{x^{5}}{5!} - \frac{x^{7}}{7!} + ... \]\end{large}


If the angle is small enough, then we can ignore all but the first term, giving


Latex
\begin{large} \[ sin( \theta ) \approx \theta \]\end{large}


This gives us our criterion for "small enough", because it is clear that this will be the case when x is much greater than x3/3!, or in other words 6 >> x2.

Similarly, the Taylor series for cos(θ) is


Latex
\begin{large} \[ cos( \theta ) = 1 - \frac{x^{2}}{2!} + \frac{x^{4}}{4!} - \frac{x^{6}}{6!} + ... \]\end{large}


so that in the small angle approximation we have

Latex
\begin{large} \[ cos( \theta ) \approx 1 \]\end{large}


Finally, the expansion for the tangent is

Latex
\begin{large} \[ tan( \theta ) = \theta + \frac{x^{3}}{3} + \frac{2x^{5}}{15} + \frac{17x^{7}}{217} + ... \]\end{large}


So that for small angles

Latex
\begin{large} \[ tan( \theta ) \approx \theta \]\end{large}