Solving ODE with Constant Coefficients: A Scientific Approach

  • Thread starter Thread starter Mugged
  • Start date Start date
  • Tags Tags
    Ode
Mugged
Messages
103
Reaction score
0
How do i solve this ODE, anyone have any ideas?

\frac{dv}{dt} = g - \frac{b}{m}*v^2
 
Physics news on Phys.org


If g,b and m are constants, then a separation of variables method will work.
 


yep they are constants. I made an attempt on this problem and got a function that includes the tan function. so i think I am ok
 


Mugged said:
yep they are constants. I made an attempt on this problem and got a function that includes the tan function. so i think I am ok

You could have split the function into partial fractions if you wanted to.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top