I didn't see anything about posting homework questions so here it goes. I need to find either the velocity or acceleration or the time(all 3 eventually) for an object that is falling 1000 meters. Here's the catch, I need this equation to account for air density (which I have changing recursively in excel) and drag. I'm using a drag coefficient of 0.4. I'm having a hard time finding an equation for any one of those three variables that doesn't have another one of those three variables (velocity, accleration, time) in the equation. Edit:
The recursive relation for density is:
Density=DensityOriginal*e^-lapserate*heightofFall
where lapse rate=0.0001036
I'm having no problems with this.
I need to find those 3 variables independently of each other solely because they are all unknowns.
I have not taken calculus 3 yet and do not know how to solve differential equations.
Known variables
Air Density: Changes recursively
Fall distance:$1000 \rm m$
Mass:$10\:\rm{kg}$
Cross sectional area of a sphere: (4)$\pi(10\:\rm{cm})^2 =0.12566 \rm m^2$
Terminal velocity $\approx 11\:\rm{m/s}$
Recursive relation for density: $d=d_0e^{-\lambda h}$ ($\lambda$ is lapse rate, $h$ is height of fall)