Astrum
- 269
- 5
Homework Statement
First time I've had to deal with ODEs, an I'm pretty confused.
This SHOULD be a simple ODE for finding air resistance, that is only dealing with the y vector (up and down in this case)
m\frac{dv_{y}}{dt}=mg-kv_{y}
Homework Equations
F=ma
f=-kV
The Attempt at a Solution
First order differential equation, so we only need to integrate once.
m\frac{dv_{y}}{dt}=mg-kv_{y}=g-\frac{kv}{m}
\int\frac{dv}{dt}=gt-\frac{k}{m}\int v dt
I have no idea where to go from here. The answer in the book gives:
v=\frac{mg}{k}(1-e^{-\frac{kt}{m}})