6. General planar motion#

Although Newton’s laws of motion, the various force laws, and the three conservation laws we have derived, are all valid in three dimensions, we have so far restricted our study of motion almost exclusively to two special cases: linear motion in one dimension, and rotational motion in a plane, where the radius of the rotation is constant. Although for the second case we do need two directions to describe it, the motion itself is constricted to a circle, and thus essentially one-dimensional. In this section, we’ll look at general motion in a plane - which turns out to capture a large number of important nontrivial cases.

6.1. Projectile motion#

The simplest case of two-dimensional motion occurs when a particle experiences a force only in one direction. The prime example of this case is the motion of a projectile in Earth’s (or any other planet’s) gravitational field as locally described by Galilean gravity (equation (2.8)): \(\bm{F} = m \bm{g}\). Once a projectile has been fired with a certain initial velocity \(\bm{v}_0\), we can find its trajectory by solving the equation of motion that follows from Newton’s second law: \(m \bm{g} = m \ddot{\bm{r}}\). We can decompose \(\bm{r}\) and \(\bm{v}_0\) in horizontal (\(x\)) and vertical (\(z\)) components; each of them has its own one-dimensional equation of motion, which we already solved in Section 2.3. The horizontal component experiences no force and thus executes a simple linear motion with uniform velocity \(v_0 \cos(\theta_0)\), where \(\theta_0 = \arccos(\bm{v}_0 \cdot \bm{\hat{x}}) / v_0\) is the angle with the horizontal under which the projectile was fired and \(v_0 = |\bm{v}_0|\) the initial speed. Likewise, because the acceleration due to gravitation is constant, our projectile will execute a uniformly accelerated motion in the vertical direction with initial velocity \(v_0 \sin(\theta_0)\). If the projectile’s initial position is \((x_0, z_0)\), its motion is thus described by:

(6.1)#\[\begin{split} \bm{r}(t) = \begin{pmatrix} x(t) \\ z(t) \end{pmatrix} = \begin{pmatrix} x_0 \\ z_0 \end{pmatrix} + v_0 \begin{pmatrix} \cos(\theta_0) \\ \sin(\theta_0) \end{pmatrix} t - \begin{pmatrix} 0 \\ g \end{pmatrix} \frac12 t^2. \end{split}\]

We can find the trajectory of the projectile through space by eliminating the time from equation (6.1). We have \(t = (x - x_0) / v_0 \cos(\theta_0)\), which gives for the \(z\) coordinate as a function of \(x\):

(6.2)#\[ z(x) = z_0 + \tan(\theta_0) (x-x_0) - \frac12 g \left(\frac{x-x_0}{v_0 \cos(\theta_0)}\right)^2. \]

Equation (6.2) describes the well-known parabolic trajectory of a projectile under the force of gravity.

6.2. General planar motion in polar coordinates#

Although in principle all planar motion can be described in Cartesian coordinates, they are not always the easiest choice. Take, for example, a central force field (a force field whose magnitude only depends on the distance to the origin, and points in the radial direction), as we’ll study in the next section. For such a force field polar coordinates are a more natural choice than Cartesians. However, polar coordinates do carry a few subtleties not present in the Cartesian system, because the direction of the axes depends on position. We will therefore first derive the relevant expressions for the position, velocity and acceleration vector, as well as the components of the force vector, in polar coordinates for the general case.

As we already know (see Section 15.1.2), the position vector \(\vec{r} = x\bm{\hat{x}} + y\bm{\hat{y}}\) has a particularly simple expression in polar coordinates: \(\bm{r} = r \bm{\hat{r}}\), where \(r = \sqrt{x^2 + y^2}\). To find the velocity and acceleration vectors in polar coordinates, we take time derivatives of \(\bm{r}\). Note that because the orientation of the polar basis vectors depends on the position in space, the time derivative acts on both the distance to the origin \(r\) and the basis vector \(\bm{\hat{r}}\). Because the two polar basis vectors are each other’s derivatives with respect to \(\theta\) (see equation (15.4)), we find for their time derivatives:

(6.3)#\[ \frac{\mathrm{d}\bm{\hat{r}}}{\mathrm{d}t} = \frac{\mathrm{d}\bm{\hat{r}}}{\mathrm{d}\theta} \frac{\mathrm{d}\theta}{\mathrm{d}t} = \dot{\theta} \bm{\hat{\theta}}, \qquad \frac{\mathrm{d}\bm{\hat{\theta}}}{\mathrm{d}t} = \frac{\mathrm{d}\bm{\hat{\theta}}}{\mathrm{d}\theta} \frac{\mathrm{d}\theta}{\mathrm{d}t} = -\dot{\theta} \bm{\hat{r}}. \]

