Problem 1:
A rugby player runs with the ball directly towards his opponent's goal, along
the positive direction of an x axis. He can legally pass the ball to a
teammate as long as the ball's velocity relative to the field does not have a
positive x component. Suppose the player runs at speed 4.0 m/s relative to
the field while he passes the ball with a speed of 6.0 m/s relative to himself.
What is the smallest angle (relative to the x axis) the ball can be passed in
(as seen from the player) in order for the pass to be legal?
Solution:
- Concepts:
Kinematics,
frame transformations
- Reasoning:

Let the velocity of the player be v1 and let the relative
velocity between the player and the ball be v2.
Then the
velocity
of the ball relative to the field is v = v1 + v2
= i(v1 + v2 cosθ) + j v2sinθ.
- Details of the calculation:
For the smallest angle θmin, v has no x-component, v1
+ v2 cosθmin = 0.
cosθmin = -v1/v2 = -4/6. θmin
= 131.8o.
Problem 2:
A 10 g bullet is stopped in a block of wood (m = 5 kg). The speed of
the bullet-wood combination immediately after the collision is 0.6 m/s.
What was the original speed of the bullet?
Solution:
- Concepts:
Inelastic collisions, momentum conservation
- Reasoning:
The particle has an inelastic collision with the block.
The two objects stick together after the collision and move with a common
velocity vf.
- Details of the calculation:
Assume the motion is along the
x-direction. We then have from momentum conservation
m1v1
+ m2v2 = (m1 + m2)vf,
where m1 is the mass of the bullet, v1 its initial
velocity, m2 is the mass of the block, v2 its initial
velocity. Initially the block is at rest, v2 = 0. Therefore
(0.01 kg)v1 = (5.01 kg) 0.6 m/s. v1 = 300.6 m/s.
Problem 3:
An object is sliding on a frictionless surface with velocity V0.
There is a track on the surface, which turns object backwards as shown by
the dashed
line in the figure. If the radius of the track is R and the coefficient of
kinetic friction
between object and track is μ, how long will it take for the object to make a 180
degree turn?
The size of the object is negligible compared to the radius of the track.
Solution:
- Concepts:
Circular motion, Newton's 2nd law, friction
- Reasoning:
For the particle of mass m to move with speed v on the inside of the circular
track, the track has to exert a force mv2/R towards the center of the
circle. This is a normal force.
The frictional force with magnitude f = μN = μ mv2/R will slow the
particle down.
- Details of the calculation:
(a) mdv/dt = -μmv2/R, dv/v2 = -(μ/R)dt.
Integrate: ∫v0v(t)dv'/v'2 = -(μ/R)t. 1/v0
- 1/v(t) = -(μ/R)t. v(t) = v0/(1 + (μv0/R)t).
The distance s(t) traveled in time t is s(t) = ∫0tv(t')dt' =
v0∫0tdt'/(1 + (μv0/R)t').
s(t) = (R/μ) ∫11 + (μv0/R)t dt/t' = (R/μ)ln(1 + (μv0/R)t).
For s(t) = πR we have πμ = ln(1 + (μv0/R)t), exp(πμ) = 1 + (μv0/R)t.
t = R(exp(πμ) - 1)/(μv0).
Or
dv/dt = (dv/ds) ds/dt = ½dv2/ds = - μv2/R.
v2(s) = v02exp(-2μs/R), v(s) = v0exp(-μs/R),
vafter 1/2 revolution = v0 exp(-πμ).
v(s) = ds/dt dt = ds/v(s) = ds exp(μs/R)/v0.
Integrate from 0 to πR to find t(πR) = (exp(πμ) - 1)R/(μv0).
Problem 4:
A small massive bead can slide without friction along a wire ring of radius R mounted in the vertical plane. A light elastic cord is attached to the top of the ring and to the bead.
The relaxed length of the cord is L. If the cord is stretched by ΔL > 0,
it exerts an elastic force F = -kΔL directed toward the attachment point on top
of the ring.
Initially, the bead is at rest at the bottom of the ring, and the
magnitude of the force exerted on the bead by the ring is twice the bead's weight. After a small disturbance, the bead begins to slide upward along the ring, reaching its maximum velocity at the moment it covers one-third of the ring's circumference.
(a) What is the length of the relaxed cord?
(b) What is vmax?
(c) Find the force exerted by the ring on the bead when v = vmax.

