Solving d^2x/dt^2 + a/x = b: Approximations?

  • Thread starter Thread starter gabi.petrica
  • Start date Start date
gabi.petrica
Messages
3
Reaction score
0
I was trying to solve a physics problem which led me to an equation of the form:
d^2x/dt^2 + a/ x = b; Can this be solved without any aproximations beeing made?
 
Physics news on Phys.org
Depends.

Assuming a,b are constants, multiply by x^{\prime}, to get

x^{\prime} x^{\prime \prime} + a \frac{x^{\prime}}{x} = b x^{\prime}

now integrate to get

\frac{x^{\prime}^2}{2} + a \ln{x} = bx + c

(c is a constant). Rearrange to get t as a function of x, i.e.,

\frac{1}{\sqrt{2}} \int{\frac{dx}{\sqrt{bx + c - a \ln{x}}}} = t + const.

Other than that, I'm not sure.
 
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