- #1
bob14
- 11
- 1
Homework Statement
Hi, I'm trying to calculate the formula for the position vs. time of a rocket landing from an altitude of 100km. I'm neglecting a lot of forces for simplification but basically, I want to solve ##F_{net} = Drag - mg##.
Homework Equations
Drag Force: D = ## \frac {C_dAρv^2} {2}##
Air Density at height h: ρ(h) = b * h
(I'm just assuming this to simplify the calculation. In the real derivation I would find an equation for each layer of the atmosphere since they differ).
Simplified D = ##kρv^2## where k = ## \frac {C_dA} {2}##
The Attempt at a Solution
##F_{net} = Drag - mg##
##m \frac {dv} {dt} = kρv^2- mg##
##m \frac {dv} {dt} = kbhv^2- mg##
Now I can write v as ## \frac {dh} {dt}##:
##m \frac {dh^2} {d^2t} = kbh{ ( \frac {dh} {dt})}^2- mg##
Here's where I can't solve it. I've never really taken advanced differential equations so I would just like some tips to go in the right direction. I want to get an h(t) type of equation at the end. If that isn't possible, I would still like to simplify the differential to maybe just solve for a numerical answer.