PHY5200 F06

Chapter 1: Newton's Laws of Motion

Reading

Taylor 1.3 - 1.5 (today) and 1.6-1.7 (Monday)

Recall

We were discussing vector operations: addition, subtraction, multiplication by a scalar, scalar product, and vector product.

"Multiplying" two vectors can be done in either of two ways, one that yields a scalar and one that yields another vector. The scalar (or dot) product of two vectors yields a scalar, and is obtained by multiplying corresponding components and summing:

rs = rs cosθ   (Eq. 1.6),
where we use the non-bold name with no subscript to represent the length of the vector, r=|r|, and
rs = r1s1 + r2s2 + r3s3 = ∑n=13 rnsn  (Eq. 1.7).

The vector (or cross) product of two vectors yields another vector perpendicular to the original pair

r × s = t, tr and ts
with length
|t| = rs sinθ, (prove in prob. 1.15).
In Cartesian coordinates, the components of the resulting vector are:
tx = rysz - rzsy
ty = rzsx - rxsz
tz = rxsy - rysx.
Equivalently, this can be expressed as the determinant of a 3×3 matrix like
| i j k |
t = det | rx ry rz |
| sx sy sz |

Differentiation of Vectors

Most of the laws of physics are relations of the change in a quantity over time or space, and how one quantity changes with respect to another is expressed as a derivative. Since we've decided that the laws of physics will use vectors, we must be able to differentiate vectors. Differentiation of vectors is defined in the same manner as for scalars:

dr/dt = lim(Δt-->0) Δr/Δt
where
Δr = r(t+Δt) - r(t).
For our purposes, we will assume the limit exists and is well behaved.

Differentiation of vectors has the usuaul distributive properties of scalar derivatives,

d/dt(r+s) = dr/dt + ds/dt
and obeys the chain rule for the derivative of a scalar times a vector:
d/dt(fr) = f(dr/dt) + (df/dt)r.

When the vector is expressed in Cartesian coordinates (where the axes are fixed and don't change with time), then the derivative of the vector is obtained by differentiating each of its components. That is, for

r = xi + yj + zk
where x, y, and z can be functions of time, then its time derivative is given by
dr/dt = (dx/dt)i + (dy/dt)j + (dz/dt)k

The derivative of a vector expressed in other coordinate systems (polar, cylindrical, or spherical) is more complicated. Because the coordinate axes are not fixed, they can change with time, and their derivatives must be included as well.

A shorthand notation for the time derivative is commonly used in mechanics:

dr/dt = r(dot)
that is, the quantity (vector or scalar) with a dot above. A second time derivative is denoted with two dots:
r/dt² = r(ddot)

Time

For this course we will use the "classical" or Newtonian view of time: time flows uniformly everywhere, and all observers agree on the elapsed time between two events. Different observers may have their clocks zeroed differently. For most problems on Earth, this definition is adequate. However, this picture of time is incorrect, and we see how it is fixed when we discuss special relativity next semester.

Reference Frames

Two types of reference frames: inertial and non-inertial. In inertial reference frames, Newton's first law holds. We generally want to use inertial reference frames, and will devote a chapter to non-inertial reference frames later in the semester. For most problems outside of this chapter, we can regard the Earth's surface as an inertial reference frame.

Mass and Force

Mass

Mass represents an objects tendency to resist motion, its "inertia". The text discusses an interesting problem in defining mass, namely the difference between "graviational" mass and "inertial" mass. The most commonly used method of determining mass, a balance, actually determines "gravitational" mass, how strongly an object is gravitationally attracted to the Earth. Experiments have confirmed the equivalence of gravitational and inertial mass to about a part in a trillion, and, for this course, we will assume they are absolutely equivalent.

We will normally be using SI units. The fundamental units for mechanics are:

quantityunit
lengthmeter (m)
timesecond (sec, s)
masskilogram (kg)

Force

From introductory physics you should have developed a picture of what force is. Some forces are easy to recognize, you can feel if you push on a wall and feel the wall push back; others are more subtle, like the normal forces and frictional forces encountered in problems with inclined planes.

The text discusses some subtle issues with measuring forces. You are encouraged to read this. I will assume that we can measure forces in the unit of the newton, 1N = 1m/s².

Newton's First and Second Laws; Inertial Frames

A body in motion tends to remain in motion, a body at rest tends to remain at rest.

Newton's First Law (the Law of Inertia)

In the absence of forces, a particle moves with constant velocity v.

Newton's Second Law (from the book)

For any particle of mass m, the net force F on the particle is always equal to the mass m times the particle's acceleration:

F=ma   (Eq. 1.17)

Newton's Second Law (from me and Newton)

The net force F acting on a particle is always equal to the time rate of change of the momentum p = mv:

F=dp/dt

Note that the first law is really a special case of the second law: in the absence of forces, the net force is zero, and for a particle of constant mass the second law says that m(dv/dt) = 0 or that the velocity is constant.

Differential Equations

A differential equation is simply an expression that relates derivatives to something. You've already encountered the simplest differential equations, and they are solved by simply integrating. As an example, consider the case of a particle acted on by a constant force in the x direction.

Inertial Frames

As written, Newton's laws are true in inertial frames only. Inertial frames are those in which the first law is true. Generally we will solve problems only in inertial frames, but in a later chapter we will explore how to solve problems in non-inertial frames. This is useful to solve certain problems, like the effects of the Earth's rotation on a pendulum or projectile.

Validity of the First Two Laws

The first two laws are valid in a large range of problems, as long as energy values are large relative to planck's constant (macroscopic systems), speeds are significantly less than the speed of light, and gravity is modest. These other cases are the domains of quantum mechanics, and special and general relativity. This still leaves a large range of problems to be addressed by classical mechanics.