Solving a Separable 2nd Order Differential Equation

Atomos
Messages
165
Reaction score
0
In an investigation of a physics problem, I ran into the following equation:

d^2(y)/(dt)^2 = k * y * (y^2 + c)^-1.5

I know how to solve separable first order differential equations but this one seems to be beyond me. Assistance?
 
Physics news on Phys.org
hmm I don't think that one can be solved analytically, can you settle for a numeric answer?
 
Well, one thing you can do is multiply by y prime

y^{\prime} y^{\prime \prime} = \frac{k y y^{\prime}}{(y^2 + c)^\frac{3}{2}}

and then integrate to get

\frac{1}{2} y^{\prime 2} = - \frac{k}{\sqrt{y^2 + c}} + A

where A is a constant of integration.

You can then square root the y prime square, pull over all the y stuff on one side (and integrate again) to get x as some horrendous integral in y.

i.e.,

x = \int{\frac{dy}{\sqrt{2(A- \frac{k}{\sqrt{y^2 + c}})}}}

or rather

x = \frac{1}{\sqrt{2}} \int{\sqrt{\frac{\sqrt{y^2 +c}}{A \sqrt{y^2 +c} - k }} dy}
Other than that, I dunno.
 
Last edited:
That looks intractable. I expected there to be a "clean" or closed (or whatever you call it) solution. This equation arose from me trying to plot the position of a point mass in a field generated by another point mass. The y is the vertical position (the reference point mass is at the origin and is stationary).
 
With the use of a clever substitution, it may yet be soluble. You never know.
 
There is the following linear Volterra equation of the second kind $$ y(x)+\int_{0}^{x} K(x-s) y(s)\,{\rm d}s = 1 $$ with kernel $$ K(x-s) = 1 - 4 \sum_{n=1}^{\infty} \dfrac{1}{\lambda_n^2} e^{-\beta \lambda_n^2 (x-s)} $$ where $y(0)=1$, $\beta>0$ and $\lambda_n$ is the $n$-th positive root of the equation $J_0(x)=0$ (here $n$ is a natural number that numbers these positive roots in the order of increasing their values), $J_0(x)$ is the Bessel function of the first kind of zero order. I...
Are there any good visualization tutorials, written or video, that show graphically how separation of variables works? I particularly have the time-independent Schrodinger Equation in mind. There are hundreds of demonstrations out there which essentially distill to copies of one another. However I am trying to visualize in my mind how this process looks graphically - for example plotting t on one axis and x on the other for f(x,t). I have seen other good visual representations of...
Back
Top