Skip to content

Newton's Laws & Non-Inertial Frames: Master Notes

Chapter Overview

Newton's Laws form the backbone of classical dynamics. In JEE (Advanced) and Olympiads, the questions test complex Free Body Diagrams (FBDs), multi-body friction transitions (Two-Block Problems), and pseudo-forces in accelerating/rotating frames.


1. Core Framework & Free Body Diagrams (FBD)

1.1 The Golden Protocol for Any Dynamics Problem

  1. Isolate the Subsystem: Draw an isolated outline of each body.
  2. Draw All External Real Forces:
    • Field forces: Gravity (mg downward at CM).
    • Contact forces: Normal reaction N (perpendicular to surface, push only), Tension T (pull along string), Friction f (parallel to interface).
  3. Choose the Coordinate System:
    • Align axes along the direction of expected acceleration (x-axis) and perpendicular (y-axis).
  4. Apply F=ma.

2. Friction: Static, Limiting & Kinetic Mechanics

Static Friction: 0fsfmax=μsNKinetic Friction: fk=μkN(acts opposite to relative slip velocity vrel)
Multi-Mode DiagramNewton's Laws: Static vs Kinetic Friction Transition
Option 1: Publication-Grade Scientific Vector SVG

Friction curve showing linear static threshold fs <= mu_s N followed by kinetic friction drop f_k = mu_k N.

f_k = μ_k N
Static Friction: fsμsNf_s \le \mu_s N
Kinetic Friction: fk=μkN(μk<μs)f_k = \mu_k N \quad (\mu_k < \mu_s)

2.1 The Two-Block Friction Master Algorithm

Consider block A of mass mA resting on block B of mass mB, with friction μ between them, and force F applied to B.

Smooth Floor (μ = 0)
<!-- Bottom Block B --> <rect x="100" y="80" width="180" height="50" rx="3" fill="#3b82f6" stroke="var(--vp-c-text-1)" stroke-width="2"/> <text x="175" y="110" fill="#fff" font-weight="700" font-size="14">B (m_B)</text> <!-- Top Block A --> <rect x="140" y="35" width="100" height="45" rx="3" fill="#10b981" stroke="var(--vp-c-text-1)" stroke-width="2"/> <text x="175" y="62" fill="#fff" font-weight="700" font-size="14">A (m_A)</text> <!-- Friction interface indicator --> <text x="245" y="78" fill="#f59e0b" font-weight="700" font-size="12">&larr; Friction &mu;</text> <!-- Force F Arrow --> <line x1="30" y1="105" x2="95" y2="105" stroke="#ef4444" stroke-width="3" marker-end="url(#arrow-red)"/> <text x="45" y="98" fill="#ef4444" font-weight="700" font-size="14">F</text> 
Figure Two-Block Friction System: Friction between A and B limits the maximum common acceleration before relative slipping occurs.

The 3-Step Algorithm:

  1. Find Maximum Friction between A and B:fmax=μmAg
  2. Find Maximum Acceleration of A without Slipping: Since only friction accelerates A:amax=fmaxmA=μg
  3. Find the Critical Force Fcrit to cause slipping: When both blocks move together at amax:Fcrit=(mA+mB)amax=(mA+mB)μg
  • If FFcrit: Both move together with aA=aB=FmA+mB, and f=mAa<fmax.
  • If F>Fcrit: Blocks slip! aA=μg, and aB=FμmAgmB.

3. Non-Inertial Frames & Pseudo Forces

When analyzing motion from a reference frame accelerating with linear acceleration A0:

Fnet, rel=Freal+FpseudoFpseudo=mA0

(The pseudo-force always acts in the direction opposite to the frame's acceleration, applied at the Center of Mass).

In a Rotating Frame with Angular Velocity Ω:

Fapparent=FrealmA0Translational2m(Ω×vrel)Coriolis ForcemΩ×(Ω×r)Centrifugal Force (mΩ2r)mΩ˙×rEuler Force

4. Authentic Previous Years Questions (PYQs)

PYQ 1: JEE Advanced 2022 (Paper 2) — Wedge-Block Constrained Dynamics

Question:
A wedge of mass M with inclination angle θ rests on a smooth horizontal surface. A block of mass m is released from rest on the smooth incline of the wedge. Find:

  1. The horizontal acceleration A of the wedge.
  2. The acceleration ar of the block relative to the wedge.
  3. The normal reaction force N between the block and the wedge.

Step-by-Step Solution:

Let us analyze the block in the non-inertial frame of the wedge (accelerating leftward with A).

  • Real forces on block: Gravity mg (down), Normal force N (perpendicular to incline).
  • Pseudo force on block: mA (directed rightward).
  1. Perpendicular to the Incline (No relative acceleration in this direction):

    N=mgcosθmAsinθ--- (Equation 1)
  2. Parallel to the Incline:

    mgsinθ+mAcosθ=marar=gsinθ+Acosθ--- (Equation 2)
  3. Horizontal Force Balance on the Wedge (Inertial Frame): The only horizontal force acting on the wedge is the horizontal component of N:

    Nsinθ=MAN=MAsinθ--- (Equation 3)
  4. Equating N from (1) and (3):

    MAsinθ=mgcosθmAsinθA(Msinθ+msinθ)=mgcosθA(M+msin2θsinθ)=mgcosθA=mgsinθcosθM+msin2θN=MmgcosθM+msin2θar=(M+m)gsinθM+msin2θ

PYQ 2: JEE Advanced 2020 — Multi-Surface Friction Transitions

Question:
A block of mass m1=2 kg is placed on top of block m2=4 kg. The coefficient of friction between the two blocks is μ1=0.4, and between m2 and the ground is μ2=0.1. A horizontal force F is applied on m1. Determine the accelerations of both blocks when F=16 N. (g=10 m/s2).

Step-by-Step Solution:

  1. Find Maximum Friction Limits:

    • Top interface: f1,max=μ1m1g=0.4×2×10=8 N.
    • Bottom interface: f2,max=μ2(m1+m2)g=0.1×(2+4)×10=6 N.
  2. Can m2 Move?: To move m2, top friction must overcome the bottom floor limit:

    f1>f2,max8 N>6 N(Yes, m2 will move!)
  3. Check if Both Move Together: Max acceleration of m2 under f1,max:

    a2,max=f1,maxf2,maxm2=864=0.5 m/s2

    Force required on combined system for a=0.5 m/s2:

    Fcrit=(m1+m2)a2,max+f2,max=(2+4)(0.5)+6=3+6=9 N
  4. Analyze for F=16 N: Since F=16 N>Fcrit=9 N, slipping occurs between m1 and m2!

    • Top friction reaches kinetic limit: f1=8 N.
    • Acceleration of m1:a1=Ff1m1=1682=4.0 m/s2
    • Acceleration of m2:a2=f1f2m2=864=0.5 m/s2

5. High-Yield Formula Sheet

System / PhenomenonFormulaKey Condition
Pseudo ForceFp=mA0Frame accelerating with A0
Centrifugal ForceFc=mω2rOutward in frame rotating with ω
Coriolis ForceFCor=2m(Ω×vrel)Moving particle in rotating frame
Wedge ReactionN=MmgcosθM+msin2θSmooth horizontal floor and incline
Minimum Stopping Distancedmin=v22μgSkid stopping under friction μ