2

Closed Kepler orbits are ellipses with the Sun at one focus.

The force felt by the planet points in the direction of the Sun. As such, it is not a central force, since the focus is not the center.

I am confused. The force should be central. What is my misunderstanding?

Qmechanic
  • 220,844
thedude
  • 668
  • 4
  • 20

3 Answers3

7

We generally choose to use the location of the sun as our origin. You're correct in identifying this is at the focus of the ellipse. We then choose to take quantities relative to the Sun as origin. e.g. the radial distance for an ellipse from a focus is given by $$ r=\frac{a(1-e^2)}{1\pm e\cos\theta}, $$ whereas to give the distance from the center of the ellipse, the expression is $$ r=\frac{ab}{\sqrt{b^2\cos^2\theta + a^2\sin^2\theta}}. $$

Further we define things like $\vec{r}$ from the Sun, and angular momentum $\vec{r}\times\vec{p}.$ Now I'll try to explain why we choose to do this.

Consider if we were to use the center of the ellipse instead. This position of the center depends upon the orbital elements of the orbit we're looking at. So the center of our origin for the Earth-Sun, would be different to that of Sun-Jupiter. That sounds incredibly fiddly to work with. E.g. the angular momentum for Jupiter would be meaningless to compare to the angular momentum of Earth, since it's taken about a different point. If instead we use the Sun, then the origin stays put, and the two angular momenta become meaningful to compare.

Further it has good physical meaning, since as you also correctly identify, it's where gravity is pulling us towards. This means we get to easily utilize the spherical symmetry, if we choose that origin.

So to conclude, the focus as origin is physically meaningful. The location of the center of the ellipse is something that depends on the particular orbit you're looking at, and not a very useful origin to do the mathematics with. Then when we say something is central, we mean around our chosen origin, which here is the focus.

CDCM
  • 1,876
  • 1
  • 11
  • 22
4

The point in space you define as being the origin cannot change the nature of the force since nature does not care about coordinate systems.

When we say that a central force satisfy $$\vec F=F(r)\hat r,$$ we are defining the origin as the center of force. However we can consider the center of force at position $\vec r_0$ and in this case the central force is given by $$\vec F=F(|\vec r-\vec r_0|)\frac{(\vec r-\vec r_0)}{|\vec r-\vec r_0|}.$$ As you can guess you can consider the Sun as off the origin but the force is still central.

Diracology
  • 18,168
4

Both the Sun and the Earth are actually moving in an ellipse and each of their ellipses has a focus at the center of mass of the two, also known as the barycenter.

Our Sun is about 333k times more massive than the Earth. Therefore its ellipse is tiny in comparison to the ellipse of the Earth and so we can ignore it. I did read somewhere (and it would be easy enough to do the calculation) that our Sun is pulled about 4km by the mass of Earth, as earth travels around it. 4km from the Sun's center would still be inside the Sun.

If both objects have the same or similar mass such as in a binary system, it is more obvious that each travels along its own ellipse with their foci at the center of mass of the system.

The force acts toward this center of mass not exactly toward the center of the Sun.

The Processing code here might help and demo.

DanielC
  • 4,497
  • 2
  • 25
  • 39
ofey
  • 141