Kinematics Masterclass — NEET/JEE Physics
1 What is Motion?

Imagine you are sitting in a moving bus. Your position keeps changing with time — that's motion!

A body is said to be in motion when its position changes with respect to a reference point (like the ground, a wall, or a friend standing still).

Real-life check: Is a tree moving? No — from the ground's point of view, it stays fixed. But from your moving bus, it appears to move! This is called relative motion.
2 Distance vs Displacement

Think of walking from your home to school:

Distance
Total path you walked (e.g., 500 m through the lane and shortcut).

SCALAR — magnitude only
Displacement
Straight line from start to end (e.g., 300 m directly north).

VECTOR — magnitude + direction
Key rule: Distance ≥ Displacement always! If you walk in a circle and come back — distance is NOT zero, but displacement IS zero.
3 Speed vs Velocity

Your bike's speedometer shows speed — how fast you're going, but doesn't say which direction.
Velocity adds direction to speed.

Speed = distance / time Scalar — always positive
Velocity = displacement / time Vector — can be negative
If you drive 60 km/h north, that's your velocity. Just 60 km/h alone? That's speed. Average speed can never be negative. Average velocity can be negative (moving backwards).
4 Acceleration

When you press the accelerator on a bike, your speed increases. When you brake, it decreases. This rate of change of velocity is acceleration.

a = (v − u) / t Change in velocity ÷ time taken
+ve acceleration → speeding up in +ve direction
−ve acceleration (retardation) → slowing down
Zero acceleration → constant velocity (uniform motion)

Unit: m/s²  |  Vector quantity
5 Graphs in Kinematics

Distance-Time (d-t) graph

Horizontal line → at rest
Straight slope → uniform speed
Curved upward → accelerating

Velocity-Time (v-t) graph

Horizontal → constant velocity
Straight slope → uniform acceleration
Area under = Displacement
Memory hack: "Slope gives you the NEXT quantity" — slope of s-t = velocity, slope of v-t = acceleration. v-t area = displacement.
Interactive Motion Simulator

Watch a bike move with the acceleration and initial speed you set. Observe how time, distance, and velocity change in real time — exactly as the equations predict!

🏍️
0.0
Time (s)
Velocity (m/s)
0
Distance (m)
5 m/s
2 m/s²
5 s
v = u + at   |   s = ut + ½at²
The 3 Equations of Motion

Only valid for uniform acceleration (a = constant). Learn which formula to pick!

v = u + at Use when: you know u, a, t — want v. No displacement needed.
s = ut + ½at² Use when: you know u, a, t — want displacement s. No final velocity needed.
v² = u² + 2as Use when: time is NOT given. Connects v, u, a, s directly.
Quick pick guide:
Missing s? → use v = u + at
Missing v? → use s = ut + ½at²
Missing t? → use v² = u² + 2as

Variable Reference
uInitial velocity
vFinal velocity
aAcceleration (m/s²)
sDisplacement (m)
tTime (s)
g = 10 m/s²Gravity (approx.)

Extra Important Formulas
s_nth = u + a(2n−1)/2 Distance covered in nth second only
v_avg = (u + v) / 2 Average velocity — only for uniform acceleration
H = u² / 2g Maximum height in vertical projection
T = 2u sinθ / g Time of flight (projectile)
R = u² sin2θ / g Range of projectile; max at θ = 45°
Example 1 Basic — Finding Acceleration
A car starts from rest and attains a speed of 20 m/s in 4 seconds. Find its acceleration.
1
Given: u = 0 (starts from rest), v = 20 m/s, t = 4 s
2
Find: a = ?
3
Formula: v = u + at → rearrange → a = (v − u) / t
4
Solve: a = (20 − 0) / 4 = 5 m/s²
Example 2 Moderate — Maximum Height
A ball is thrown upward with velocity 30 m/s. How high will it go? (g = 10 m/s²)
1
Given: u = 30 m/s (upward), v = 0 (at top), a = −10 m/s² (gravity opposes motion)
2
Find: s = ?
3
Formula: v² = u² + 2as (time not given → use this!)
4
Solve: 0 = (30)² + 2(−10)(s) → 900 = 20s → s = 45 m
Example 3 Moderate — Braking Distance
A train moving at 72 km/h applies brakes and stops in 10 s. Find the distance covered.
1
Convert: 72 km/h = 72 ÷ 3.6 = 20 m/s = u. v = 0, t = 10 s
2
Find a: a = (v−u)/t = (0−20)/10 = −2 m/s²
3
Formula: s = ut + ½at²
4
Solve: s = 20×10 + ½×(−2)×100 = 200 − 100 = 100 m
Tip: km/h → m/s always = divide by 3.6. Do this as your very first step!

Tap an option to check your answer.

