🏠 NEET Home
NEET 2027 · Chapter 2 · Babu Sir’s assignment

Babu Sir’s marked questions, fully worked

Sixteen problems from the eighteen photographed pages, each in seven parts: Given, Asked, Concept, Method and baby steps, Tricks, Solution, Diagram. Five questions were altered in blue ink — those are flagged and recomputed.
16 problems5 modified in bluePython-verified16 animated diagrams7-part format

What is in this pack

Scope

Every question Babu Sir marked in blue across the eighteen photographed pages, worked in the seven-part format you asked for: Given · Asked · Concept · Method and baby steps · Tricks · Solution · Diagram. Sixteen problems in all.

Read this before you start — five questions were changed by hand

Babu Sir did not simply tick these questions. On five of them he rewrote the data in blue ink, so the printed answer in the book is now wrong. Those five carry a red left border and a MODIFIED tag. The changes are:

QuestionPrinted in the bookBabu Sir’s version
Example 7x = a + bt²x = a + bt³
Example 8x = 18t + 5t²x = 20t² + 3t + 1
Example 12a = 3t² + 2t + 2a = 2t + 2
Example 13a = 3 m s⁻², t = 35 sa = 10 m s⁻², t = 45 s
Example 11t = √x + 3t = √(x + … ?

Because the numbers changed, do not check these five against the printed answers. Every answer in this pack was recomputed from scratch and verified independently in Python before it was written down.

One thing I could not read — please check with Babu Sir

On the Example 11 page the blue annotation begins t = √(x + and then runs off the right-hand edge of the photograph, so the constant inside the square root is not visible.

I have solved the printed version (t = √x + 3), which is the original IIT question and gives displacement = 0.

Worth knowing why this matters: if the intended change is t = √(x + c), then x = t² − c and v = 2t, which is zero only at t = 0. That makes the question trivial and rather pointless — so either the modification is something else, or it was abandoned. A photo of the full margin would settle it in seconds.

One page was cut off

The page carrying Q7 (“As soon as a car just starts from rest … a scooter overtakes the car”, Fig. 3.66) shows the graph but the sub-questions run past the edge of the photograph. I have left it out rather than guess what was being asked. Everything else in the pack is covered.

For Q8 with Fig. 3.67 the sub-questions were also cut off, so Problem 11 answers the four standard parts — acceleration in each phase, total distance and average velocity.

The sixteen problems

01 · Example 4 · tickedAverage speed over two halves02 · Example 7 · modified in blueVelocity from a cubic position law03 · Example 8 · modified in blueInstantaneous vs average velocity, and acceleration04 · Example 9 · circled and tickedPosition, velocity and acceleration at t = 0; when does it stop?05 · Example 11 · circled and ticked · IITDisplacement when the velocity is zero06 · Example 12 · modified in blueVelocity from a time-dependent acceleration07 · Problems for Practice 1–4 · Q1 circledFour position laws, one pattern08 · Example 13 · modified in blueMinimum runway length and take-off speed09 · Example 22 · ticked · Chandigarh 03Distance in the n-th second, from two given seconds10 · Example 37 · circled · Delhi 06Reading a triangular speed–time graph11 · Problems for Practice Q8 · page with Fig. 3.67Full analysis of a trapezoidal velocity–time graph12 · Problems for Practice Q6 · Fig. 3.65Distance and displacement from a graph that goes negative13 · Problems for Practice Q1 · circled · Delhi 02Uniform acceleration of a race car14 · Problems for Practice Q2 · circledRetardation and stopping time of a bullet15 · Example 43Relative velocity of two cars in the same direction16 · Problems for Practice Q1 · page 3.30Cyclist on a circular track — one full lap
The pattern behind the whole set

Eleven of these sixteen are the same skill dressed differently: go up or down the ladder x → v → a. Differentiate to go down, integrate to come back up, and never confuse a derivative (instantaneous, a tangent) with a chord (average, two endpoints).

The other five test the two graph rules — slope is acceleration, area is distance — plus the one relative-velocity subtraction. If Aamirah can state those three sentences from memory, the whole set is within reach.

Worked solutions

PROBLEM 1Example 4 · ticked Average speed over two halves

On a 60 km track, a train travels the first 30 km with a uniform speed of 30 km h⁻¹. How fast must the train travel the next 30 km so as to average 40 km h⁻¹ for the entire trip?

1 · Given
  • Total track length s = 60 km
  • First leg: s₁ = 30 km at v₁ = 30 km h⁻¹
  • Second leg: s₂ = 30 km at v₂ = ?
  • Required average speed for the whole trip v̄ = 40 km h⁻¹
  • Implicit: both speeds uniform, motion in one straight line with no reversal, so distance = displacement
2 · Asked
  • The speed v₂ needed on the second 30 km
3 · Concept

Average speed is total distance divided by total time — never the average of the two speeds. Since the two legs cover the same distance but at different speeds, they take different times, so the slower leg carries more weight.

The trick is to stop thinking about speed and think about a time budget. Fixing the average speed for the whole journey fixes the total time allowed. Subtract the time already spent, and whatever remains is all the time the second leg gets.

4 · Method and baby steps

Strategy: convert the target average into a total time, subtract the time used by leg 1, then divide the remaining distance by the remaining time.

  1. Total time allowed. ttotal = s/v̄ = 60/40 = 1.5 h.
  2. Time used by the first leg. t₁ = s₁/v₁ = 30/30 = 1 h.
  3. Time left for the second leg. t₂ = 1.5 − 1 = 0.5 h.
  4. Speed needed. v₂ = s₂/t₂ = 30/0.5 = 60 km h⁻¹.
  5. Check. Total distance 60 km, total time 1 + 0.5 = 1.5 h, so v̄ = 60/1.5 = 40 km h⁻¹. ✓
5 · Easy tricks and shortcuts
  • Harmonic-mean shortcut. For two equal distances, v̄ = 2v₁v₂/(v₁+v₂). Put 40 = 2(30)v₂/(30+v₂)1200 + 40v₂ = 60v₂v₂ = 60. One line.
  • Sanity bound. The harmonic mean always lies between the two speeds and below their arithmetic mean. Since the target 40 sits above 30, the answer must exceed 40 — and it does.
  • The half-time danger. If the target average had been 60 km h⁻¹, the whole 1 h budget would already be spent and no speed could work. Always check the time budget is positive before hunting for a number.
  • Never do this: (30 + v₂)/2 = 40 ⇒ v₂ = 50. That is the answer for equal times, not equal distances.
6 · Solution
v₂ = 60 km h⁻¹  (= 16.7 m s⁻¹)
7 · Diagram
30 km at 30 km/h 30 km at v = ? total 60 km takes 1 hour only 0.5 h left 1 h used 0.5 h left The TIME budget, not the distance, is what the target average speed fixes: 60 km ÷ 40 km/h = 1.5 h. Equal distances, unequal times — so never average the speeds
animated The 40 km/h target buys a total of 1.5 hours. The first 30 km eats a full hour of it, leaving only half an hour to cover the remaining 30 km — which demands 60 km/h.
PROBLEM 2Example 7 · modified in blue Velocity from a cubic position law

The position of an object moving along the x-axis is given by x = a + bt³, where a = 8.5 m, b = 2.5 m s⁻³ and t is measured in seconds. What is its velocity at t = 0 s and t = 2 s? What is the average velocity between t = 2 s and t = 4 s?
Babu Sir has changed the printed bt² to bt³. Note this also changes the unit of b to m s⁻³.

1 · Given
  • x = a + bt³
  • a = 8.5 m (a pure starting position, not an acceleration)
  • b = 2.5 m s⁻³ — the unit must carry s⁻³ so that bt³ comes out in metres
  • t in seconds; motion along a straight line (the x-axis)
2 · Asked
  • Instantaneous velocity at t = 0 s
  • Instantaneous velocity at t = 2 s
  • Average velocity between t = 2 s and t = 4 s
3 · Concept

Two different quantities are being asked for, and mixing them up is the whole point of the question.

Instantaneous velocity is v = dx/dt — the slope of the tangent at one instant. Differentiate, then substitute the time.

Average velocity is Δx/Δt — the slope of the chord joining two points. You need only the two end positions; the derivative plays no part.

The power rule does all the work: differentiates to 3t², and the constant a differentiates to zero because a fixed starting position never affects how fast you are moving.

4 · Method and baby steps

Strategy: differentiate once for the two instantaneous answers; then go back to the original x(t) and use endpoints for the average.

  1. Differentiate. v = dx/dt = d(a + bt³)/dt = 0 + 3bt² = 3bt².
  2. Put the number in. v = 3(2.5)t² = 7.5 t² m s⁻¹.
  3. At t = 0: v = 7.5(0)² = 0. The object starts from rest.
  4. At t = 2 s: v = 7.5(4) = 30 m s⁻¹.
  5. For the average, find the two positions.
    x(2) = 8.5 + 2.5(2)³ = 8.5 + 2.5(8) = 8.5 + 20 = 28.5 m
    x(4) = 8.5 + 2.5(4)³ = 8.5 + 2.5(64) = 8.5 + 160 = 168.5 m
  6. Divide the change in position by the change in time. v̄ = (168.5 − 28.5)/(4 − 2) = 140/2 = 70 m s⁻¹.
5 · Easy tricks and shortcuts
  • The 8.5 cancels itself. In the average-velocity step the constant a appears in both x(4) and x(2) and subtracts away. So v̄ = b(4³ − 2³)/2 = 2.5(56)/2 = 70 — you never need to add 8.5 at all.
  • Dimensional check on b. Since bt³ must be a length, b must be m s⁻³. If a question quotes b in m s⁻² alongside a , the question has a misprint — which is exactly what the printed version had before Babu Sir changed the power.
  • Mid-time does NOT work here. For constant acceleration the average velocity equals the velocity at the mid-time. Test it: mid-time is t = 3, and v(3) = 7.5(9) = 67.5 ≠ 70. The acceleration here is a = 15t, not constant, so that shortcut is void. This near-miss is a favourite trap.
  • Starting from rest is free information. Any position law whose lowest power of t is or higher automatically gives v(0) = 0.
6 · Solution
v(0) = 0  |  v(2 s) = 30 m s⁻¹  |  v̄(2→4 s) = 70 m s⁻¹
7 · Diagram
2 s 4 s 28.5 168.5 chord slope = 70 m/s (the average velocity) A cubic bends far more sharply than a parabola, so the average over 2→4 s (70 m/s) far exceeds v at t = 2 s (30 m/s). t (s) x (m)
animated The dot accelerates continuously because a = 15t grows with time. The dashed chord between t = 2 s and t = 4 s has slope 70 m/s — more than double the instantaneous 30 m/s at its left end.
PROBLEM 3Example 8 · modified in blue Instantaneous vs average velocity, and acceleration

The displacement (in metre) of a particle moving along the x-axis is given by x = 20t² + 3t + 1. Calculate (i) the instantaneous velocity at t = 2 s, (ii) the average velocity between t = 2 s and t = 3 s, (iii) the instantaneous acceleration.
Babu Sir has replaced the printed x = 18t + 5t² with x = 20t² + 3t + 1.

1 · Given
  • x = 20t² + 3t + 1, with x in metres and t in seconds
  • Coefficients carry units: 20 m s⁻², 3 m s⁻¹, 1 m
  • Motion is along a single straight line (the x-axis)
  • Implicit: the particle starts at x = 1 m with v = 3 m s⁻¹ at t = 0
2 · Asked
  • Instantaneous velocity at t = 2 s
  • Average velocity over the interval t = 2 s to t = 3 s
  • Instantaneous acceleration
3 · Concept

Think of a three-rung ladder: position → velocity → acceleration. Each step down is one differentiation.

The power rule is all you need: bring the power to the front and knock one off. 20t² becomes 40t; 3t becomes 3; and the lone 1 becomes 0, because a constant starting position never affects how fast you are going.

Part (ii) is not on that ladder. Average velocity is a chord: two positions, one subtraction, one division. Doing it by differentiating is the single most common error here.

4 · Method and baby steps

Strategy: differentiate twice for (i) and (iii); use the original x(t) at the two endpoints for (ii).

  1. Differentiate once for velocity. v = dx/dt = 40t + 3 + 0 = 40t + 3 m s⁻¹.
  2. (i) Substitute t = 2. v(2) = 40(2) + 3 = 80 + 3 = 83 m s⁻¹.
  3. (ii) Find the two positions.
    x(2) = 20(4) + 3(2) + 1 = 80 + 6 + 1 = 87 m
    x(3) = 20(9) + 3(3) + 1 = 180 + 9 + 1 = 190 m
  4. Divide. v̄ = (190 − 87)/(3 − 2) = 103/1 = 103 m s⁻¹.
  5. (iii) Differentiate again for acceleration. a = dv/dt = d(40t + 3)/dt = 40 m s⁻² — a constant, with no t in it.
5 · Easy tricks and shortcuts
  • Read the acceleration straight off. For any x = At² + Bt + C, the acceleration is always 2A and the initial velocity is always B. Here 2 × 20 = 40 and B = 3, with no differentiation written down at all.
  • Mid-time shortcut — and here it is legal. Because a is constant, the average velocity over an interval equals the instantaneous velocity at the mid-time. Mid-time of 2→3 is t = 2.5, and v(2.5) = 40(2.5) + 3 = 103. ✓ Same answer in one line. (Contrast Problem 2, where the cubic made this illegal.)
  • The +1 never matters for velocity or acceleration. It only fixes where the particle was at t = 0.
  • Order check. Since the particle is speeding up, expect v(2) < v̄(2→3) < v(3). Indeed 83 < 103 < 123. ✓
6 · Solution
(i) 83 m s⁻¹  |  (ii) 103 m s⁻¹  |  (iii) 40 m s⁻² (constant)
7 · Diagram
POSITION x = 20t²+3t+1 x(2) = 87 m VELOCITY v = 40t + 3 v(2) = 83 m/s ACCELERATION a = 40 constant, no t in it d/dt d/dt Average velocity is NOT on this ladder — it is a chord, not a derivative. v̄ = [x(3) − x(2)] / (3 − 2) = (190 − 87)/1 = 103 m/s Bigger than v(2) = 83, because the body is still speeding up across that second.
animated Each step down the ladder is one differentiation. Average velocity sits off the ladder entirely — it is built from two positions, not from a derivative.
PROBLEM 4Example 9 · circled and ticked Position, velocity and acceleration at t = 0; when does it stop?

The displacement x of a particle varies with time t as x = 4t² − 15t + 25. Find the position, velocity and acceleration of the particle at t = 0. When will the velocity of the particle become zero? Can we call the motion of the particle one with uniform acceleration?

1 · Given
  • x = 4t² − 15t + 25 (x in metre, t in second)
  • Coefficients carry units: 4 m s⁻², −15 m s⁻¹, 25 m
  • Implicit: the negative middle term means the particle sets off in the negative x-direction
2 · Asked
  • Position, velocity and acceleration at t = 0
  • The instant at which v = 0
  • Whether the acceleration is uniform
3 · Concept

Same three-rung ladder as before: differentiate for velocity, differentiate again for acceleration.

What makes this question interesting is the minus sign on the 15t. It means the particle starts off moving backwards while the acceleration pushes forwards. So the particle slows down, stops for an instant, and then reverses — exactly like a ball thrown upward.

‘Uniform acceleration’ simply means a does not depend on t. Differentiate twice: if the answer still contains a t, the acceleration is not uniform. If it is a bare number, it is.

4 · Method and baby steps

Strategy: build v(t) and a(t) first, then read off everything the question asks by substituting or solving.

  1. Position at t = 0. x(0) = 4(0) − 15(0) + 25 = 25 m.
  2. Differentiate for velocity. v = dx/dt = 8t − 15 m s⁻¹.
  3. Velocity at t = 0. v(0) = 8(0) − 15 = −15 m s⁻¹. The minus sign says it is moving in the −x direction at 15 m s⁻¹.
  4. Differentiate again for acceleration. a = dv/dt = 8 m s⁻², positive and with no t in it.
  5. Find when v = 0. 8t − 15 = 0 ⇒ t = 15/8 = 1.875 s.
  6. Is a uniform? Yes. a = 8 m s⁻² is a constant, so the motion is uniformly accelerated — the three kinematic equations are legal here.
  7. Where does it turn? (not asked, but worth knowing) x(1.875) = 4(3.5156) − 15(1.875) + 25 = 175/16 = 10.94 m.
5 · Easy tricks and shortcuts
  • Read all three off the pattern. For x = At² + Bt + C: initial position = C, initial velocity = B, acceleration = 2A. Here that is 25, −15 and 8 — all three answers with no calculus written down.
  • Turning time from the vertex formula. The particle stops at the vertex of the parabola, t = −B/2A = 15/8. Same answer, no differentiation.
  • Sign reading. B and 2A have opposite signs here, which is the algebraic fingerprint of ‘goes one way, comes back’. If they had matched signs, the particle would never turn.
  • Uniform-acceleration test in one glance. Highest power of t is 2 → acceleration constant. Highest power 3 or more → not constant. Problem 2 had , which is why its acceleration was 15t.
  • Beware of the word ‘displacement’ here. The question calls x a displacement but gives it a non-zero value at t = 0, so it is really a position measured from a fixed origin. Treat it as a position.
6 · Solution
x(0) = 25 m  |  v(0) = −15 m s⁻¹  |  a = 8 m s⁻²  |  v = 0 at t = 1.875 s  |  YES, uniformly accelerated
7 · Diagram
t = 1.875 s v = 0 here (turning point) start: x = 25 m, v = −15 m/s 1 3 25 10.94 The particle moves BACKWARDS first, stops at t = 1.875 s, then returns forwards. t (s) x (m)
animated Position starts at 25 m and falls, because the initial velocity is negative. At t = 1.875 s the curve bottoms out (v = 0, x = 10.94 m) and the particle heads back the way it came.
PROBLEM 5Example 11 · circled and ticked · IIT Displacement when the velocity is zero

The distance x of a particle moving in one dimension, under the action of a constant force, is related to time t by the equation t = √x + 3, where x is in metres and t in seconds. Find the displacement of the particle when its velocity is zero.
Babu Sir has written a variant beginning t = √(x + … in the margin, but the photograph is cut off at the page edge, so the constant inside the root cannot be read. See the note under the solution.

1 · Given
  • t = √x + 3, with x in metres and t in seconds
  • The force is constant, so the acceleration is constant
  • Implicit: √x ≥ 0, so the relation only describes times t ≥ 3 s — before that the particle is on the incoming branch
2 · Asked
  • The displacement x at the instant when v = 0
3 · Concept

The equation is written the wrong way round. It gives t in terms of x, but v = dx/dt needs x in terms of t. So the first move is not calculus at all — it is algebra: make x the subject.

To do that, isolate the square root and then square both sides. Squaring is legal here because both sides are non-negative once the 3 has been moved across.

After that it is the ordinary ladder: differentiate, set the velocity to zero, solve for t, and put that t back into x.

4 · Method and baby steps

Strategy: rearrange → differentiate → set v = 0 → solve for t → substitute back into x.

  1. Isolate the root. t = √x + 3 ⇒ √x = t − 3.
  2. Square both sides. x = (t − 3)².
  3. Expand (optional but useful). x = t² − 6t + 9.
  4. Differentiate. v = dx/dt = 2(t − 3) = 2t − 6 m s⁻¹.
  5. Set v = 0. 2t − 6 = 0 ⇒ t = 3 s.
  6. Substitute back. x = (3 − 3)² = 0² = 0.
  7. Interpret. The particle is at the origin at the moment it stops, so its displacement measured from the start of the motion is zero.
5 · Easy tricks and shortcuts
  • Read the vertex, skip the calculus. x = (t − 3)² is a parabola with its minimum at t = 3, and a perfect square has minimum value 0. Both answers are visible in the bracket without differentiating at all.
  • Confirm the acceleration is constant. a = dv/dt = 2 m s⁻², which agrees with the ‘constant force’ in the question. If your a had come out with a t in it, you would know the rearrangement went wrong.
  • Never differentiate the equation as printed. Writing dt/dx = 1/(2√x) and then flipping it does work, but it is far slower and invites a reciprocal error. Rearrange first, every time.
  • Careful with the word displacement. The answer is 0 m, which is not the same as saying the particle never moved. It travelled in from x = 9 m (at t = 0) and arrived at the origin — the distance covered is 9 m, but the displacement asked for is 0.
6 · Solution
x = 0  —  the displacement is zero
7 · Diagram
Step 1 — the equation gives t in terms of x. Turn it round so x is the subject: t = √x + 3  →  √x = t − 3  →  x = (t − 3)² Only now can you differentiate, because v = dx/dt needs x as a function of t. t = 3 s x = 0, v = 0 — it touches the axis 9 1 5 t (s) x (m)
animated x = (t − 3)² is a parabola sitting on the time axis. It touches the axis at t = 3 s, and at a touching point the slope — the velocity — is exactly zero.
PROBLEM 6Example 12 · modified in blue Velocity from a time-dependent acceleration

The acceleration of a particle in m s⁻² is given by a = 2t + 2, where time t is in second. If the particle starts with a velocity v = 2 m s⁻¹ at t = 0, find the velocity at the end of 2 s.
Babu Sir has replaced the printed a = 3t² + 2t + 2 with a = 2t + 2.

1 · Given
  • a = 2t + 2 m s⁻²
  • Initial velocity u = 2 m s⁻¹ at t = 0
  • Final time t = 2 s
  • Implicit: because a contains t, the acceleration is not uniform, so v = u + at and its two companions cannot be used
2 · Asked
  • The velocity v at t = 2 s
3 · Concept

Acceleration is the rate at which velocity changes: a = dv/dt. To go backwards from acceleration to velocity you must integrate — the exact reverse of differentiating.

The rule for integrating a power is the power rule run backwards: raise the power by one and divide by the new power. So 2t becomes 2t²/2 = t², and the constant 2 becomes 2t.

Integration always leaves an unknown constant behind. Here it is the initial velocity, and the question hands it to you: v = 2 when t = 0.

4 · Method and baby steps

Strategy: separate the variables, integrate both sides with limits, and the constant handles itself.

  1. Write the definition. a = dv/dt = 2t + 2.
  2. Separate. dv = (2t + 2) dt.
  3. Integrate with limits — velocity from 2 to v, time from 0 to 2:
    2v dv = ∫02 (2t + 2) dt
  4. Do the left side. v − 2.
  5. Do the right side. [t² + 2t]02 = (4 + 4) − (0 + 0) = 8.
  6. Solve. v − 2 = 8 ⇒ v = 10 m s⁻¹.
  7. Check by the indefinite route. v = t² + 2t + C; at t = 0, v = 2 gives C = 2, so v = t² + 2t + 2, and v(2) = 4 + 4 + 2 = 10. ✓
5 · Easy tricks and shortcuts
  • Use limits and skip C entirely. Putting the numbers straight into the integral signs, as in step 3, means you never write a constant of integration and never risk forgetting it.
  • Area shortcut. The change in velocity is the area under the a–t graph. Here that graph is a straight line from 2 to 6 over 2 seconds — a trapezium of area ½(2 + 6)(2) = 8. Add the starting 2 and you get 10, with no integration at all.
  • Average-acceleration check. Because a is linear in t, its average over the interval is just (2 + 6)/2 = 4 m s⁻², giving v = 2 + 4(2) = 10. ✓ This shortcut works only for a linear a — it would fail on the printed 3t² version.
  • Bracket your answer before computing. The true velocity must lie between what you would get using the smallest a (2 m s⁻² → v = 6) and the largest a (6 m s⁻² → v = 14). Any answer outside 6–14 is definitely wrong.
6 · Solution
v = 10 m s⁻¹ at t = 2 s
7 · Diagram
GIVEN — acceleration a = 2t + 2 it has a t in it — NOT constant WANTED — velocity v = t² + 2t + 2 v(2) = 10 m/s ∫ dt Why the three kinematic equations are ILLEGAL here v = u + at  requires a to be the SAME at every instant. Here a climbs from 2 m/s² at t = 0 to 6 m/s² at t = 2 s. Using v = 2 + 6(2) = 14 would be wrong; so would v = 2 + 2(2) = 6. Only integration gives the honest answer, 10 m/s.
animated Acceleration is given, velocity is wanted, so you climb the ladder upward by integrating. The kinematic equations are unavailable because a changes from 2 to 6 m/s² during the interval.
PROBLEM 7Problems for Practice 1–4 · Q1 circled Four position laws, one pattern

1. The displacement x of a particle at time t along a straight line is given by x = α − βt + γt². Find the velocity and acceleration of the particle.
2. A particle moves along the X-axis so that its x-coordinate varies with time as x = 2 − 5t + 6t². Find the initial velocity.
3. The displacement x of a particle along the X-axis is given by x = 3 + 8t + 7t². Obtain its velocity and acceleration at t = 2 s.
4. The distance traversed by a particle moving along a straight line is given by x = 180t + 50t² metre. Find (i) the initial velocity, (ii) the velocity at the end of 4 s, (iii) the acceleration.

1 · Given
  • Four position–time relations, each a quadratic in t
  • All are one-dimensional motions along a straight line
  • Implicit: every one of them therefore has constant acceleration, because the highest power of t is 2
2 · Asked
  • Q1: v(t) and a in symbols
  • Q2: the initial velocity, i.e. v at t = 0
  • Q3: v and a at t = 2 s
  • Q4: initial velocity, velocity at t = 4 s, and acceleration
3 · Concept

All four are the same question wearing different clothes. Any quadratic position law can be written x = C + Bt + At², and differentiating it twice gives:

v = B + 2At    a = 2A

Compare that with the kinematic equation x = x₀ + ut + ½at² and the three coefficients name themselves: C is the starting position, B is the initial velocity, and 2A is the acceleration.

So you never actually have to differentiate these. You read the answers off the coefficients.

4 · Method and baby steps

Strategy: match each expression to C + Bt + At², then quote v = B + 2At and a = 2A and substitute any time required.

  1. Q1. Here C = α, B = −β, A = γ.
    v = dx/dt = −β + 2γt and a = dv/dt = 2γ.
  2. Q2. v = dx/dt = −5 + 12t. At t = 0: v = −5 units. The minus sign means it sets off in the negative x-direction.
  3. Q3, velocity. v = 8 + 14t; at t = 2: v = 8 + 28 = 36 m s⁻¹.
  4. Q3, acceleration. a = 14 m s⁻² — constant, so the value at t = 2 s is the value at every instant.
  5. Q4 (i). v = 180 + 100t; at t = 0: v = 180 m s⁻¹.
  6. Q4 (ii). At t = 4: v = 180 + 400 = 580 m s⁻¹.
  7. Q4 (iii). a = 100 m s⁻².
5 · Easy tricks and shortcuts
  • The coefficient trick. Initial velocity = coefficient of t. Acceleration = twice the coefficient of . That answers Q2, and both parts of Q4 (i) and (iii), with no working at all.
  • Sign discipline. In Q1 and Q2 the t-coefficient is negative, so the initial velocity is negative. Carry the minus sign into your answer — ‘5 units’ would be marked wrong; the answer is −5 units.
  • Watch the units in Q1. Since x is a length, α is in m, β in m s⁻¹ and γ in m s⁻². Then a = 2γ comes out in m s⁻² automatically — a free dimensional check.
  • Constant acceleration means one answer for all times. In Q3 the question says ‘at t = 2 s’ for both parts, but the acceleration does not depend on t. Do not waste time substituting.
  • Recognise the disguise. Q4 is simply a body with u = 180 m s⁻¹ and a = 100 m s⁻². Written as x = ut + ½at² it would look completely familiar.
6 · Solution
Q1: v = −β + 2γt, a = 2γ  |  Q2: v(0) = −5 units  |  Q3: 36 m s⁻¹, 14 m s⁻²  |  Q4: 180, 580 m s⁻¹, 100 m s⁻²
7 · Diagram
THE MASTER PATTERN — learn this once and all four questions fall out x = C + Bt + At²  →  v = B + 2At  →  a = 2A Q1  x = α − βt + γt² v = −β + 2γt a = 2γ Q2  x = 2 − 5t + 6t² v = −5 + 12t v(0) = −5 Q3  x = 3 + 8t + 7t² v = 8 + 14t v(2) = 36, a = 14 Q4  x = 180t + 50t² v = 180 + 100t v(4) = 580, a = 100
animated One pattern, four questions. The highlight bar walks down the table: in every row the velocity is the t-coefficient plus twice the t²-coefficient times t, and the acceleration is twice the t²-coefficient.
PROBLEM 8Example 13 · modified in blue Minimum runway length and take-off speed

A jet plane starts from rest with an acceleration of 10 m s⁻² and makes a run for 45 s before taking off. What is the minimum length of the runway and what is the velocity of the jet at take-off?
Babu Sir has changed the printed 3 m s⁻² to 10 m s⁻² and circled the 35 s, replacing it with 45 s.

1 · Given
  • Initial velocity u = 0 (‘starts from rest’)
  • Acceleration a = 10 m s⁻², uniform
  • Time of run t = 45 s
  • Implicit: straight-line motion along the runway, and ‘minimum length’ means the runway must be at least as long as the distance covered in those 45 s
2 · Asked
  • The minimum length of the runway, s
  • The velocity of the jet at take-off, v
3 · Concept

Both parts are one-line applications of the kinematic equations, and they are legal here because the acceleration is stated to be uniform.

Pick the equation by asking which quantity is missing. For the runway length the final velocity is not yet known, so use the equation without v: s = ut + ½at². For the take-off speed the distance is not needed, so use the equation without s: v = u + at.

Starting from rest makes both equations shrink, because every term containing u vanishes.

4 · Method and baby steps

Strategy: set u = 0, then apply s = ½at² and v = at.

  1. Choose the equation for distance. s = ut + ½at². With u = 0 this becomes s = ½at².
  2. Square the time first. 45² = 2025 s².
  3. Substitute. s = ½ × 10 × 2025 = 5 × 2025.
  4. Multiply. s = 10 125 m = 10.125 km.
  5. Choose the equation for velocity. v = u + at = 0 + 10 × 45.
  6. Compute. v = 450 m s⁻¹ (450 × 18/5 = 1620 km h⁻¹).
  7. Cross-check with the third equation. v² = u² + 2as = 0 + 2(10)(10125) = 202 500, and √202500 = 450. ✓
5 · Easy tricks and shortcuts
  • From rest, distance is just ‘half a times t squared’. With a = 10 that is simply 5t² — multiply the square of the time by 5 and you are done.
  • Area shortcut. The v–t graph is a triangle from (0,0) to (45, 450). Its area is ½ × 45 × 450 = 10 125. Same answer, and it is often faster to find v first and then take the triangle.
  • Average-velocity shortcut. Starting from rest under constant a, the average velocity is half the final velocity: 225 m s⁻¹. Then s = 225 × 45 = 10 125 m.
  • Say something about the answer. 450 m s⁻¹ is about 1620 km h⁻¹, faster than the speed of sound, and 10 km of runway does not exist anywhere on Earth. The numbers in the printed version (105 m s⁻¹, 1.8 km) were realistic; these modified ones are a pure arithmetic exercise. Noting that shows the examiner you understand what you computed.
  • Do not average 0 and 10. The acceleration is 10 throughout; it is the velocity that starts at zero, not the acceleration.
6 · Solution
Minimum runway s = 10 125 m ≈ 10.1 km  |  take-off v = 450 m s⁻¹
7 · Diagram
45 s 450 0 area = ½ × 45 × 450 = 10 125 m take-off speed 450 m/s t (s) v (m/s) Runway length = area under the v–t line = area of a triangle 10 125 m is over 10 km — longer than any real runway. Worth saying so in the exam.
animated The runway length is the area under the velocity–time line. Because the jet starts from rest that area is a plain right triangle: half the base times the height.
PROBLEM 9Example 22 · ticked · Chandigarh 03 Distance in the n-th second, from two given seconds

A body covers 12 m in the 2nd second and 20 m in the 4th second. How much distance will it cover in the 5th second, and in 4 seconds after the 5th second?

1 · Given
  • Distance in the 2nd second: S₂ = 12 m
  • Distance in the 4th second: S₄ = 20 m
  • Implicit: uniform acceleration throughout (otherwise the n-th-second formula would not apply), motion in a straight line with no reversal
  • Unknowns to find first: initial velocity u and acceleration a
2 · Asked
  • The distance covered in the 5th second, S₅
  • The distance covered during the 4 seconds that follow the 5th second, i.e. from t = 5 s to t = 9 s
3 · Concept

‘Distance in the n-th second’ means the one-second slice between t = n − 1 and t = n — not the total up to n seconds. Subtracting the two totals gives the standard formula:

Sn = u + (a/2)(2n − 1)

Notice this is linear in n. So the successive slices form an arithmetic progression whose common difference is exactly a. Two given slices are therefore enough to pin down both u and a.

The second part asks for something different: a four-second stretch. For that you go back to total distances and subtract.

4 · Method and baby steps

Strategy: write the n-th-second formula for n = 2 and n = 4, solve the pair simultaneously for u and a, then answer both parts.

  1. Write the formula for the 2nd second. S₂ = u + (a/2)(2×2 − 1) = u + 3a/2 = 12  …(i)
  2. Write it for the 4th second. S₄ = u + (a/2)(2×4 − 1) = u + 7a/2 = 20  …(ii)
  3. Subtract (i) from (ii). (7a/2 − 3a/2) = 20 − 12 ⇒ 2a = 8 ⇒ a = 4 m s⁻².
  4. Back-substitute into (i). u + 3(4)/2 = 12 ⇒ u + 6 = 12 ⇒ u = 6 m s⁻¹.
  5. Answer part one. S₅ = u + (a/2)(2×5 − 1) = 6 + 2(9) = 6 + 18 = 24 m.
  6. Set up part two. The 4 seconds after the 5th second run from t = 5 s to t = 9 s, so the answer is s₉ − s₅ using total distances.
  7. Compute the two totals.
    s₉ = 6(9) + ½(4)(81) = 54 + 162 = 216 m
    s₅ = 6(5) + ½(4)(25) = 30 + 50 = 80 m
  8. Subtract. 216 − 80 = 136 m.
5 · Easy tricks and shortcuts
  • The gap between slices is the acceleration. The 2nd and 4th seconds are two apart, and the distances differ by 8 m, so a = 8/2 = 4 m s⁻² immediately — no simultaneous equations needed.
  • Then step the AP forward. Slices go 8, 12, 16, 20, 24 … Once you know the 4th second is 20 m and the common difference is 4, the 5th second is 20 + 4 = 24 m in your head.
  • Part two by the AP as well. The 6th, 7th, 8th and 9th seconds are 28, 32, 36 and 40 m. Their sum is 28 + 32 + 36 + 40 = 136 m. ✓ Same answer, and it doubles as a check on the subtraction method.
  • Sum-of-an-AP shortcut. Four terms, first 28 and last 40, so the sum is 4 × (28 + 40)/2 = 4 × 34 = 136.
  • The classic trap. ‘In the 5th second’ (24 m) is not ‘in 5 seconds’ (80 m). Both numbers will be in the options. Circle the words in the before you start.
6 · Solution
Distance in the 5th second = 24 m  |  distance in the next 4 seconds = 136 m  (with u = 6 m s⁻¹, a = 4 m s⁻²)
7 · Diagram
Each second the body covers 4 m more than the second before — that gap IS the acceleration 1st sec8 m2nd sec12 m ← GIVEN3rd sec16 m4th sec20 m ← GIVEN5th sec24 m 8, 12, 16, 20, 24 — an arithmetic progression with common difference a = 4 m s⁻²
animated The bars are the distances covered in each successive second. They grow by exactly 4 m every time, and that constant growth is the acceleration itself.
PROBLEM 10Example 37 · circled · Delhi 06 Reading a triangular speed–time graph

The speed–time graph of a particle moving along a fixed direction is a triangle: the speed rises linearly from 0 at t = 0 to a maximum of 12 m s⁻¹ at t = 5 s, then falls linearly back to 0 at t = 10 s. Find: (i) the distance travelled by the particle between 0 s and 10 s, (ii) the average speed over this interval, (iii) the time when the speed was minimum, (iv) the time when the speed was maximum.

1 · Given
  • Speed–time graph, straight lines, triangular shape
  • v = 0 at t = 0
  • v = 12 m s⁻¹ at t = 5 s (the peak)
  • v = 0 at t = 10 s
  • Crucially: the particle moves along a fixed direction, so it never reverses and distance = displacement
2 · Asked
  • (i) distance travelled from t = 0 to t = 10 s
  • (ii) average speed over that interval
  • (iii) the time at which the speed was minimum
  • (iv) the time at which the speed was maximum
3 · Concept

On a speed–time graph the area underneath is the distance travelled. Here the area is a triangle, so you need nothing more than ½ × base × height.

The phrase along a fixed direction is doing important work. It tells you the particle never turns round, so there is no negative area to worry about and the average speed and the magnitude of the average velocity agree.

Parts (iii) and (iv) need no calculation at all — you read them off the shape. The lowest points of the graph are where the speed is least; the peak is where it is greatest.

4 · Method and baby steps

Strategy: take the area for (i), divide by the total time for (ii), and simply look at the graph for (iii) and (iv).

  1. (i) Identify the triangle. Base along the time axis from t = 0 to t = 10 s, so base = 10 s. Height is the peak speed, 12 m s⁻¹.
  2. Take the area. s = ½ × base × height = ½ × 10 × 12.
  3. Compute. s = 60 m.
  4. (ii) Average speed. = total distance / total time = 60/10 = 6 m s⁻¹.
  5. (iii) Minimum speed. The graph touches zero at both ends, so the speed is least (v = 0) at t = 0 and at t = 10 s.
  6. (iv) Maximum speed. The apex of the triangle is at t = 5 s, where v = 12 m s⁻¹.
5 · Easy tricks and shortcuts
  • Triangle average is always half the peak. For any speed–time triangle that starts and ends at zero, the average speed is exactly half the maximum — here 12/2 = 6. You can answer (ii) before you answer (i).
  • Cross-check with the two accelerations. Rising: a = 12/5 = +2.4 m s⁻². Falling: a = −12/5 = −2.4 m s⁻². Equal magnitudes, so the triangle is symmetric and each half contributes 30 m.
  • Split it if the triangle is not symmetric. Two right triangles, ½(5)(12) + ½(5)(12) = 30 + 30 = 60. Slower, but it never fails.
  • Watch the axis label. This graph says speed, not velocity, so nothing dips below the axis and no signed areas arise. If it had said velocity and gone negative, distance and displacement would part company (see Problem 12).
  • ‘Minimum’ has two answers here. Both endpoints qualify. Quoting only t = 0 loses half the mark.
6 · Solution
(i) 60 m  |  (ii) 6 m s⁻¹  |  (iii) t = 0 and t = 10 s  |  (iv) t = 5 s
7 · Diagram
5 10 0 12 area = ½(10)(12) = 60 m t (s) speed (m/s) Distance = area under the speed–time graph. Peak of the graph = fastest moment. Average speed 6 m/s is exactly half the peak — true for any triangle starting and ending at zero.
animated The dot climbs to the peak and returns. The shaded triangle is the 60 m it covers, and its average height — 6 m/s — is the average speed.
PROBLEM 11Problems for Practice Q8 · page with Fig. 3.67 Full analysis of a trapezoidal velocity–time graph

The velocity–time graph of an object moving along a straight line is the path O→A→B→C, where O = (0 s, 0), A = (2 s, 20 m s⁻¹), B = (5 s, 20 m s⁻¹) and C = (10 s, 0). Find the acceleration in each phase, the distance travelled, and the average velocity over the 10 seconds.
The photograph of this page shows the figure but the printed sub-questions are cut off, so the standard four are answered here.

1 · Given
  • OA: velocity rises from 0 to 20 m s⁻¹ between t = 0 and t = 2 s
  • AB: velocity constant at 20 m s⁻¹ from t = 2 s to t = 5 s
  • BC: velocity falls from 20 m s⁻¹ to 0 between t = 5 s and t = 10 s
  • Implicit: velocity is positive throughout, so the object never reverses and distance = displacement
2 · Asked
  • The acceleration during each of the three phases
  • The total distance travelled in the 10 s
  • The average velocity over the 10 s
3 · Concept

Two rules do everything on a velocity–time graph:

Slope = acceleration. A rising line means speeding up; a flat line means zero acceleration; a falling line means slowing down (negative acceleration).

Area = displacement. Chop the shape into rectangles and triangles and add.

Notice that during AB the object is not at rest — it is moving fast and steadily. A horizontal line on a v–t graph means constant velocity; a horizontal line on an x–t graph would mean at rest. Reading the wrong axis is the classic error here.

4 · Method and baby steps

Strategy: take the slope of each of the three segments, then take the area of each and add them up.

  1. Acceleration OA. a₁ = Δv/Δt = (20 − 0)/(2 − 0) = +10 m s⁻².
  2. Acceleration AB. The line is flat, so Δv = 0 and a₂ = 0. Constant velocity.
  3. Acceleration BC. a₃ = (0 − 20)/(10 − 5) = −20/5 = −4 m s⁻² — a retardation of 4 m s⁻².
  4. Area OA (triangle). ½ × 2 × 20 = 20 m.
  5. Area AB (rectangle). 3 × 20 = 60 m.
  6. Area BC (triangle). ½ × 5 × 20 = 50 m.
  7. Total distance. 20 + 60 + 50 = 130 m.
  8. Average velocity. v̄ = 130/10 = 13 m s⁻¹.
5 · Easy tricks and shortcuts
  • Trapezium in one shot. The whole shape is a trapezium with parallel sides 10 s (the base OC) and 3 s (the top AB), and height 20 m s⁻¹. So s = ½(10 + 3)(20) = ½(13)(20) = 130 m. One line instead of three areas.
  • Average velocity without the distance. Once you spot the trapezium, the average velocity is ½(10 + 3)(20)/10 = 13 directly — and notice 13 sits sensibly between 0 and the peak 20.
  • Sign the retardation properly. Write a₃ = −4 m s⁻², or say ‘a retardation of 4 m s⁻²’. Writing ‘acceleration = 4’ without the sign is the commonest slip on this question.
  • Steepness tells you the story. OA is steeper than BC, so the object speeds up faster than it slows down — which is why the braking phase needs 5 s against the 2 s of acceleration.
  • Check the units of the area. m s⁻¹ multiplied by s gives m. If your answer came out in m s⁻¹, you took a slope where you needed an area.
6 · Solution
aOA = +10 m s⁻²  |  aAB = 0  |  aBC = −4 m s⁻²  |  distance = 130 m  |  v̄ = 13 m s⁻¹
7 · Diagram
A B C D O 2 5 10 20 20 m 60 m 50 m Three phases: speeding up, steady, slowing down. Slope = acceleration, area = distance. a = +10 m/s² a = 0 a = −4 m/s²
animated Triangle, rectangle, triangle: 20 + 60 + 50 = 130 m. Or read it as one trapezium with parallel sides 10 s and 3 s.
PROBLEM 12Problems for Practice Q6 · Fig. 3.65 Distance and displacement from a graph that goes negative

The velocity–time graph of an object moving along a straight line rises linearly from 0 to 20 m s⁻¹ between t = 0 and t = 4 s, then falls linearly to −20 m s⁻¹ at t = 8 s, and finally holds a constant +10 m s⁻¹ from t = 8 s to t = 10 s. Find the net distance covered by the object between t = 0 and t = 10 s. Also find the displacement in the same interval.

1 · Given
  • 0–4 s: v rises linearly from 0 to +20 m s⁻¹
  • 4–8 s: v falls linearly from +20 to −20 m s⁻¹, crossing zero at t = 6 s
  • 8–10 s: v constant at +10 m s⁻¹
  • Implicit: the sign change at t = 6 s means the object reverses direction, so distance and displacement will differ
2 · Asked
  • The net distance covered from t = 0 to t = 10 s
  • The displacement over the same interval
3 · Concept

Both answers come from the area under the graph, but they treat the signs differently.

Displacement = signed area. Area above the time axis counts as positive, area below counts as negative, and they can cancel.

Distance = total area with every sign made positive. The odometer never runs backwards.

So the first and most important step is to find where the graph crosses the axis, because that is the instant the object turns round. Here the line from (4, +20) to (8, −20) crosses zero exactly halfway, at t = 6 s. Splitting there is the whole technique.

4 · Method and baby steps

Strategy: find the zero crossing, split the graph into four simple pieces, take each area with its sign, then add twice — once keeping signs, once ignoring them.

  1. Find the crossing. The segment runs from +20 at t = 4 s to −20 at t = 8 s. It is symmetric, so it passes through zero at t = 6 s.
  2. Piece 1: 0 to 4 s (triangle above the axis). ½ × 4 × 20 = +40 m.
  3. Piece 2: 4 to 6 s (triangle above the axis). ½ × 2 × 20 = +20 m.
  4. Piece 3: 6 to 8 s (triangle below the axis). ½ × 2 × 20 = 20 m of area, counted as −20 m of displacement.
  5. Piece 4: 8 to 10 s (rectangle above the axis). 2 × 10 = +20 m.
  6. Displacement — keep the signs. 40 + 20 − 20 + 20 = 60 m.
  7. Distance — drop the signs. 40 + 20 + 20 + 20 = 100 m.
5 · Easy tricks and shortcuts
  • Merge pieces 1 and 2. They are both above the axis and adjacent, so together they form one triangle from t = 0 to t = 6 s with height 20: ½ × 6 × 20 = 60 m. That saves a step.
  • Distance minus displacement = twice the negative area. Here 100 − 60 = 40 = 2 × 20. ✓ A fast consistency check on any question of this type.
  • Always find the zero crossing first. If you integrate straight through from 0 to 10 s you get 60 m, which is the displacement — the reversal has already silently cancelled part of the journey. Splitting at v = 0 is the entire technique.
  • The jump at t = 8 s is not physical. Velocity leaping from −20 to +10 instantly would need infinite acceleration; it is a simplification of the textbook figure. Do not let it distract you — the areas are still perfectly well defined.
  • Sanity bound. Distance can never be smaller than |displacement|. If your two answers come out the other way round, you have mixed up which one keeps the signs.
6 · Solution
Distance = 100 m  |  displacement = 60 m
7 · Diagram
2 4 6 8 10 20 10 −20 +60 m −20 m +20 m turns round here DISTANCE (ignore signs) 60 + 20 + 20 = 100 m DISPLACEMENT (keep signs) 60 − 20 + 20 = 60 m Area below the axis is NEGATIVE displacement — but it is still distance travelled.
Green areas push the object forward, the red area drags it back. Adding with signs gives 60 m of displacement; adding without signs gives 100 m on the odometer.
PROBLEM 13Problems for Practice Q1 · circled · Delhi 02 Uniform acceleration of a race car

A race car accelerates on a straight road from rest to a speed of 180 km h⁻¹ in 25 s. Assuming uniform acceleration of the car throughout, find the distance covered in this time.

1 · Given
  • Initial velocity u = 0 (from rest)
  • Final velocity v = 180 km h⁻¹must be converted to m s⁻¹
  • Time t = 25 s
  • Acceleration uniform throughout, motion along a straight road
2 · Asked
  • The distance covered in the 25 s
3 · Concept

The moment a speed arrives in km h⁻¹, convert it. Multiply by 5/18, because a kilometre is 1000 m and an hour is 3600 s, and 1000/3600 tidies to 5/18.

After that, pick the kinematic equation by asking what is missing. Acceleration is not given, so use the version without a: s = [(u + v)/2] t. Or find a first and use s = ut + ½at² — both are one line.

Because the body starts from rest, the average velocity is simply half the final velocity, and the distance is that average multiplied by the time.

4 · Method and baby steps

Strategy: convert → find the average velocity → multiply by time. (The acceleration is a bonus you get almost free.)

  1. Convert the speed. v = 180 × 5/18 = 50 m s⁻¹.
  2. Find the acceleration. a = (v − u)/t = (50 − 0)/25 = 2 m s⁻².
  3. Choose the distance equation. s = ut + ½at²; with u = 0 this is s = ½at².
  4. Square the time. 25² = 625 s².
  5. Substitute. s = ½ × 2 × 625 = 625 m.
  6. Check the other way. Average velocity = (0 + 50)/2 = 25 m s⁻¹, so s = 25 × 25 = 625 m. ✓
5 · Easy tricks and shortcuts
  • Half-the-final-speed trick. From rest under uniform acceleration, s = (v/2) × t. Here 25 × 25 = 625 — and you never need the acceleration at all.
  • Handy coincidence. With a = 2 m s⁻² the formula s = ½at² collapses to s = t². So 25² = 625 straight away.
  • Common conversions worth memorising. 36 → 10, 54 → 15, 72 → 20, 90 → 25, 108 → 30, 180 → 50 km h⁻¹ to m s⁻¹.
  • The forgotten-conversion alarm. Using 180 raw would give a = 7.2 and s = 2250 — a car covering 2.25 km in 25 s. Absurd answers are your signal that the 5/18 was skipped.
  • Reality check. 625 m in 25 s is an average of 90 km h⁻¹, which is exactly half of 180. Consistent with starting from rest.
6 · Solution
s = 625 m  (with a = 2 m s⁻²)
7 · Diagram
180 km/h × 5/18 = 50 m/s   —   ALWAYS convert first 25 s 50 0 ½ × 25 × 50 = 625 m a = 50/25 = 2 m/s² t (s) v (m/s)
animated Convert first, then read the distance as the area of the triangle: half of 25 s times 50 m/s.
PROBLEM 14Problems for Practice Q2 · circled Retardation and stopping time of a bullet

A bullet travelling with a velocity of 16 m s⁻¹ penetrates a tree trunk and comes to rest in 0.4 m. Find the time taken during the retardation.

1 · Given
  • Initial velocity u = 16 m s⁻¹
  • Final velocity v = 0 (comes to rest)
  • Distance inside the trunk s = 0.4 m
  • Implicit: the retardation is assumed uniform over that 0.4 m, and the motion is in a straight line
2 · Asked
  • The time taken during the retardation
  • (and, as an intermediate, the retardation itself)
3 · Concept

Two unknowns lurk here — the acceleration and the time — and you are given u, v and s. So attack in two steps, choosing each equation by what is missing.

Step one: time is missing, so use v² = u² + 2as to get a.

Step two: distance is now spare, so use v = u + at to get t.

Because the bullet is slowing down, a will come out negative. That negative value is correct and must be carried through; the word ‘retardation’ refers to its magnitude.

4 · Method and baby steps

Strategy: the no-t equation first for the acceleration, then the no-s equation for the time.

  1. Write the no-time equation. v² = u² + 2as.
  2. Substitute. 0² = 16² + 2a(0.4), i.e. 0 = 256 + 0.8a.
  3. Solve for a. 0.8a = −256 ⇒ a = −320 m s⁻². The retardation is 320 m s⁻².
  4. Write the no-distance equation. v = u + at.
  5. Substitute. 0 = 16 + (−320)t.
  6. Solve for t. 320t = 16 ⇒ t = 16/320 = 0.05 s.
  7. Check with the average-velocity route. Average velocity = (16 + 0)/2 = 8 m s⁻¹, so t = s/v̄ = 0.4/8 = 0.05 s. ✓
5 · Easy tricks and shortcuts
  • Skip the acceleration entirely. For a body brought to rest uniformly, t = 2s/u, because the average velocity is exactly u/2. Here t = 2(0.4)/16 = 0.8/16 = 0.05 s in one step. This is the fastest route and it is worth memorising.
  • And the matching one for retardation. a = u²/2s = 256/0.8 = 320 m s⁻² in magnitude.
  • Decimal care. 2 × 0.4 = 0.8, not 8. Dividing 256 by 8 gives 32 and an answer ten times too small — a very common slip. Convert 0.4 m to 40 cm only if you convert everything else too.
  • Feel the size of the number. 320/9.8 ≈ 33, so the bullet decelerates at about 33 g. That is why the stopping time is only five hundredths of a second.
  • Sign discipline in the answer. Write a = −320 m s⁻² in the working but describe it as ‘a retardation of 320 m s⁻²’ in the final sentence.
6 · Solution
Retardation = 320 m s⁻²  |  time t = 0.05 s
7 · Diagram
tree trunk — 0.4 m of it u = 16 m/s v = 0 s = 0.4 m retardation from v² = u² + 2as a = −256/0.8 = −320 m/s² t = 16/320 = 0.05 s 320 m/s² is about 33 g — which is why a bullet stops in 5 hundredths of a second.
animated The bullet crosses 0.4 m of trunk while its speed falls from 16 m/s to zero. Average speed 8 m/s over 0.4 m gives 0.05 s directly.
PROBLEM 15Example 43 Relative velocity of two cars in the same direction

A car A moving at 10 m s⁻¹ on a straight road is ahead of car B moving in the same direction at 6 m s⁻¹. Find the velocity of A relative to B and vice versa.

1 · Given
  • vA = 10 m s⁻¹
  • vB = 6 m s⁻¹
  • Both cars move in the same direction along a straight road
  • A is ahead of B
  • Convention: take the common direction of travel as positive
2 · Asked
  • vAB, the velocity of A as seen from B
  • vBA, the velocity of B as seen from A
3 · Concept

Relative velocity is a subtraction: vAB = vA − vB. Read it as ‘velocity of A as seen from B’.

Because both cars travel the same way, both velocities carry the same sign, and subtracting them gives a small number. If they had been travelling in opposite directions, one velocity would be negative and subtracting would have added the speeds.

Swapping the two labels flips the sign but never changes the size. That is not a coincidence — the two drivers must agree on how fast the gap between them is changing, and only disagree on which way round it is.

4 · Method and baby steps

Strategy: fix the positive direction, subtract in the order the subscripts tell you, and then say in words what the sign means.

  1. Fix the sign convention. Take the direction both cars are travelling as positive, so vA = +10 and vB = +6 m s⁻¹.
  2. Velocity of A relative to B. vAB = vA − vB = 10 − 6 = +4 m s⁻¹.
  3. Say what the sign means. Positive, so the driver of B sees car A moving ahead of him at 4 m s⁻¹ — the gap opens by 4 m every second.
  4. Velocity of B relative to A. vBA = vB − vA = 6 − 10 = −4 m s⁻¹.
  5. Say what that sign means. Negative, so the driver of A (looking back) sees car B lagging behind at 4 m s⁻¹.
  6. Confirm the reversal rule. vBA = −vAB, as it always must be.
5 · Easy tricks and shortcuts
  • Same direction subtract, opposite directions add. If B had been coming the other way, vAB = 10 − (−6) = 16 m s⁻¹ — four times larger. That contrast is what NEET tests.
  • Read the subscripts as a sentence. ‘AB’ means A first, B second, so it is vA − vB in that order. Getting the order backwards is a recorded recurring slip — it flips the sign and loses the mark.
  • The magnitudes must match. If your two answers had different sizes, something went wrong. Both drivers watch the same gap change at the same rate.
  • Free extra result. Since neither car accelerates, aAB = 0, so in B’s frame car A simply drifts away at a steady 4 m s⁻¹ forever. If they started 100 m apart, that gap becomes 140 m after 10 s.
  • The fact that A is ahead does not enter the arithmetic. It only matters for describing the picture, not for computing the relative velocity.
6 · Solution
vAB = +4 m s⁻¹  |  vBA = −4 m s⁻¹ (same size, opposite signs)
7 · Diagram
A 10 m/s → B 6 m/s → vAB = vA − vB = 10 − 6 = +4 m/s B’s driver sees A pulling AHEAD at 4 m/s vBA = vB − vA = 6 − 10 = −4 m/s A’s driver sees B DROPPING BACK at 4 m/s Same direction → the velocities SUBTRACT. Same size, opposite sign. Watch the gap open as they run: A gains 4 m on B every second.
animated Both cars run the same way, so their velocities subtract to a modest 4 m/s. The gap between them widens by exactly 4 m every second.
PROBLEM 16Problems for Practice Q1 · page 3.30 Cyclist on a circular track — one full lap

A cyclist moving on a circular track of radius 100 m completes one revolution in 4 minutes. What is his (i) average speed, (ii) average velocity in one full revolution?

1 · Given
  • Radius of the circular track R = 100 m
  • Time for one complete revolution T = 4 minutes
  • Implicit: one complete revolution, so the finishing point is the starting point
2 · Asked
  • (i) The average speed over one revolution
  • (ii) The average velocity over one revolution
3 · Concept

This question exists to separate two words that sound the same in everyday English.

Average speed = total path length ÷ time. The path here is the full circumference, 2πR — every metre of track the cyclist actually rode.

Average velocity = displacement ÷ time. Displacement is the straight-line arrow from start to finish. After one complete lap that arrow has zero length, because she is back exactly where she started.

So the average velocity is zero — and this says nothing at all about whether she was moving. Her speed was never zero for a single instant.

4 · Method and baby steps

Strategy: compute the circumference for the path, note that the displacement is zero, and divide each by the same time.

  1. Find the path length. One revolution means one full circumference: 2πR = 2π(100) = 200π m.
  2. (i) Average speed. = 200π/4 = 50π metre/minute.
  3. Put a number on it. 50π ≈ 157 m/min. In SI that is 200π/240 ≈ 2.62 m s⁻¹.
  4. Find the displacement. The cyclist ends at the same point she started, so the straight-line separation is 0.
  5. (ii) Average velocity. = 0/4 = 0.
  6. Interpret. Zero average velocity, but a very much non-zero average speed — the two answers together are the point of the question.
5 · Easy tricks and shortcuts
  • Any closed path gives zero average velocity. Circle, square, figure-of-eight — if you finish where you started, the average velocity is zero. Ask ‘did she come back?’ before calculating anything.
  • Watch the units the book wants. The printed answer is in metre/minute, so leaving the time as 4 minutes is correct here. Only convert to seconds if the question asks for SI units.
  • Leave π in the answer. 50π is exact; 157 is rounded. Options in NEET are usually written with π still in them.
  • Half a lap is the useful variant. Then the displacement is the diameter 2R = 200 m while the path is πR = 100π m, giving a ratio of π/2 ≈ 1.57. Papers alternate between the full lap and the half lap.
  • Do not answer ‘zero and zero’. Average speed can only be zero if the body never moved at all.
6 · Solution
(i) average speed = 50π metre/minute ≈ 157 m/min  |  (ii) average velocity = 0
7 · Diagram
R = 100 m start = finish (i) AVERAGE SPEED = path length ÷ time 2πR / 4 = 200π/4 = 50π m/min ≈ 157 m/min ≈ 2.6 m/s (ii) AVERAGE VELOCITY = displacement ÷ time 0 / 4 = 0 she finishes exactly where she began Zero average velocity does NOT mean she was standing still — her speed was never zero.
animated The cyclist rides 628 m of tarmac but her displacement arrow, from start to finish, has zero length. Speed counts every metre; velocity only counts where you ended up.

Where the marks actually go

Recurring slipWhere it bites in this set
Chord vs tangent — differentiating when the question asked for an average Problems 2 and 3 both ask for an instantaneous velocity and an average velocity in the same breath, precisely to catch this.
Using v = u + at when a is not constant Problem 6. The acceleration climbs from 2 to 6 m s⁻² during the interval, so only integration is honest.
Ratio written upside down Problem 15: vAB means A minus B, in that order. Reversing it flips the sign.
‘In the n-th second’ read as ‘in n seconds’ Problem 9. The two answers are 24 m and 80 m, and both will be in the options.
Forgetting × 5/18 Problems 1 and 13 both open with a speed in km h⁻¹. Skipping the conversion gives answers that are absurd by a factor of about 13.
Integrating straight through a reversal Problem 12. You must split at t = 6 s, or distance silently becomes displacement.
Dropping the minus sign on a retardation Problems 11 and 14. Write a = −4 and a = −320 m s⁻² in the working, then describe the magnitude in words.
Suggested way to use this pack

1. Cover the solution and try each one cold, timed at 3 minutes. 2. Compare only the ‘Given’ and ‘Asked’ boxes first — most lost marks happen before any arithmetic starts. 3. Then read the Tricks box, which is where the exam-speed method lives.

Problems 2, 3, 6 and 12 are the four worth re-doing a week later. The rest are one-pattern questions that stay learned once they click.

NEET 2027 preparation — built for Aamirah Fathima. Worked from Babu Sir’s marked pages on Motion in a Straight Line. Every numerical answer independently verified in Python (SymPy) before being written. Single self-contained file — print directly from any browser.