Homework Exercises 7: Theoretical Physics I. Theoretical Mechanics I
Homework Exercises 7: Theoretical Physics I. Theoretical Mechanics I
Homework Exercises 7
Your solution to the problems should be handed in/presented
either during a seminar on Monday, Dec 2, at 11:00,
or in my mail box at ITP, room 105b, by Monday, Dec 2, 13:00.
Please submit only Problem 7.5 when you participate in the seminar.
Warm-up
Problem 7.1. Pulling a Duck.
A child is pulling a toy duck with a force of F = 5 N.
The duck has a mass of m = 100 g and the chord
has an angle θ = π/5 with the horizontal.1
a) When will it arrive at the other bank when it always heads straight to the other
side? (In other words, at any time its velocity is perpendicular to the river
bank.)
How far will it drift downstream on its journey?
1
For this angle one has tan θ ≈ 3/4.
1
b) In which direction (i.e. angle of velocity relative to the downstream velocity of
the river) must the ferryman head to reach exactly at the opposite side of the
river?
Determine first the general solution. What happens when you try to evaluate it
for the given velocities?
2
Look up “terms of venery” if you ever run out of collective nouns.
2
Homework Problems
Problem 7.5. Retroreflector paths on bike wheels.
A small stone in the profile traces a cycloid (ρ = 1). Animations of the trajectories
can be found at https://en.wikipedia.org/wiki/Trochoid and http://katgym.
by.lo-net2.de/c.wolfseher/web/zykloiden/zykloiden.html.
A trochoid is most easily described in two steps: Let M ~ (θ) be the position of the
~
center of the disk, and D(θ) the vector from the center to the position ~q(θ) that we
follow (i.e. the position of the retroreflector) such that ~q(θ) = M~ (θ) + D(θ).
~
a) The point of contact of the wheel with the street at the initial time t0 is the
origin of the coordinate system. Moreover, we single out one spark and denote
the change of its angle with respect to its initial position as θ. Note that negative
angles θ describe forward motion of the wheel!
Sketch the setup and show that
! !
~ (θ) = −rθ ~ −d sin(ϕ + θ)
M , D(θ) = .
r d cos(ϕ + θ)
Z θ p
L=r dθ 1 + ρ2 + 2ρ cos(ϕ + θ)
0
c) Consider now the case of a cycloid and use cos(2x) = cos2 x − sin2 x to show
3
that the expression for L can then be written as
θ
Z
ϕ + θ
L = 2r dθ cos
0 2
How long is one period of the track traced out by a stone picked up by the
wheel profile?
~
a) Determine the evolution of the center of mass Q(t) of the two balls. How does
it evolve when the two balls are thrown on a playground, with gravitational
acceleration ~g = −gẑ acting?
b) Consider now the motion of the two balls relative to their center of mass (CM).
~
Let these positions be ~ri (t) = ~qi (t) − Q(t) and the associated momentum be
˙
p~i (t) = mi ~ri (t). Show that the following relations hold for the motion relative
to the center of mass, irrespective of the choice of initial conditions
c) Compare the result of (b) with the relations that we discussed in the lecture for
the case of two disks that were not subjected to an external gravitational force.
How do the results obtained in the lecture carry over to the present system?
Hint: Most effectively this is answered by showing that for all times the vectors
~ 1 = ~r1 × p~1 , and that therefore ~r1 , ~v1 , ~r2 , and ~v2
~r2 and ~v2 are orthogonal to L
will always lie in a plain.
d) How do the trajectories look like before the collision (in the CM system and for
an observer standing on the playground).
e) How do the momenta of the particles change in an elastic collision? How do the
trajectories look like after the collision (in the CM system and for an observer
standing on the playground).
4
Problem 7.7. Inelastic collisions, ballistics, and cinema heroes.
We first discuss a few CSI techniques to investigate firearms. Then we wonder how
cinema heroes shoot.
b) What is the angular momentum of the projectile, the wooden block and the
total angular momentum before the impact of the bullet? How does it change
upon impact? What is the angular momentum of the swing after the impact?
What is its kinetic and potential energy? How far does it rise until it reverses its
direction of motion? For which projectile velocities does it to over the fulcrum?
Bonus: Determine the kinetic energy of the projectile before the impact and
compare it to the kinetic energy of the swing immediately after the impact.
What is the origin of the energy difference?
c) The title of Stanley Kubrick’s movie Full Metal Jacket refers to full metal jacket
bullets, i.e. projectiles of the M16 assault rifle used in the Vietnam war. Its
bullets have a mass of 10 g and they deflect a 1 kg wooden block suspended at a
2 m swing arm to a maximum angle of 127◦ . What is the velocity of the bullets?
The bullets of a 9 mm Luger pistol have a mass of 8 g and they are fired with a
muzzle velocity of 350 m/s. What is the associated the maximum deflections of
the swing?
d) What does this tell about the recoil of the pistol and the rifle?
Have a look now at the Rambo shooting scene on YouTube where you see him
performing a 30seconds burst fire with about 200rounds/minute.
Estimate the force needed to return the rifle to the initial position by the next
shot, and the resulting amplitude of the quivering of the gunman’s arm. What
do you conclude about this scene?
5
Bonus Problem
Problem 7.8. Hypotrochoids, roulettes, and the spirograph.
a) Consider the track of a pole attached to a disk with n cogs that rolls inside a
circular curve with m > n cogs. Why does the resulting curve form a closed
line? How many revolutions does the disk make till the curve closes? What
is the symmetry of the resulting roulette? (The curves to the top left is an
examples with three-fold symmetry, and the one to the bottom left has seven-
fold symmetry.)
b) Adapt the description for the curves developed in Problem 7.5 such that you
can describe hypotrochoids.
c) Test your result by writing a Python program that plots the cruves for given m
and n.