Solution:
- Concepts:
Newton's second law, conservation of energy
- Reasoning:
We draw a free-body diagram and find the tangential acceleration and the
centripetal acceleration as a function of angle from Newton's second law.
v = vmax when at = 0.
We find vmax using energy conservation.
- Details of the calculation:
(a) Initially the bead is at rest. The net force is zero, N0
+ mg = 3mg = kΔL0. ΔL0 = 2R - L is the initial
stretch of the cord and N0 = 2mg points radially away from the center
of the ring.
Now consider an instant in time when the cord makes an angle θ relative to the vertical, as in the diagram. The bead's angular position
is labeled φ in the diagram.
F, N, and mg act on the bead.

We have mat = F sinθ - mg sinφ, mv2/R = F cosθ - N -
mg cosφ.
From geometry we have
180o - φ = 180o - 2θ, θ = φ/2. Rcosθ = (L + ΔL)/2.
So mat = kΔL sin(φ/2) - mg sinφ, mat = k(2Rcos(φ/2) -
L)sin(φ/2) - mg sinφ.
Given: When φ = 120o, v = vmax, at = 0.
0 = k(2Rcos(60o) - L)sin(60o) - mg sin(120o).
k(L - R) = -mg, L = R - mg/k.
From the initial condition we have L = 2R - 3mg/k.
These two equations together yield L = R/2.
(b) We can find vmax from energy conservation. We have to
consider gravitational and elastic potential energy.
½mvmax2 = -mgyφ=0 + mgyφ=120+
½kΔL2φ=0 - ½kΔL2φ=120.
At φ = 0o we have L + ΔL = 2R = R, ΔL = 3R/2, y = 2R.
At φ = 120o we have L + ΔL = 2Rcos(60o) = R, ΔL = R/2,
y = Rcos(60o) = R/2.
We also have mg/k = R/2.
So ½mvmax2 = -3mgR/2 + ½k(3R/2)2 -
½k(R/2)2 = -3mgR/2 + ½k(2R2).
vmax2 = gR.
(c) mv2/R = Fcosθ - N -
mg cosφ.
At φ = 120o we have mg = kR/4 - N + mg/2.
N = mg/2 + mg/2 - mg = 0.
Problem 5:
The density of aluminum is 2.7 g/cm3. A 10 cm diameter
aluminum cable is used to lower a 1000 kg mass into a 300 m deep bore hole.
(a) When the mass is held just above the bottom of the hole, what is the
tension in the cable as a function of depth? At what depth is the tension
largest?
(b) If the yield strength (force per area) of the cable is 10 MPa, what
minimum diameter of the cable could be used?
Solution:
- Concepts:
Tension and equilibrium
- Reasoning:
The tension in the cable at depth x must be equal in magnitude to the weight
suspended below depth x.
-
Details of the calculation:
(a) T(x) = ((300 m - x)*(2700 kg/m3)*π*(0.05 m)2
+ 1000 kg)*(9.8 m/s2).
T(x) = (27145 - 207.8x )N, with x measured in meter.
Tmax = 27145 N at depth x = 0.
(b) 107 N/m2*π*r2 = Tmax =
((300 m)*(2700 kg/m3)*π*r2 + 1000 kg)*(9.8 m/s2).
π*r2(107 - 300*2700*9.8) N/m2 = 9800 N.
r = 0.039 m.
dmin = 2r = 7.8 cm is the minimum diameter of the cable that
could be used.