Can These Second Order ODEs Model Planetary Trajectories?

In summary, the conversation discusses two second-order ODEs that the speaker tried to solve but failed. One equation involves the independent variable t and can be solved by quadrature, while the other equation involves the dependent variable y and requires the use of Taylor's series. The speaker also mentions that they were expecting ellipses or conical intersections in the solutions. They have not learned how to solve DEs with power series but will try using the ansatz method. Lastly, they ask for help in finding r(t) after the integration.
  • #1
Marin
193
0
Hello everybody!

Here are two ODE 2nd order I tried to solve, but I failed :(

r''[t] - k/(r[t])^2 = 0

xy''[x] = ay[x] + b

Could anyone of you please help me?

Thanks in advance :)
 
Physics news on Phys.org
  • #2
Since the independent variable, t, does not appear in the first problem, it can be handled by "quadrature". Let u= r'. r"= u' and, by the chain rule, u'= du/dt= (du/dr)(dr/dt)= ru'. The equation for u is then ru'+ k/r^2= 0 which can be solved by a direct integration: ru'= -k/r^2 so u'= -k/r^3= -kr^(-3) and, finally, du= -kr^(-3)dr. Integrating, r'= u= (1/2)kr^(-2)+ C. That is a separable equation for r:
[tex]\frac{dr}{(1/2)kr^{-2}+ C}= \frac{r^2 dr}{(1/2)k+ Cr^2}= dt[/tex]
You may find the left side of that to be a very difficult integration.

As for the second, xy"= ay+ b, that is a linear differential equation with constant coefficients. It probably would be simplest to do this by taking y to be a Taylor's series solution. Since the leading coefficient is x, you will have to use Frobenius' method: let
[tex]y= \sum_{n=0}^\infty a_n x^{n+c}[/itex] where c is an unknown number, not necessarily positive or integer. Do the differentiations term by term, put into the equation and assume that a0 is not 0 to get an equation for c (the "indicial" equation). They try to get a recurrance relation for an.
 
  • #3
" Let u= r'. r"= u' and, by the chain rule, u'= du/dt= (du/dr)(dr/dt)= ru'. "

u= r' - they are both functions of t, aren't they?
r"= u' is ok
u'= du/dt= (du/dr)(dr/dt) - chain rule is ok, but how do you get to this:
u'= ru' from the chain rule?

As to the integral: I got:

t = r/C - Sqrt(k/(2C^3))*arctan(r*Sqrt(2C/k)) + C_1

now it's ok, but I cannot find r(t) :( and I need it, because the DE is Newton's 2nd Law applied to the gravitational force, considered k = GM ( M- mass, and G the grav. constant)

mr''[t] = GMm/r^2[t] <=> r''[t] - k/r^2[t] = 0

I was expecting ellipses or the conical intersections


2. DE: unfortunately I haven't learned how to solve DEs with power series :( but I'll try the ansatz and see what will come out :)
 
  • #4
[EDIT]: it should be: mr''[t] = - GMm/r^2[t] and k = -GM , but 'k' is a constant nevertheless :)
 
  • #5
Marin said:
" Let u= r'. r"= u' and, by the chain rule, u'= du/dt= (du/dr)(dr/dt)= ru'. "

u= r' - they are both functions of t, aren't they?
r"= u' is ok
u'= du/dt= (du/dr)(dr/dt) - chain rule is ok, but how do you get to this:
u'= ru' from the chain rule?
Sorry, I miswrote: u' (du/dr)(dr/dt)= u du/dr The equation becomes u du/dr= k/r2 so u du= k r-2 dr which gives (1/2)u^2= -k/r+ C or
[tex]u= dr/dt= \sqrt{C- 2k/r}[/tex]

As to the integral: I got:

t = r/C - Sqrt(k/(2C^3))*arctan(r*Sqrt(2C/k)) + C_1

now it's ok, but I cannot find r(t) :( and I need it, because the DE is Newton's 2nd Law applied to the gravitational force, considered k = GM ( M- mass, and G the grav. constant)

mr''[t] = GMm/r^2[t] <=> r''[t] - k/r^2[t] = 0

I was expecting ellipses or the conical intersections


2. DE: unfortunately I haven't learned how to solve DEs with power series :( but I'll try the ansatz and see what will come out :)
 
Last edited by a moderator:
  • #6
Last edited by a moderator:

FAQ: Can These Second Order ODEs Model Planetary Trajectories?

What is a 2nd Order ODE?

A 2nd Order Ordinary Differential Equation (ODE) is a mathematical equation that involves a function and its derivatives up to the second order. It is commonly used to model physical systems in various fields, such as physics, engineering, and biology.

Why is it important to solve 2nd Order ODEs?

2nd Order ODEs are important because they allow us to understand and predict the behavior of dynamic systems in various fields. By solving these equations, we can gain valuable insights and make accurate predictions about the behavior of physical systems.

What are some common methods for solving 2nd Order ODEs?

Some common methods for solving 2nd Order ODEs include analytical methods, such as separation of variables, variation of parameters, and power series solutions, as well as numerical methods, such as Euler's method, Runge-Kutta methods, and finite difference methods.

What are the challenges in solving 2nd Order ODEs?

Solving 2nd Order ODEs can be challenging due to the complexity of the equations and the various methods that can be used to solve them. Additionally, some 2nd Order ODEs may not have closed-form solutions, requiring the use of numerical methods to approximate the solution.

How can I use a computer to solve 2nd Order ODEs?

There are various software programs and programming languages, such as MATLAB, Python, and Mathematica, that can be used to solve 2nd Order ODEs numerically. These programs allow for the efficient and accurate solution of complex ODEs, making them a valuable tool for scientists and engineers.

Back
Top