🪂 Explore the classic falling parachutist problem. The running example from "Numerical Methods for Engineers" by Chapra & Canale.
0:00 Introduction — Why study this problem?
0:24 Problem Setup — Mass, drag, and terminal velocity
1:13 The Differential Equation — dv/dt = g - (c/m)v
1:55 Analytical Solution — The exact answer
2:21 The Challenge — Why we need numerical methods
2:57 Euler's Method — Step-by-step numerical approach
4:00 Summary & Next Steps
Parameters used:
• Mass (m) = 68.1 kg
• Drag coefficient (c) = 12.5 kg/s
• Gravity (g) = 9.8 m/s²
• Terminal velocity ≈ 53.4 m/s
This video complements the Python programming tutorials at: https://crisnapatel.github.io/python-basics/index.html
Example adapted from:
"Numerical Methods for Engineers" by Steven C. Chapra & Raymond P. Canale
#NumericalMethods #EulersMethod #Python #Engineering #DifferentialEquations #Physics #Parachutist #ComputationalMethods #STEM #Mathematics
Download
0 formats
No download links available.
The Falling Parachutist Problem | Euler's Method vs Analytical Solution | Numerical Methods | NatokHD