Academy
Formulas/physics/Kinematics/Second Equation of Motion

Second Equation of Motion

Displacement in terms of initial velocity, acceleration, and time.
Class 9Class 10Class 11Class JEE
Derivation

What this formula says

A body starts with initial velocity uu and moves under constant acceleration aa for time tt. The total displacement covered is ss.

s=ut+12at2s = ut + \frac{1}{2}at^2

There are two parts to this:

  • utut — the displacement the body would have covered if there were no acceleration (just constant velocity uu for time tt)
  • 12at2\frac{1}{2}at^2 — the extra displacement gained because acceleration kept increasing the velocity throughout

Derivation using the average velocity method

When acceleration is constant, the velocity increases uniformly from uu to vv. A quantity that increases uniformly has its average exactly at the midpoint:

average velocity=u+v2\text{average velocity} = \frac{u + v}{2}

Displacement is average velocity multiplied by time:

s=u+v2×ts = \frac{u + v}{2} \times t

Now substitute v=u+atv = u + at (the first equation of motion):

s=u+(u+at)2×ts = \frac{u + (u + at)}{2} \times t

s=2u+at2×ts = \frac{2u + at}{2} \times t

s=(u+at2)×ts = \left(u + \frac{at}{2}\right) \times t

s=ut+12at2\boxed{s = ut + \frac{1}{2}at^2}

Why average velocity is u+v2\frac{u+v}{2} only for constant acceleration

This is worth understanding carefully. Average velocity is always defined as:

average velocity=total displacementtotal time\text{average velocity} = \frac{\text{total displacement}}{\text{total time}}

For uniform acceleration, velocity increases linearly with time — it forms a straight line on a velocity-time graph. The average of a linearly changing quantity is simply the average of its starting and ending values. That is why u+v2\frac{u+v}{2} works here.

If acceleration were not constant — if velocity changed in a curve — then u+v2\frac{u+v}{2} would give the wrong average, and this derivation would break down.

The calculus derivation (for advanced learners)

Velocity is the derivative of displacement with respect to time:

v=dsdtv = \frac{ds}{dt}

We know v=u+atv = u + at, so:

dsdt=u+at\frac{ds}{dt} = u + at

Integrate both sides with respect to time, from t=0t = 0 (when s=0s = 0) to time tt:

0sds=0t(u+at)dt\int_0^s ds = \int_0^t (u + at) \, dt

Left side:

ss

Right side — integrate term by term:

0tudt+0tatdt=ut+at22\int_0^t u \, dt + \int_0^t at \, dt = ut + a \cdot \frac{t^2}{2}

Therefore:

s=ut+12at2\boxed{s = ut + \frac{1}{2}at^2}

The calculus derivation makes no use of the average velocity shortcut — it works directly from the definition of velocity as rate of change of displacement.

Understanding the two terms geometrically

On a velocity-time graph, the body starts at velocity uu at t=0t = 0 and rises linearly to v=u+atv = u + at at time tt. The displacement is the area under this graph.

The area under the graph is a trapezium, which can be split into:

  • A rectangle of height uu and width tt → area = utut
  • A triangle of base tt and height atat → area = 12×t×at=12at2\frac{1}{2} \times t \times at = \frac{1}{2}at^2

Total area = ut+12at2ut + \frac{1}{2}at^2 = displacement. This is the geometric meaning of both terms.

Sign convention

Displacement ss is positive if the body moves in the chosen positive direction, negative otherwise. Since uu, aa, and tt can each be positive or negative (except t2t^2 which is always positive), the formula handles all cases automatically when signs are assigned correctly.

Note
$s$ here is displacement, not distance. If the body reverses direction during the motion, the distance travelled is greater than $|s|$. To find the point of reversal, set $v = 0$ and find $t$, then compute displacement in each segment separately.