Differential Equation first order help

mlazos
Messages
48
Reaction score
0
Can anybody tell me what can be the solution of this differential equation?

(dr/dt)^2=a/r^2+b/r+c
Is first order and i need some ideas about solving it
 
Physics news on Phys.org
What have you tried? I'd suggest starting by multiplying both sides by dr/dt, and trying to get each side into the form d/dt(something).
 
This is a separable diff.eq. You may rewrite it as:
\frac{rdr}{\sqrt{a+br+cr^{2}}}=\pm{dt}
This can be readily integrated, yielding an implicit equation for the function r(t).
 
you are right,
the answer was obvious.i guess i need to rest a little. thank you guys.
 
Last edited:
As a hint, you ought to rewrite the left-hand side as:
\frac{rdr}{\sqrt{cr^{2}+br+a}}=\frac{dr}{2c}(\frac{2cr+b}{\sqrt{cr^{2}+br+a}}-\frac{b}{\sqrt{cr^{2}+br+a}})
 
Sorry, I thought that was d^2/dt^2.
 
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