https://github.com/theabbie/doublependulum
Double Pendulum Playground
https://github.com/theabbie/doublependulum
double-pendulum double-pendulum-simulation physics-simulation playground svg
Last synced: 3 months ago
JSON representation
Double Pendulum Playground
- Host: GitHub
- URL: https://github.com/theabbie/doublependulum
- Owner: theabbie
- License: mit
- Created: 2021-10-20T06:45:55.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-27T00:45:44.000Z (over 3 years ago)
- Last Synced: 2025-01-31T12:49:46.902Z (8 months ago)
- Topics: double-pendulum, double-pendulum-simulation, physics-simulation, playground, svg
- Language: HTML
- Homepage: https://theabbie.github.io/DoublePendulum/
- Size: 128 KB
- Stars: 52
- Watchers: 4
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Double Pendulum Playground

> Interactive Double Pendulum Playground Using SVG
a double pendulum is a pendulum with another pendulum attached to its end, is a simple physical system that exhibits rich dynamic behavior with a strong sensitivity to initial conditions.
The motion of a double pendulum is governed by a set of coupled ordinary differential equations and is chaotic.
θ1'' =
−g (2 m1 + m2) sin θ1 − m2 g sin(θ1 −
2 θ2) − 2 sin(θ1 − θ2) m2 (θ2'2
L2 + θ1'2 L1 cos(θ1 − θ2))
L1 (2 m1 + m2 −
m2 cos(2 θ1 − 2 θ2))
θ2'' =
2 sin(θ1 − θ2) (θ1'2 L1 (m1 +
m2) + g(m1 + m2) cos θ1 + θ2'2
L2 m2 cos(θ1 −
θ2))
L2 (2 m1 + m2 −
m2 cos(2 θ1 − 2 θ2))
## How To Use?
[theabbie.github.io/DoublePendulum](https://theabbie.github.io/DoublePendulum/)

## Contributing
Thank you for your interest in contributing, If you feel like there's something missing or any new feature can be added, just create a PR and I will see the rest.
## Help
You can contact me on social media, Everything about me can be found [here](https://theabbie.github.io)
## Contact
Contact me anywhere, just visit [my portfolio](https://theabbie.github.io)
## License
This project is licensed under MIT License, See [LICENSE](/LICENSE) for more information