Kinematics: PYQ Walkthrough (4)

easy 3 min read

Question

A particle moves along a straight line such that its position is given by x(t)=2t39t2+12t+4x(t) = 2t^3 - 9t^2 + 12t + 4 metres, where tt is in seconds. Find the time at which the particle momentarily comes to rest, and the displacement during the first 3 seconds. (Adapted from JEE Main 2023, Shift 2.)

Solution — Step by Step

Velocity is the rate of change of position. Differentiating once:

v(t)=dxdt=6t218t+12v(t) = \frac{dx}{dt} = 6t^2 - 18t + 12

We want the instants where v=0v = 0, since “momentarily at rest” means zero velocity.

Setting 6t218t+12=06t^2 - 18t + 12 = 0 and dividing through by 6:

t23t+2=0    (t1)(t2)=0t^2 - 3t + 2 = 0 \implies (t-1)(t-2) = 0

So the particle is at rest at t=1st = 1\,\text{s} and t=2st = 2\,\text{s}. Both are valid because the particle reverses direction twice on this path.

We need positions at t=0,1,2,3t = 0, 1, 2, 3 to track the back-and-forth motion:

  • x(0)=4x(0) = 4 m
  • x(1)=29+12+4=9x(1) = 2 - 9 + 12 + 4 = 9 m
  • x(2)=1636+24+4=8x(2) = 16 - 36 + 24 + 4 = 8 m
  • x(3)=5481+36+4=13x(3) = 54 - 81 + 36 + 4 = 13 m

Displacement is final minus initial position, regardless of how many turns the particle takes:

Δx=x(3)x(0)=134=9m\Delta x = x(3) - x(0) = 13 - 4 = 9\,\text{m}

Final answers: at rest at t=1t = 1 s and t=2t = 2 s; displacement in first 3 s = 9 m.

Why This Works

The trick examiners love here is the difference between displacement and distance travelled. Displacement only cares about the start and end points, so we can ignore the wiggling in between.

If they had asked for total distance, we would add x(1)x(0)+x(2)x(1)+x(3)x(2)=5+1+5=11|x(1)-x(0)| + |x(2)-x(1)| + |x(3)-x(2)| = 5 + 1 + 5 = 11 m. Read the question word by word — JEE setters routinely swap these terms to catch tired students.

Alternative Method

We could use definite integration of speed:

distance=03v(t)dt\text{distance} = \int_0^3 |v(t)|\,dt

But for displacement alone, the fundamental theorem of calculus gives 03vdt=x(3)x(0)\int_0^3 v\,dt = x(3) - x(0) directly. Same answer, less work.

Common Mistake

Students often report the answer as 11 m because they forget that the question asks for displacement, not distance. Always underline “displacement” or “distance” in the question before solving — this single habit saves 1 to 2 marks per kinematics PYQ.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next