Newton's Laws & Dynamics
Level 4 (Application) — Unseen Problems
Time: 60 minutes | Total Marks: 50
Take unless otherwise stated. .
Question 1. (10 marks) A block of mass rests on a horizontal table and is connected by a light inextensible string over a frictionless pulley at the table edge to a hanging block . The coefficient of kinetic friction between and the table is , and the coefficient of static friction is .
(a) By comparing the driving force to the maximum static friction, determine whether the system moves. (3) (b) If it moves, find the acceleration of the system and the tension in the string. (5) (c) State one reason the tension is not equal to the weight of . (2)
Question 2. (12 marks) A car of mass rounds a curve of radius that is banked at angle . The coefficient of static friction between tyres and road is .
(a) Derive, from a free body diagram, the general expression for the maximum speed at which the car can round the curve without slipping up the bank, in terms of , , , . (6) (b) For , compute . (3) (c) Find the speed for which no friction is required at this banking angle, and comment on what friction does below and above this speed. (3)
Question 3. (10 marks) A small bead of mass is threaded on a vertical circular wire hoop of radius and swung in a vertical circle. (Treat the bead as a particle on a smooth track.)
(a) Derive the minimum speed the bead must have at the top of the loop if it were on the inside of a smooth track with no wire above it (i.e. relying only on gravity for centripetal force). (3) (b) Now, because the bead is threaded on the wire, the wire can push either inward or outward. Explain why the bead can pass the top of the loop with arbitrarily small speed in this case, and give the minimum speed. (2) (c) For the threaded bead released from rest at the same height as the centre of the hoop, use energy conservation to find its speed at the bottom of the hoop. (5)
Question 4. (10 marks) A satellite is to be placed in a circular orbit around a planet of mass and radius .
(a) Derive from Newton's law of gravitation the orbital speed for a circular orbit of radius . (3) (b) Compute for an orbit at altitude above the surface. (3) (c) Derive the escape velocity from the planet's surface and compute it. Show algebraically that . (4)
Question 5. (8 marks) Inside a train carriage accelerating horizontally with acceleration , a pendulum of length hangs from the ceiling and settles at a steady angle from the vertical.
(a) Working in the non-inertial frame of the carriage, draw the free body diagram (including the pseudo-force) and derive . (4) (b) A passenger of mass stands on a bathroom scale on the carriage floor. If the carriage accelerates forward, does the scale read more, less, or the same as ? Justify. (2) (c) The train now brakes with deceleration . Find the pendulum's steady angle . (2)
Answer keyMark scheme & solutions
Question 1 (10)
(a) Driving force = weight of hanging mass . Maximum static friction . (1) Since , the driving force exceeds max static friction → system moves. (2)
(b) With motion, kinetic friction . (1) Equations:
- :
- : (1)
Add: (2) Tension: . (1)
(c) Because is accelerating downward (), net force on it must be non-zero; hence . Tension equals weight only in equilibrium (static/constant velocity). (2)
Question 2 (12)
(a) FBD: weight down, normal surface, friction along surface (down the slope at max speed, since car tends to slide up). (1) Resolve (vertical & horizontal, centripetal = horizontal inward):
- Vertical:
- Horizontal: (2)
At maximum speed . Substitute: (1) Divide: (1) (1)
(b) : . Numerator ; Denominator . (1) Ratio . . (1) . (1)
(c) No-friction speed: . (1) Below : car tends to slide down, friction acts up the slope. (1) Above : car tends to slide up, friction acts down the slope. (1)
Question 3 (10)
(a) On inside of a track, only gravity + normal (inward) supply centripetal force. Minimum when : (3)
(b) A threaded bead has the wire on both sides; the wire can supply an outward (upward at top) reaction. So gravity need not fully provide centripetal force — the wire makes up any deficit. Thus can be arbitrarily small (minimum speed ). (2)
(c) Released from rest at height of centre (level with axis), drop to bottom = distance below centre. (1) Energy conservation: (2) (2)
Question 4 (10)
(a) Gravity provides centripetal force: (3)
(b) . (1) . (1) . (1)
(c) Escape: total energy zero: . (1) . (1) Surface orbital speed , so . (2)
Question 5 (8)
(a) In the carriage frame the bob is in equilibrium under: tension along string, weight down, pseudo-force backward (opposite to acceleration). (1) Horizontal: ; Vertical: . (2) Divide: . (1)
(b) Forward acceleration is horizontal only; vertical equilibrium unchanged, so normal force → scale reads the same, . (Horizontal acceleration doesn't affect vertical normal force.) (2)
(c) . (Bob swings toward front of train during braking.) (2)
[
{"claim":"Q1 acceleration = 2.8 m/s^2","code":"a=(3.0*9.8-0.25*4.0*9.8)/7.0; result=abs(a-2.8)<0.05"},
{"claim":"Q1 tension = 21.0 N","code":"a=(3.0*9.8-0.25*4.0*9.8)/7.0; T=3.0*(9.8-a); result=abs(T-21.0)<0.1"},
{"claim":"Q2 vmax approx 24.2 m/s","code":"th=pi/180*20; v=sqrt(80*9.8*(tan(th)+0.30)/(1-0.30*tan(th))); result=abs(float(v)-24.2)<0.3"},
{"claim":"Q4 escape = sqrt(2)*surface orbital speed","code":"GM=6.67e-11*6.0e24; Rp=6.4e6; vesc=sqrt(2*GM/Rp); vs=sqrt(GM/Rp); result=abs(float(vesc)-sqrt(2)*float(vs))<1"},
{"claim":"Q3 bottom speed = 3.13 m/s","code":"v=sqrt(2*9.8*0.5); result=abs(float(v)-3.13)<0.02"}
]