Types: N/A
Examples: N/A
Constructions: 27.7 Mathematize the Coupled Pendula Problem
Generalizations: N/A

Properties: N/A
Sufficiencies: N/A
Questions: N/A

In 27.5 Motion of a Single Pendulum, we derived the ordinary Differential Equations

θ¨(t)+gsin(θ(t))=0d2dt2[θ(t)]+gsin(θ(t))=0

whose solution encodes the angle θ(t) made between the cord and the vertical position. Unfortunately, this equation is not easily solved. We cannot write a solution

θ(t)=?

in terms of elementary functions. However, using Linear Algebra, we can break this problem down into a much easier problem to solve.

Linearize the Nonlinear Ordinary Differential Equation

Previously, we were thinking of determining the position through measurement of Arc Length. However, what if instead of using the arc length, we used the position of the shadow along the ruler? Instead of working in a multidimensional space, we can work in a single dimensional space.

INSERT DIAGRAMS HERE

\begin{proof}[Solution.]

Recall that

sin(θ(t))=u(t)=oppositehypotenuse

This implies that we can substitute

θ¨(t)+gsin(θ(t))=0θ¨(t)+gu(t)=0

However,

sin(θ(t))=u(t)

doesn't immediately suggest how to relate second order terms

θ¨(t) and u¨(t)

But, recall from our work with Taylor Series polynomials:

sin(θ)=k=0(1)k2(k+1)![θ]2k+1=θ13!θ3+15!θ5as long as θ is small, these terms are close to zero

In other words, the error between the values of sin(θ) and θ is negligible for small values of θ.

=θ+O(θ3)big O notation

Note that it is common practice to assume

θ(t)<0.1 radian 7

yielding an approximation error <0.1%.

Or, the tangent line to sin(θ) at expansion point a=0, defined by the linearization

L(θ)=f(a)+f(a)(θa)=sin(0)+cos(0)(θ0)=0+1θ=θ

closely approximates the behavior of sine.

θ(t)sin(θ(t))=u(t)

This is known as the small angle assumption.

θ˙(t)=ddtθ(t)ddtu(t)=1ddtu(t)=u˙(t)θ¨(t)=ddtθ˙(t)ddtu˙(t)=1ddtu˙(t)=u¨(t)

Then, using this approximation, we can state the linearized differential equation

θ¨(t)+gsin(θ(t))=0u¨(t)+gu(t)=0u¨(t)+gu(t)=0

This transformed equation is also a way to state Newton's Second Law. For small angle oscillations with θ(t)<0.1, we can set

u(t)=sin(θ(t))θ(t)fgt=mgsin(θ(t))=mgu(t)=mgu(t)=fpu

\end{proof}


Remark. The transformed 2nd order linear ordinary differential equation describes motion of a simple harmonic oscillator.