Physics·Explained

Kinematic Equations — Explained

NEET UG
Version 1Updated 22 Mar 2026

Detailed Explanation

Kinematic equations form the bedrock of understanding motion in classical mechanics, particularly for scenarios involving constant acceleration. They provide a quantitative framework to describe and predict the trajectory of objects without delving into the forces causing the motion (which is the domain of dynamics). Mastering these equations is non-negotiable for any NEET aspirant.

Conceptual Foundation

Before diving into the equations, let's revisit the fundamental concepts:

    1
  1. PositionThe location of an object in space, often represented by a coordinate (xx or yy).
  2. 2
  3. Displacement ($s$)The change in position of an object. It's a vector quantity, meaning it has both magnitude and direction. Deltax=xfxiDelta x = x_f - x_i, where xfx_f is final position and xix_i is initial position.
  4. 3
  5. Velocity ($v$)The rate of change of displacement. It's also a vector quantity. Average velocity is ractotal displacementtotal timerac{\text{total displacement}}{\text{total time}}. Instantaneous velocity is the velocity at a specific moment in time, given by the derivative of position with respect to time, v=dxdtv = \frac{dx}{dt}.
  6. 4
  7. SpeedThe magnitude of velocity. It's a scalar quantity.
  8. 5
  9. Acceleration ($a$)The rate of change of velocity. It's a vector quantity. Average acceleration is racchange in velocitytotal timerac{\text{change in velocity}}{\text{total time}}. Instantaneous acceleration is the acceleration at a specific moment, given by the derivative of velocity with respect to time, a=dvdta = \frac{dv}{dt}.

The kinematic equations are specifically derived under the assumption that acceleration (aa) is constant. This simplifies the calculus involved and allows for algebraic solutions.

Key Principles and Derivations

There are three primary kinematic equations, and a fourth useful one for displacement in the nthn^{th} second. Let's derive them step-by-step.

Variables Used:

  • uu: Initial velocity
  • vv: Final velocity
  • aa: Constant acceleration
  • tt: Time interval
  • ss: Displacement

1. First Kinematic Equation: Relating $v$, $u$, $a$, and $t$

By definition, acceleration is the rate of change of velocity. If acceleration is constant, we can write:

a=Change in velocityTime taken=vuta = \frac{\text{Change in velocity}}{\text{Time taken}} = \frac{v - u}{t}
Rearranging this equation to solve for vv, we get:
vu=atv - u = at
v=u+at\boxed{v = u + at}
This equation tells us the final velocity of an object after a certain time, given its initial velocity and constant acceleration.

2. Second Kinematic Equation: Relating $s$, $u$, $a$, and $t$

For an object moving with constant acceleration, its average velocity can be expressed as the arithmetic mean of its initial and final velocities:

Average velocity=u+v2\text{Average velocity} = \frac{u + v}{2}
Also, by definition, displacement is average velocity multiplied by time:
s=Average velocity×ts = \text{Average velocity} \times t
Substitute the expression for average velocity:
s=(u+v2)ts = \left(\frac{u + v}{2}\right)t
Now, substitute the first kinematic equation (v=u+atv = u + at) into this expression for ss:
s=(u+(u+at)2)ts = \left(\frac{u + (u + at)}{2}\right)t
s=(2u+at2)ts = \left(\frac{2u + at}{2}\right)t
s=(u+12at)ts = \left(u + \frac{1}{2}at\right)t
s=ut+12at2\boxed{s = ut + \frac{1}{2}at^2}
This equation allows us to calculate the displacement of an object, given its initial velocity, constant acceleration, and the time interval.

3. Third Kinematic Equation: Relating $v$, $u$, $a$, and $s$

This equation is useful when time (tt) is not known or not required. We can derive it by combining the first two equations. From the first equation, v=u+atv = u + at, we can express tt as:

t=vuat = \frac{v - u}{a}
Now, substitute this expression for tt into the second kinematic equation (s=ut+12at2s = ut + \frac{1}{2}at^2):
s=u(vua)+12a(vua)2s = u\left(\frac{v - u}{a}\right) + \frac{1}{2}a\left(\frac{v - u}{a}\right)^2
s=uvu2a+12a(vu)2a2s = \frac{uv - u^2}{a} + \frac{1}{2}a\frac{(v - u)^2}{a^2}
s=uvu2a+(vu)22as = \frac{uv - u^2}{a} + \frac{(v - u)^2}{2a}
To combine these terms, find a common denominator (2a2a):
s=2(uvu2)+(vu)22as = \frac{2(uv - u^2) + (v - u)^2}{2a}
s=2uv2u2+(v22uv+u2)2as = \frac{2uv - 2u^2 + (v^2 - 2uv + u^2)}{2a}
s=2uv2u2+v22uv+u22as = \frac{2uv - 2u^2 + v^2 - 2uv + u^2}{2a}
s=v2u22as = \frac{v^2 - u^2}{2a}
Rearranging this, we get:
2as=v2u22as = v^2 - u^2
v2=u2+2as\boxed{v^2 = u^2 + 2as}
This equation is powerful for finding final velocity or displacement when time is not a factor.

