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

  • Thread starter Thread starter gabi.petrica
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
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 [tex]x^{\prime}[/tex], to get

[tex]x^{\prime} x^{\prime \prime} + a \frac{x^{\prime}}{x} = b x^{\prime}[/tex]

now integrate to get

[tex]\frac{x^{\prime}^2}{2} + a \ln{x} = bx + c[/tex]

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

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

Other than that, I'm not sure.