Newtonian Mechanics – Solving the Pendulum Differential Equation

differential equationsnewtonian-mechanicsoscillators

In a chapter on oscillations in a physics book, the differential equation $$\ddot{\theta}=-\frac{g}{L}\sin(\theta)$$ is found and solved using the small-angle-approximation $$\sin(\theta)\approx\theta$$ for small values of $\theta$, which yields the solution $$\theta=\sin\left(t\sqrt{\frac{g}{L}}\right).$$ It also mentions that this solution tends to work best with angles smaller than $15^\circ$.

My question is: Is it possible to solve the pendulum differential equation/do any solutions exist to it without the use of the small-angle-approximation?

Best Answer

The pendulum problem can be solve exactly if elliptic integral is used.

The elliptic integral is defined via: \begin{equation} F(\phi,k)=\int_{0}^{\phi}\frac{dt}{\sqrt{1-k^{2}\sin^{2}t}}\, . \end{equation} This integral originated when mathematicians investigated elliptic curve.

In the case of pendulum problem, the conservation energy yield the equation of motion: \begin{equation} \frac{1}{2}l\dot{\theta}^{2}-g\cos\theta=-g\cos\theta_{m} \end{equation} where $\theta_{m}$ denote the highest height corresponding angle, then the equation can be invert to: \begin{equation} \frac{d\theta}{dt}=\sqrt{\frac{2g}{l}}\sqrt{\cos\theta-\cos\theta_{m}} \end{equation} this expression can be simplified be using trigonometric identity: \begin{equation} \cos\theta=1-2\sin^{2}(\theta/2) \end{equation} and changing variable: \begin{equation} \sin\left(\frac{\theta}{2}\right)=\sin\left(\frac{\theta_{m}}{2}\right)\sin s \end{equation} differentiate this variable with respect to t and using chain rule then revert to integrate with respect to t gives: \begin{equation} t=\sqrt{\frac{l}{g}}{\Large\int_{0}^{\phi}}\frac{ds}{\sqrt{1-\sin^{2}(\theta_{m}/2) \sin^{2}s}}\, , \end{equation} the solution of which is given by the elliptic integral stated earlier.