Calculating a Planet's Orbit

  • Thread starter hawaiidude
  • Start date
  • Tags
    Orbit
In summary, calculating a planet's orbit involves solving a differential equation or using the fact that it is an ellipse with the sun at one focus. The other focus does not have any physical significance, and there are methods such as Gauss' method or the leapfrog method that can be used to calculate the trajectory. A computer is typically needed for these calculations.
  • #1
hawaiidude
41
0
how do you calculate a planets orbit?
 
Mathematics news on Phys.org
  • #2
With a great deal of work!

Theoretically, if you know the position and velocity vectors at a given time, you can solve the differential equation
d^2r/dt^2= -GmMr/|r|^3 where r is the position vector (assuming the sun is at the origin) and |r| is the length of that vector- the distance from the sun to the planet. This is assuming Newtonian gravitation and ignoring the gravitational pull of other planets. That's a non-linear differential equation and can be very difficult.

More simply, you can use the fact that a planetary orbit is an ellipse with the sun at one focus. If you know the position of the planet and it's velocity vector at a given time, you plug that information into the general formula (the velocity vector will be tangent to the ellipse) and determine the equation of the ellipse.
 
  • #3
Is there any kind of physical/mechanical meaning whatsoever behind the other, non-sun focus? As far as I know there isn't, but I always wondered.
 
  • #4
Originally posted by hypnagogue
Is there any kind of physical/mechanical meaning whatsoever behind the other, non-sun focus? As far as I know there isn't, but I always wondered.

Uhh, is it one of the Lagrange points?
 
  • #5
Back in college I spent most of a semester trying to calculate the approximate orbit of a comet (we used a parabola) from a "Harvard card". I don't know if they have them anymore. Astronomers who spotted a new comet would submit the right ascension and declination of their observation to Harvard, which acted as a clearinghouse. Whaen it had three different observations on the same comet it would publish a postcard with the three data points.

Then people like me and my fellow students would try to use Celestial Mechanics to compute the orbit. We worked in pairs and calculated (pre computer) for weeks, and to make a long story short, we got the vertex of the orbit inside the surface of the Sun! We got A's in the course anyway.
 
  • #6
Originally posted by hypnagogue
Is there any kind of physical/mechanical meaning whatsoever behind the other, non-sun focus? As far as I know there isn't, but I always wondered.
Chemicalsuperfreak wrote:
Uhh, is it one of the Lagrange points?

No, Lagrange points of an orbit are ON the orbit at certain angles before and behind the planet.
 
  • #7
Lagrange points only apply if you have a three body problem. Earth/moon/satellite is one such situation.

There are five L points. Only two are stable - the two which HoI mentioned, L4 & L5. If you're looking down from above the system, they lie approximately 60 degrees before and behind the larger mass. The other three lie in a straight line with the two masses. L1 is located between the two masses where the gravity from both is the same. The other two are located on one side or the other. Those are orbitting the combined mass with a period equal to the orbital period of the masses. They are just like geocentric satellites of the Earth only they orbit the combined Earth/Moon mass.

To Hypnagogue's question, no there is no physical significance to the other focus. The elliptical shape simply falls out of the equations and laws derived by Kepler and Newton.
 
  • #8
With a computer, it's pretty easy. Turn the differential into a difference equation, set a small increment to each calculation, and then run the simulation. With a small enough increment, you can get pretty good accuracies.

eg. at each time interval, calculate the resultant gravitational force vector on each object (more fun if you have lots of objects, but ok with just one around the sun, I suppose). Calculate resultant acceleration. Calculate the changed velocity with v = v + at, and finally find the new position x= x+vt. All simple equations, without calculus. Then do it again and again until you plot the orbit.

Note that is a pseudo-fudge known as the leapfrog method. It happens to work in cases like these - other methods don't conserve energy in some cases.
 
  • #9
:smile:

I've got one of those coded up in Matlab if anyone's interested!
 
  • #10
how do you calculate a planets orbit?

By using Gauss' method,adapted for computers.All we need are 3 observations which to specify the right ascension and declination of the planet.The method is based on Kepler's laws which can be derived from Newtonian mechanics showing that the motion of a planet is entirely dependent of its orbit,there is no need to know its mass,velocity and so on.The bad thing is that it implies a lot of calculations.I've tried once to calculate such a trajectory using only a simple calculator...but I renounced rapidly,a computer would be very useful.
 
  • #11
kepler's elements

is there anybody who can send me an m.file which outputs velocity and position vectors when given time and kepler's elements(eccentricity,angular momentum,anomaly etc) and outputs at another time kepler's elements?
in addition it should make the inverse process,i mean when i give position and velocity vectors at a time,it should output kepler's elements and at anoter time velocity and position vectors?
it would be very precious for me now,like a gift from heaven..i can give presents for the one who helps me,like an excellent ambigram:wink:
 
  • #12
hypnagogue said:
Is there any kind of physical/mechanical meaning whatsoever behind the other, non-sun focus? As far as I know there isn't, but I always wondered.

I've always wondered this myself. Anyone have any insight?
 

1. How is a planet's orbit calculated?

A planet's orbit is calculated using Kepler's laws of planetary motion. These laws describe the relationship between a planet's orbital period, distance from the sun, and eccentricity of its orbit.

2. What data is needed to calculate a planet's orbit?

To calculate a planet's orbit, you need to know its orbital period (how long it takes to complete one orbit around the sun), its distance from the sun, and the eccentricity of its orbit (how elliptical or circular its orbit is).

3. Can a planet's orbit change over time?

Yes, a planet's orbit can change over time due to gravitational interactions with other objects in the solar system. This can lead to changes in the planet's orbital period, distance from the sun, and eccentricity of its orbit.

4. How do scientists use a planet's orbit to study it?

Scientists use a planet's orbit to study its characteristics, such as its size, mass, and composition. By understanding a planet's orbit, scientists can also make predictions about its future movements and any potential interactions with other objects in the solar system.

5. Can the same method be used to calculate orbits of objects in other solar systems?

Yes, the same principles and methods can be used to calculate the orbits of objects in other solar systems. However, the data needed to calculate these orbits may be more difficult to obtain and the laws of planetary motion may not apply in the same way as they do in our solar system.

Similar threads

Replies
6
Views
754
  • Astronomy and Astrophysics
Replies
1
Views
393
  • Astronomy and Astrophysics
Replies
5
Views
1K
  • Sci-Fi Writing and World Building
Replies
1
Views
894
  • Mechanics
Replies
6
Views
1K
Replies
3
Views
1K
Replies
2
Views
502
Replies
4
Views
1K
Replies
22
Views
1K
  • Sci-Fi Writing and World Building
Replies
9
Views
212
Back
Top