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.
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top