cyclovenom said:
v^3 + 10v = m \frac{dv}{dt}
If you think about this physically for a sec
you'll see you need a minus sign.
dv/dt really aught to be getting smaller
not bigger.
mv' = -(v^3 + 10v)
this is seperable as above.
-\frac{dv}{v^3 + 10v} = m dt
to integrate it we can breakit into partial fractions
\frac{1}{x^3 + 10x} = \frac{A}{x} + \frac{Bx + C}{x^2 + 10}
where we pick A, B, C to make the equality hold.
Once you've got the easier to integrate sides.
Integrate using the initial conditions.
\int_{v_0}^v \ldots dv = \int_0^t \ldots dt
then invert the formula to solve for v.
[or if we want to look for a change of vars..]
mv' + v^3 + 10v = 0.
so
m(vv') + v^4 + 10v^2 = 0
\frac{m}{2} \frac{d}{dt}(v^2) + (v^2)^2 + 10 (v^2) = 0
which looks awefully amenable to the substitution u=v^2..