vote up 1 vote down star

Due to a discussion on the SO IRC today, I'm curious about orbital mechanics, and

  • The equations needed to solve orbital problems
  • The computing power required to solve complex problems

The question in particular is calculating when the Earth will plow into the Sun (or vice versa, depending on the frame of reference).

I suspect that all the gravitational pulls within our solar system may need to be calculated, which makes me wonder what type of computer cluster is required, or can this be done on a single box?

I don't have the experience to do a back of the napkin test here, but perhaps you do?

Also, much thx to Gortok for the original inspiration (see comments).

-Adam

flag

That's messed up, dude. You take my observation and turn it into a question. For reference, I said, "stackoverflow.com/questions/595526 - Whether or not the earth plows into the sun is relevant to the community too, but that doesn't mean we should post it on here." – George Stocker Feb 27 at 16:54
Your response peaked my interest, and I became curious about it. If it's not programming related, close it as such. – Adam Davis Feb 27 at 16:56
I love the question. Just wish I had posted it first. Now I can never use that reference again because someone will post that indeed, this question has been posed on Stack Overflow. Now I've got to come up with a second reference. – George Stocker Feb 27 at 16:58
;-D I'll let you have the next one. – Adam Davis Feb 27 at 17:07
Well, well, Gratko [sic] all in a huff cos someone isn't complying with his view of the world. Well colour me surprised. – cletus Feb 28 at 14:43

3 Answers

vote up 2 vote down check

See Three Body Problem on Wikipedia. When you have more than two bodies in a gravitational field and you cannot simplify the problem, it is very difficult :)

link|flag
Ah, I wondered about that. Nasa has supercomputers for a reason, I figured... – Adam Davis Feb 27 at 16:57
vote up 1 vote down

In one of the Feynman lectures, he talks about doing orbital calculations with 1960s-era computers, and how good that was. No computer from the early 1960s has anywhere near the power of my phone or DS, and the stuff I actually buy for use as computers is much more powerful.

You've got the computrons, friend. The forces are easy to calculate, too, since it's all gravitational and the planets can be treated as point masses. It might be easier to calculate planetary orbits analytically, and treat gravitational perturbations as discrete pushes. Go for it. If you want help, find something on orbital mechanics or talk to a physicist or astronomer.

This isn't going to help you find when the Earth hits the Sun, since our orbit is extremely stable. However, in a few billion years, the Sun is going to expand a lot, and might reach our orbit. Still, it might be a fun project.

link|flag
vote up 1 vote down

With more than three bodies, there is no closed form solution. There are various methods of approximation (look at the N-Body simulation articles here or here). Depending on how much accuracy you'll require, you'll need anywhere from seven to hundreds of bodies. Because of the relative scale (compared to, say, galaxy simulations), you won't be able to get much simplification from clustering.

As far as the specific question, though, you'd also have to work on estimates for changes in the Sun's diameter. I think the red giant phase would happen sooner than orbital decay, and that will make the Sun's diameter larger than the current Earth orbit.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.