Add note about the pendulum angle being incorrectly linear instead of sinusoidal

This commit is contained in:
Anthony Wang 2023-10-11 18:54:16 +00:00
parent 31e174e54c
commit 3303518e19
Signed by: a
SSH key fingerprint: SHA256:B5ADfMCqd2M7d/jtXDoihAV/yfXOAbWWri9+GdCN4hQ

View file

@ -8,6 +8,8 @@ Unbelievable, geeksforgeeks actually producing quality content for once?
I adjusted the numbers based on this demo:
https://sciencedemonstrations.fas.harvard.edu/presentations/pendulum-waves
Also, the lengths are physically accurate (assuming pendulums obey simple harmonic motion which they pretty much do at small angles)
Technically, the angle should vary as a cosine function (assuming the small-angle approximation), but due to CSS limitations it's instead a linear function
Using a piecewise linear function for the animation would be more accurate, but no one can really tell the difference anyways
-->
<html>