I'm trying to put the 3 body problem mathematically. But I don't know how. I always get something reasonable, but I get something that is wrong.
How can I put the "3 body problem" mathematically?
1
$\begingroup$
ordinary-differential-equations
physics
classical-mechanics
-
4Not sure what you're struggling with. Could you show us your work and detail where you want to get with it? – 2012-03-18
-
2It is just an initial-value problem. Wikipedia is pretty clear about it: "In its traditional sense the three-body problem is the problem of taking an initial set of data that specifies the positions, masses and velocities of three bodies for some particular point in time and then determining the motions of the three bodies, in accordance with the laws of classical mechanics: Newton's laws of motion and of universal gravitation." – 2012-03-18
-
7Why not, "find $x_1,x_2,x_3:\mathbb{R}\to\mathbb{R}^3$ which solve $x_i'' = \sum_{j\neq i}\frac{m_j}{|x_i-x_j|^2}$, $i=1,2,3$, subject to the initial conditions $x_i(0) = x_{i,0}$, $x_i'(0)=v_{i,0}$, $i=1,2,3$"? – 2012-03-18
-
2@Neal, you forgot the gravitational constant $G$ in the sum. Perhaps you could add your comment as an answer? – 2012-03-19
-
2@Neal: The equations that you give are not entirely correct because they are scalar equations. We need vector equations. – 2013-01-03
-
0Goodness, I didn't see this thread for a long time. @lhf True, although one can usually pick units so that $G = 1$. It seems Haskell Curry has good answer in the meantime so I won't try to compete. – 2013-01-03
-
1The answers so far have defined classical three-body problems. The atomic structure of the helium atom (the nucleus plus two electrons) is also a three-body problem, but it's a nonclassical one. This isn't a mathematical question with a mathematical answer, it's a physics question with a physical answer. A three-body problem is one in which three objects interact, and you want to analyze and predict the behavior of the system. – 2013-01-04