Score: 0 / 0
EasyA body at rest starts moving with uniform acceleration of 2 m/s². What is its velocity after 5 seconds?
A5 m/s
B10 m/s
C15 m/s
D20 m/s
Use v = u + at → v = 0 + 2×5 = 10 m/s. Since body starts from rest, u = 0. Common trap: choosing A (5 = u×t, forgetting acceleration) or C (adding wrong values).
EasyWhich of the following can be zero even when speed is not zero?
ADistance
BDisplacement
CSpeed
DAcceleration
If you run in a circle and return to start, speed was non-zero throughout — but displacement = 0 (start and end are the same). Distance and speed can never be zero if you moved.
MediumA ball is dropped from a height of 80 m. How long does it take to reach the ground? (g = 10 m/s²)
A2 s
B3 s
C4 s
D8 s
Dropped → u = 0, a = g = 10, s = 80. Use s = ut + ½at² → 80 = ½×10×t² → t² = 16 → t = 4 s. Key insight: "dropped" always means u = 0!
MediumThe velocity-time graph of a particle is a straight line parallel to the time axis. This means:
AThe particle is at rest
BThe particle moves with constant velocity
CThe particle has uniform acceleration
DThe particle is decelerating
Horizontal line on v-t graph → velocity doesn't change → slope = 0 → acceleration = 0 → constant velocity. Only if the line were at v = 0 would it mean "at rest".
NEET LevelA car accelerates from rest at 2 m/s². What is the ratio of distance covered in the 3rd second to the 2nd second?
A1 : 1
B3 : 2
C5 : 3
D4 : 3
Use s_nth = u + a(2n−1)/2. u=0, a=2.
s₃ = 0 + 2(2×3−1)/2 = 5 m. s₂ = 0 + 2(2×2−1)/2 = 3 m. Ratio = 5 : 3. Memorise the nth-second formula — it's a very common NEET pattern!
NEET LevelA projectile is fired at 45°. Which angle gives the same range?
A30°
B60°
C75°
DComplementary angles (θ and 90°−θ) always give the same range
R = u²sin2θ/g. Complementary angles (30° & 60°, 20° & 70°, 15° & 75°) give same range because sin2θ = sin(180°−2θ). At 45°, range is maximum. This concept is tested almost every year!
Top 8 Mistakes Students Make
⚠️
Not converting units (km/h to m/s)
Fix: Always convert first. km/h ÷ 3.6 = m/s. 72 km/h = 20 m/s. Do this as step zero.
⚠️
Forgetting to make acceleration negative for "going up"
Fix: Take upward as +ve. Gravity acts downward, so a = −g = −10 m/s². When you throw something up, v decreases → a is negative.
⚠️
Confusing distance with displacement
Fix: If the body returns to its original position, displacement = 0 but distance ≠ 0.
⚠️
Using equations of motion when acceleration is NOT constant
Fix: v = u + at etc. are ONLY for uniform acceleration. If a changes, these formulas don't apply.
⚠️
Thinking "dropped" means u = g or u = 10
Fix: "Dropped" always means u = 0. "Thrown downward" means u has a value. Two very different situations!
⚠️
Choosing the wrong formula (not checking which variable is missing)
Fix: List u, v, a, s, t for every problem. Identify the missing one — that tells you which formula to use.
⚠️
Ignoring sign of displacement in multi-part journeys
Fix: Fix a direction as positive. Opposite direction = negative. Add with signs, not just magnitudes.
⚠️
Slope of s-t graph mistaken for displacement instead of velocity
Fix: Slope of s-t = velocity. Slope of v-t = acceleration. Area under v-t = displacement.
1-Minute Power Recap
Motion = change in position with time w.r.t. a reference point
Distance (scalar, always +ve) vs Displacement (vector, can be 0 or −ve)
Speed = distance/time (scalar)  |  Velocity = displacement/time (vector)
Acceleration = (v − u) / t  |  Retardation = negative acceleration
v = u+at  |  s = ut+½at²  |  v² = u²+2as
Slope of s-t = v  |  Slope of v-t = a  |  Area of v-t = s
Dropped object: u = 0, a = +g = 10 m/s² downward
Thrown upward: a = −g, v = 0 at top, symmetric return
Projectile: R is maximum at 45°; same R for complementary angles
km/h → m/s: divide by 3.6  |  m/s → km/h: multiply by 3.6
Memory Hacks
Formula pick rule: "VUSat" — list Variables, find Unknown, Select formula, apply, tally units.
Missing variable trick:
No s → v = u + at
No v → s = ut + ½at²
No t → v² = u² + 2as
Graph rule: Think "going DOWN a level" — s-t → slope → velocity → slope → acceleration. v-t → area → displacement.
Complementary angle rule: θ and (90°−θ) → same range! e.g. 30° & 60°, 20° & 70°, 15° & 75°.
You've Got This! 🎯

Physics is not about memorising — it's about understanding why things happen. Every concept in Kinematics connects to everyday motion you've already experienced.

Next step: Practice 10 numericals from NCERT + 5 NEET MCQs daily. In 1 week, Kinematics will feel completely under control.

Share this:

Like this:

Like Loading…

Discover more from eduPhysics

Subscribe now to keep reading and get access to the full archive.

Continue reading

Discover more from eduPhysics

Subscribe now to keep reading and get access to the full archive.

Continue reading