For the velocity and acceleration vectors we then find:

(6.4)#\[\begin{align*} \bm{v} &= \frac{\mathrm{d}\bm{r}}{\mathrm{d}t} = \dot{r} \bm{\hat{r}} + r \dot{\theta} \bm{\hat{\theta}}, \ \end{align*}\]
(6.5)#\[\begin{align*} \bm{a} &= \frac{\mathrm{d}\bm{v}}{\mathrm{d}t} = (\ddot{r} - r \dot{\theta}^2) \bm{\hat{r}} + (r \ddot{\theta} + 2 \dot{r} \dot{\theta}) \bm{\hat{\theta}}. \end{align*}\]

Note that equations (5.3) and (5.6) are the special cases of equations (6.4) and (6.5) for which both the radius \(r\) and the angular velocity \(\omega = \dot{\theta}\) are constant.

Using equation (6.5) for \(\ddot{\bm{r}}\) in Newton’s second law, we get an expression decomposing the net force \(\bm{F}\) into a radial and an angular part, each of which consists of two terms:

(6.6)#\[\begin{align*} \bm{F} &= m \ddot{\bm{r}} = F_r \bm{\hat{r}} + F_\theta \bm{\hat{\theta}} \ \end{align*}\]
(6.7)#\[\begin{align*} F_r &= m(\ddot{r} - r \dot{\theta}^2) \end{align*}\]
(6.8)#\[\begin{align*} F_\theta &= m (r \ddot{\theta} + 2 \dot{r} \dot{\theta}) \end{align*}\]

The two terms in \(F_r\) are readily identified as the radial acceleration \(\ddot{r}\) (acting along the line through the origin) and the centripetal force (which causes objects to rotate around the origin, see equation (5.10)). The first term \(r \ddot{\theta}\) in \(F_\theta\) is the tangential acceleration \(\alpha\) of a rotating object whose angular velocity is changing (equation (5.8)). The last term in \(F_\theta\) we have not encountered before; it is known as the Coriolis force

(6.9)#\[ \mathbf{F}_\mathrm{Cor} = 2 m \dot{r} \dot{\theta} \bm{\hat{\theta}}, \]

and is associated with a velocity in both the radial and the angular direction. It is fairly weak on everyday length scales, but gets large on global length scales. In particular, if you move over the surface of the Earth (necessarily with a nonzero angular component of your velocity), it tends to deflect you from a straight path. On the Northern hemisphere, if you move horizontally, it tends to push you to the right; it also pushes you west when going up, and east when going down. Coriolis forces are responsible for the rotational movement of air around high and low pressure zones, causing respectively clockwise and counterclockwise currents around them on the Northern hemisphere (see Fig. 6.1). We’ll encounter the Coriolis force again in the more general three-dimensional setting in Section 7.2.

../_images/Coriolis.svg

Fig. 6.1 The Coriolis force causes clockwise and counterclockwise currents around high and low pressure zones on the Northern hemisphere. (a) Pressure gradient (blue), Coriolis force (red) and resulting air flow (black) around a low pressure zone. (b) Typical satellite picture of a low-pressure zone and associated winds over Iceland. Picture by NASA’s Aqua/MODIS satellite [1].#

6.3. Motion under the action of a central force#

A central force is a force that points along the (positive or negative) radial direction \(\bm{\hat{r}}\), and whose magnitude depends only on the distance \(r\) to the origin - so \(\bm{F}(\bm{r}) = F(r) \bm{\hat{r}}\). Central forces can be defined in both two and three dimensions, with the three-dimensional concept of the radial distance (to the origin) and direction (direction of increasing \(r\)) completely analogous to the two-dimensional case. Two important examples of central forces are (general) Newtonian gravity (2.9) and the Coulomb force (2.10) between two charged objects. Although these forces are three-dimensional examples, discussing them here is appropriate, as the following theorem shows.

Theorem 6.1

The motion of a particle under the action of a central force takes place in a plane.

Proof. We first note that a central force can exert no torque on an object: \(\bm{\tau} = \bm{r} \times \bm{F} = F(r) (\bm{r} \times \bm{\hat{r}}) = 0\). Consequently, under the action of a central force, angular momentum is conserved. Moreover, we have \(\bm{r} \cdot \bm{L} = \bm{r} \cdot (\bm{r} \times \bm{p}) = 0\) and \(\bm{v} \cdot \bm{L} = \bm{v} \cdot (\bm{r} \times m\bm{v}) = 0\). Both the position vector \(\bm{r}\) and the velocity vector \(\bm{v}\) thus lie in the plane perpendicular to \(\bm{L}\). As \(\bm{L}\) is conserved \(\bm{r}\) and \(\bm{v}\) must be confined to the plane perpendicular to \(\bm{L}\) and through the origin.

