Classical Mechanics 1
Classical Mechanics 1
–1–
Abstract:
Both of these books are well written and do an excellent job of explaining the funda-
mentals of classical mechanics. If you’re struggling to understand some of the basic
concepts, these are both good places to turn.
Want to hear about Newtonian mechanics straight from the horse’s mouth? This is
an annotated version of the Principia with commentary by the Nobel prize winning
astrophysicist Chandrasekhar who walks you through Newton’s geometrical proofs.
Although, in fairness, Newton is sometimes easier to understand than Chandra.
Pauli was one of the founders of quantum mechanics and one of the great physicists of
the last century. Much of this book was written when he was just 21. It remains one
of the most authoritative and scholarly accounts of special relativity. It’s not for the
faint of heart. (But it is cheap).
A number of excellent lecture notes are available on the web. Links can be found on
the course webpage: http://www.damtp.cam.ac.uk/user/tong/relativity.html
Contents
1. Newtonian Mechanics 1
1.1 Newton’s Laws of Motion 2
1.1.1 Newton’s Laws 3
1.2 Inertial Frames and Newton’s First Law 4
1.2.1 Galilean Relativity 5
1.3 Newton’s Second Law 7
1.4 Looking Forwards: The Validity of Newtonian Mechanics 9
2. Forces 10
2.1 Potentials in One Dimension 10
2.1.1 Moving in a Potential 12
2.1.2 Equilibrium: Why (Almost) Everything is a Harmonic Oscillator 15
2.2 Potentials in Three Dimensions 17
2.2.1 Central Forces 19
2.2.2 Angular Momentum 20
2.3 Gravity 21
2.3.1 The Gravitational Field 21
2.3.2 Escape Velocity 23
2.3.3 Inertial vs Gravitational Mass 24
2.4 Electromagnetism 24
2.4.1 The Electric Field of a Point Charge 26
2.4.2 Circles in a Constant Magnetic Field 26
2.4.3 An Aside: Maxwell’s Equations 29
2.5 Friction 29
2.5.1 Dry Friction 30
2.5.2 Fluid Drag 30
2.5.3 An Example: The Damped Harmonic Oscillator 31
2.5.4 Terminal Velocity with Quadratic Friction 33
–1–
1. Newtonian Mechanics
Classical mechanics is an ambitious theory. Its purpose is to predict the future and
reconstruct the past, to determine the history of every particle in the Universe.
Despite its wild success, Newtonian mechanics is not the last word in theoretical
physics. It struggles in extremes: the realm of the very small, the very heavy or the
very fast. We finish these lectures with an introduction to special relativity, the theory
which replaces Newtonian mechanics when the speed of particles is comparable to the
speed of light. We will see how our common sense ideas of space and time are replaced
by something more intricate and more beautiful, with surprising consequences. Time
goes slow for those on the move; lengths get smaller; mass is merely another form of
energy.
Ultimately, the framework of classical mechanics falls short of its ambitious goal to
tell the story of every particle in the Universe. Yet it provides the basis for all that
follows. Some of the Newtonian ideas do not survive to later, more sophisticated,
theories of physics. Even the seemingly primary idea of force will fall by the wayside.
Instead other concepts that we will meet along the way, most notably energy, step to
the fore. But all subsequent theories are built on the Newtonian foundation. Moreover,
developments in the past 300 years have confirmed what is perhaps the most important
legacy of Newton: the laws of Nature are written in the language of mathematics. In
this course, we take the first steps towards understanding these laws.
–1–
1.1 Newton’s Laws of Motion
Classical mechanics is all about the motion of particles. We start with a definition.
During this course, we will treat electrons, tennis balls, falling cats and planets as
particles. In all of these cases, this means that we only care about the position of the
object and our analysis will not, for example, be able to say anything about the look on
the cat’s face as it falls. However, it’s not immediately obvious that we can meaningfully
assign a single position to a complicated object such as a spinning, mewing cat. Should
we describe its position as the end of its tail or the tip of its nose? We will not provide
an immediate answer to this question, but we will return to it in Section 5 where we
will show that any object can be treated as a point-like particle if we look at the motion
of its centre of mass.
x = x(t)
In these notes we will also use both the notation x(t) and r(t) to describe the trajectory
of a particle.
dx(t)
v≡
dt x
v = ẋ Figure 1:
–2–
A Comment on Vector Differentiation
The derivative of a vector is defined by differentiating each of the components. So, if
x = (x1 , x2 , x3 ) then
dx dx1 dx2 dx3
= , ,
dt dt dt dt
Geometrically, the derivative of a path x(t) lies tangent to the path (a fact which you
will see in the Vector Calculus course).
In this course, we will be working with vector differential equations. These should
be viewed as three, coupled differential equations – one for each component. We will
frequently come across situations where we need to differentiate vector dot-products
and cross-products. The meaning of these is easy to see if we use the chain rule on each
component. For example, given two vector functions of time, f(t) and g(t), we have
d df dg
(f · g) = ·g+f ·
dt dt dt
and
d df dg
(f × g) = ×g+f ×
dt dt dt
As usual, it doesn’t matter what order we write the terms in the dot product, but
we have to be more careful with the cross product because, for example, df/dt × g =
−g × df/dt.
• N2: The acceleration (or, more precisely, the rate of change of momentum) of a
particle is proportional to the force acting upon it.
–3–
1.2 Inertial Frames and Newton’s First Law
Placed in the historical context, it is understandable that Newton wished to stress the
first law. It is a rebuttal to the Aristotelian idea that, left alone, an object will naturally
come to rest. Instead, as Galileo had previously realised, the natural state of an object
is to travel with constant speed. This is the essence of the law of inertia.
However, these days we’re not bound to any Aristotelian dogma. Do we really need
the first law? The answer is yes, but it has a somewhat different meaning.
We see that if we want Newton’s first law to fly at all, we must be more careful about
the kind of reference frames we’re talking about. We define an inertial reference frame
to be one in which particles do indeed travel at constant velocity when the force acting
on it vanishes. In other words, in an inertial frame
ẍ = 0 when F = 0
The true content of Newton’s first law can then be better stated as
These inertial frames provide the setting for all that follows. For example, the second
law — which we shall discuss shortly — should be formulated in inertial frames.
One way to ensure that you are in an inertial frame is to insist that you are left alone
yourself: fly out into deep space, far from the effects of gravity and other influences,
turn off your engines and sit there. This is an inertial frame. However, for most
purposes it will suffice to treat axes of the room you’re sitting in as an inertial frame.
Of course, these axes are stationary with respect to the Earth and the Earth is rotating,
both about its own axis and about the Sun. This means that the Earth does not quite
provide an inertial frame and we will study the consequences of this in Section 6.
–4–
1.2.1 Galilean Relativity
Inertial frames are not unique. Given one inertial frame, S, in which a particle has
coordinates x(t), we can always construct another inertial frame S ′ in which the particle
has coordinates x′ (t) by any combination of the following transformations,
It is simple to prove that all of these transformations map one inertial frame to another.
Suppose that a particle moves with constant velocity with respect to frame S, so that
d2 x/dt2 = 0. Then, for each of the transformations above, we also have d2 x ′ /dt2 = 0
which tells us that the particle also moves at constant velocity in S ′ . Or, in other
words, if S is an inertial frame then so too is S ′ . The three transformations generate a
group known as the Galilean group.
The three transformations above are not quite the unique transformations that map
between inertial frames. But, for most purposes, they are the only interesting ones!
The others are transformations of the form x ′ = λx for some λ ∈ R. This is just a
trivial rescaling of the coordinates. For example, we may choose to measure distances
in S in units of meters and distances in S ′ in units of parsecs.
The first two are fairly unsurprising: position is relative; direction is relative. The third
perhaps needs more explanation. Firstly, it is telling us that there is no such thing as
–5–
“absolutely stationary”. You can only be stationary with respect to something else.
Although this is true (and continues to hold in subsequent laws of physics) it is not
true that there is no special speed in the Universe. The speed of light is special. We
will see how this changes the principle of relativity in Section 7.
So position, direction and velocity are relative. But acceleration is not. You do
not have to accelerate relative to something else. It makes perfect sense to simply say
that you are accelerating or you are not accelerating. In fact, this brings us back to
Newton’s first law: if you are not accelerating, you are sitting in an inertial frame.
The principle of relativity is usually associated to Einstein, but in fact dates back
at least as far as Galileo. In his book, “Dialogue Concerning the Two Chief World
Systems”, Galileo has the character Salviati talk about the relativity of boosts,
Shut yourself up with some friend in the main cabin below decks on some
large ship, and have with you there some flies, butterflies, and other small
flying animals. Have a large bowl of water with some fish in it; hang up a
bottle that empties drop by drop into a wide vessel beneath it. With the
ship standing still, observe carefully how the little animals fly with equal
speed to all sides of the cabin. The fish swim indifferently in all directions;
the drops fall into the vessel beneath; and, in throwing something to your
friend, you need throw it no more strongly in one direction than another,
the distances being equal; jumping with your feet together, you pass equal
spaces in every direction. When you have observed all these things carefully
(though doubtless when the ship is standing still everything must happen
in this way), have the ship proceed with any speed you like, so long as the
motion is uniform and not fluctuating this way and that. You will discover
not the least change in all the effects named, nor could you tell from any of
them whether the ship was moving or standing still.
Absolute Time
There is one last issue that we have left implicit in the discussion above: the choice of
time coordinate t. If observers in two inertial frames, S and S ′ , fix the units – seconds,
minutes, hours – in which to measure the duration time then the only remaining choice
they can make is when to start the clock. In other words, the time variable in S and
S ′ differ only by
t′ = t + t0
–6–
This is sometimes included among the transformations that make up the Galilean
group.
The existence of a uniform time, measured equally in all inertial reference frames,
is referred to as absolute time. It is something that we will have to revisit when we
discuss special relativity. As with the other Galilean transformations, the ability to
shift the origin of time is reflected in an important property of the laws of physics. The
fundamental laws don’t care when you start the clock. All evidence suggests that the
laws of physics are the same today as they were yesterday. They are time translationally
invariant.
Cosmology
Notably, the Universe itself breaks several of the Galilean transformations. There was
a very special time in the Universe, around 13.7 billion years ago. This is the time of
the Big Bang (which, loosely translated, means “we don’t know what happened here”).
Similarly, there is one inertial frame in which the background Universe is stationary.
The “background” here refers to the sea of photons at a temperature of 2.7 K which
fills the Universe, known as the Cosmic Microwave Background Radiation. This is the
afterglow of the fireball that filled all of space when the Universe was much younger.
Different inertial frames are moving relative to this background and measure the radi-
ation differently: the radiation looks more blue in the direction that you’re travelling,
redder in the direction that you’ve come from. There is an inertial frame in which this
background radiation is uniform, meaning that it is the same colour in all directions.
To the best of our knowledge however, the Universe defines neither a special point,
nor a special direction. It is, to very good approximation, homogeneous and isotropic.
However, it’s worth stressing that this discussion of cosmology in no way invalidates
the principle of relativity. All laws of physics are the same regardless of which inertial
frame you are in. Overwhelming evidence suggests that the laws of physics are the
same in far flung reaches of the Universe. They were the same in first few microseconds
after the Big Bang as they are now.
–7–
This is usually referred to as the equation of motion. The quantity in brackets is called
the momentum,
p ≡ mẋ
Here m is the mass of the particle or, more precisely, the inertial mass. It is a measure
of the reluctance of the particle to change its motion when subjected to a given force
F. In most situations, the mass of the particle does not change with time. In this case,
we can write the second law in the more familiar form,
For much of this course, we will use the form (1.2) of the equation of motion. However,
in Section 5.3, we will briefly look at a few cases where masses are time dependent and
we need the more general form (1.1).
Newton’s second law doesn’t actually tell us anything until someone else tells us what
the force F is in any given situation. We will describe several examples in the next
section. In general, the force can depend on the position x and the velocity ẋ of the
particle, but does not depend on any higher derivatives. We could also, in principle,
consider forces which include an explicit time dependence, F(x, ẋ, t), although we won’t
do so in these lectures. Finally, if more than one (independent) force is acting on the
particle, then we simply take their sum on the right-hand side of (1.2).
The single most important fact about Newton’s equation is that it is a second order
differential equation. This means that we will have a unique solution only if we specify
two initial conditions. These are usually taken to be the position x(t0 ) and the velocity
ẋ(t0 ) at some initial time t0 . However, exactly what boundary conditions you must
choose in order to figure out the trajectory depends on the problem you are trying to
solve. It is not unusual, for example, to have to specify the position at an initial time
t0 and final time tf to determine the trajectory.
The fact that the equation of motion is second order is a deep statement about
the Universe. It carries over, in essence, to all other laws of physics, from quantum
mechanics to general relativity to particle physics. Indeed, the fact that all initial
conditions must come in pairs — two for each “degree of freedom” in the problem
— has important ramifications for later formulations of both classical and quantum
mechanics.
–8–
For now, the fact that the equations of motion are second order means the following:
if you are given a snapshot of some situation and asked “what happens next?” then
there is no way of knowing the answer. It’s not enough just to know the positions of
the particles at some point of time; you need to know their velocities too. However,
once both of these are specified, the future evolution of the system is fully determined
for all time.
• On very small scales, much more radical change is needed. Here the whole frame-
work of classical mechanics breaks down so that even the most basic concepts,
such as the trajectory of a particle, become ill-defined. The new framework that
holds on these small scales is called quantum mechanics. Nonetheless, there are
quantities which carry over from the classical world to the quantum, in particular
energy and momentum.
• When we try to describe the forces at play between particles, we need to introduce
a new concept: the field. This is a function of both space and time. Familiar
examples are the electric and magnetic fields of electromagnetism. We won’t have
too much to say about fields in this course. For now, we mention only that the
equations which govern the dynamics of fields are always second order differential
equations, similar in spirit to Newton’s equations. Because of this similarity, field
theories are again referred to as “classical”.
Eventually, the ideas of special relativity, quantum mechanics and field theories are
combined into quantum field theory. Here even the concept of particle gets subsumed
into the concept of a field. This is currently the best framework we have to describe
the world around us. But we’re getting ahead of ourselves. Let’s firstly return to our
Newtonian world....
–9–
1. Newton’s Laws of Motion
“So few went to hear him, and fewer understood him, that oftimes he did,
for want of hearers, read to the walls. He usually stayed about half an hour;
when he had no auditors he commonly returned in a quarter of that time.”
1.1 Introduction
The fundamental principles of classical mechanics were laid down by Galileo and New-
ton in the 16th and 17th centuries. In 1686, Newton wrote the Principia where he
gave us three laws of motion, one law of gravity and pretended he didn’t know cal-
culus. Probably the single greatest scientific achievement in history, you might think
this pretty much wraps it up for classical mechanics. And, in a sense, it does. Given
a collection of particles, acted upon by a collection of forces, you have to draw a nice
diagram, with the particles as points and the forces as arrows. The forces are then
added up and Newton’s famous “F = ma” is employed to figure out where the par-
ticle’s velocities are heading next. All you need is enough patience and a big enough
computer and you’re done.
From a modern perspective this is a little unsatisfactory on several levels: it’s messy
and inelegant; it’s hard to deal with problems that involve extended objects rather than
point particles; it obscures certain features of dynamics so that concepts such as chaos
theory took over 200 years to discover; and it’s not at all clear what the relationship is
between Newton’s classical laws and quantum physics.
The purpose of this course is to resolve these issues by presenting new perspectives
on Newton’s ideas. We shall describe the advances that took place during the 150
years after Newton when the laws of motion were reformulated using more powerful
techniques and ideas developed by some of the giants of mathematical physics: people
such as Euler, Lagrange, Hamilton and Jacobi. This will give us an immediate practical
advantage, allowing us to solve certain complicated problems with relative ease (the
strange motion of spinning tops is a good example). But, perhaps more importantly,
it will provide an elegant viewpoint from which we’ll see the profound basic principles
which underlie Newton’s familiar laws of motion. We shall prise open “F = ma” to
reveal the structures and symmetries that lie beneath.
–1–
Moreover, the formalisms that we’ll develop here are the basis for all of fundamental
modern physics. Every theory of Nature, from electromagnetism and general relativity,
to the standard model of particle physics and more speculative pursuits such as string
theory, is best described in the language we shall develop in this course. The new
formalisms that we’ll see here also provide the bridge between the classical world and
the quantum world.
There are phenomena in Nature for which these formalisms are not particularly
useful. Systems which are dissipative, for example, are not so well suited to these
new techniques. But if you want to understand the dynamics of planets and stars and
galaxies as they orbit and spin, or you want to understand what’s happening at the
LHC where protons are collided at unprecedented energies, or you want to know how
electrons meld together in solids to form new states of matter, then the foundations
that we’ll lay in in this course are a must.
where F is the force which, in general, can depend on both the position r as well as
the velocity ṙ (for example, friction forces depend on ṙ) and p = mṙ is the momentum.
Both F and p are 3-vectors which we denote by the bold font. Equation (1.1) reduces
to F = ma if ṁ = 0. But if m = m(t) (e.g. in rocket science) then the form with ṗ is
correct.
–2–
Equation (1.1) is not quite correct as stated: we must add the caveat that it holds
only in an inertial frame. This is defined to be a frame in which a free particle with
ṁ = 0 travels in a straight line,
r = r0 + vt (1.2)
An inertial frame is not unique. In fact, there are an infinite number of inertial frames.
Let S be an inertial frame. Then there are 10 linearly independent transformations
S → S ′ such that S ′ is also an inertial frame (i.e. if (1.2) holds in S, then it also holds
in S ′ ). These are
Note that, unlike linear momentum p, both L and τ depend on where we take the
origin: we measure angular momentum with respect to a particular point. Let us cross
both sides of equation (1.1) with r. Using the fact that ṙ is parallel to p, we can write
d
dt
(r × p) = r × ṗ. Then we get a version of Newton’s second law that holds for angular
momentum:
τ = L̇ (1.4)
–3–
1.2.2 Conservation Laws
From (1.1) and (1.4), two important conservation laws follow immediately.
1.2.3 Energy
Let’s now recall the definitions of energy. We firstly define the kinetic energy T as
T = 12 m ṙ · ṙ (1.5)
Suppose from now on that the mass is constant. We can compute the change of kinetic
energy with time: dT dt
= ṗ · ṙ = F · ṙ. If the particle travels from position r1 at time t1
to position r2 at time t2 then this change in kinetic energy is given by
Z t2 Z t2 Z r2
dT
T (t2 ) − T (t1 ) = = F · ṙ dt = F · dr (1.6)
t1 dt t1 r1
where the final expression involving the integral of the force over the path is called the
work done by the force. So we see that the work done is equal to the change in kinetic
energy. From now on we will mostly focus on a very special type of force known as a
conservative force. Such a force depends only on position r rather than velocity ṙ and
is such that the work done is independent of the path taken. In particular, for a closed
path, the work done vanishes.
I
F · dr = 0 ⇔ ∇×F=0 (1.7)
It is a deep property of flat space R3 that this property implies we may write the force
as
for some potential V (r). Systems which admit a potential of this form include gravi-
tational, electrostatic and interatomic forces. When we have a conservative force, we
–4–
necessarily have a conservation law for energy. To see this, return to equation (1.6)
which now reads
Z r2
T (t2 ) − T (t1 ) = − ∇V · dr = −V (t2 ) + V (t1 ) (1.9)
r1
1.2.4 Examples
• Example 1: The Simple Harmonic Oscillator
We now include a friction term so that F (x, ẋ) = −kx−γ ẋ. Since F is not conservative,
energy is not conserved. This system loses energy until it comes to rest.
Fi = ṗi (1.11)
–5–
where Fi is the force on the ith particle. The subtlety is that forces can now be working
between particles. In general, we can decompose the force in the following way:
X
Fi = Fij + Fext
i (1.12)
j6=i
where Fij is the force acting on the ith particle due to the j th particle, while Fext
i is the
th
external force on the i particle. We now sum over all N particles
X X X
Fi = Fij + Fext
i
i i,j with j6=i i
X X
= (Fij + Fji ) + Fext
i (1.13)
i<j i
where, in the second line, we’ve re-written the sum to be over all pairs i < j. At
this stage we make use of Newton’s third law of motion: every action has an equal an
opposite reaction. Or, in other words, Fij = −Fji . We see that the first term vanishes
and we are left simply with
X
Fi = Fext (1.14)
i
Fext = M R̈ (1.16)
which is identical to that of a single particle. This is an important formula. It tells that
the centre of mass of a system of particles acts just as if all the mass were concentrated
there. In other words, it doesn’t matter if you throw a tennis ball or a very lively cat:
the center of mass of each traces the same path.
–6–
P
Similarly, we define total angular momentum to be L = i Li . Now let’s see what
happens when we compute the time derivative.
X
L̇ = ri × ṗi
i
!
X X
= ri × Fij + Fext
i (1.17)
i j6=i
X X
= ri × Fji + ri × Fext
i (1.18)
i,j with i6=j i
The last term in this expression is the definition of total external torque: τ ext = i ri ×
P
Fext
i . But what are we going to do with the first term on the right hand side? Ideally we
would like it to vanish! Let’s look at the circumstances under which this will happen.
We can again rewrite it as a sum over pairs i < j to get
X
(ri − rj ) × Fij (1.19)
i<j
which will vanish if and only if the force Fij is parallel to the line joining to two particles
(ri − rj ). This is the strong form of Newton’s third law. If this is true, then we have a
statement about the conservation of total angular momentum, namely L is constant if
τ ext = 0.
F21 ∼ ↑ ×⊗ ∼ ← (1.21)
–7–
Does this mean that conservation of total linear and angular momentum is violated?
Thankfully, no! We need to realise that the electromagnetic field itself carries angular
momentum which restores the conservation law. Once we realise this, it becomes a
rather cheap counterexample to Newton’s third law, little different from an underwater
swimmer who can appear to violate Newton’s third law if we don’t take into account
the momentum of the water.
Which shows us that the kinetic energy splits up into the kinetic energy of the centre
of mass, together with an internal energy describing how the system is moving around
its centre of mass. As for a single particle, we may calculate the change in the total
kinetic energy,
XZ XZ
ext
T (t2 ) − T (t1 ) = Fi · dri + Fij · dri (1.24)
i i6=j
Like before, we need to consider conservative forces to get energy conservation. But
now we need both
• Conservative external forces: Fext
i = −∇i Vi (r1 , . . . , rN )
–8–
1.3.3 An Example
Let us return to the case of gravitational attraction between two bodies but, unlike
in Section 1.2.4, now including both particles. We have T = 21 m1 ṙ21 + 21 m2 ṙ22 . The
potential is V = −Gm1 m2 /|r1 − r2 |. This system has total linear momentum and total
angular mometum conserved, as well as the total energy H = T + V .
–9–
Chapter 1
Introduction to Dynamics
Dynamics is the science of how things move. A complete solution to the motion of a system
means that we know the coordinates of all its constituent particles as functions of time.
For a single point particle moving in three-dimensional space, this means we want to know
its position vector r(t) as a function of time. If there are many particles, the motion is
described by a set of functions ri (t), where i labels which particle we are talking about. So
generally speaking, solving for the motion means being able to predict where a particle will
be at any given instant of time. Of course, knowing the function ri (t) means we can take
its derivative and obtain the velocity vi (t) = dri /dt at any time as well.
The complete motion for a system is not given to us outright, but rather is encoded in a
set of differential equations, called the equations of motion. An example of an equation of
motion is
d2x
m = −mg (1.1)
dt2
where x0 and v0 are constants corresponding to the initial boundary conditions on the
position and velocity: x(0) = x0 , v(0) = v0 . This particular solution describes the vertical
motion of a particle of mass m moving near the earth’s surface.
In this class, we shall discuss a general framework by which the equations of motion may
be obtained, and methods for solving them. That “general framework” is Lagrangian Dy-
namics, which itself is really nothing more than an elegant restatement of Isaac Newton’s
Laws of Motion.
3
4 CHAPTER 1. INTRODUCTION TO DYNAMICS
Aristotle held that objects move because they are somehow impelled to seek out their
natural state. Thus, a rock falls because rocks belong on the earth, and flames rise because
fire belongs in the heavens. To paraphrase Wolfgang Pauli, such notions are so vague as to
be “not even wrong.” It was only with the publication of Newton’s Principia in 1687 that
a theory of motion which had detailed predictive power was developed.
Newton’s three Laws of Motion may be stated as follows:
Newton’s First Law states that a particle will move in a straight line at constant (possibly
zero) velocity if it is subjected to no forces. Now this cannot be true in general, for suppose
we encounter such a “free” particle and that indeed it is in uniform motion, so that r(t) =
r0 + v0 t. Now r(t) is measured in some coordinate system, and if instead we choose
to measure r(t) in a different coordinate system whose origin R moves according to the
function R(t), then in this new “frame of reference” the position of our particle will be
If the acceleration d2R/dt2 is nonzero, then merely by shifting our frame of reference we have
apparently falsified Newton’s First Law – a free particle does not move in uniform rectilinear
motion when viewed from an accelerating frame of reference. Thus, together with Newton’s
Laws comes an assumption about the existence of frames of reference – called inertial frames
– in which Newton’s Laws hold. A transformation from one frame K to another frame K′
which moves at constant velocity V relative to K is called a Galilean transformation. The
equations of motion of classical mechanics are invariant (do not change) under Galilean
transformations.
At first, the issue of inertial and noninertial frames is confusing. Rather than grapple with
this, we will try to build some intuition by solving mechanics problems assuming we are
in an inertial frame. The earth’s surface, where most physics experiments are done, is not
an inertial frame, due to the centripetal accelerations associated with the earth’s rotation
about its own axis and its orbit around the sun. In this case, not only is our coordinate
system’s origin – somewhere in a laboratory on the surface of the earth – accelerating, but
the coordinate axes themselves are rotating with respect to an inertial frame. The rotation
of the earth leads to fictitious “forces” such as the Coriolis force, which have large-scale
consequences. For example, hurricanes, when viewed from above, rotate counterclockwise
in the northern hemisphere and clockwise in the southern hemisphere. Later on in the course
we will devote ourselves to a detailed study of motion in accelerated coordinate systems.
Newton’s “quantity of motion” is the momentum p, defined as the product p = mv of a
particle’s mass m (how much stuff there is) and its velocity (how fast it is moving). In
1.1. INTRODUCTION AND REVIEW 5
order to convert the Second Law into a meaningful equation, we must know how the force
F depends on the coordinates (or possibly velocities) themselves. This is known as a force
law. Examples of force laws include:
v
Lorentz force: F = qE +q ×B
c
Note that for an object whose mass does not change we can write the Second Law in the
familiar form F = ma, where a = dv/dt = d2r/dt2 is the acceleration. Most of our initial
efforts will lie in using Newton’s Second Law to solve for the motion of a variety of systems.
The Third Law is valid for the extremely important case of central forces which we will
discuss in great detail later on. Newtonian gravity – the force which makes the planets orbit
the sun – is a central force. One consequence of the Third Law is that in free space two
isolated particles will accelerate in such a way that F1 = −F2 and hence the accelerations
are parallel to each other, with
a1 m2
=− , (1.4)
a2 m1
where the minus sign is used here to emphasize that the accelerations are in opposite
directions. We can also conclude that the total momentum P = p1 + p2 is a constant, a
result known as the conservation of momentum.
In addition to postulating the Laws of Motion, Newton also deduced the gravitational force
law, which says that the force Fij exerted by a particle i by another particle j is
ri − rj
Fij = −Gmi mj , (1.5)
|ri − rj |3
where G, the Cavendish constant (first measured by Henry Cavendish in 1798), takes the
value
G = (6.6726 ± 0.0008) × 10−11 N · m2 /kg2 . (1.6)
Notice Newton’s Third Law in action: Fij + Fji = 0. Now a very important and special
feature of this “inverse square law” force is that a spherically symmetric mass distribution
has the same force on an external body as it would if all its mass were concentrated at its
6 CHAPTER 1. INTRODUCTION TO DYNAMICS
center. Thus, for a particle of mass m near the surface of the earth, we can take mi = m
and mj = Me , with ri − rj ≃ Re r̂ and obtain
where r̂ is a radial unit vector pointing from the earth’s center and g = GMe /Re2 ≃ 9.8 m/s2
is the acceleration due to gravity at the earth’s surface. Newton’s Second Law now says
that a = −g, i.e. objects accelerate as they fall to earth. However, it is not a priori clear
why the inertial mass which enters into the definition of momentum should be the same
as the gravitational mass which enters into the force law. Suppose, for instance, that the
gravitational mass took a different value, m′ . In this case, Newton’s Second Law would
predict
m′
a=− g (1.8)
m
and unless the ratio m′ /m were the same number for all objects, then bodies would fall
with different accelerations. The experimental fact that bodies in a vacuum fall to earth at
the same rate demonstrates the equivalence of inertial and gravitational mass, i.e. m′ = m.
To gain some experience with solving equations of motion in a physical setting, we consider
some physically relevant examples of one-dimensional motion.
With F = −mg, appropriate for a particle falling under the influence of a uniform gravita-
tional field, we have m d2x/dt2 = −mg, or ẍ = −g. Notation:
dx d2x 7
¨¨˙ = d x ,
ẋ ≡ , ẍ ≡ , ẍ etc. (1.9)
dt dt2 dt7
Zv(t) Zt
dv = ds (−g) (1.10)
v(0) 0
Note that there is a constant of integration, v(0), which enters our solution.
1.2. EXAMPLES OF MOTION IN ONE DIMENSION 7
Zx(t) Zt
dx = ds v(s) (1.12)
x(0) 0
Zt
x(t) = x(0) + ds v(0) − gs (1.13)
0
= x(0) + v(0)t − 12 gt2 . (1.14)
In this case,
dv
m = −mg − γv (1.15)
dt
which may be rewritten
dv γ
= − dt (1.16)
v + mg/γ m
d ln(v + mg/γ) = −(γ/m)dt . (1.17)
Note that the solution to the first order ODE mv̇ = −mg − γv entails one constant of
integration, v(0).
One can further integrate to obtain the motion
m mg mg
x(t) = x(0) + v(0) + (1 − e−γt/m ) − t. (1.20)
γ γ γ
The solution to the second order ODE mẍ = −mg − γ ẋ thus entails two constants of
integration: v(0) and x(0). Notice that as t goes to infinity the velocity tends towards
the asymptotic value v = −v∞ , where v∞ = mg/γ. This is known as the terminal veloc-
ity. Indeed, solving the equation v̇ = 0 gives v = −v∞ . The initial velocity is effectively
“forgotten” on a time scale τ ≡ m/γ.
Electrons moving in solids under the influence of an electric field also achieve a terminal
velocity. In this case the force is not F = −mg but rather F = −eE, where −e is the
8 CHAPTER 1. INTRODUCTION TO DYNAMICS
electron charge (e > 0) and E is the electric field. The terminal velocity is then obtained
from
v∞ = eE/γ = eτ E/m . (1.21)
The current density is a product:
j = n · (−e) · (−v∞ )
ne2 τ
= E. (1.22)
m
The ratio j/E is called the conductivity of the metal, σ. According to our theory, σ =
ne2 τ /m. This is one of the most famous equations of solid state physics! The dissipation
is caused by electrons scattering off impurities and lattice vibrations (“phonons”). In high
purity copper at low temperatures (T < ∼ 4 K), the scattering time τ is about a nanosecond
−9
(τ ≈ 10 s).
At higher velocities, the frictional damping is proportional to the square of the velocity.
The frictional force is then Ff = −cv 2 sgn (v), where sgn (v) is the sign of v: sgn (v) = +1
if v > 0 and sgn (v) = −1 if v < 0. (Note one can also write sgn (v) = v/|v| where |v| is
the absolute value.) Why all this trouble with sgn (v)? Because it is important that the
frictional force dissipate energy, and therefore that Ff be oppositely directed with respect to
the velocity v. We will assume that v < 0 always, hence Ff = +cv 2 .
2
p is a terminal velocity, since setting v̇ = −g + (c/m)v = 0 gives v = ±v∞ ,
Notice that there
where v∞ = mg/c. One can write the equation of motion as
dv g
= 2 (v 2 − v∞
2
) (1.23)
dt v∞
and using
1 1 1 1
= − (1.24)
v 2 − v∞
2 2v∞ v − v∞ v + v∞
we obtain
dv 1 dv 1 dv
= −
v2 2
− v∞ 2v∞ v − v∞ 2v∞ v + v∞
1 v∞ − v
= d ln
2v∞ v∞ + v
g
= 2 dt . (1.25)
v∞
1.2. EXAMPLES OF MOTION IN ONE DIMENSION 9
sinh(x) ex − e−x
tanh(x) = = x . (1.28)
cosh(x) e + e−x
Again, as t → ∞ one has v(t) → −v∞ , i.e. v(∞) = −v∞ .
Advanced Digression: To gain an understanding of the constant c, consider a flat surface
of area S moving through a fluid at velocity v (v > 0). During a time ∆t, all the fluid
molecules inside the volume ∆V = S · v ∆t will have executed an elastic collision with the
moving surface. Since the surface is assumed to be much more massive than each fluid
molecule, the center of mass frame for the surface-molecule collision is essentially the frame
of the surface itself. If a molecule moves with velocity u is the laboratory frame, it moves
with velocity u − v in the center of mass (CM) frame, and since the collision is elastic, its
final CM frame velocity is reversed, to v − u. Thus, in the laboratory frame the molecule’s
velocity has become 2v − u and it has suffered a change in velocity of ∆u = 2(v − u). The
total momentum change is obtained by multiplying ∆u by the total mass M = ̺ ∆V , where
̺ is the mass density of the fluid. But then the total momentum imparted to the fluid is
∆P = 2(v − u) · ̺ S v ∆t (1.29)
B = B ẑ, and g = −gẑ. The equation of motion is Newton’s 2nd Law again:
m r̈ = mg + qE + qc ṙ × B . (1.31)
The RHS (right hand side) of this equation is a vector sum of the forces due to gravity plus
the Lorentz force of a moving particle in an electromagnetic field. In component notation,
we have
qB
mẍ = qE + ẏ (1.32)
c
qB
mÿ = − ẋ (1.33)
c
mz̈ = −mg . (1.34)
The equations for coordinates x and y are coupled, while that for z is independent and may
be immediately solved to yield
z(t) = z(0) + ż(0) t − 12 gt2 . (1.35)
The remaining equations may be written in terms of the velocities vx = ẋ and vy = ẏ:
v̇x = ωc (vy + uD ) (1.36)
v̇y = −ωc vx , (1.37)
where ωc = qB/mc is the cyclotron frequency and uD = cE/B is the drift speed for the
particle. As we shall see, these are the equations for a harmonic oscillator. The solution is
vx (t) = vx (0) cos(ωc t) + vy (0) + uD sin(ωc t) (1.38)
vy (t) = −uD + vy (0) + uD cos(ωc t) − vx (0) sin(ωc t) . (1.39)
Integrating again, the full motion is given by:
x(t) = x(0) + A sin δ + A sin(ωc t − δ) (1.40)
y(r) = y(0) − uD t − A cos δ + A cos(ωc t − δ) , (1.41)
where q
1 2 −1 ẏ(0) + uD
A= 2
ẋ (0) + ẏ(0) + uD , δ = tan . (1.42)
ωc ẋ(0)
Thus, in the full solution of the motion there are six constants of integration:
x(0) , y(0) , z(0) , A , δ , ż(0) . (1.43)
Of course instead of A and δ one may choose as constants of integration ẋ(0) and ẏ(0).
In mechanical systems, for each coordinate, or “degree of freedom,” there exists a cor-
responding second order ODE. The full solution of the motion of the system entails two
constants of integration for each degree of freedom.
Chapter 2
Systems of Particles
Consider a system of many particles, with positions ri and velocities ṙi . The kinetic energy
of this system is X X
1 2
T = Ti = 2 mi ṙi . (2.1)
i i
Now let’s consider how the kinetic energy of the system changes in time. Assuming each
mi is time-independent, we have
dTi
= mi ṙi · r̈i . (2.2)
dt
Here, we’ve used the relation
d dA
A2 = 2 A · . (2.3)
dt dt
We now invoke Newton’s 2nd Law, mi r̈i = Fi , to write eqn. 2.2 as Ṫi = Fi · ṙi . We integrate
this equation from time tA to tB :
ZtB
(B) (A) dTi
Ti − Ti = dt
dt
tA
ZtB X (A→B)
= dt Fi · ṙi ≡ Wi , (2.4)
tA i
11
12 CHAPTER 2. SYSTEMS OF PARTICLES
For the sake of simplicity, consider a single particle with kinetic energy T = 12 mṙ 2 . The
work done on the particle during its mechanical evolution is
ZtB
(A→B)
W = dt F · v , (2.5)
tA
where v = ṙ. This is the most general expression for the work done. If the force F depends
only on the particle’s position r, we may write dr = v dt, and then
ZrB
(A→B)
W = dr · F (r) . (2.6)
rA
Note that in general W (I) 6= W (II) . Thus, if we start at point A, the kinetic energy at point
B will depend on the path taken, since the work done is path-dependent.
The difference between the work done along the two paths is
W (I) − W (II) = (K2 − K1 ) (xB − xA ) (yB − yA ) . (2.10)
Thus, we see that if K1 = K2 , the work is the same for the two paths. In fact, if K1 = K2 ,
the work would be path-independent, and would depend only on the endpoints. This is
true for any path, and not just piecewise linear paths of the type depicted in fig. 2.1. The
reason for this is Stokes’ theorem:
I Z
dℓ · F = dS n̂ · ∇ × F . (2.11)
∂C C
Here, C is a connected region in three-dimensional space, ∂C is mathematical notation for
the boundary of C, which is a closed path1 , dS is the scalar differential area element, n̂ is
the unit normal to that differential area element, and ∇ × F is the curl of F :
x̂ ŷ ẑ
∂ ∂ ∂
∇ × F = det ∂x ∂y ∂z
Fx Fy Fz
∂Fz ∂Fy ∂Fx ∂Fz ∂Fy ∂Fx
= − x̂ + − ŷ + − ẑ . (2.12)
∂y ∂z ∂z ∂x ∂x ∂y
For the force under consideration, F (r) = K1 y x̂ + K2 x ŷ, the curl is
∇ × F = (K2 − K1 ) ẑ , (2.13)
which is a constant. The RHS of eqn. 2.11 is then simply proportional to the area enclosed
H
by C. When we compute the work difference in eqn. 2.10, we evaluate the integral dℓ · F
C
along the path γII−1 ◦ γI , which is to say path I followed by the inverse of path II. In this
case, n̂ = ẑ and the integral of n̂ · ∇ × F over the rectangle C is given by the RHS of eqn.
2.10.
When ∇ × F = 0 everywhere in space, we can always write F = −∇U , where U (r) is the
potential energy. Such forces are called conservative forces because the total energy of the
system, E = T + U , is then conserved during its motion. We can see this by evaluating the
work done,
ZrB
(A→B)
W = dr · F (r)
rA
ZrB
= − dr · ∇U
rA
which says
E (B) = T (B) + U (rB ) = T (A) + U (rA ) = E (A) . (2.16)
Thus, the total energy E = T + U is conserved.
The integral does not depend on the path chosen connecting 0 and r. For example, we can
take
(x,0,0)
Z (x,y,0)
Z (x,y,z)
Z
′ ′ ′ ′
U (x, y, z) = U (0, 0, 0) − dx Fx (x , 0, 0) − dy Fy (x, y , 0) − dz ′ Fz (x, y, z ′ ) . (2.18)
(0,0,0) (x,0,0) (z,y,0)
Subtracting kxy from each side, we obtain the equation f (y, z) = g(x, z). Since the LHS is
independent of x and the RHS is independent of y, we must have
where q(z) is some unknown function of z. But now we invoke the final equation, to obtain
The only possible solution is h(x, y) = C + kxy and q(z) = C + bz 4 , where C is a constant.
Therefore,
U (x, y, z) = C + kxy + bz 4 . (2.32)
Note that it would be very wrong to integrate ∂U/∂x = ky and obtain U (x, y, z) = kxy +
C ′ , where C ′ is a constant. As we’ve seen, the ‘constant of integration’ we obtain upon
integrating this first order PDE is in fact a function of y and z. The fact that f (y, z) carries
no explicit x dependence means that ∂f /∂x = 0, so by construction U = kxy + f (y, z) is a
solution to the PDE ∂U/∂x = ky, for any arbitrary function f (y, z).
X
1 2
T = 2 mi ṙi (2.33)
i
X X
U= V (ri ) + v |ri − rj | . (2.34)
i i<j
16 CHAPTER 2. SYSTEMS OF PARTICLES
Here, V (r) is the external (or one-body) potential, and v(r−r ′ ) is the interparticle potential,
which we assume to be central, depending only on the distance between any pair of particles.
The equations of motion are
mi r̈i = Fi(ext) + Fi(int) , (2.35)
with
∂V (ri )
Fi(ext) = − (2.36)
∂ri
X ∂v |ri − rj | X (int)
Fi(int) =− ≡ Fij . (2.37)
ri
j j
Note that Fij(int) = −Fji(int) , otherwise known as Newton’s Third Law. It is convenient to
abbreviate rij ≡ ri − rj , in which case we may write the interparticle force as
Fij(int) = −r̂ij v ′ rij . (2.39)
(int) (int)
Fij +Fji =0
X X (ext) z }| {
X
dP
= ṗi = Fi + Fij(int) = Ftot
(ext)
, (2.40)
dt
i i i6=j
since the sum over all internal forces cancels as a result of Newton’s Third Law. We write
X
P = mi ṙi = M Ṙ (2.41)
i
X
M= mi (total mass) (2.42)
i
P
i mi ri
R= P (center-of-mass) . (2.43)
i mi
dL X
= mi ṙi × ṙi + mi ri × r̈i
dt
i
X X
= ri × Fi(ext) + ri × Fij(int)
i i6=j
(int)
rij ×Fij =0
X zX }| {
(ext) 1 (int)
= ri × Fi + 2 (ri − rj ) × Fij
i i6=j
(ext)
= Ntot . (2.45)
which says that the kinetic energy may be written as a sum of two terms, those being the
kinetic energy of the center-of-mass motion, and the kinetic energy of the particles relative
to the center-of-mass.
Recall the “work-energy theorem” for conservative systems,
final
Z final
Z final
Z
0= dE = dT + dU
initial initial
initial (2.47)
XZ
= T (B) − T (A) − dri · Fi ,
i
which is to say
XZ
(B) (A)
∆T = T −T = dri · Fi = −∆U . (2.48)
i
Note that for continuous systems, we replace sums by integrals over a mass distribution,
viz. Z
X
mi φ ri −→ d3r ρ(r) φ(r) , (2.50)
i