Google Classroom
GeoGebraGeoGebra Classroom

Foucault pendulum

This activity belongs to the GeoGebra book The Domain of the Time. If we apply a 1:3600 time scale, we can visualize a complete rotation of the Earth in just 24 seconds. This time scale allows us to observe the behavior of the Foucault pendulum at any point on Earth. If placed in the Northern Hemisphere, the apparent rotation of the pendulum's plane will occur retrogradely (clockwise), while in the Southern Hemisphere, it will rotate directly (counterclockwise). For better performance, it is recommended to download the GGB file.
SCRIPT FOR SLIDER anima # Calculate the elapsed seconds dt; add one second if t1(1) < tt SetValue(tt, t1(1)) SetValue(t1, First(GetTime(), 3)) SetValue(dt, (t1(1) < tt) + (t1(1) − tt)/1000) # Move M SetValue(v, vt + dt gt) SetValue(M, M + dt v) # Rotate the Earth and add the position M' to the log for the polygonal trail SetValue(f, f + dt 15°) SetValue(reg, Append(reg, (abs(M'); arg(M') − f; alt(M')))) # Stop the rotation after a complete turn of the pendulum StartAnimation(k f < 360°) Author of the activity and GeoGebra construction: Rafael Losada.