Relates final velocity to initial velocity, acceleration, and displacement.
What this formula says
A body starts with velocity u and moves under constant acceleration a, covering a displacement s. The final velocity v satisfies:
v2=u2+2as
Notice that time does not appear in this formula. This is what makes it uniquely useful — whenever a problem gives you displacement and asks for velocity (or vice versa), without mentioning time, this is the formula to reach for.
Derivation by eliminating time
We already have two equations of motion:
v=u+at...(1)
s=ut+21at2...(2)
We want a relation between v, u, a, and s — with no t. So we eliminate t.
From equation (1):
t=av−u
Substitute this into equation (2):
s=u⋅av−u+21a⋅(av−u)2
s=au(v−u)+21a⋅a2(v−u)2
s=au(v−u)+2a(v−u)2
Multiply every term by 2a to clear the denominators:
2as=2u(v−u)+(v−u)2
Expand 2u(v−u):
2u(v−u)=2uv−2u2
Expand (v−u)2:
(v−u)2=v2−2uv+u2
Add them:
2as=2uv−2u2+v2−2uv+u2
The 2uv terms cancel:
2as=v2−u2
v2=u2+2as
Derivation using average velocity (cleaner)
There is a more elegant route. Displacement equals average velocity times time:
s=2u+v⋅t
From the first equation, t=av−u. Substitute:
s=2u+v⋅av−u
s=2a(v+u)(v−u)
The numerator is a difference of squares: (v+u)(v−u)=v2−u2
s=2av2−u2
2as=v2−u2
v2=u2+2as
This route is shorter and the algebra is cleaner.
The calculus derivation (for advanced learners)
Acceleration can be written as:
a=dtdv
Multiply numerator and denominator of dtdv by ds:
a=dtdv=dsdv⋅dtds=vdsdv
This is a useful identity: a=vdsdv.
Now separate variables:
ads=vdv
Integrate both sides — displacement from 0 to s, velocity from u to v:
∫0sads=∫uvvdv
Left side (a is constant):
a⋅s
Right side:
2v2−2u2
Therefore:
as=2v2−u2
v2=u2+2as
When to use this formula
The three equations of motion each eliminate one quantity:
| Equation | Missing quantity |
|---|
| v=u+at | s |
| s=ut+21at2 | v |
| v2=u2+2as | t |
When the problem does not mention time — or when finding time is not required — reach for v2=u2+2as.
Remember
A ball thrown upward: at the highest point, $v = 0$. Use $v^2 = u^2 + 2as$ with $a = -g$ to find the maximum height directly — no need to find time of ascent first.