Hello all, I am currently trying to solve a differential equation numerically. The equation is as follows:
dv/dt = (u*q)/(m0-q*t) - g - (cd*ρ*A*0.5)*v2
If you haven't already guessed, it's the rocket equation with added gravity and drag. Now, I'm not even sure if that's what it's supposed to...