Uniform Acceleration: The Four Equations Derived Once
Most students memorise four equations and spend the rest of the chapter guessing which one to use. There is only one equation. The other three are consequences. Here they are, derived once, so you never need to guess again.
Uniform Acceleration: The Four Equations Derived Once
A ball is dropped from rest. A car brakes to a stop. A rocket climbs with its engine at full thrust.
In each case, the acceleration is approximately constant — the same value at every instant of the motion. This is a special case, not the general rule. Most real accelerations vary with time. But this special case appears so frequently in problems, and in real situations approximately, that it deserves its own treatment.
The question is: if you know the acceleration is constant, what can you say about velocity and position?
The answer is: everything. Five quantities — initial velocity, final velocity, displacement, time, acceleration — are linked by a set of equations. If you know three, you can find the remaining two. But here is the thing: most students encounter these as four separate equations to memorise, and spend the rest of the chapter wondering which one to use.
There is no list to memorise. There is one starting point, and two integrations. The four equations fall out automatically.
Starting from a = constant
From K01, acceleration is the derivative of velocity:
If a is constant, this is the simplest possible differential equation. Rearrange:
Integrate both sides. On the left, velocity changes from u (initial) to v (final). On the right, time runs from 0 to t:
This is the first equation. It says: start with velocity u, add the accumulated change in velocity (a × t), and you get the final velocity v. Nothing more than the definition of constant acceleration, integrated once.
Integrate again
Velocity is the derivative of position:
Substitute equation (1):
Integrate both sides, with position going from x₀ to x and time from 0 to t. Let displacement s = x − x₀:
The first term, ut, is how far the object would have gone if it never accelerated. The second term, ½at², is the extra distance accumulated by the acceleration. At t = 0, both terms are zero — correct. As t grows, the ½at² term dominates — the quadratic wins over the linear.
Eliminate time
Equations (1) and (2) both contain t. Eliminate it to get a relation between v, u, a, and s that does not involve time.
From (1): t = (v − u)/a. Substitute into (2):
This equation contains no t. Use it whenever time is neither given nor asked for.
The fourth equation
Average velocity under constant acceleration is exactly the mean of initial and final velocities — a fact that holds precisely only because a is constant:
Displacement is average velocity multiplied by time:
This equation has no a in it. Use it when acceleration is neither given nor asked for.
The five variables, the four equations
The five quantities in uniform acceleration problems are:
u — initial velocity, v — final velocity, a — acceleration, s — displacement, t — time
Each of the four equations links four of these five. One variable is absent from each:
| Equation | Missing variable |
|---|---|
| v = u + at | s |
| s = ut + ½at² | v |
| v² = u² + 2as | t |
| s = ½(u+v)t | a |
This is the key to never guessing. Identify which variable is absent from the problem — neither given nor asked for — and that equation is the one to use. The selection is mechanical once you see the structure.
A worked example
A car is moving at 20 m/s when the driver applies brakes, giving a constant deceleration of 4 m/s². Find: (a) the velocity after 3 seconds, (b) the distance covered before stopping, (c) the time to stop.
Setup. Positive direction: forward (direction of initial motion). u = +20 m/s, a = −4 m/s² (braking opposes motion).
Part (a) — velocity after 3 s.
Absent variable: s. Use v = u + at.
After 3 seconds, the car is still moving forward at 8 m/s.
Part (b) — distance to stop.
At the moment of stopping, v = 0. Absent variable: t. Use v² = u² + 2as.
The car covers 50 m before stopping.
Part (c) — time to stop.
v = 0, u = 20, a = −4. Absent variable: s. Use v = u + at.
Twist variant
Same car, same braking. The driver applies brakes 10 m before a wall. Does the car stop in time?
From part (b), the stopping distance is 50 m. The wall is at 10 m. The car does not stop — it hits the wall.
How fast does it hit? Use v² = u² + 2as with s = 10 m:
The car hits the wall at nearly 18 m/s — having barely slowed. This is why stopping distance matters: the relationship between speed and stopping distance is quadratic, not linear. Double the speed, quadruple the stopping distance.
The nth second
The displacement covered in the nth second alone — not in the first n seconds, in the nth second only.
Displacement in first n seconds:
Displacement in first (n−1) seconds:
Subtract:
This is not a fifth independent equation — it is derived from (2). But it appears often enough in JEE problems that you should recognise it immediately. The displacement in successive seconds increases by a fixed amount a — an arithmetic progression with common difference a. This is a direct consequence of constant acceleration.
What to remember
Constant acceleration means one integration gives v = u + at, a second gives s = ut + ½at². The other two equations are algebraic rearrangements of these two.
Five variables. Four equations. Each equation is missing one variable. Identify the absent variable, pick the matching equation.
s is displacement — signed, direction-dependent. Total distance may differ if the object reverses.
These equations break down the moment acceleration varies. For variable acceleration: return to derivatives and integrals.
K03 takes the framework built here and applies it to two simultaneous constant-acceleration motions at right angles — projectile motion. The key idea there is that horizontal and vertical motions are completely independent of each other, and can be solved separately using these same equations.