kausalflow / hamilflow

Dataset of simple physical systems.
http://kausalflow.com/hamilflow/
MIT License
4 stars 1 forks source link

Central force problem #13

Closed emptymalei closed 1 month ago

emptymalei commented 7 months ago

Definition

A generic central force problem.

References

  1. https://www.damtp.cam.ac.uk/user/tong/relativity/four.pdf
cmp0xff commented 6 months ago

Landau vol 1, sec. 14

If we reduce to 2d, $$L = \frac{m}{2} \left(\dot{r}^2 + r^2 \dot\phi^2\right) - V(r)\,.$$

$L$ does not contain $\phi$ explicitly, making $\phi$ a cyclic variable. We have an integral of motion $l \equiv m r^2 \phi$.

$L$ does not contain $t$ explicitly. We have a second integral of motion, the energy $$E = \frac{m}{2}\left(\dot r^2 + r^2 \dot\phi^2\right) + V(r) = \frac{m}{2} \dot{r}^2 + \frac{l}{2mr^2} + V(r)\,.$$ We can derive $$\frac{\mathbb{d}t}{\mathbb{d}r} = \left(\frac{2}{m}\left(E-V(r)\right) - \frac{l^2}{m^2 r^2}\right)^{-1/2}\,.$$

emptymalei commented 5 months ago

For future reference:

https://www.aanda.org/articles/aa/full_html/2018/11/aa33162-18/aa33162-18.html

emptymalei commented 4 months ago

After some explorations in #50 , I have a feeling that a generic numerical integral of arbitrary initial condition and parameters are time consuming for our purpose. I propose we reduce this into different scenarios and provide more dedicated formulations.

Free fall is not interesting for our use case.