Academy
Formulas/physics/Kinematics/First Equation of Motion

First Equation of Motion

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

What this formula says

A body is moving. At some moment, we start observing it. At that moment, its velocity is uu — we call this the initial velocity.

A constant force acts on it, giving it a constant acceleration aa. After a time tt has passed, the body now has a new velocity vv — we call this the final velocity.

The formula tells us exactly what vv is :

v=u+atv = u + at

The velocity changed by an amount atat. That is the acceleration multiplied by the time. This is the entire content of the formula.

Starting from the definition of acceleration

Acceleration is defined as the rate of change of velocity. In plain words: how much does the velocity change per second?

a=change in velocitytime takena = \frac{\text{change in velocity}}{\text{time taken}}

The change in velocity is the final velocity minus the initial velocity: vuv - u. The time taken is tt.

So:

a=vuta = \frac{v - u}{t}

This is not a derived result. This is the definition of acceleration. We are simply writing in symbols what acceleration means in words.

Rearranging to get vv

We have:

a=vuta = \frac{v - u}{t}

Multiply both sides by tt:

at=vuat = v - u

Add uu to both sides:

u+at=vu + at = v

Which we write as:

v=u+at\boxed{v = u + at}

That is the complete derivation. No calculus needed. The formula follows directly from the definition of acceleration.

Why this only works for constant acceleration

The definition a=vuta = \frac{v-u}{t} gives the average acceleration over the time interval. When acceleration is constant, the average acceleration equals the instantaneous acceleration at every moment — so the formula holds exactly.

If acceleration is changing — for example, a car that keeps pressing harder on the accelerator — then aa is not a single fixed number, and this formula cannot be used directly.

Note
For constant acceleration only. If $a$ varies with time, you need calculus: $v = u + \int_0^t a \, dt$.

The calculus derivation (for advanced learners)

For those who know calculus, the same result follows more rigorously.

Acceleration is the derivative of velocity with respect to time:

a=dvdta = \frac{dv}{dt}

Since aa is constant, we can separate variables and integrate both sides:

uvdv=0tadt\int_u^v dv = \int_0^t a \, dt

Left side:

uvdv=vu\int_u^v dv = v - u

Right side (aa is a constant, comes out of the integral):

0tadt=at\int_0^t a \, dt = a \cdot t

Putting it together:

vu=atv - u = at

v=u+at\boxed{v = u + at}

The same result. The calculus derivation is more powerful because it makes the assumption of constant aa explicit — it is the step where aa comes outside the integral.

Sign convention

Velocity and acceleration are vectors — they have direction. In one-dimensional motion, we assign a positive direction (usually the direction of initial motion) and treat quantities in the opposite direction as negative.

QuantityPositive meaningNegative meaning
uuMoving in chosen directionMoving opposite to chosen direction
aaAccelerating in chosen directionDecelerating, or accelerating opposite
vvFinal motion in chosen directionFinal motion opposite
Remember
If a body decelerates to rest, set $v = 0$. Then $0 = u + at$ gives $t = -\dfrac{u}{a}$. The negative $a$ makes $t$ positive — consistent with the sign convention.