The Java Game Framework.

Examples, tutorials, documentation and download of the Genuts Framework.
Games made with the Genuts Frameworks.
General articles around games.
Links covering all needs around game dev.
Who are we?
Terms of Service

Articles >> Physics >> Pendular motion

Physics: Pendular motion

According to MyPhysicsLab, the equation of motion for the pendulum is :

θ'' = -(g/R) sin θ

For small oscillations we can use the approximation that sin θ = θ.
Then the equation of motion becomes :

θ'' = -(g/R) θ

This is a linear relationship. The analytic solution is :

θ(t) = θ0 cos(sqrt(g/R) t)

where θ0 is the initial angle.

Click & drag the pendulum!

To go further :

Articles >> Physics >> Pendular motion