4. Displacement in the $n^{th}$ Second ($s_n$)

Sometimes, we need to find the displacement covered *only* during a specific second (e.g., the 5th second). This is not the total displacement after 5 seconds, but the displacement *between* t=4t=4 seconds and t=5t=5 seconds.

Displacement in the nthn^{th} second (sns_n) is the total displacement after nn seconds (sns_n) minus the total displacement after (n1)(n-1) seconds (sn1s_{n-1}). Using s=ut+12at2s = ut + \frac{1}{2}at^2:

sn=u(n)+12a(n)2s_n = u(n) + \frac{1}{2}a(n)^2
sn1=u(n1)+12a(n1)2s_{n-1} = u(n-1) + \frac{1}{2}a(n-1)^2
snth=snsn1=[un+12an2][u(n1)+12a(n1)2]s_{n^{th}} = s_n - s_{n-1} = \left[un + \frac{1}{2}an^2\right] - \left[u(n-1) + \frac{1}{2}a(n-1)^2\right]
snth=un+12an2u(n1)12a(n22n+1)s_{n^{th}} = un + \frac{1}{2}an^2 - u(n-1) - \frac{1}{2}a(n^2 - 2n + 1)
snth=un+12an2un+u12an2+an12as_{n^{th}} = un + \frac{1}{2}an^2 - un + u - \frac{1}{2}an^2 + an - \frac{1}{2}a
snth=u+an12as_{n^{th}} = u + an - \frac{1}{2}a
snth=u+a2(2n1)\boxed{s_{n^{th}} = u + \frac{a}{2}(2n - 1)}
This equation is particularly useful in problems involving free fall where an object covers different distances in successive seconds.

Real-World Applications

Kinematic equations are widely applicable:

  • Free FallObjects falling under gravity experience constant acceleration (a=gapprox9.8,m/s2a = g approx 9.8,\text{m/s}^2 downwards). These equations can predict the time to hit the ground, final velocity, or height from which an object was dropped.
  • Vehicle MotionAnalyzing a car accelerating from a traffic light, braking to a stop, or a train speeding up on a straight track.
  • SportsCalculating the trajectory of a shotput or a long jump (though 2D kinematics is needed, the principles are the same for each dimension).
  • EngineeringDesigning safe braking systems, calculating required runway length for aircraft, or analyzing the motion of parts in machinery.

Common Misconceptions and Pitfalls

    1
  1. Non-Constant AccelerationThe most critical mistake is applying these equations when acceleration is *not* constant. If acceleration varies, calculus (integration) is required.
  2. 2
  3. Sign ConventionsDirection matters! It's crucial to consistently define a positive direction (e.g., upwards or rightwards). If initial velocity is positive, and acceleration is in the opposite direction (e.g., braking), acceleration must be negative. Displacement can also be negative if the final position is behind the initial position.

* Example: A ball thrown upwards. If 'up' is positive, initial velocity uu is positive, but acceleration due to gravity a=ga = -g (negative because gravity acts downwards).

    1
  1. Confusing Distance and DisplacementIn straight-line motion, if an object changes direction, the total distance covered will be greater than the magnitude of its displacement. Kinematic equations directly calculate displacement (ss), not total distance.
  2. 2
  3. UnitsAlways ensure all quantities are in consistent units (e.g., meters, seconds, m/s, m/s2^2). Mixing km/h with m/s will lead to incorrect answers.
  4. 3
  5. Initial ConditionsCarefully read the problem to identify the correct initial velocity (uu). 'Starts from rest' means u=0u=0. 'Comes to a stop' means v=0v=0.

NEET-Specific Angle

NEET questions often test your ability to:

  • Choose the correct equationGiven three variables, identify which equation will directly solve for the fourth, minimizing steps.
  • Apply sign conventions correctlyEspecially in problems involving gravity or braking.
  • Interpret graphsRelate vtv-t graphs to acceleration (slope) and displacement (area under curve). A straight line on a vtv-t graph indicates constant acceleration, making kinematic equations applicable.
  • Solve multi-stage problemsA problem might involve two phases of motion (e.g., acceleration, then constant velocity, then deceleration). You'll need to apply kinematic equations to each phase separately, using the final velocity of one phase as the initial velocity for the next.
  • Relative motionWhile not directly kinematic equations, understanding how these equations apply to individual objects is a prerequisite for relative motion problems.
  • Free fall variationsQuestions involving objects dropped from height, thrown upwards, or falling from a moving platform are common. Remember a=pmga = pm g.
Featured
🎯PREP MANAGER
Your 6-Month Blueprint, Updated Nightly
AI analyses your progress every night. Wake up to a smarter plan. Every. Single. Day.
Ad Space
🎯PREP MANAGER
Your 6-Month Blueprint, Updated Nightly
AI analyses your progress every night. Wake up to a smarter plan. Every. Single. Day.