Check out my course on UDEMY: learn the skills you need for coding in STEM:
https://www.udemy.com/course/python-stem-essentials/
Examined are first order ordinary differential equations (ODEs), coupled first order ODEs, and higher order ODEs.
All code can be found on Github:
https://github.com/lukepolson/youtube_channel/blob/main/Python%20Tutorial%20Series/odes1.ipynb
Discord
https://discord.gg/hTBzC9RNZX
Air friction While Falling Video:
https://www.youtube.com/watch?v=bA16sDvF0xQ
3 Body Motion Video:
https://www.youtube.com/watch?v=otRtUiCcCh4
0:00 Introduction
0:45 First Order ODEs
8:42 Coupled First Order ODEs
13:32 Second Order ODEs
16:12 Example: Coupled Higher Order Equations
19:52 Dealing with Messy ODEs...Be Careful