Question
Derive the third equation of motion: v² = u² + 2as
Given that you know:
- First equation:
v = u + at - Second equation:
s = ut + ½at²
Derive the third equation by eliminating time t.
Solution — Step by Step
From v = u + at, we can isolate t directly:
We’re eliminating t because the third equation relates velocity and displacement without time — useful when the problem doesn’t tell you how long something took.
Put this expression for t into s = ut + ½at²:
Don’t rush this step — expand each term separately to avoid sign errors.
Simplify the second term by cancelling one a:
Multiply through by 2a on both sides:
Expand using the identity (v-u)² = v² - 2uv + u²:
The 2uv terms cancel. We’re left with:
Rearrange:
Why This Works
We have three kinematic variables beyond displacement: initial velocity u, final velocity v, and time t. The first two equations each involve all three. By solving one for t and substituting into the other, we eliminate that variable entirely.
This is standard simultaneous equation technique — the same thing you do in Class 10 algebra, just applied to physics formulas. The result is an equation that only cares about velocities and displacement, not how long the motion took.
This is why the third equation is so powerful for problems like “a car brakes from 72 km/h to rest over 40 m — find deceleration.” No time is given, no time is needed.
Alternative Method — Using Calculus (Class 11)
For students who have started differentiation, there’s a cleaner route.
We know v = ds/dt and a = dv/dt. Write acceleration as:
This is the chain rule. Now separate variables and integrate:
Which gives v² = u² + 2as directly. For JEE, this derivation is more elegant and takes fewer steps.
Common Mistake
Squaring before substituting. Many students try to square the first equation to get v² = (u + at)² and then substitute at somehow. This leads to a mess because you still have a t term inside the expansion. Always substitute t = (v-u)/a into the second equation — that’s the move that eliminates t cleanly.
Memory hook: The three equations cover three “missing variable” cases — missing s, missing v, and missing t. The third equation v² = u² + 2as is your go-to whenever the problem has no time data. In board exams, roughly 40% of kinematics numericals are solved fastest with this equation.