You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

A very useful approximation for many physical applications, especially for Simple Harmonic Motion and pendulums in particular. It states that 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:

Unknown macro: {latex}

\begin

Unknown macro: {large}

[ sin( \theta ) = x - \frac{x^{3}}

Unknown macro: {3!}

+ \frac{x^{5}}

Unknown macro: {5!}

- \frac{x^{7}}

Unknown macro: {7!}

+ ... ]\end


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


Unknown macro: {latex}

\begin

Unknown macro: {large}

[ sin( \theta ) \approx \theta ]\end


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


Unknown macro: {latex}

\begin

Unknown macro: {large}

[ cos( \theta ) = 1 - \frac{x^{2}}

Unknown macro: {2!}

+ \frac{x^{4}}

Unknown macro: {4!}

- \frac{x^{6}}

Unknown macro: {6!}

+ ... ]\end


so that in the small angle approximation we have

Unknown macro: {latex}

\begin

Unknown macro: {large}

[ cos( \theta ) \approx 1 ]\end


Finally, the expansion for the tangent is

Unknown macro: {latex}

\begin

Unknown macro: {large}

[ tan( \theta ) = \theta + \frac{x^{3}}

Unknown macro: {3}

+ \frac{2x^{5}}

Unknown macro: {15}

+ \frac{17x^{7}}

Unknown macro: {217}

+ ... ]\end


So that for small angles

Unknown macro: {latex}

\begin

Unknown macro: {large}

[ tan( \theta ) \approx \theta ]\end


  • No labels