Review
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 tankless water heater heats water as it flows through the device. The
water circulates through a copper heat exchanger. For a particular water heater
the flow rate is 8.7 liter per minute. The temperature rise of the water is 25
oC. The water heater uses gas to heat the water in the copper coils
and is 80% efficient. What is the gas energy input rate in units of kW?
conversion: 1 kcal = 4186 J
Solution:
- Concepts:
Energy conservation, specific heat c
- Reasoning:
Water flow rate (kg/s) * c(J/(kgoC) * temperature change (oC)
= power input (W) * efficiency.
- Details of the calculation:
Water flow rate: 8.7 kg/minute =
(8.7/60) kg/s.
Specific heat of water: c =
4186 J/(kg oC).
P = ((8.7/60) kg/s)*(4186 J/(kgoC))*(25
oC)/0.8 = 18967 W
≈ 19 kW.
Problem 3:
A mass m
is attached to a horizontal spring. Initially the mass is at rest. At t = 0, a
force F = F0cosωt starts acting on the
mass. For t > 0, find the displacement x of the mass from its equilibrium
position, assuming there is no friction and damping. Assume that ω2
≠ k/m.
Solution:
- Concepts:
Newton's second law, forced oscillations
- Reasoning:
Equation of motion md2x/dt2 = -kx +
F0cosωt.
We find a solution to the inhomogeneous equation d2x/dt2
+ (k/m)x = (F0/m)cosωt
and add the solution of the homogeneous equation d2x/dt2
+ (k/m)x = 0.
-
Details of the calculation:
d2x/dt2
+ ω0x
= (F0/m)cosωt, with ω02 =
k/m.
Try a solution x = Bcos(ωt), a particular solution to the
inhomogeneous equation.
This yields B = (F0/m)/(ω02 -
ω2).
To find the most general solution we add the homogeneous solution x = Ccos(ω0t
+ δ).
Most general solution: x(t) = Ccos(ω0t + δ) + [(F0/m)/(ω02 -
ω2)]cos(ωt).
Initial conditions: x(0) = dx/dt|t=0 = 0.
Ccos(δ) + [(F0/m)/(ω02 - ω2)] =
0, -ω0Csin(δ) = 0, --> δ = 0, C = -[F0/m)/(ω02 -
ω2).
x(t) = -[(F0/m)/(ω02 - ω2)]cos(ω0t)
+ [(F0/m)/(ω02 - ω2)]cos(ωt).
The motion is a superposition of two oscillations with different frequencies.
If |ω0 -
ω| << ω, we observe "beats".
Problem 4:
The volume between two concentric spherical surfaces of
radii a and b (a < b) is filled with an inhomogeneous dielectric with
permittivity
ε = ε0/(1 + κr),
where ε0
and κ are constants and r is the radial coordinate.
Thus D(r) = εE(r).
A charge Q is placed on the inner surface, while the outer surface is grounded.
Find:
(a) The displacement D(r) and the field E(r) in the region a < r
< b.
(b) The capacitance of the device.
(c) The volume polarization charge density in the region a < r < b.
(d) The surface polarization charge density at r = a and at r = b.
Solution:
- Concepts:
Gauss law and symmetry
- Reasoning:
The problem has spherical symmetry. We can find the field between the surfaces
in terms of the free charge Q on the surface using Gauss' law for D.
- Details of the calculation:
(a) Gauss law for D: D(r) = Q/(4πr2)
er.
E(r) = Q(1 +
κr)/(4πε0r2) er.
(b) C = Q/ΔV.
ΔV = Va =
∫abE∙dr = [Q/(4πε0)](1/a
- 1/b + κ ln(b/a)).
C = (4πε0ab)/(b - a + abκ
ln(b/a)).
(c) D = ε0E + P
P = (ε - ε0)E = (ε - ε0) Q(1 + κr)/(4πε0r2)
er = -Qκ/(4πr) er.
The volume polarization charge density is
ρP = -∇∙P.
ρP = Qκ/(4πr2).
Total volume polarization charge = Qκ(b - a)
(d) σP = P∙n.
At r = a, n = er. σP = Qκ/(4πa).
At r = b, n = -er. σP = -Qκ/(4πb).
The total polarization charge is zero, as required.