5.2 Central Forces

We will now examine a very special type of force. These forces have many useful properties which make solving problems involving them a lot simpler.

Definition 5.2.

A central force is a force which acts along the radial direction and only depends on the radial distance r. Central forces thus have the form

𝑭=F(r)𝒓^. (5.2)

If F(r)<0, the force is attractive, and if F(r)>0, the force is repulsive.

We have seen one example of a central force already, the universal law of gravitation. Another example is Coulomb’s law.

5.2.1 Properties of Central Forces

Motion under a central force obeys the following rules:

  • The motion is confined to a plane.

  • The angular momentum is conserved (d𝑳dt=0).

  • The position vector sweeps out equal area in equal time.

Let’s prove that angular momentum is conserved under the influence of a central force. Looking at the derivative, we get

d𝑳dt =ddt(𝒓×𝒑) (5.3)
=d𝒓dt×𝒑+𝒓×d𝒑dt (5.4)
=𝒗×m𝒗+𝒓×F(R)𝑹^ (5.5)
=0. (5.6)

Therefore, 𝑳 is constant over time, it is conserved.

By definition, 𝑳 is perpendicular to 𝒓. We can also see this by taking the dot product of 𝑳 with the position vector:

𝒓𝑳=𝒓(𝒓×𝒑)=𝒑(𝒓×𝒓)=0. (5.7)

Since 𝑳 is constant, this implies that 𝒓 is confined to the plane perpendicular to 𝑳.

Because of this, it is convenient to use cylindrical coordinates with the plane z=0 as the plane of motion. Using equation LABEL: (note that z˙=0) and the cross products between unit vectors, we get

𝑳 =m𝒓×𝒗 (5.8)
=mR𝑹^×(R˙𝑹^+Rθ˙𝜽^) (5.9)
=mR2θ˙𝒌^ (5.10)
=mh𝒌^. (5.11)

In the last line we have defined h=R2θ˙. This is the specific angular momentum (angular momentum normalised by mass), and is useful in some problems.

5.2.2 Kepler’s Second Law

Finally, we will prove the last fact about motion under central forces, the law of equal areas, which is a more general version of Kepler’s second law of planetary motion. Consider an object on a curved path at two points separated by a small time interval dt.

dθR

The shaded arc is approximately a triangle, so the area get closer and closer to A=12R2dθ as dt0. Therefore, we have

dAdt=12R2dθdt=12h=const. (5.12)

So the rate of area swept out over time is constant.

5.2.3 Motion Under a Central Force

What does motion under a central force look like? By Newton’s second law, we know that

aR=R¨Rθ˙2=F(R)m. (5.13)

Substituting in the specific angular momentum, we get

R¨h2R3=F(R)m. (5.14)

This is the differential equation we need to solve for any central force problem.

Example 5.1.

Prove Kepler’s third law: the square of a planet’s orbital period is proportional to the cube of the semi-major axis of its orbit.

Planets move according to the universal law of gravitation, which is

𝑭=GMmR2𝑹^. (5.15)

We will make an approximation and assume that the sun is fixed at the origin and the planets orbit in circular orbits. In reality, the a given planet and the sun orbit their common centre of mass in elliptical paths, but the difference is very small making this approximation makes the problem much simpler. Since R=const, then R˙=R¨=0. So aR=Rθ˙2. Since angular momentum L=mR2θ˙ is conserved, θ˙=ω is a constant. Thus the equation of motion 5.13 becomes

GMmR2 =mRω2 (5.16)
GM =R3ω2. (5.17)

The period of the orbit is equal to the displacement divided by the speed, in this case T=2πω, so rearranging for R3 we get

R3=GM4π2T2. (5.18)
Example 5.2.

Consider a central force of the form 𝑭=mk2r3𝒓^. If a particle under the influence of this force starts at a distance r=r0 from the origin with no radial speed (vr,0=0), what will its motion look like for different values of k?

Substituting in the force into equation 5.13, we get

r¨hr3=k2r3 (5.19)
r¨+k2h2r3=0. (5.20)

For k2=h2, we get r¨=0, which can be integrated twice to give r=r0+vr,0t. Since vr,0=0, we have r=r0 which is circular motion. The angular speed is given by equation 5.10, ω=Lmr02=mvr0mr02=vr0. This is just our familiar result from uniform circular motion, which makes sense because if we plug k2=h2 into the form of the force above, we get

𝑭=mr4ω2r3𝒓^=mrω2𝒓^, (5.21)

which is just the formula for centripetal force.

What about the cases where k2h2? Unfortunately, the differential equation is not solvable analytically for any other case. Luckily, there is another way to solve it! What we have to do is parameterise the orbit in terms of the angular displacement θ instead of t by making use of the relation h=r2θ˙. We will also make the substition u=1/r, which is a very useful substition when solving problems with central forces of the form F(r)=αrn. Therefore, the aim is to replace all time derivatives of r with derivatives of u with respect to θ. Using the chain rule, we get

r˙ =drduu˙=drdududθθ˙ (5.22)
=r2θ˙dudθ (5.23)
=hdudθ. (5.24)

For r¨, we get

r¨ =ddt(hdudθ)=hd2udθ2θ˙ (5.25)
=h2r2d2udθ2 (5.26)
=h2u2d2udθ2. (5.27)

Now, the equation of motion becomes

h2u2d2udθ2+(k2h2)u3=0 (5.28)
d2udθ2k2h2h2u=0. (5.29)

Letting β2=|k2h2h2|, if k2>h2 then the differential equation becomes

d2udθ2β2u=0. (5.30)

The general solution is u=Aeβθ+Beβθ.

For the opposite case k2<h2, the negative sign gets cancelled out and we get

d2udθ2+β2u=0. (5.31)

This has the general solution u=Acos(βθ)+Bsin(βθ).