The three equations — what they say
For straight-line motion with constant acceleration, NCERT §2.4 records three relations between the five quantities: initial velocity $u$ (NCERT writes $v_0$), final velocity $v$, acceleration $a$, displacement $s$ (NCERT writes $x$ or $x - x_0$), and time $t$. The three equations are:
$$\boxed{\;v = u + at\;} \qquad \boxed{\;s = ut + \tfrac{1}{2}at^2\;} \qquad \boxed{\;v^2 = u^2 + 2as\;}$$Read them in order. The first connects $u$, $v$, $a$, $t$ — no displacement. The second connects $u$, $a$, $t$, $s$ — no final velocity. The third connects $u$, $v$, $a$, $s$ — no time. There is also a fourth, often-useful form built from the average-velocity definition,
$$s = \tfrac{1}{2}(u + v) \, t,$$which NCERT writes as Eq. (2.7a). Under constant acceleration, the average velocity is the arithmetic mean of initial and final — a fact already met in average vs. instantaneous velocity.
The single assumption powering all of these is that $a$ is a constant of motion — same magnitude, same direction, throughout the interval. If $a$ varies with time or position, the equations fail; you must return to $a = dv/dt$ and $v = dx/dt$ and integrate directly.
"The kinematic equations are true only for motion in which the magnitude and the direction of acceleration are constant during the course of motion."
NCERT Class 11 Physics, §2.4, Points to Ponder 6
Derivation 1 — from the definition of acceleration
The cleanest route uses calculus and works because uniform acceleration means $a$ is constant under the integral sign. Start from the definition of instantaneous acceleration,
$$a = \frac{dv}{dt} \quad \Longrightarrow \quad dv = a\,dt.$$Integrate both sides from $t = 0$, when the velocity is $u$, to a later instant $t$, when the velocity is $v$:
$$\int_{u}^{v} dv = \int_{0}^{t} a\,dt = a \int_{0}^{t} dt \quad \Longrightarrow \quad v - u = at.$$Rearranging gives the first equation: $v = u + at$. Notice that $a$ came outside the integral only because it is constant — that is where the uniform-acceleration assumption enters mathematically.
For the second equation, start from $v = dx/dt$, write $dx = v\,dt$, and substitute the just-derived expression for $v$:
$$dx = (u + at)\,dt.$$Integrate from $x = 0$ at $t = 0$ to $x = s$ at time $t$:
$$s = \int_{0}^{t}(u + at)\,dt = ut + \tfrac{1}{2}at^2.$$For the third equation, use the chain rule trick NCERT shows in Example 2.2:
$$a = \frac{dv}{dt} = \frac{dv}{dx}\cdot\frac{dx}{dt} = v\,\frac{dv}{dx} \quad \Longrightarrow \quad v\,dv = a\,dx.$$Integrate from initial $(x=0, v=u)$ to final $(x=s, v=v)$:
$$\int_{u}^{v} v\,dv = a \int_{0}^{s} dx \quad \Longrightarrow \quad \tfrac{1}{2}(v^2 - u^2) = as \quad \Longrightarrow \quad v^2 = u^2 + 2as.$$NCERT notes the advantage: each step uses only the definitions of $v$ and $a$, so the same method extends to non-uniform acceleration once you stop pulling $a$ outside the integral.
Derivation 2 — from the v–t graph
The graphical derivation is the route most students remember on the day of the exam, because it is purely geometric. Plot velocity against time for uniformly accelerated motion: the curve is the straight line shown in NCERT Fig. 2.5, starting at $v = u$ at $t = 0$ and rising linearly with slope $a$ to reach $v = u + at$ at time $t$.
The area under this line between $t = 0$ and $t = t$ equals the displacement $s$ (NCERT records this in §2.3 — "the area under a velocity–time curve represents the displacement"). The region is a trapezium with parallel sides of length $u$ and $v$, separated by the time interval $t$. The standard trapezium-area formula gives:
$$s = \tfrac{1}{2}(u + v)\,t. \qquad (\star)$$This is the average-velocity equation. To get the three named equations from it:
- Eliminate $v$ using $v = u + at$: substitute into ($\star$) and simplify, $s = \tfrac{1}{2}(u + u + at)\,t = ut + \tfrac{1}{2}at^2$. Second equation done.
- Eliminate $t$ using $t = (v - u)/a$: substitute into ($\star$), $s = \tfrac{1}{2}(u + v) \cdot \tfrac{v - u}{a} = \tfrac{v^2 - u^2}{2a}$, which rearranges to $v^2 = u^2 + 2as$. Third equation done.
- The first equation, $v = u + at$, is just the linear slope of the v–t line: rise / run $=$ $(v - u)/t = a$.
The same trapezium splits into a rectangle of height $u$ and base $t$ (area $ut$) plus a triangle of height $(v - u) = at$ (area $\tfrac{1}{2}at^2$). The two pieces literally are the two terms of $s = ut + \tfrac{1}{2}at^2$ — the rectangle is the distance you would have covered at the initial velocity; the triangle is the extra distance because you sped up.
Displacement in the nth second — Galileo's law and its trap
A separate but related formula gives the displacement during only the nth second of the motion — that is, between $t = n - 1$ and $t = n$. Call this $s_n$. It is simply the total displacement up to time $n$ minus the total displacement up to time $n - 1$:
$$s_n = s(n) - s(n - 1).$$Substitute $s(t) = ut + \tfrac{1}{2}at^2$ in both terms:
$$s_n = \left[un + \tfrac{1}{2}an^2\right] - \left[u(n-1) + \tfrac{1}{2}a(n-1)^2\right].$$Expand $(n-1)^2 = n^2 - 2n + 1$ and collect terms:
$$s_n = u + \tfrac{1}{2}a(2n - 1) \quad \text{or equivalently} \quad \boxed{\;s_n = u + \frac{a(2n - 1)}{2}.\;}$$For an object starting from rest ($u = 0$), this collapses to $s_n = \tfrac{a}{2}(2n - 1)$, which is in the ratio $1 : 3 : 5 : 7 : \ldots$ for successive seconds. This is exactly Galileo's law of odd numbers recorded in NCERT Example 2.5: a body falling from rest covers distances in the simple ratio of consecutive odd numbers in equal time intervals. NEET 2022 lifted this directly into a 4-second freely-falling question whose answer was the 1 : 3 : 5 : 7 ratio.
Sign convention — the most common loss of marks
The kinematic equations are algebraic: all five quantities carry signs (NCERT Points to Ponder 5). Time is naturally positive, but the other four can be negative. The discipline is simple:
- Pick a positive direction at the start and write it down. Once made, do not change it mid-solution.
- Assign signs consistently. A velocity along the positive direction is positive; against it, negative. An acceleration opposing the motion (braking) takes the opposite sign to the velocity.
- Substitute with signs included. Do not strip a minus because the answer "should" be positive — the equation produces the correct sign automatically.
Consider a car moving in the $+x$ direction at $u = +20$ m/s, braking at $a = -4$ m/s². Asked for displacement until it stops ($v = 0$), use $v^2 = u^2 + 2as$:
$$0 = (20)^2 + 2(-4)\,s \quad \Longrightarrow \quad s = \frac{400}{8} = +50\,\text{m}.$$The displacement comes out positive — the car is still moving forward while it decelerates. If you had plugged $|a| = 4$ and a separate minus sign, you would have double-counted the negative and got $s = -50$ m, which is physically wrong: the car never travels backward during braking.
Which equation to use — a single decision rule
Every constant-acceleration problem gives you three of the five quantities $\{u, v, a, s, t\}$ and asks for a fourth. The table below identifies, for each "missing-and-not-asked" quantity, the equation that does not contain it. Use the equation that omits the quantity you neither know nor want.
| You are given | You want to find | Quantity not in play | Use this equation |
|---|---|---|---|
| $u$, $a$, $t$ | $v$ | $s$ (displacement) | $v = u + at$ |
| $u$, $v$, $a$ | $t$ | $s$ (displacement) | $v = u + at$, solved for $t$ |
| $u$, $a$, $t$ | $s$ | $v$ (final velocity) | $s = ut + \tfrac{1}{2}at^2$ |
| $u$, $v$, $t$ | $s$ | $a$ (acceleration) | $s = \tfrac{1}{2}(u + v)\,t$ |
| $u$, $a$, $s$ | $v$ | $t$ (time) | $v^2 = u^2 + 2as$ |
| $u$, $v$, $s$ | $a$ | $t$ (time) | $v^2 = u^2 + 2as$, solved for $a$ |
| $u$, $a$, $n$ (an integer) | $s_n$ (nth-second) | $v$ and final $s$ | $s_n = u + a(2n - 1)/2$ |
Two operational tips. First, scan the question for the words "time", "displacement", "velocity" and circle the one that is neither given nor asked — that is the quantity absent from your chosen equation. Second, in two-step problems (find $t$, then use it to find $s$), treat the second step as a fresh substitution. Mixing five symbols across two equations in one block is where arithmetic errors live.
Worked examples — one per equation
Example 1 — find final velocity from $u$, $a$, $t$
A trolley on a frictionless horizontal track starts at $u = 3$ m/s and accelerates uniformly at $a = 5$ m/s² along the direction of motion. What is its velocity after 4 s? (Setup adapted from NIOS Example 2.10.)
Setup. Take the direction of motion as positive. Given $u = +3$ m/s, $a = +5$ m/s², $t = 4$ s. Displacement is neither given nor asked, so use $v = u + at$.
Substitute. $v = 3 + (5)(4) = 3 + 20 = 23$ m/s.
Distractor 1 — forgot $u$: $v = at = 20$ m/s. Wrong; the trolley was not at rest. Distractor 2 — used $s = ut + \tfrac{1}{2}at^2$: $s = 12 + 40 = 52$ m. That is the displacement, not the velocity — the wrong equation for the question asked.
Example 2 — find displacement from $u$, $v$, $a$ (no time)
A bullet enters a wooden plank moving horizontally at $u = 200$ m/s and exits at $v = 100$ m/s. The wood applies a uniform retarding acceleration of magnitude $7500$ m/s² on the bullet. How thick is the plank?
Setup. Take the direction of motion as positive. The bullet slows down, so $a$ opposes velocity: $a = -7500$ m/s². Time is neither given nor asked — use $v^2 = u^2 + 2as$.
Substitute. $(100)^2 = (200)^2 + 2(-7500)\,s$ $\Longrightarrow$ $10000 = 40000 - 15000\,s$ $\Longrightarrow$ $s = 30000/15000 = 2$ m.
The plank is 2 m thick.
Distractor — plugged $|a|$ with no sign: $10000 = 40000 + 15000\,s$ $\Longrightarrow$ $s = -2$ m. The minus tells you the sign was wrong; physically the bullet cannot travel backward through the plank. Always carry $a$'s sign explicitly.
Example 3 — nth-second displacement
A particle moving along the x-axis starts at $u = 2$ m/s and accelerates uniformly at $a = 4$ m/s² in the direction of motion. Find the displacement during the 5th second of its motion.
Setup. Take the direction of motion as positive. The "5th second" means the interval from $t = 4$ s to $t = 5$ s — one second long. Use the nth-second formula with $n = 5$.
Substitute. $s_5 = u + \dfrac{a(2n - 1)}{2} = 2 + \dfrac{4 \cdot 9}{2} = 2 + 18 = 20$ m.
Cross-check by subtraction. $s(5) = (2)(5) + \tfrac{1}{2}(4)(5)^2 = 10 + 50 = 60$ m. $s(4) = (2)(4) + \tfrac{1}{2}(4)(4)^2 = 8 + 32 = 40$ m. $s_5 = s(5) - s(4) = 60 - 40 = 20$ m. Same answer — and this is the safest method on test day if you forget the closed-form.
Distractor 1 — confused $s_n$ with $s$ in $n$ seconds: answered 60 m. That is total displacement after 5 s, not the 5th-second slice. Distractor 2 — set $n = 4$: $s_4 = 2 + 4(7)/2 = 16$ m, the 4th-second displacement; off-by-one from misreading "during the 5th second".
What this subtopic locked in
- Three equations, one assumption. $v = u + at$; $s = ut + \tfrac{1}{2}at^2$; $v^2 = u^2 + 2as$. Valid only for constant $a$ along the line of motion.
- Two derivations. Calculus (integrate $a = dv/dt$ and $v = dx/dt$); v–t graph (trapezium area equals displacement; eliminate one variable each time).
- Average-velocity form. $s = \tfrac{1}{2}(u + v)\,t$ — the bridge between the three equations.
- nth-second formula. $s_n = u + a(2n - 1)/2$, with units of length even though the expression looks like velocity. Galileo's odd-numbers law follows when $u = 0$.
- Sign discipline. Pick a positive direction; assign signs to $u$, $v$, $a$, $s$; substitute with signs included. There is one $v^2 = u^2 + 2as$, not two.
- Equation choice. Use the equation that omits the quantity neither given nor asked.
Free-fall under gravity is the canonical application of these equations with $a = -g$, but it has enough variants — vertical throws, drops, two-step round trips — to deserve its own subtopic. We pick that up in Motion under gravity (free fall) next.