Coriolis force demo

Canvas not supported; please update your browser. Canvas not supported; please update your browser.
Start Stop Clear  
View = 15
Latitude = 60
Rotation = 10
U = 0.0
V = 3.0
Equatorial bulge

Adapted from BASIC code in Stommel and Moore, An Introduction to the Coriolis Force, Columbia University Press (1989)

Javascript version by Tom Connolly (tconnolly@mlml.calstate.edu)

This app demonstrates the motion of a frictionless particle on a rotating planet. It is based on code in the book Introduction to the Coriolis Force, by oceanographers Henry Stommel and Dennis Moore.

The red particle follows the rotation of the globe at the initial latitude. It can be useful as a reference point for the trajectory of the blue particle.

View sets the angle of view. 90 degrees is looking down at the north pole, 0 degrees is looking straight at the equator.

Latitude sets the initial latitude of the particle, in degrees.

Rotation sets the rotation rate of the planet.

U - eastward component of the initial velocity, relative to the rotating Earth.

V - northward component of initial velocity.

Equatorial bulge - determines whether there is a bulge at the equator (On) or not (Off).

Because of its rotation, the Earth is not a perfect sphere; its diameter varies by about 43 km depending on whether you measure along the equator or through the poles. From the perspective of the rotating reference frame, the fact that the surface of the earth is higher at the equator helps to balance the centrifugal force, which points outward away from the axis of rotation. This makes the Coriolis force the primary factor determining the direction of the particle when a bulge is present. The centrifugal force dominates when a bulge is not present.

To see the importance of this bulge at the equator, try initial velocities U = 0 and V = 0. The particle starts with no motion relative to the surface of the Earth; it is rotating along with the Earth in a fixed reference frame. Try this with and without the bulge. What is the difference between the two cases?