Solve DE for approaching terminal velocity

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
magicfountain
Messages
27
Reaction score
0

Homework Statement


I'm trying to find the function, that describes the velocity approaching to a terminal velocity.

Homework Equations


[itex]F_{net}=mg-\frac{1}{2}\rho v^2 AC_d[/itex]

The Attempt at a Solution


[itex]F=ma[/itex]
[itex]a=F/m[/itex]
[itex]\dot{v}=F/m=g-\frac{1}{2m}\rho v^2 AC_d[/itex]
[itex]\dot{v}=g-kv^2[/itex]
[itex]\dot{v}+kv^2=g[/itex]

(k and g are constants)
I have very few knowledge of DEs and it seems hard to guess a solution.
Can somebody help me?
 
Last edited:
Physics news on Phys.org
Rewrite the equation as
[tex]\frac{dv}{dt}=g-kv^2[/tex]
[tex]\frac{dv}{g-kv^2}=dt[/tex]

Now it should be easy to solve.
 
thank you!
now it seems obvious. :D
 
The expression can be rewritten as:
[tex]\frac{dv}{k((\sqrt{\frac{g}{k}})^2-v^2)}=dt[/tex]

Integrating LHS is same as integrating [itex]\frac{dx}{a^2-x^2}[/itex] where a is some constant. Integrate [itex]\frac{dx}{a^2-x^2}[/itex] using partial fractions.