JEE Advanced Deep Concepts
Non-inertial frames, pseudo forces, constraint relations, variable mass. These are the concepts that separate AIR 1-500 from everyone else.
Non-Inertial Reference Frames
Non-Inertial Frame: One that is accelerating. Newton's Laws do NOT work directly — you must add pseudo force.
How to Identify:
- Frame attached to accelerating lift → Non-inertial
- Frame attached to accelerating truck/car → Non-inertial
- Rotating reference frame (e.g., Earth's surface for precise calculations) → Non-inertial
- Frame of a freely falling body → Locally inertial (special case)
- Ground frame → Inertial (for practical purposes)
Ground Frame vs Lift Frame Analysis
Block on floor of lift accelerating upward with acceleration a. Find normal force.
N - mg = ma
N = m(g + a)
Add pseudo force = ma (downward).
N - mg - ma = 0
N = m(g + a) ✓
Pseudo Force (Fictitious Force)
a₀ = acceleration of the non-inertial frame. Pseudo force acts opposite to frame's acceleration.
When to Apply:
- Identify that you're working in a non-inertial frame
- Find acceleration of the frame (a₀) — magnitude and direction
- Apply pseudo force on EVERY object in that frame: F_pseudo = ma₀ in OPPOSITE direction to frame's acceleration
- Now treat the frame as inertial — apply Newton's Laws normally
Pendulum in Accelerating Vehicle
Problem: A simple pendulum hangs in a car accelerating at 'a' to the right. Find angle of string with vertical at equilibrium.
Pseudo force on bob = ma (to the LEFT, opposite to car's acceleration)
At equilibrium in car's frame:
T sinθ = ma (horizontal — pseudo force)
T cosθ = mg (vertical — weight)
tan θ = a/g
θ = arctan(a/g)
Effective g_eff = √(g² + a²)
T = m√(g² + a²)
Block on Accelerating Wedge:
Block feels pseudo force = mA to the left
Along incline: mg sinθ - mA cosθ = ma (relative to wedge)
Perpendicular: N - mg cosθ - mA sinθ = 0
For block to remain stationary relative to wedge: a = 0
→ mg sinθ = mA cosθ → A = g tanθ
Constraint Relations
In connected body problems, the string/rope provides a constraint: the total length is constant. This creates a relationship between velocities and accelerations of connected bodies.
- Write length of string in terms of coordinates of masses
- Differentiate once → constraint on velocities
- Differentiate again → constraint on accelerations
- Use this constraint as additional equation
Simple Cases:
- Single pulley (simple): a₁ = a₂ (string over frictionless pulley)
- Atwood: Both masses have same |acceleration| (up/down)
- Block on wedge + pulley at top: v_block along wedge = v_hanging block
Complex Constraint — Movable Pulley
System: Two fixed strings attached to a movable pulley. Weight hangs from pulley.
So: a_pulley = (a₁ + a₂)/2
In general: a_movable_pulley = average of accelerations of its strings' ends
Tension: T in each string = 2T' (T' = tension in main string)
This is why pulleys multiply force (mechanical advantage).
Wedge of angle θ moves right with acceleration A. Block slides on wedge. Constraint: block's horizontal displacement = wedge's horizontal displacement + block's displacement along wedge × cosθ. This gives: a_block_horizontal = A + a_relative × cosθ.
Block A on incline (angle θ), Block B hanging vertically. String over pulley at top. Constraint: if B descends by x, A moves up the incline by x. So a_B = a_A in magnitude. Common acceleration a = (m_B g - m_A g sinθ - f) / (m_A + m_B).
Variable Mass Systems
where v_rel = velocity of ejected mass relative to body
Rocket Equation:
Net force on rocket = F_thrust - mg (if gravity acts)
Rocket equation: m(dv/dt) = F_thrust - mg = v_rel|dm/dt| - mg
Tsiolkovsky Rocket Equation:
v_f - v_i = v_rel × ln(m_i/m_f)
Chain Problem (Classic JEE)
Problem: A chain of mass M, length L lies on a rough table. Part of it hangs off the edge. Find maximum length that can hang without sliding. (μ = friction coefficient)
Weight of hanging part = Mgl/L (downward)
Normal force = Mg(L-l)/L
Max friction = μ × Mg(L-l)/L
For equilibrium: Mgl/L ≤ μMg(L-l)/L
l ≤ μ(L-l) → l ≤ μL/(1+μ)
l_max = μL/(1+μ)
Chain sliding off table (dynamics):
When chain starts sliding, use F_net = ma where both F and m are functions of position. This leads to a differential equation. JEE Advanced tests the setup and first integral.
Complex Multi-Concept Problems
Concept 2: Constraint — block moves along incline surface of wedge
a_block(absolute) = a_wedge + a_block(relative to wedge)
Concept 3: Newton's 2nd Law for wedge (horizontal):
N sinθ = M × a_wedge
Solve simultaneously → a_wedge = mg sinθ cosθ/(M + m sin²θ)
N + mg = mv²/r (both N and mg toward center)
For N ≥ 0: mv²/r ≥ mg → v_min = √(gr)
Note: This is DIFFERENT from the usual case where ball might fall off — here ball is INSIDE bucket, not on outside of a loop.
At bottom: N - mg = mv_bottom²/r
Use energy: v_bottom² = v_top² + 4gr = 5gr
N = m(g + v_bottom²/r) = m(g + 5g) = 6mg
1. What concepts are involved? (List them explicitly)
2. What are the constraints? (Write them as equations)
3. How many unknowns? Do I have enough equations?
This prevents wasting 5 minutes trying to solve an underdetermined system.