Applying the results of the previous section to the motion of a single particle under the action of a central force, we find (for the plane in which the particle moves):

(6.10)#\[ F(r) = F_r = m \ddot{r} - m r \dot{\theta}^2 = m \ddot{r} - \frac{L^2}{m r^3}, \]

where we used that for a single particle, the magnitude of the angular momentum is given by \(L = m r^2 \dot{\theta}\). Rewriting equation (6.10) gives

(6.11)#\[ m \ddot{r} = F(r) + \frac{L^2}{m r^3} = F(r) + F_\mathrm{cf}, \]

where \(F_\mathrm{cf}\) is known as the centrifugal force, as it tends to move our particle away from the origin. We can write the centrifugal force as the derivative of a potential:

(6.12)#\[ F_\mathrm{cf} = - \frac{\mathrm{d}U_\mathrm{cf}}{\mathrm{d}r} = - \frac{\mathrm{d}}{\mathrm{d}r} \left( \frac{L^2}{2 m r^2} \right). \]

Writing the original force as the derivative of a potential \(U(r)\) as well, we can write down an equation for the total energy of the system:

(6.13)#\[ E = K + U = \frac12 m \dot{r}^2 + U(r) + \frac{L^2}{2 m r^2}. \]

For both Newtonian gravity and the Coulomb force, the potential can be written as \(U(r) = - \alpha/r\), where \(\alpha = G m_1 m_2\) for gravity and \(\alpha = -k_\mathrm{e} q_1 q_2\) for Coulomb’s law. We can then rewrite the energy equation as a differential equation for \(r(t)\):

(6.14)#\[ \frac12 m \left( \frac{\mathrm{d}r}{\mathrm{d}t} \right)^2 = E + \frac{\alpha}{r} - \frac{L^2}{2 m r^2}. \]

To describe the motion of the particle, rather than specifying \(r(t)\) and \(\theta(t)\), we would like to express \(r\) as a function of \(\theta\). We can rewrite equation (6.14) to a differential equation for \(r(\theta)\) by invoking the chain rule:

(6.15)#\[ \left( \frac{\mathrm{d}r}{\mathrm{d}t} \right)^2 = \left( \frac{\mathrm{d}r}{\mathrm{d}\theta} \frac{\mathrm{d}\theta}{\mathrm{d}t} \right)^2 = \left( \frac{\mathrm{d}r}{\mathrm{d}\theta} \right)^2 \left(\frac{L}{m r^2}\right)^2, \]

where we again used that \(L = m r^2 \dot{\theta}\). Equation (6.14) now becomes:

(6.16)#\[ \left( \frac{1}{r^2} \frac{\mathrm{d}r}{\mathrm{d}\theta} \right)^2 = -\frac{1}{r^2} + \frac{2m\alpha}{L^2 r} + \frac{2mE}{L^2}. \]

Equation (6.16) isn’t pretty, but can be simplified a little by absorbing the \(1/r^2\) on the left hand side into the derivative, and completing the square on the right hand side:

(6.17)#\[ \left( \frac{\mathrm{d}(\frac{1}{r})}{\mathrm{d}\theta} \right)^2 = -\left(\frac{1}{r} - \frac{m\alpha}{L^2} \right)^2 + \left(\frac{m\alpha}{L^2}\right)^2 \left(1 + \frac{2EL^2}{m \alpha^2} \right). \]

We can simplify equation (6.17) further by introducing a new variable, \(z=\frac{1}{r} - m\alpha / L^2\). We also introduce a dimensionless constant \(\varepsilon = \sqrt{1 + 2 E L^2 / m\alpha^2}\) and an inverse length \(q = m\alpha \varepsilon / L^2\). With these substitutions, our equation becomes:

(6.18)#\[ \left( \frac{\mathrm{d}z}{\mathrm{d}\theta} \right)^2 = - z^2 + q^2. \]

We can solve equation (6.18) by separation of variables:

(6.19)#\[ \int \frac{1}{\sqrt{q^2-z^2}} \mathrm{d}z = \int \mathrm{d}\theta \Rightarrow \arccos\left(\frac{z}{q}\right) = \theta - \theta_0. \]

Taking the reference angle \(\theta_0\) (our integration constant) to be zero, we find \(z(\theta) = q \cos(\theta)\). Translating back to \(r(\theta)\), we obtain a fairly simple solution:

(6.20)#\[ r(\theta) = \frac{L^2}{m \alpha} \frac{1}{1+\varepsilon \cos\theta}. \]

What the solution (6.20) (the orbit of our particle under the action of the central force) actually looks like, depends on the value of our dimensionless variable \(\varepsilon\), known as the eccentricity of the orbit. To find out which orbits we can get, we translate equation (6.20) back to Cartesian coordinates, using \(x = r \cos\theta\). Defining \(k = L^2/m\alpha\), we get \(k = r + \varepsilon r \cos \theta = r + \varepsilon x\), or \(r = k - \varepsilon x\). Now using \(r^2 = x^2 + y^2\), we get

(6.21)#\[ x^2 + y^2 = (k-\varepsilon x)^2 = k^2 - 2 \varepsilon k x + \varepsilon^2 x^2. \]

We can now distinguish four possibilities (see Fig. 6.2a):

  1. \(\varepsilon = 0\): In this case, equation (6.21) becomes \(x^2 + y^2 = k^2\), so our orbit is a circle with the origin at its center.

  2. \(0 < \varepsilon < 1\): For this case, with some algebra (see Exercise 6.2), we can rewrite equation (6.21) as \(((x-x_0)/a)^2 + (y/b)^2 = 1\), where \(a = k / (1-\varepsilon^2)\), \(x_0 = - \varepsilon a\), and \(b = k / \sqrt{1-\varepsilon^2}\). These orbits are ellipses, with the center of the ellipse at \((x_0, 0)\), semi-major axis \(a\), semi-minor axis \(b\), and focal length \(f = \sqrt{a^2 - b^2} = k \varepsilon / (1-\varepsilon^2) = - x_0\). One of the foci thus lies at the origin.

  3. \(\varepsilon = 1\): Equation (6.21) now becomes \(y^2 = k^2 - 2kx\), which is the equation for a parabola (extending along the negative \(x\)-axis) with its ‘top’ (in this case, rightmost point) at \((k/2, 0)\) and focal length \(k/2\), so the (single) focus is again located at the origin.

  4. \(\varepsilon > 1\): This case again requires some algebra to rewrite equation (6.21) in a recognizable standard form: \(((x-x_0)/a)^2 - (y/b)^2 = 1\), where \(a = k / (\varepsilon^2 - 1)\), \(x_0 = \varepsilon a\) and \(b = k / \sqrt{\varepsilon^2 - 1}\). These orbits are hyperbola, crossing the \(x\)-axis at \((x_0, 0)\), and approaching asymptotes \(y = \pm b ((x/a) - \varepsilon)\), which meet at \((x_0+a,0)\). The focal length is now \(f = \sqrt{a^2 + b^2} = k \varepsilon / (\varepsilon^2 - 1) = \varepsilon a = x_0 + a\), so the focus of the hyperbola is also located at the origin.

In mathematics, these four possible types of orbits are known as conic sections: the curves you can get by intersecting a cone with a plane. Specifically, when the central force is gravity, such as in the solar system (where the sun is so much heavier than everything else combined that to good approximation we can describe orbits as being determined by the sun’s gravitational field alone), the four cases listed above are the only possible orbits bodies can have. The planets, dwarf planets, asteroids, and many minor objects in our solar system all follow elliptical orbits around the sun, albeit with different eccentricity[2] - Earth’s is almost zero (0.017), but that of Mars is significantly higher (0.09), and of Pluto much higher still (0.25). Comets, on the other hand, typically parabolic or hyperbolic orbits. Spacecraft such as the Voyager and New Horizons probes are often put on trajectories past planets that are not their final destination, to pick up (or lose) speed through a gravitational assist (in which they take a little bit of momentum from the planet’s orbit); those paths past planets are typically hyperbola. Getting a spacecraft to orbit another planet (i.e., in a bound, so elliptical) orbit is actually much harder, but again, the resulting orbit is described by the maths presented above.

../_images/orbits.svg

Fig. 6.2 Orbits under the action of a central force. All orbits are described by equations (6.20) and  (6.21) and are conic sections. (a) Four qualitatively different orbits, corresponding to different values of the parameter \(\varepsilon\). Foci (colored dots) are shifted to show the orbits more clearly; as solutions of equation (6.20) or  (6.21) all foci would be in the center. Blue: \(\varepsilon = 0\), circular orbit. Orange: \(\varepsilon = \frac12\), elliptical orbit. Green: \(\varepsilon = 1\), parabolic orbit. Red: \(\varepsilon = 2\), hyperbolic orbit. (b) Properties of the elliptical orbit. The orbit has semi-major axis \(a\), semi-minor axis \(b\), and focal distance \(f = \sqrt{a^2-b^2}\). Distances in equation (6.20) are measured from the focal point in the origin; angles are measured with respect to the positive \(x\)-axis.#

