Kinematics is the language of mechanics. Two or three questions appear directly in JEE Main every year, and projectile/relative-motion problems form the basis for the more advanced Newtonian dynamics and energy problems later. In JEE Advanced, kinematics is hidden inside multi-concept questions: projectile + collisions, river-boat + work-energy, calculus-based motion under variable forces.
Typical question types:
JEE Main: equations of motion, v-t/x-t graphs, projectile range and max-height, relative velocity (boat/rain).
JEE Advanced: variable acceleration with a=f(v) or a=f(x), projectile on incline (max range derivation), two-particle simultaneous projectile problems, the relative-velocity trick that turns a 2-particle problem into a 1-particle problem.
Concept Map
1D motion
Position, displacement, distance
Average vs instantaneous velocity & speed
Calculus relations: v=dx/dt, a=dv/dt=vdv/dx
Equations of uniform acceleration; motion under gravity
Graphs (x-t, v-t, a-t); area under curves
Variable acceleration: a=f(t), f(v), f(x)
2D motion
Position vector, velocity, acceleration in vector form
Independence of perpendicular motions
Projectile motion
Horizontal range, max height, time of flight, equation of trajectory
Projectile from a height
Projectile on inclined plane (along & against slope)
Maximum range on incline
Relative velocity
1D and 2D relative velocity
River-boat: cross in minimum time vs minimum drift
Rain-man problems
Topic 1: One-Dimensional Motion
Sub-topic A: Position, displacement, distance
For motion along the x-axis, position is x(t); displacement between t1,t2 is Δx=x(t2)−x(t1). Distance is the total path length; it is always ≥∣Δx∣ and equal only when motion is in one direction.
Sub-topic B: Velocity and speed
Average velocityvˉ=Δx/Δt (vector).
Average speed= total distance / total time (scalar).
Instantaneous velocityv=dx/dt.
Instantaneous speed∣v∣.
Sub-topic C: Calculus relations
v=dtdx,a=dtdv=dt2d2x=vdxdv.
The chain-rule identity a=vdv/dx is invaluable when a is a function of position.
Sub-topic D: Equations of motion (uniform acceleration)
Starting from a=const:
∫dv=∫adt⇒v=u+at.
∫dx=∫(u+at)dt⇒x=ut+21at2.
From adx=vdv: v2=u2+2as.
Distance in n-th second: sn=u+2a(2n−1).
Important: These hold only for constant a.
Sub-topic E: Motion under gravity
Take upward positive, a=−g:
Freely falling body from rest: v=gt, h=21gt2, v2=2gh.
Particle thrown up with speed u: time to top =u/g, max height =u2/(2g), returns to start in 2u/g with same speed u (downward).
Time of flight from height h thrown up with u: −h=ut−21gt2⇒t=gu+u2+2gh.
Sub-topic F: Graphs
Graph
Slope
Area
x-t
velocity
—
v-t
acceleration
displacement
a-t
jerk
change in velocity
Key: the slope of an x-t graph at any instant is v; if the slope is zero (horizontal tangent), the particle is momentarily at rest.
Sub-topic G: Variable acceleration
Case 1: a=f(t). Integrate: v=u+∫0tf(t′)dt′. Then x=x0+∫0tvdt′.
Case 2: a=f(v). Use a=dv/dt and separate variables:
dt=f(v)dv,t=∫f(v)dv.
Or use a=vdv/dx:
dx=f(v)vdv.
Case 3: a=f(x). Use a=vdv/dx:
vdv=f(x)dx⇒21v2=∫f(x)dx+C.
Worked Examples (JEE Main level)
Example 1.1. A particle moves along x with x(t)=t3−6t2+9t+1 (SI). Find (a) velocity, (b) acceleration at t=2 s, (c) when is the particle at rest, (d) distance travelled in the first 3 s.
(a) v=dx/dt=3t2−12t+9. At t=2: v=12−24+9=−3 m/s.
(b) a=dv/dt=6t−12. At t=2: a=0.
(c) v=0⇒3t2−12t+9=0⇒t=1,3 s.
(d) Distance = ∣x(1)−x(0)∣+∣x(3)−x(1)∣=∣5−1∣+∣1−5∣=4+4=8 m.
Example 1.2. A ball is dropped from a height H. Find ratio of distances covered in 1st, 2nd, 3rd second.
sn=u+2g(2n−1) with u=0. Ratio 1:3:5 (Galileo's odd-numbers rule).
Example 1.3. A car accelerates from rest at 2m/s2 for 5 s, then moves at constant velocity for 10 s, then decelerates at 4m/s2 until stopping. Total distance?
Phase 1: v1=0+2⋅5=10 m/s; s1=21⋅2⋅25=25 m.
Phase 2: s2=10⋅10=100 m.
Phase 3: 0=10−4t⇒t=2.5 s; s3=10⋅2.5−21⋅4⋅(2.5)2=25−12.5=12.5 m.
Total =25+100+12.5=137.5 m.
Worked Examples (JEE Advanced level)
Example 1.A1. Acceleration of a particle is a=−kv2. Initial speed u at x=0. Find v(x).
vdv/dx=−kv2⇒dv/v=−kdx⇒ln(v/u)=−kx⇒v=ue−kx.
Example 1.A2. A particle starts from rest at x0 and moves with a=−ω2x. Show that x(t)=x0cosωt.
vdv/dx=−ω2x⇒v2=ω2(x02−x2).
Then dx/dt=−ωx02−x2 (sign chosen so x decreases initially). Integrating with x(0)=x0 gives x=x0cosωt. (SHM about origin.)
Example 1.A3. Two trains, 120 m and 80 m long, run on parallel tracks in opposite directions at 54 and 36 km/h. Time to completely pass each other?
Relative speed = 90 km/h =25 m/s. Total length = 200 m. Time = 200/25=8 s.
Topic 2: Two-Dimensional Motion
Sub-topic A: Vector form
r(t)=x(t)^+y(t)^,v=r˙,a=r¨.
If a is constant:
v=u+at,r=r0+ut+21at2.
Each component obeys the 1D equations independently.
Sub-topic B: Independence of perpendicular motions
If a=(ax,ay) and u=(ux,uy), then:
x=x0+uxt+21axt2,y=y0+uyt+21ayt2.
Solve each independently.
Worked Examples (JEE Main level)
Example 2.1. A particle has u=3^ m/s and a=4^ m/s². Find v and r at t=2 s.
v=3^+8^ m/s. r=6^+8^ m.
Example 2.2. Position vector r=(3t)^+(4t−5t2)^ m. Find speed at t=0.5 s.
v=3^+(4−10t)^. At t=0.5: v=3^−1^. Speed =10 m/s.
Topic 3: Projectile Motion
Sub-topic A: Horizontal ground
Launch from origin with speed u at angle θ above horizontal; g downward.
ux=ucosθ, uy=usinθ. ax=0, ay=−g.
x=ucosθt,y=usinθt−21gt2.
Time of flightT: set y=0 (other than t=0): T=g2usinθ.
RangeR: R=ucosθT=gu2sin2θ. Maximum Rmax=u2/g at θ=45∘.
Maximum heightH: H=2gu2sin2θ.
Equation of trajectory: eliminate t:
y=xtanθ−2u2cos2θgx2=xtanθ(1−Rx).
Useful relations:
H/R=tanθ/4.
At max height, v=ucosθ (horizontal).
θ and 90∘−θ give same range (complementary angles).
Sub-topic B: Projectile from a height
A ball thrown horizontally with speed u from height h:
y=h−21gt2 — hits ground at t=2h/g. Horizontal range R=u2h/g. Velocity at ground: vx=u,vy=−2gh, speed =u2+2gh.
For projectile thrown at angle θ from height h with speed u, time of flight from y=0 down to −h:
−h=usinθt−21gt2⇒t=gusinθ+u2sin2θ+2gh.
Sub-topic C: Projectile on an inclined plane
Take axes along (x′) and perpendicular (y′) to incline of angle α. Gravity components: gx′=−gsinα (along incline, downhill), gy′=−gcosα (into incline).
If projectile is launched from the foot of the incline at angle β to incline with speed u (and angle α+β with horizontal):
ux′=ucosβ, uy′=usinβ.
Time of flight (returns to incline, y′=0):
T=gcosα2usinβ.
Range along incline:
R=ucosβT−21gsinαT2.
After simplification:
R=gcos2α2u2sinβcos(α+β)(up the incline).
Down the incline (projected from top, angle β below the line of incline reversed): replace sinα→−sinα:
R↓=gcos2α2u2sinβcos(α−β).
Maximum range up the incline. Maximize over β: derivative of sinβcos(α+β) vanishes at β=π/4−α/2, giving
Rmax,↑=g(1+sinα)u2.
Maximum range down the incline:β=π/4+α/2,
Rmax,↓=g(1−sinα)u2.
Derivation of max-range angle (up the incline). Set f(β)=sinβcos(α+β). Use product-to-sum:
f(β)=21[sin(2β+α)−sinα].
Maximum when sin(2β+α)=1, i.e. 2β+α=π/2, so β=π/4−α/2. Plugging back: fmax=21(1−sinα). So Rmax,↑=gcos2αu2(1−sinα)=g(1+sinα)u2 (using cos2α=1−sin2α).
Worked Examples (JEE Main level)
Example 3.1. A projectile is fired with u=20 m/s at 30∘ above horizontal. Find R,H,T. (g=10.)
T=2⋅20⋅21/10=2 s. R=400⋅sin60∘/10=203≈34.6 m. H=400⋅(1/4)/20=5 m.
Example 3.2. A ball thrown horizontally from a 45 m cliff with u=20 m/s. Where does it land? With what velocity?
t=2⋅45/10=3 s. R=20⋅3=60 m. vy=30 m/s, so v=400+900=1300≈36 m/s. Angle arctan(30/20)=56.3∘ below horizontal.
Example 3.3. A stone is projected at 30∘ above horizontal at 20 m/s, from the top of a 25 m tower. Find total time of flight.
uy=10, h=25. 25=−10t+5t2⇒t2−2t−5=0⇒t=1+6≈3.45 s.
Worked Examples (JEE Advanced level)
Example 3.A1. A projectile is fired from the bottom of an incline of angle 30∘ at speed u at angle β above the incline. Find β for which the range up the incline is maximum and find that range.
Example 3.A2. Two particles are thrown simultaneously from the same point with speeds u1 and u2 at angles θ1 and θ2. Show that the path of one as seen from the other is a straight line.
Relative velocity v12=u1−u2 is constant since both experience the same g (their accelerations cancel in the relative frame). Hence the relative motion is uniform → straight-line path.
Example 3.A3. A ball is thrown with speed u at angle θ above horizontal. Find the radius of curvature at (i) the highest point, (ii) the point of projection.
At any point, an=gcosϕ where ϕ is the angle of velocity with horizontal; an=v2/Rc.
(i) At highest point, ϕ=0, v=ucosθ, so Rc=u2cos2θ/g.
(ii) At point of projection, ϕ=θ, v=u, so Rc=u2/(gcosθ).
Topic 4: Relative Velocity
Sub-topic A: Definition
For two particles A,B with velocities vA,vB measured in the ground frame, the velocity of A as seen by B is
vAB=vA−vB.
Similarly aAB=aA−aB and rAB=rA−rB.
Sub-topic B: 1D problems
Two cars on a straight road moving at v1,v2 in the same direction: relative speed =∣v1−v2∣. Opposite directions: v1+v2.
Sub-topic C: River-boat problem
Let the river flow with speed vR along +x (east). The boat speed in still water is vB. Let θ be the angle of the boat's heading (in still water) measured from the bank-normal (north).
Velocity of boat w.r.t. ground:
vBg=(vR−vBsinθ)^+(vBcosθ)^.
Crossing in minimum time (no constraint on drift): max y-component → θ=0 (head straight across). tmin=W/vB where W is width. Drift =vR⋅tmin=vRW/vB.
Crossing with zero drift (minimum drift = 0, only possible if vB>vR): require vBsinθ=vR⇒sinθ=vR/vB. Boat heads upstream at this angle. Time =W/(vBcosθ)=W/vB2−vR2.
If vB<vR, zero drift impossible. Minimum drift: set dy/dt and dx/dt such that the velocity vector is as close to the across-direction as possible. Drift x=vRt−vBsinθt. Width crossed W=vBcosθt. So x=W⋅vBcosθvR−vBsinθ. Minimise over θ: dx/dθ=0 gives sinθ=vB/vR. Then cosθ=1−vB2/vR2 and minimum drift xmin=WvR2−vB2/vB.
Sub-topic D: Rain-man problem
A man walks east with speed vM. Rain falls vertically with speed vR. In the man's frame, vRM=vR−vM=−vM^−vR^. So rain appears to come at an angle arctan(vM/vR) from the vertical, in the direction opposite to walking — he tilts his umbrella forward.
If the rain falls at angle α with vertical with speed vR in the ground frame, decompose and re-apply vRM=vR−vM.
Worked Examples (JEE Main level)
Example 4.1. A boat can move at 5 m/s in still water. River flows at 3 m/s. Width 200 m. (a) Min time to cross & drift? (b) Min-drift case & time?
(a) Min time =200/5=40 s. Drift =3⋅40=120 m.
(b) Head upstream at sinθ=3/5⇒θ=37∘. Time =200/(5⋅4/5)=200/4=50 s. Drift =0.
Example 4.2. A man walks at 4 m/s in rain falling vertically at 3 m/s. At what angle should he hold his umbrella?
tanα=4/3⇒α=53∘ from vertical, tilted forward.
Example 4.3. Two trains on parallel tracks 80 m apart, moving north at 20 m/s and south at 25 m/s. Min distance during passage?
Tracks parallel, perpendicular separation always 80 m; minimum distance =80 m. (Trap question — answer is the perpendicular distance.)
Worked Examples (JEE Advanced level)
Example 4.A1. A swimmer can swim at vB in still water. A river of width W flows at vR>vB. Find the angle θ from the across-direction at which she must swim to land at the point directly opposite to the start, knowing that no such point exists; instead find the minimum drift point.
Already shown above: sinθ=vB/vR (heading partly into the stream gives minimum drift). Min drift =WvR2−vB2/vB.
Example 4.A2. Two cars start simultaneously from points A and B on perpendicular roads, moving at 40 km/h and 30 km/h toward the junction O, which is 4 km from A and 3 km from B. After how long is their separation minimum, and what is it?
Relative velocity of B w.r.t. A: vBA=(0,30)−(40,0)=(−40,30) km/h (taking A→O as +x and B→O as +y). Initial relative position rBA(0)=(−4,−3) km (taking O as origin: A at (4,0), B at (0,3), then rBA=(0,3)−(4,0)=(−4,3)). Recompute carefully.
Place O at origin. A at (4,0), B at (0,3). A moves with vA=(−40,0) km/h (toward O). B moves with vB=(0,−30) km/h. Position at time t: A:(4−40t,0), B:(0,3−30t). Separation:
d2=(4−40t)2+(3−30t)2.
d(d2)/dt=2(4−40t)(−40)+2(3−30t)(−30)=−80(4−40t)−60(3−30t)=−320+3200t−180+1800t=5000t−500=0⇒t=0.1 h =6 min.
d2=(4−4)2+(3−3)2=0+0=0. Oops — they collide at O! Of course: both arrive at O at t=0.1 h.
So if speeds are tuned correctly they meet at the junction. Otherwise dmin>0. In general tmin=−r0⋅vrel/vrel2, dmin=∣r0×vrel∣/vrel.
Example 4.A3. Rain falls vertically at vR. A man on a bus moving at vM holds an umbrella at 30∘ with vertical. Later when the bus stops, rain appears to be vertical. Find vR/vM.
In the bus frame, rain's horizontal velocity is −vM (forward by vM). tan30∘=vM/vR⇒vR/vM=3.
Topic 5: Calculus-heavy problems
Pure calculus problems are JEE Advanced staple. The trick is identifying which of a=f(t),f(v),f(x) applies and using the right form of a.
Example 5.1. A particle of mass m moves along x under force F=−kx (Hooke's law). Find v(x) given v=v0 at x=0.
Example 5.2. A particle starts from rest with acceleration a=α−βv. Find v(t) and terminal speed.
dv/dt=α−βv. Separate: dv/(α−βv)=dt⇒−β1ln(α−βv)=t+C. With v(0)=0: C=−β1lnα. So v(t)=βα(1−e−βt). Terminal speed =α/β.
Example 5.3. A particle's position is x=Asinωt. Find a as a function of x.
v=Aωcosωt, a=−Aω2sinωt=−ω2x. (SHM.)
Problem-Solving Heuristics
Choose axes wisely in 2D motion — for inclined-plane projectiles, use axes along and perpendicular to the incline; for horizontal projectiles, use horizontal/vertical.
For two-particle problems, switch to the relative frame — it converts a two-body kinematics problem into single-particle with constant relative velocity (since arel=0 if both feel only g).
For variable acceleration, identify whether a depends on t,v or x, and use:
a=f(t)⇒v=∫fdt.
a=f(v)⇒dt=dv/f or dx=vdv/f.
a=f(x)⇒vdv=fdx.
For projectile-on-incline problems: rotate axes; remember β is measured from the incline, not horizontal.
Symmetry in projectiles: horizontal time up = time down; horizontal range is symmetric in θ about 45∘.
Use the equation of trajectoryy=xtanθ(1−x/R) when given a point through which the projectile passes.
Always verify with the dimensional check and a limit check (e.g. α=0 should reduce incline formulas to horizontal-ground formulas).
River-boat: the boat angle is measured w.r.t. the bank-normal, not the bank. Drawing a clean diagram avoids 90°-mix-ups.
Common Traps & Mistakes
Distance vs displacement: a particle making a round trip has zero displacement but non-zero distance.
Confusing instantaneous and average velocity. They are equal only for uniform motion.
Using v=u+at for variable acceleration — wrong.
H/R=tanθ/4 is for projectile on level ground, not for incline.
For projectile from height h, the time is not2usinθ/g; that's only for return to same height. Use the quadratic with y=−h.
Relative velocity formula: vAB=vA−vB (velocity of A as observed by B). The order matters — sign errors lose marks.
In river-boat problems, students often confuse "angle with the flow" vs "angle with normal to flow". Pick one and stick to it.
In rain-man problems, the man tilts the umbrella in the direction of his motion, not against.
A particle moving in a circle has non-zero acceleration (centripetal) even with constant speed.
A particle moves along x with x(t)=t3−6t2+9t+1. Total distance travelled in the first 3 s is:
Q2
A ball is thrown vertically up with speed u. The ratio of distances covered in successive seconds (1st, 2nd, 3rd) during ascent (assuming the ball is still going up) is:
Q3
A projectile launched at angle θ with speed u has max height equal to a quarter of its range. The angle of projection is:
Q4
A stone is thrown horizontally from a cliff of height 80 m with speed 30 m/s (g=10). The velocity vector at the time of impact makes an angle with horizontal equal to:
Q5
A boat can move at 4 m/s in still water. A river 200 m wide flows at 3 m/s. The minimum time to cross and the corresponding drift are:
Q6
A particle has acceleration a=−kv. If it starts with speed v0, the distance covered before coming to rest is:
Q7
A projectile fired from the foot of an incline (angle α=30∘) at speed u at angle β=30∘ above the incline. Range along the incline (g=10,u=20):
Q8
Two particles are thrown simultaneously from the same point with the same speed at different angles. The locus of one as seen from the other is:
Q9
A particle moves in a straight line with a=2t m/s². If v=0 at t=0, then x at t=3 s (with x(0)=0):
Q10
Rain is falling vertically at 10 m/s. A man runs east at 10 m/s. The angle (from vertical) at which he should tilt his umbrella:
Q11
A particle is projected at u=50 m/s at 37∘(sin37∘=0.6). Time at which velocity becomes perpendicular to the initial velocity is (g=10):
Q12
(JEE Advanced trap) A balloon rises vertically from the ground with constant speed 5 m/s. A stone is dropped from it 10 s after launch. Time for the stone to reach the ground (g=10, neglect air resistance):
Q13
A car moving at 20 m/s applies brakes giving deceleration 4 m/s². Distance covered before stopping:
Q14
A particle moves with velocity v=a^+bt^. Its trajectory is:
Q15
(JEE Advanced) From the top of a tower of height H, a particle is thrown horizontally with speed u. Another particle is thrown simultaneously from the foot of the tower vertically upward with speed v such that they collide. The condition is: