2D and 3D Motion
2D and 3D Motion
r = xi + yj + zk (3.1)
If during a time interval ∆t the position vector of the particle changes from r1 to r2, the
displacement ∆r for that time interval is
∆r = r1 − r2 (3.2)
= (x2 − x1)i + (y2 − y1 )j + (z2 − z1)k (3.3)
3.1.2 Velocity
If a particle moves through a displacement ∆r in a time interval ∆t then its average velocity
for that interval is
∆r ∆x ∆y ∆z
v= = i+ j+ k (3.4)
∆t ∆t ∆t ∆t
As before, a more interesting quantity is the instantaneous velocity v, which is the limit
of the average velocity when we shrink the time interval ∆t to zero. It is the time derivative
of the position vector r:
dr
v = (3.5)
dt
d
= (xi + yj + zk) (3.6)
dt
dx dy dz
= i+ j+ k (3.7)
dt dt dt
can be written:
v = vx i + vy j + vz k (3.8)
51
52 CHAPTER 3. MOTION IN TWO AND THREE DIMENSIONS
where
dx dy dz
vx = vy = vz = (3.9)
dt dt dt
The instantaneous velocity v of a particle is always tangent to the path of the particle.
3.1.3 Acceleration
If a particle’s velocity changes by ∆v in a time period ∆t, the average acceleration a for
that period is
∆v ∆vx ∆vy ∆vz
a= = i+ j+ k (3.10)
∆t ∆t ∆t ∆t
but a much more interesting quantity is the result of shrinking the period ∆t to zero, which
gives us the instantaneous acceleration, a. It is the time derivative of the velocity vector v:
dv
a = (3.11)
dt
d
= (vx i + vy j + vz k) (3.12)
dt
dvx dvy dvz
= i+ j+ k (3.13)
dt dt dt
which can be written:
a = ax i + ay j + az k (3.14)
where
dvx d2 x dvy d2 y dvz d2 z
ax = = 2 ay = = 2 az = = 2 (3.15)
dt dt dt dt dt dt
rP A = position of P as measured by A
rP B = position of P as measured by B
54 CHAPTER 3. MOTION IN TWO AND THREE DIMENSIONS
rP A = rP B + rBA (3.23)
vP A = vP B + vBA (3.24)
For the purposes of doing physics, it is important to consider reference frames which move
at constant velocity with respect to one another; for these cases, vBA = 0 and then we find
that point P has the same acceleration in these reference frames:
aP A = aP B
Newton’s Laws (next chapter!) apply to such a set of inertial reference frames. Observers
in each of these frames agree on the value of a particle’s acceleration.
Though the above rules for translation between reference frames seem very reasonable, it
was the great achievement of Einstein with his theory of Special Relativity to understand
the more subtle ways that we must relate measured quantities between reference frames. The
trouble comes about because time (t) is not the same absolute quantity among the different
frames.
Among other places, Eq. 3.24 is used in problems where an object like a plane or boat
has a known velocity in the frame of (with respect to) a medium like air or water which itself
is moving with respect to the stationary ground; we can then find the velocity of the plane
or boat with respect to the ground from the vector sum in Eq. 3.24.
dr d
v = = (3.0ti − 4.0t2j + 2.0k)
dt dt
= 3.0i − 8.0tj
m
where we mean that when t is in seconds, v is given in s
.
3.2. WORKED EXAMPLES 55
we note that the velocity vector lies in the xy plane (even though this is a three–dimensional
problem!) so that we can express its direction with a single angle, the usual angle θ measured
anti-clockwise in the xy plane from the x axis. For this angle we get:
vy
tan θ = = −5.33 =⇒ θ = tan−1 (−5.33) = −79◦ .
vx
When we take the inverse tangent, we should always check and see if we have chosen the
right quadrant for θ. In this case −79◦ is correct since vy is negative and vx is positive.
3.2.2 Acceleration
(a) To clarify matters, what we mean here is that when we use the numerical value of t in
seconds, we will get the values of r in meters. Since the velocity vector is the time–derivative
of the position vector r, we have:
dr
v =
dt
d
= (i + 4t2 j + tk)
dt
= 0i + 8tj + k
That is, v = 8tj + k. Here, we mean that when we use the numerical value of t in seconds,
we will get the value of v in ms .
(b) The acceleration a is the time–derivative of v, so using our result from part (a) we have:
dv
a =
dt
d
= (8tj + k)
dt
= 8j
56 CHAPTER 3. MOTION IN TWO AND THREE DIMENSIONS
m
So a = 8j, where we mean that the value of a is in units of s2
. In fact, we should really
include the units here and write:
a = 8 sm2 j