From the dimensionless eccentricity of an orbit, we can work out the total energy of that orbit easily. As \(\varepsilon = \sqrt{1 + 2 E L^2 / m \alpha^2}\), we find

(6.22)#\[ E_\mathrm{orbit} = - \frac12 \left( \frac{\alpha}{L} \right)^2 (1-\varepsilon^2) m. \]

For elliptical orbits (where \((1-\varepsilon^2) = k/a = L^2 / (\alpha m a)\), with \(a\) the semi-major axis), this expression gives a negative total energy that depends on the length of the semi-major axis only

(6.23)#\[ E_\mathrm{ellipticalorbit} = - \frac{\alpha}{2a}, \]

which is exactly half the potential energy of such an orbit. For a parabolic orbit (the boundary case between a closed and an open orbit), \(\varepsilon = 1\), and so the total energy of the orbit vanishes; for a hyperbolic orbit we have \((\varepsilon^2 - 1) = k/a\) and we get a positive energy total energy.

6.4. Kepler’s laws#

The fact that the planets move in elliptical orbits was first discovered by Kepler, based on observational data alone (he didn’t have the benefit, as we do, of living after Newton and thus knowing about Newton’s law of gravity). Kepler summarized his observational facts in three laws, which we can, with the benefit of hindsight, prove to be corollaries of Newton’s laws.

Theorem 6.2 (Kepler’s first law)

The planets move in elliptical orbits, with the sun at one of the foci.

Proof. This is case two of the general result given by equations (6.20) and (6.21).

Theorem 6.3 (Kepler’s second law)

A line segment joining a planet and the sun sweeps out equal areas during equal intervals of time.

Proof. This law is nothing but a special case of conservation of angular momentum. Consider a small piece of the orbit, in which the planet moves a distance \(\mathrm{d}x\). The lines connecting the initial and final points of this piece of orbit with the sun make an angle \(\mathrm{d}\theta\). If the initial distance from the planet to the sun was \(r\), and the final distance \(r + \mathrm{d}r\), we have, to first order, \(\mathrm{d}x = r \mathrm{d}\theta\). The infinitesimal area the planet has swiped out is then given by (area of a triangle): \(\mathrm{d}A = \frac12 r \mathrm{d}x = \frac12 r^2 \mathrm{d}\theta\). If we want to know how much area was swept out over an amount of time, we need to know the time derivative of \(A\), which is thus given by \(\mathrm{d}A / \mathrm{d}t = \frac12 r^2 \mathrm{d}\theta / \mathrm{d}t\). Now using that the angular momentum of the planet is given by \(L = m r^2 \dot{\theta}\), we find

(6.24)#\[ \frac{\mathrm{d}A}{\mathrm{d}t} = \frac{r^2}{2} \frac{\mathrm{d}\theta}{\mathrm{d}t} = \frac{L}{2m}, \]

which is constant if \(L\) is conserved.

Theorem 6.4 (Kepler’s third law)

The square of the period \(T\) of an orbit is proportional to the cube of its semi-major-axis length \(a\):

(6.25)#\[ T^2 = \frac{4 \pi^2}{G M_\odot} a^3, \]

where \(M_\odot\) is the mass of the sun.

Proof. We integrate equation (6.24) over the period of a whole orbit, which gives \(A = LT / 2m\). By Kepler’s first law, the orbit is an ellipse, so its area equals \(A = \pi a b\), with \(a\) and \(b\) the ellipse’s semi-major and semi-minor axes. The two axes are related by \(b = a \sqrt{1-\varepsilon^2}\), with \(\varepsilon\) again the eccentricity of the ellipse. Making these substitutions and squaring the resulting relation, we get:

\[ \pi^2 a^4 = \frac{L^2}{m(1-\varepsilon^2)} \frac{T^2}{4m}. \]

Using \(k = L^2 / m\alpha\), like in equation (6.21), and the observation that for an elliptical orbit \(k/(1-\varepsilon^2) = a\), we get \(L^2/m(1-\varepsilon^2) = \alpha a\). Now for orbits in the solar system, \(\alpha = G M_\odot m\), so we arrive at equation (6.25).

Kepler’s third law allows us to calculate the mass of any celestial body that is orbited by a (natural or artificial) satellite, simply by measuring the period and semi-major axis of the satellite’s orbit.

6.5. Problems#