?/100

Coding Challenge #93: Double Pendulum

February 13, 2018875518

Description

In this coding challenge, I create a double pendulum simulation in Processing. Code: https://thecodingtrain.com/challenges/93-double-pendulum šŸ•¹ļø p5.js Web Editor Sketch: https://editor.p5js.org/codingtrain/sketches/jaH7XdzMK šŸŽ„ Previous video: https://youtu.be/188B6k_F9jU?list=PLRqwX-V7Uu6ZiZxtDDRCi6uhfTH4FilpH šŸŽ„ Next video: https://youtu.be/JSn-DJU8qf0?list=PLRqwX-V7Uu6ZiZxtDDRCi6uhfTH4FilpH šŸŽ„ All videos: https://www.youtube.com/playlist?list=PLRqwX-V7Uu6ZiZxtDDRCi6uhfTH4FilpH References: šŸ”“ Physics Lab Double Pendulum: https://www.myphysicslab.com/pendulum/double-pendulum-en.html Videos: šŸš‚ Pendulum Simulation: https://www.youtube.com/watch?v=9iaEqGOh5WM šŸ”“ Coding Train Live 120: https://youtu.be/KhogNPC24eI?t=10979s Related Coding Challenges: šŸš‚ #86 Cube Wave by Bees and Bombs: https://youtu.be/H81Tdrmz2LA šŸš‚ #159 Simple Pendulum Simulation: https://youtu.be/NBWMtlbbOag Timestamps: 0:00:00 Double Pendulum Simulation 0:03:45 Creating The Double Pendulum 0:08:35 Adding The Tracing of The Path 0:12:51 Implementing The Double Pendulum Formulas 0:24:45 Visualizing It 0:28:21 Adding Damping 0:29:16 Conclusions And Suggestions Editing by Mathieu Blanchette Animations by Jason Heglund Music from Epidemic Sound šŸš‚ Website: http://thecodingtrain.com/ šŸ‘¾ Share Your Creation! https://thecodingtrain.com/guides/passenger-showcase-guide šŸš© Suggest Topics: https://github.com/CodingTrain/Suggestion-Box šŸ’” GitHub: https://github.com/CodingTrain šŸ’¬ Discord: https://thecodingtrain.com/discord šŸ’– Membership: http://youtube.com/thecodingtrain/join šŸ›’ Store: https://standard.tv/codingtrain šŸ–‹ļø Twitter: https://twitter.com/thecodingtrain šŸ“ø Instagram: https://www.instagram.com/the.coding.train/ šŸŽ„ Coding Challenges: https://www.youtube.com/playlist?list=PLRqwX-V7Uu6ZiZxtDDRCi6uhfTH4FilpH šŸŽ„ Intro to Programming: https://www.youtube.com/playlist?list=PLRqwX-V7Uu6Zy51Q-x9tMWIv9cueOFTFA šŸ”— p5.js: https://p5js.org šŸ”— p5.js Web Editor: https://editor.p5js.org/ šŸ”— Processing: https://processing.org šŸ“„ Code of Conduct: https://github.com/CodingTrain/Code-of-Conduct This description was auto-generated. If you see a problem, please open an issue: https://github.com/CodingTrain/thecodingtrain.com/issues/new #doublependulum #pendulumharmonicmotion #processing

Wheatcha