Solving non-linear second order ODE

bluestorm
Messages
1
Reaction score
0

Homework Statement



It will be great if someone could show me some options:
I need to prove the following:

A particle of mass m is attracted toward a fixed point O (the origin) with a force proportional
to its instantaneous distance from O raised to a positive integer power, i.e., according to the force
law F (x) = −k(x^n) . (Note that n must be odd in order for F (x) to be an attractive force!) Suppose
that, at time t = 0, the particle is released from rest at x = x0 . Show that the time T for the particle to reach O is given by the formula:
T = C / ( (xo)^(n-1)/2 )

Homework Equations



Determine explicitly the coefficient C in terms of (i) the Beta function and (ii) Gamma functions

The Attempt at a Solution



i tried solving it manually using definite integrals and arrived at
C = (m(n+1)/(2*K))^-1/2

but this looks nothing like the gamma or beta function
also, I was unable to find a normal method to solve the 2nd order non linear ODE:
x'' = (-k/m)x^n

because of the x^n... all common methods are give for just x or with some x'
Also tried series expansion solution to the ODE... but the t was in several pieces and cannot put it together in the required form

Also tried using Emden-Fowler equation but arrived to a very similar value of C without any relation to the beta or gamma

Any help will be greatly appreciated
 
Physics news on Phys.org
This is fairly straightforward by use of the chain rule:

\ddot{x}=\frac{d}{dt}\dot{x}=\frac{dx}{dt}\frac{d}{dx}\dot{x}=\frac{1}{2}\frac{d}{dx}\dot{x}^2

Which gives you a separable ODE:

\frac{1}{2}\frac{d}{dx}\dot{x}^2=-\frac{k}{m}x^n
 
Thread 'Need help understanding this figure on energy levels'
This figure is from "Introduction to Quantum Mechanics" by Griffiths (3rd edition). It is available to download. It is from page 142. I am hoping the usual people on this site will give me a hand understanding what is going on in the figure. After the equation (4.50) it says "It is customary to introduce the principal quantum number, ##n##, which simply orders the allowed energies, starting with 1 for the ground state. (see the figure)" I still don't understand the figure :( Here is...
Thread 'Understanding how to "tack on" the time wiggle factor'
The last problem I posted on QM made it into advanced homework help, that is why I am putting it here. I am sorry for any hassle imposed on the moderators by myself. Part (a) is quite easy. We get $$\sigma_1 = 2\lambda, \mathbf{v}_1 = \begin{pmatrix} 0 \\ 0 \\ 1 \end{pmatrix} \sigma_2 = \lambda, \mathbf{v}_2 = \begin{pmatrix} 1/\sqrt{2} \\ 1/\sqrt{2} \\ 0 \end{pmatrix} \sigma_3 = -\lambda, \mathbf{v}_3 = \begin{pmatrix} 1/\sqrt{2} \\ -1/\sqrt{2} \\ 0 \end{pmatrix} $$ There are two ways...
Back
Top