Using the inverse hyperbolic tangent function to solve ODE

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 3K views
bitrex
Messages
190
Reaction score
0

Homework Statement


Hi all. I have to solve the differential equation [tex]\frac{dv}{dt} = g(1 - \frac{\rho}{g}v^2)[/tex].

The Attempt at a Solution



Apparently the solution should involve the inverse hyperbolic tangent function - with the equation in this form it should just be separable, correct? However, when separating variables I have to integrate the function [tex]\frac{dv}{1-\frac{\rho}{g}v^2}[/tex] which I am not sure how to go about. I think a substitution of some kind? Any tips would be appreciated.
 
Physics news on Phys.org
Partial fractions: [itex]1-\frac{\rho}{g}v^2= (1- \sqrt{\frac{\rho}{g}}v)(1+ \sqrt{\frac{\rho}{g}}v)[/itex].
 
Or v=sqrt(g/rho)*tanh(u), if you want to stick with the hyperbolic function approach. You'll get the same answer, though it will look different.
 
I see it now. Thanks guys!