Home
Coaching Programs
NEET Physics Coaching Delhi JEE Physics Coaching Delhi CBSE Class 11 Physics CBSE Class 12 Physics Online Physics Classes Physics Doubt Solving
Academic Calendar
Online Live Class – XI Online Live Class – XII Online Live Class – Dropper Batch
Locations Near You
Physics Coaching East Delhi Physics Coaching South Delhi Physics Coaching Noida Physics Coaching Gurgaon Physics Coaching Ghaziabad Physics Coaching Indirapuram Physics Coaching Greater Noida
Study Material
Class 11
Units & Measurements Motion in 1D Motion in 2D Laws of Motion Work, Energy & Power Rotational Motion Gravitation Thermal Properties Thermodynamics Oscillations & SHM Waves
Class 12
Electric Charges Capacitors Current Electricity Moving Charges EMI Alternating Current EM Waves Ray Optics Wave Optics Dual Nature Nuclei Semiconductors
Expert Strategy Guides
Improve Physics Numericals Common JEE Mistakes Score 90 in CBSE Physics NEET Prep Strategy Exam Time Management Problem Solving Framework Derivations Step-by-Step Why Students Struggle How Toppers Study Best Way to Revise
Resources & Reference
📐 Physics Formulas & Concepts ⚠️ Common Mistakes & Corrections
Blog & Articles
Physics Doubts Solving Guide Best Way to Study Physics for NEET How to Score 90 in Class 12 Physics Physics Formula Sheet Class 12
Book a Diagnostic Session
📞 Call Now 🎯 Get Your Physics Assessment
🏠 Home📖 Concepts🔢 Formulas↗ Vectors🧩 Problems🔗 Interlinks📊 PYQ🚀 Advanced⏱ Practice🎯 Strategy⚡ Revision

Advanced Thinking JEE Focus

This is where ranks are decided. Think differently. Solve what others can't.

🚨
JEE ADVANCED LEVEL

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.

🧠
The Mental Model

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')
Initial: u_x' = v₀cosβ
Acc: a_x' = −gsinα
x' = v₀cosβ·t − ½gsinα·t²
Perpendicular to incline (y')
Initial: u_y' = v₀sinβ
Acc: a_y' = −gcosα
y' = v₀sinβ·t − ½gcosα·t²
Range along incline
R = 2v₀²sinβcos(α+β) / (gcosα)
Time of flight: T = 2v₀sinβ / (gcosα)
Angle for Maximum Range on Incline
β = (90°−α)/2 = 45° − α/2
Maximum range: R_max = v₀² / [g(1 + sinα)]
🔬
JEE Advanced Twist

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.

JEE AdvancedInclined Projectile
Problem: A ball is projected from the bottom of a 30° inclined plane with speed 20 m/s at 30° above the incline. Find time of flight and range along the incline. (g=10 m/s²)
1

α=30°, β=30°, v₀=20 m/s
gcosα = 10×cos30° = 10×(√3/2) = 5√3

2

T = 2v₀sinβ / (gcosα) = 2×20×sin30° / (5√3) = 2×20×0.5 / (5√3) = 20/5√3 = 4/√3 ≈ 2.31 s

3

R = v₀cosβ × T − ½gsinα × T² = 20cos30°×(4/√3) − ½×10sin30°×(4/√3)²

4

= 20×(√3/2)×(4/√3) − 5×0.5×(16/3) = 40 − 40/3 = 80/3 ≈ 26.7 m

Relative Projectile Motion

🔬
JEE Advanced Core Idea

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 Motion Framework
r⃗_rel(t) = r⃗_A(t) − r⃗_B(t) = r⃗_rel(0) + v⃗_rel · t
Since a⃗_rel = 0, relative position varies linearly with time
JEE AdvancedMinimum Distance
Problem: Ball A is thrown horizontally with 10 m/s and Ball B is dropped vertically simultaneously from a point 20 m horizontally away. Find the minimum distance between them and the time at which it occurs. (g=10 m/s²)
🧠
Key Insight

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.

1

Relative position at t=0: Δr⃗ = 20î m (B is 20m to the right of A)

2

Relative velocity: v⃗_rel = v⃗_B − v⃗_A = 0 − 10î = −10î m/s

3

Relative position: r⃗_rel(t) = 20î − 10tî = (20−10t)î

4

Minimum distance when r_rel = 0 → t = 2 s, minimum distance = 0 m (they COLLIDE at t=2s!)

🎯
Generalisation

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)

Most Students Avoid This — That's Your Advantage

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.

Calculus Approach
v⃗ = ∫a⃗ dt + C₁    r⃗ = ∫v⃗ dt + C₂
Integration constants from initial conditions
JEE AdvancedVariable Acceleration
Problem: A particle has acceleration a⃗ = (2t)î + (3)ĵ m/s². At t=0: position r⃗₀ = 0, velocity v⃗₀ = 5î m/s. Find position vector at t=2s.
1

v⃗ = ∫a⃗ dt = ∫(2tî + 3ĵ)dt = t²î + 3tĵ + C₁

2

At t=0: v⃗ = 5î → C₁ = 5î. So v⃗ = (t²+5)î + 3tĵ

3

r⃗ = ∫v⃗ dt = ∫[(t²+5)î + 3tĵ]dt = (t³/3 + 5t)î + (3t²/2)ĵ + C₂

4

At t=0: r⃗ = 0 → C₂ = 0

5

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

At bottom: v_b² = v_t² + 4gR
T_b − mg = mv_b²/R
T_t + mg = mv_t²/R
T_b − T_t = 6mg
🎯
Key Result

T_b − T_t = 6mg always. This is independent of speed! JEE has asked this directly.

Vertical Circle — Track (inside)

At top: N_t = mv_t²/R − mg ≥ 0
Min: v_t = √(gR), N_t = 0
At bottom: N_b = mv_b²/R + mg
N_b − N_t = 6mg (same result!)
JEE AdvancedVertical Circle + Energy
Problem: A ball attached to a string of length 1m swings in a vertical circle. At the lowest point, tension in string is 10 times the weight. Find: (a) speed at lowest point, (b) speed at highest point, (c) tension at highest point. (g=10 m/s²)
1

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

2

Energy conservation: ½mv_b² = ½mv_t² + mg(2r) → v_t² = v_b² − 4gr = 90 − 4×10×1 = 50 → v_t = 5√2 m/s

3

T_t + mg = mv_t²/r → T_t = m(v_t²/r − g) = m(50/1 − 10) = 40m N = 4mg

🔬
Verify: T_b − T_t = 10mg − 4mg = 6mg ✓

The difference T_b − T_t = 6mg is confirmed. Use this as a shortcut check in any vertical circle problem.

← PYQ Analysis Next: Practice →