Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Foucault's pendulum without Coriolis force #37

Open
cmp0xff opened this issue Mar 23, 2024 · 1 comment
Open

Foucault's pendulum without Coriolis force #37

cmp0xff opened this issue Mar 23, 2024 · 1 comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request model Change of models

Comments

@cmp0xff
Copy link
Collaborator

cmp0xff commented Mar 23, 2024

In spherical coordinates, Foucault's pendulum without Coriolis force can be described by the Lagrangian action
$$S_L[\theta, \phi] = \int_{t_0}^{t_1} \mathbb{d}t\left\{\frac{1}{2}m l^2 \left(\dot\theta^2 + \dot\phi^2\sin^2\theta\right) + m l^2 \omega_0^2 \cos\theta\right\}\,.$$

$\phi$ is a cyclic coordinate,
$$\phi = \omega_\phi\cdot (t-t_0)\,.$$
We arrive at
$$\frac{1}{2} \left(\left(\frac{1}{t'(\theta)}\right)^2 + \omega_\phi^2\sin^2\theta\right) - \omega_0^2 \cos\theta = \omega_0^2 \cos\theta_0\,.$$
Mathematica suggests this is integrable.

The spherical coordinates, in my humble opinion, is more natural than Cartesian coordinates in this use case, which was recorded in https://link.springer.com/book/10.1007/978-3-642-03434-3. My argument is that the system is constrained in the sphere with radius $l$.

However, if we add Coriolis force, things might become different. We may be forced back to Cartesian coordinates.

@cmp0xff cmp0xff added documentation Improvements or additions to documentation enhancement New feature or request model Change of models labels Mar 23, 2024
@cmp0xff
Copy link
Collaborator Author

cmp0xff commented Mar 24, 2024

The Lagrangian of a particle in a rotating reference system is given in sec. 39, https://doi.org/10.1016/B978-0-08-050347-9.50011-3. We can use it to include the Coriolis force.

@cmp0xff cmp0xff removed their assignment Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request model Change of models
Projects
None yet
Development

No branches or pull requests

1 participant