PX153 - D3 - reducing a non-linear ODE to a linear ODE
- non-linear ODEs are usually very difficult or impossible to solve, so, we try to make assumptions to simplify them
- here, we give the example of a pendulum

- the length of arc travelled in is related to the change in the angle :
- so the acceleration is
- this must be equal to the component of the gravity tangential to the trajectory
- giving:
$$\frac{d^{2}\theta}{dt^{2}} = - \frac{g}{l}\sin\theta$$
- this is non-linear and very tough to solve
- to simplify the differential, we make a small angle approximation, such that : $$\frac{d^{2}\theta}{dt^{2}} \simeq - \frac{g}{l}\theta$$