Foucaults Pendulum


The Foucault pendulum, named after its inventor, the French physicist Léon Foucault, is a very long spherical pendulum with a large mass at the bottom. In an experiment with such a pendulum in 1851, Foucault was able to prove for the first time in a simple way that the earth rotates. Before that, one always had to rely on long observations of the night sky and calculations. With this experiment, it has been possible to make the earth's rotation accessible in a relatively simple way, even to people with little or no knowledge of physics.

The following equations are provided by Parmeet Singh Chani who made his slides available here.
The basis of the foucaults pendulum is the equation of motion:

\(\ddot{x}-2\dot{y}sin(\lambda+\frac{gx}{l})=0\)
\(\ddot{y}-2\dot{x}sin(\lambda+\frac{gy}{l})=0\)

which leads to the analytic solution:

\(p = x + iy = \biggl(C_{1}e^{i\sqrt{\frac{g}{l}}t}+C_{2}e^{-i\sqrt{\frac{g}{l}}t}\biggr)e^{-i\Omega sin(\lambda)}\)

where:

\(g=\) gravity
\(l=\) length of pendulum string
\(\Omega=\) angular speed of earth
\(\lambda=\) latitude

Gravity
9.81
Angular speed of earth
0.1
\(\lambda\):
\(l\):

Proof that the earth is rotating

How is this experiment performed?

The pendulum is set up at a fixed point and brought into an initial position, where the release of a band with the help of fire sets the pendulum in swinging motion. This is to prevent unwanted movement and additional swing and spin.

What can be observed?

At the poles of our earth, after about 23.93 hours, it would look as if the pendulum had turned 360°, but in fact it is the earth that turns under the pendulum and this turn is not transmitted to the swinging object. At the equator this is different, because there the path of the pendulum does not seem to change. This is due to the fact that a day on earth, with its almost 24 hours, divided by the sine of the latitude at the equator is 0 \(\bigl(0=\frac{23,93}{sin(0)}\bigr)\).

  ☞ View R implementation

  ☞ View or download Jupyter Notebook

  ☞ Other visualization: javalab.org

References

  ☞ "The Foucault Pendulum" - a Simplified Trajectory Analysis for a Pendulum on a Turntable and an Outlook to a Pendulum on Earth, A. Reiser and J. Stiewe (2018)

  ☞ "Foucalts pendulum a simple proof that earth rotates" - GitHub repository by Parmeet Singh Chani (singhmeet11) (2022)