Newton's Laws & Dynamics
Level 2 (Recall / Standard Problems)
Time limit: 30 minutes Total marks: 40
Take unless otherwise stated. .
Q1. State Newton's first law of motion and explain how it provides an operational definition of force. (3 marks)
Q2. A body of mass moving at is brought to rest in by a constant force. Using the impulse–momentum theorem, find the magnitude of the force. (4 marks)
Q3. A block of mass rests on a horizontal floor. A horizontal push of is applied but the block does not move. The coefficient of static friction is . (a) Draw a free body diagram of the block. (2 marks) (b) Find the normal force and the actual friction force acting on the block. (3 marks)
Q4. Derive the expression for the angle of repose on a rough inclined plane and show that . (4 marks)
Q5. In an Atwood machine two masses and hang from a light inextensible string over a frictionless pulley. Derive and compute the acceleration of the system and the tension in the string. (5 marks)
Q6. A car of mass moves around a flat circular track of radius at . (a) What provides the centripetal force? (1 mark) (b) Calculate the required centripetal force. (3 marks)
Q7. Derive the expression for the escape velocity from the surface of a planet of mass and radius , and hence compute it for the Earth (, ). (5 marks)
Q8. State Newton's third law. Give one common misconception about action–reaction pairs and explain why it is incorrect. (3 marks)
Q9. A stone is whirled in a vertical circle of radius . Derive the condition for the minimum speed at the top of the circle and calculate its value. (4 marks)
Answer keyMark scheme & solutions
Q1. (3 marks)
- Statement: A body remains at rest or in uniform straight-line motion unless acted on by a net external force. (1)
- Operational definition: force is that which changes a body's state of rest or uniform motion — i.e. that which produces acceleration. (1)
- The absence of acceleration (in an inertial frame) signals zero net force; force is defined/detected by the acceleration it causes. (1)
Q2. (4 marks)
- Impulse–momentum: . (1)
- . (1)
- . (1)
- Magnitude (opposite to motion). (1)
Q3. (5 marks) (a) FBD: weight down, normal up, applied force horizontal, friction opposing applied force. (2) (b) . (1)
- Max static friction , so block stays still. (1)
- Actual friction applied force (static friction adjusts to balance). (1)
Key point: friction is not automatically ; it equals applied force up to the maximum.
Q4. (4 marks)
- On incline at angle : forces along plane are (down) and friction (up). Perpendicular: . (1)
- At angle of repose, block is on verge of sliding, so . (1)
- Equilibrium along plane: . (1)
- Divide: . (1)
Q5. (5 marks)
- For (down): ; for (up): . (1)
- Add: . (1)
- . (1)
- . (1)
- (Check: .) (1)
Q6. (4 marks) (a) Friction between tyres and road provides the centripetal force. (1) (b) (1) (1) . (1)
Q7. (5 marks)
- Energy conservation: KE at surface = magnitude of PE to reach infinity: . (1)
- Solve: . (1)
- Substitute: . (1)
- Numerator ; divide by . (1)
- (). (1)
Q8. (3 marks)
- Statement: For every action there is an equal and opposite reaction; forces occur in pairs acting on different bodies. (1)
- Misconception: that action–reaction pairs cancel out / produce equilibrium. (1)
- Why wrong: the two forces act on different bodies, so they never cancel on a single body; they cannot be added to give net force on one object. (1)
Q9. (4 marks)
- At the top, gravity + tension provide centripetal force: . (1)
- Minimum speed when : . (1)
- . (1)
- . (1)
[
{"claim":"Q2 force magnitude = 25 N","code":"m=2; v_i=5; v_f=0; t=Rational(4,10); F=m*(v_f-v_i)/t; result = (abs(F)==25)"},
{"claim":"Q5 acceleration = 2.45 m/s^2 and tension = 36.75 N","code":"m1=3; m2=5; g=Rational(98,10); a=(m2-m1)*g/(m1+m2); T=m1*(g+a); result = (a==Rational(49,20)) and (T==Rational(147,4))"},
{"claim":"Q6 centripetal force = 4500 N","code":"m=1000; v=15; r=50; Fc=m*v**2/r; result = (Fc==4500)"},
{"claim":"Q9 minimum speed at top = 2.8 m/s","code":"g=Rational(98,10); r=Rational(8,10); v=sqrt(g*r); result = (simplify(v-Rational(28,10))==0)"},
{"claim":"Q7 escape velocity approx 1.12e4 m/s","code":"G=6.67e-11; M=6.0e24; R=6.4e6; ve=sqrt(2*G*M/R); result = (abs(ve-1.12e4) < 200)"}
]