Chronology Current Month Current Thread Current Date
[Year List] [Month List (current year)] [Date Index] [Thread Index] [Thread Prev] [Thread Next] [Date Prev] [Date Next]

[Phys-L] Falling - the tale of a simple 1st degree non-linear ODE



I am pleased to use some of my dotage in answering questions on Quora.
I found this one strangely interesting:
 How long does it take a jumper to reach terminal velocity?

An expression for the speed at which air drag equals weight goes like this:
jumpers mass times acceleration equals the net force provided by weight, namely  jumper's mass times g less air drag, namely 1/2 rho Cd A v^2
I spent way too much time in basing an estimate on the CR charging curve.
Apart from the similar curve, the rise time features differ greatly.
Casting around for better methods to plot this curve ~
Plugging the equation into Alpha solver on line?
A few lines of code in basic?
Mathematica?
Matlab?

It may be my imagination but the free use of Alpha online seems to be more constrained than it used to be.
I could extract a plot, but the plotting was hit or miss - depending on the coefficients I chose.
Basic code could provide a list of v against t but a good plot was lacking.
Mathematica was uncooperative, perhaps because I rarely use it.
Matlab had the ODE solvers but the examples were unhelpful.

Finally I looked up an MIT tutorial on using MATLAB with an example ODE recipe which worked with my package, and took it from there.

https://i.imgur.com/K7KKlUG.jpg  ; Matlab ODE
https://imgur.com/Eio6xs3        ; Alpha online

Brian W