Advanced Thinking JEE Focus
This is where ranks are decided. Think differently. Solve what others can't.
This section contains concepts and problems that go beyond standard syllabus. These are the topics that appear in JEE Advanced and distinguish the top 500 from the top 5000.
Projectile on an Inclined Plane
JEE twists projectile motion by placing the ground at an angle. The approach: rotate your coordinate system to align with the incline.
Don't think of a tilted ground. Think of a normal problem with tilted gravity. Resolve g into components along and perpendicular to the incline. Now it's just standard 2D with modified "gravity" components.
Setup: Incline angle α, projectile angle β (from incline)
Along incline (x')
Acc: a_x' = −gsinα
x' = v₀cosβ·t − ½gsinα·t²
Perpendicular to incline (y')
Acc: a_y' = −gcosα
y' = v₀sinβ·t − ½gcosα·t²
When α=0 (flat ground): β=45°, R_max = v₀²/g. This correctly reduces to the standard result — confirming the formula. JEE often asks you to derive the standard result as a special case.
α=30°, β=30°, v₀=20 m/s
gcosα = 10×cos30° = 10×(√3/2) = 5√3
T = 2v₀sinβ / (gcosα) = 2×20×sin30° / (5√3) = 2×20×0.5 / (5√3) = 20/5√3 = 4/√3 ≈ 2.31 s
R = v₀cosβ × T − ½gsinα × T² = 20cos30°×(4/√3) − ½×10sin30°×(4/√3)²
= 20×(√3/2)×(4/√3) − 5×0.5×(16/3) = 40 − 40/3 = 80/3 ≈ 26.7 m
Relative Projectile Motion
When two projectiles are launched simultaneously under same gravity, their relative acceleration = 0. From one projectile's frame, the other moves in a straight line. This insight makes "minimum distance" problems trivial.
Minimum Distance Between Two Projectiles
Since relative motion is in a straight line, minimum distance = perpendicular distance from origin to this straight line (in relative motion diagram).
Relative acceleration = 0 (both under same gravity). So B, as seen from A, moves with constant relative velocity = v_B − v_A = 0 − 10î = −10î m/s (horizontal). Initial separation = 20î m.
Relative position at t=0: Δr⃗ = 20î m (B is 20m to the right of A)
Relative velocity: v⃗_rel = v⃗_B − v⃗_A = 0 − 10î = −10î m/s
Relative position: r⃗_rel(t) = 20î − 10tî = (20−10t)î
Minimum distance when r_rel = 0 → t = 2 s, minimum distance = 0 m (they COLLIDE at t=2s!)
When relative velocity is NOT along the initial separation, use perpendicular distance formula: d_min = |r⃗_rel × v̂_rel| = |r₀sinφ| where φ is angle between r⃗₀ and v⃗_rel.
Variable Acceleration in 2D (Calculus-Based)
When acceleration is not constant, you cannot use v=u+at or s=ut+½at². You MUST integrate. JEE Advanced reserves 1–2 questions for this. If you know it, you gain marks where others lose them.
v⃗ = ∫a⃗ dt = ∫(2tî + 3ĵ)dt = t²î + 3tĵ + C₁
At t=0: v⃗ = 5î → C₁ = 5î. So v⃗ = (t²+5)î + 3tĵ
r⃗ = ∫v⃗ dt = ∫[(t²+5)î + 3tĵ]dt = (t³/3 + 5t)î + (3t²/2)ĵ + C₂
At t=0: r⃗ = 0 → C₂ = 0
At t=2: r⃗ = (8/3 + 10)î + (6)ĵ = (38/3)î + 6ĵ ≈ (12.67î + 6ĵ) m
Energy Analysis: Non-Uniform Circular Motion
In non-uniform circular motion (vertical circle, banking with friction), energy is not conserved if friction acts. You must track work done by each force.
Vertical Circle — String
T_b − mg = mv_b²/R
T_t + mg = mv_t²/R
T_b − T_t = 6mg
T_b − T_t = 6mg always. This is independent of speed! JEE has asked this directly.
Vertical Circle — Track (inside)
Min: v_t = √(gR), N_t = 0
At bottom: N_b = mv_b²/R + mg
N_b − N_t = 6mg (same result!)
T_b = 10mg: T_b − mg = mv_b²/r → 10mg − mg = mv_b²/1 → 9g = v_b² → v_b = √(9×10) = √90 = 3√10 m/s
Energy conservation: ½mv_b² = ½mv_t² + mg(2r) → v_t² = v_b² − 4gr = 90 − 4×10×1 = 50 → v_t = 5√2 m/s
T_t + mg = mv_t²/r → T_t = m(v_t²/r − g) = m(50/1 − 10) = 40m N = 4mg
The difference T_b − T_t = 6mg is confirmed. Use this as a shortcut check in any vertical circle problem.