Advanced Thinking — JEE Focus
This page is for the top 1%. Non-uniform acceleration, calculus-based kinematics, and JEE Advanced-level problems that most students skip. Don't skip them.
When Normal Equations FAIL
- a = a(t) → acceleration varies with time
- a = a(x) → acceleration varies with position
- a = a(v) → acceleration varies with velocity
- Force varies: F(t), F(x), F(v)
The Calculus Toolkit
Case 1: Acceleration as Function of Time — a = f(t)
Method
∴ v = 3t²/2 − 4t
x = t³/2 − 2t²
Case 2: Acceleration as Function of Position — a = f(x)
Key Substitution: v dv/dx = a(x)
This comes from the chain rule: a = dv/dt = (dv/dx)(dx/dt) = v·(dv/dx)
[v²/2]₂ᵛ = [x²]₁³
v²/2 − 2 = 9 − 1 = 8
v²/2 = 10 → v = √20 = 2√5 m/s
Case 3: Acceleration as Function of Velocity — a = f(v)
Two Integration Forms
t = −(1/k) ln(v/v₀) = (1/k) ln(v₀/v)
∴ v = v₀ e^(−kt)
🔬 Advanced Graph Interpretation
From v² = u² + 2ax → If a = constant: v² vs x is a straight line with slope = 2a and y-intercept = u².
If the slope changes → acceleration changes.
If v² decreases linearly with x → particle decelerates uniformly → a = −slope/2.
A curved x-t graph (not parabola) indicates non-uniform acceleration. The slope (velocity) changes non-linearly with time. To find instantaneous velocity: draw tangent at the point. The angle of tangent gives v. JEE Advanced draws unusual curves and asks for v at a specific point.
🎯 JEE Advanced Style Problems
The velocity of a particle moving on the x-axis is given by v = x² + x (in SI units). Find the acceleration at x = 2 m.
A particle moves along x-axis with acceleration a = (4 − 2x) m/s². The particle starts from rest at x = 0. Find the position where velocity is maximum.
∫₀ᵛ v dv = ∫₀² (4−2x)dx
v²/2 = [4x − x²]₀² = 8 − 4 = 4
v_max = 2√2 m/s at x = 2 m