Physics·Explained

Kinematic Equations — Explained

NEET UG
Updated 22 Mar 2026
Constant acceleration links velocity and displacement.
FigureFor motion along a line with constant acceleration, velocity changes linearly with time. Displacement is the signed area under the velocity-time graph.

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. Δx=xfxi\Delta 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 total displacementtotal time\frac{\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 change in velocitytotal time\frac{\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=g9.8m/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=±ga = \pm g.

Often confused with

Side-by-side differences the NEET paper likes to test.

Kinematic Equations vs Motion with Constant Velocity
AspectKinematic EquationsMotion with Constant Velocity
AccelerationConstant Acceleration MotionConstant Velocity Motion
VelocityChanges uniformly over time ($v = u + at$)Remains constant ($v = u$)
Equations UsedKinematic equations ($v=u+at$, $s=ut+\frac{1}{2}at^2$, $v^2=u^2+2as$)Simple distance formula ($s = vt$)
Graphical Representation (v-t graph)Straight line with non-zero slopeHorizontal straight line (zero slope)
Graphical Representation (x-t graph)Parabolic curveStraight line with non-zero slope

The fundamental difference lies in the acceleration. In constant acceleration motion, velocity changes linearly with time, requiring the full set of kinematic equations. In contrast, constant velocity motion is a special case where acceleration is zero, simplifying the kinematic equations to just s=uts = ut (since a=0a=0).

Understanding this distinction is crucial for selecting the appropriate formulas and interpreting motion graphs. Constant velocity motion is essentially a subset of constant acceleration motion where a=0a=0.

Why it is tested: For NEET, distinguishing between these two types of motion is critical for correctly applying the relevant formulas and interpreting motion graphs. Many problems involve phases of both constant velocity and constant acceleration, requiring students to switch between these conceptual frameworks.

Questions students ask

5 answered on this topic.

When can I use kinematic equations?

You can use kinematic equations exclusively when the acceleration of the object is constant. This is a crucial condition. If the acceleration is changing over time, these simple algebraic equations are not applicable, and you would need to use calculus (integration) to solve for position and velocity. Always check the problem statement for keywords like 'constant acceleration,' 'uniform acceleration,' or scenarios like free fall where acceleration due to gravity is constant.

What is the difference between distance and displacement in the context of kinematic equations?

Kinematic equations primarily deal with displacement (ss), which is a vector quantity representing the straight-line change in position from the start to the end point, including direction. Distance, on the other hand, is a scalar quantity representing the total path length covered.

For motion in a straight line without a change in direction, the magnitude of displacement is equal to the distance. However, if an object moves forward and then backward, its total distance will be greater than the magnitude of its displacement.

Be careful to interpret ss as displacement.

How do I handle negative signs in kinematic equations?

Negative signs are critical and represent direction. You must consistently define a positive direction (e.g., upwards, rightwards, or in the direction of initial motion). Then, any vector quantity (velocity, acceleration, displacement) acting in the opposite direction will be negative.

For instance, if 'up' is positive, then acceleration due to gravity (gg) is 9.8m/s2-9.8\,\text{m/s}^2. If a car is braking, its acceleration is opposite to its velocity, so it would be negative if velocity is positive.

What if an object starts from rest or comes to a stop?

These are common initial or final conditions that simplify problems. 'Starts from rest' means the initial velocity (uu) is 0m/s0\,\text{m/s}. 'Comes to a stop' or 'comes to rest' means the final velocity (vv) is 0m/s0\,\text{m/s}. Always look for these phrases in problem statements as they provide crucial information about one of the kinematic variables.

Can kinematic equations be used for motion in two or three dimensions?

Yes, but they are applied separately to each independent dimension. For example, in projectile motion (2D), you would apply kinematic equations to the horizontal motion (where acceleration is usually zero, assuming no air resistance) and separately to the vertical motion (where acceleration is due to gravity, ay=ga_y = -g). The key is that the time (tt) is common to both dimensions, linking them together. Each dimension must have constant acceleration for the equations to apply.