Vardaan Watermark
Vardaan Learning Institute
Created by Team Vardaan with Powered by VARDAAN COMET

Motion in a Straight Line

References

Compiled from: NCERT Physics Part-1 (Motion in a Straight Line) • H.C. Verma — Concepts of Physics Vol-1 (Ch. 3: Rest and Motion — Kinematics) • D.C. Pandey — Understanding Physics: Mechanics Part-1 • Pradeep's Fundamental Physics XI • S.L. Arora • Cengage (B.M. Sharma) Mechanics-I • Errorless Physics. Target exams: Boards • JEE Main • JEE Advanced • NEET • NDA.

1. Introduction — Rest, Motion & the Point Object

Mechanics is the oldest and most fundamental branch of physics. It is divided into Statics (objects at rest under forces), Kinematics (description of motion without asking about its cause) and Dynamics (motion together with its cause — force). This chapter is pure kinematics restricted to one dimension — motion along a straight line, also called rectilinear motion.

1.1 Rest and Motion are Relative (NCERT · HCV Ch-3)

Definition

An object is said to be in motion if its position changes with time with respect to a chosen observer (frame of reference). It is at rest if its position does not change with time with respect to that observer.

1.2 Point Object (Particle) Approximation

Definition

An object is treated as a point object when the distance it travels is very large compared to its own size, so its size is irrelevant to the description of its motion.

⭐ BOARD EXAM ALERT

A very common 1-mark question: "Under what condition can a train be treated as a point object?" — Answer: when the distance covered is much greater than the length of the train (e.g., an inter-city journey), but not while it crosses a bridge/platform.

1.3 One, Two and Three Dimensional Motion

Type Coordinates changing Examples
1-D (Rectilinear) Only one (say $x$) Train on a straight track, freely falling stone, car on a straight road
2-D (Planar) Two ($x, y$) Projectile, circular motion, carrom coin, billiard ball
3-D (Space) All three ($x, y, z$) Flying bird, kite, gas molecule, drone

2. Frame of Reference & Position

To measure position we need: (i) an origin O, (ii) a set of coordinate axes, and (iii) a clock. Together these form a frame of reference. For straight-line motion we need only one axis — take it as the x-axis along the line of motion.

Figure 1

The 1-D frame of reference: positions on the x-axis

x (m) -5 -4 -3 -2 -1 0 +1 +2 +3 +4 +5 O (origin) +3 m −2 m P: x = +3 m Q: x = −2 m frame of reference =axes + origin + clock

Position is a signed number in 1-D: P at +3 m, Q at −2 m. The pulsing dots are the particles; arrows are their position vectors.

3. Distance (Path Length) vs Displacement

Definitions

Distance (path length) = actual length of the path travelled. Scalar, always ≥ 0, never decreases with time.

Displacement = change in position vector = (final position) − (initial position):

$$\Delta x = x_2 - x_1$$

Vector; can be positive, negative or zero; depends only on end points, not on the path.

Property Distance Displacement
Nature Scalar Vector
Sign Always positive (or zero) +, − or 0
Depends on path? Yes No — only end points
Can decrease with time? Never Yes (particle can turn back)
Magnitude relation Distance ≥ |Displacement| ; equality only for motion in one direction along a straight line
Round trip value 2 × one-way path Zero
Key Result

Asked in NEET & Boards repeatedly:

✍ SOLVED EXAMPLE 3.1 — NCERT-style · Boards / NEET

Q. A particle moves along the x-axis from x = +2 m to x = +12 m, then turns back and comes to x = +7 m. Find the total distance travelled and the displacement.

Forward trip: $12 - 2 = 10$ m. Return trip: $12 - 7 = 5$ m.
Distance $= 10 + 5 = \mathbf{15 \text{ m}}$
Displacement $= x_{final} - x_{initial} = 7 - 2 = \mathbf{+5 \text{ m}}$ (towards +x).
Check: $15 \ge |{+5}|$ ✓
Figure 2

Distance vs displacement for a to-and-fro journey (A → B → C)

x (m) 0 2 4 6 8 10 12 leg 1: A → B = 10 m leg 2: B → C = 5 m displacement = +5 m A (start, 2 m) B (turn, 12 m) C (end, 7 m) Distance = 10 + 5 = 15 m Displacement = 7 − 2 = +5 m

Watch the moving particle: it travels 15 m of path but ends only +5 m from the start — matching Example 3.1 exactly.

4. Speed & Velocity

4.1 Average Speed and Average Velocity

Core Definitions $$\text{Average speed} = \frac{\text{total distance}}{\text{total time}}$$ $$\text{Average velocity} = \frac{\text{displacement}}{\text{time}} = \frac{x_2 - x_1}{t_2 - t_1} = \frac{\Delta x}{\Delta t}$$

4.2 Instantaneous Velocity (Calculus enters physics — NCERT)

Average velocity over a shrinking interval around an instant $t$ approaches a limit — this limit is the velocity at that instant:

Instantaneous Velocity $$v = \lim_{\Delta t \to 0}\frac{\Delta x}{\Delta t} = \frac{dx}{dt}$$

4.3 Uniform vs Non-uniform Velocity

⭐ MISCONCEPTION BUSTER (HCV / DC PANDEY)

"Average velocity = $\frac{u+v}{2}$" is NOT a general formula. It is valid only for uniform (constant) acceleration. For any other motion you must compute displacement ÷ time. Many wrong answers in JEE come from misusing this.

5. Special Average-Speed Results (with Proofs)

5.1 Equal Distances at Two Different Speeds → Harmonic Mean

A particle covers the first half distance at speed $v_1$ and second half at $v_2$.

Proof. Let total distance $= 2s$. Times taken:

$$t_1 = \frac{s}{v_1}, \qquad t_2 = \frac{s}{v_2}$$ $$v_{avg} = \frac{2s}{t_1 + t_2} = \frac{2s}{\frac{s}{v_1}+\frac{s}{v_2}}$$
Result — Half Distance Each $$\boxed{\,v_{avg} = \frac{2v_1 v_2}{v_1 + v_2}\,}\ \ (\text{harmonic mean} \le \text{A.M.})$$

5.2 Equal Times at Two Different Speeds → Arithmetic Mean

Proof. Let each interval be $t$. Distances: $v_1 t$ and $v_2 t$.

$$v_{avg} = \frac{v_1 t + v_2 t}{2t}$$
Result — Half Time Each $$\boxed{\,v_{avg} = \frac{v_1 + v_2}{2}\,}$$

5.3 Three Equal Parts (generalisation asked in NEET)

Distance in three equal parts at $v_1, v_2, v_3$:

$$v_{avg} = \frac{3v_1v_2v_3}{v_1v_2 + v_2v_3 + v_3v_1}$$
Memory Hook

Distance-wise split → Harmonic mean (D–H: "Dilli–Haryana"). Time-wise split → Arithmetic mean (T–A: "TA of time"). Harmonic mean is always the smaller one — going slow for equal distance eats more time!

✍ SOLVED EXAMPLE 5.1 — NEET / Boards classic

Q. A car covers half its journey at 40 km/h and the remaining half distance at 60 km/h. Find the average speed.

Formula: $v_{avg} = \dfrac{2v_1v_2}{v_1+v_2}$
Answer: $v_{avg} = \dfrac{2\times 40 \times 60}{40+60} = \dfrac{4800}{100} = \mathbf{48 \text{ km/h}}$
Note it is less than 50 (the arithmetic mean) — always true for distance splits.

6. Acceleration

Definitions $$a_{avg} = \frac{\Delta v}{\Delta t} = \frac{v_2 - v_1}{t_2 - t_1}$$ $$a = \lim_{\Delta t \to 0}\frac{\Delta v}{\Delta t} = \frac{dv}{dt} = \frac{d^2x}{dt^2}$$

6.1 The Sign of Acceleration — the Biggest Misconception in this Chapter

⭐ MISCONCEPTION BUSTER

Negative acceleration does NOT automatically mean "slowing down". Speeding up or slowing down depends on the relative signs of v and a:

Situation Sign of v Sign of a Speed is…
Car accelerating along +x + + Increasing
Car braking while moving along +x + Decreasing
Car accelerating along −x Increasing
Car braking while moving along −x + Decreasing
Can it happen?

Favourite JEE conceptual list:

7. Equations of Motion (Uniform Acceleration) — All Derivations

Valid only when acceleration $a$ is constant. Symbols: $u$ = initial velocity, $v$ = velocity after time $t$, $s$ = displacement in time $t$, $x_0$ = initial position.

The Kinematic Equations $$\text{(i)}\quad v = u + at$$ $$\text{(ii)}\quad s = ut + \tfrac{1}{2}at^2$$ $$\text{(iii)}\quad v^2 = u^2 + 2as$$ $$\text{(iv)}\quad s = \left(\frac{u+v}{2}\right)t$$

7.1 Derivation by Calculus (NCERT · HCV method)

Equation (i): since $a = \dfrac{dv}{dt}$ is constant,

$$\int_{u}^{v} dv = \int_{0}^{t} a\,dt$$ $$v - u = at \;\Rightarrow\; v = u + at$$

Equation (ii): $v = \dfrac{dx}{dt} = u + at$, so

$$\int_{0}^{s} dx = \int_{0}^{t}(u + at)\,dt$$ $$s = ut + \tfrac{1}{2}at^{2}$$

Equation (iii): use $a = v\dfrac{dv}{dx}$:

$$\int_{u}^{v} v\,dv = \int_{0}^{s} a\,dx$$ $$\frac{v^{2}-u^{2}}{2} = as \;\Rightarrow\; v^{2} = u^{2} + 2as$$

7.2 Derivation by Graphical Method (Boards favourite — 3/5 marks)

Draw the v–t graph of uniformly accelerated motion: a straight line starting at $v = u$ (point A on the v-axis) rising to $v$ at time $t$ (point B). Drop perpendicular BC to the time axis and draw AD parallel to the time axis meeting BC at D.

  1. Slope: $a = \dfrac{BD}{AD} = \dfrac{v-u}{t}\ \Rightarrow\ v = u + at.$
  2. Area under graph = displacement: area of rectangle OADC + area of triangle ABD: $$s = ut + \tfrac{1}{2}\,t\,(v-u) = ut + \tfrac{1}{2}at^{2}$$
  3. Trapezium area: $$s = \tfrac{1}{2}(OA + CB)\times OC = \tfrac{1}{2}(u+v)t$$ Substituting $t = \dfrac{v-u}{a}$ gives $v^2 = u^2 + 2as.$
Figure 3

The v–t graph behind the graphical derivation of all three equations

The v-t graph behind the graphical derivation of all three equations

Rectangle OADC (u·t) + triangle ABD (½(v−u)t) reproduce steps 1–3 of Section 7.2.

7.3 Working with the Equations — Rules of the Game

⭐ EXAM PATTERN

Boards: derive (graphical method) — 3 or 5 marks. NEET: direct substitution — 1 question nearly every year. JEE: equations combined with graphs or two-body chases. NDA: quick numeric plug-ins with unit conversion traps (km/h → m/s).

8. Displacement in the nth Second

Derivation. Displacement in nth second = (displacement in n s) − (displacement in (n−1) s):

$$s_{n^{th}} = \left[un + \tfrac{1}{2}an^{2}\right] - \left[u(n-1) + \tfrac{1}{2}a(n-1)^{2}\right]$$
Result $$\boxed{\,s_{n^{th}} = u + \frac{a}{2}\,(2n-1)\,}$$
Dimension Doubt — Resolved

(Pradeep / SL Arora) The formula looks dimensionally odd (velocity on the right, displacement on the left). It is actually displacement per one second interval; the hidden factor "× 1 s" makes it consistent. Write $s_{n^{th}} = u(1) + \frac{a}{2}(2n-1)(1)$ if an examiner asks.

Galileo's Odd-Number Rule

For a body starting from rest (u = 0) with constant a, distances in successive seconds are in the ratio

$$s_1 : s_2 : s_3 : \dots = 1 : 3 : 5 : 7 \dots$$

and total distances in 1 s, 2 s, 3 s… are in the ratio $1 : 4 : 9 : \dots$ (i.e., $s \propto t^2$).

✍ SOLVED EXAMPLE 8.1 — NEET / NDA classic

Q. A body starts from rest with uniform acceleration and covers 35 m in the 5th second. Find its acceleration and the distance covered in 10 s.

Step 1: $s_{5th} = 0 + \frac{a}{2}(2\times5-1) = \frac{9a}{2} = 35 \Rightarrow a = \frac{70}{9} \approx \mathbf{7.78 \text{ m/s}^2}$
Step 2: $s_{10} = \frac{1}{2}a t^2 = \frac{1}{2}\times\frac{70}{9}\times 100 \approx \mathbf{388.9 \text{ m}}$

9. Motion Under Gravity (Free Fall)

Near Earth's surface, ignoring air resistance, every body falls with the same constant acceleration $g \approx 9.8\ \text{m/s}^2$ (take 10 m/s² when told). Since g is constant, all kinematic equations apply — just substitute a = ±g with a consistent sign convention.

9.1 Sign Convention (recommended: upward = positive)

Take upward as +. Then a = −g always, whether the body moves up or down. This single rule lets one equation handle the entire flight of a ball thrown upward — the DC Pandey "one-equation" method.

9.2 Case A — Body Dropped from Rest from Height h

u = 0, downward +: $v = gt,\quad h = \tfrac{1}{2}gt^{2},\quad v^{2} = 2gh$

Fall From Height h $$t_{fall} = \sqrt{\frac{2h}{g}}, \qquad v_{hit} = \sqrt{2gh}$$

Distances in successive seconds follow 1 : 3 : 5 : 7…; positions after 1 s, 2 s, 3 s are $\frac{g}{2}, 2g, \frac{9g}{2},\dots$

9.3 Case B — Body Thrown Vertically Upward with Speed u

Complete Result Set (Must Memorise) $$\text{Max height } H = \frac{u^{2}}{2g}$$ $$\text{Time of ascent } = \text{time of descent} = \frac{u}{g}$$ $$\text{Total time of flight } T = \frac{2u}{g}$$ $$\text{Return speed at throw level} = u$$

9.4 Case C — Thrown Up (or Down) from the Top of a Tower of Height h

Take up = +, origin at the top. Ball thrown up with speed u lands at the base when displacement = −h:

$$-h = ut - \tfrac{1}{2}gt^{2}$$

Solve the quadratic $\tfrac{1}{2}gt^{2} - ut - h = 0$ for t (take the positive root). Landing speed from $v^2 = u^2 + 2gh$ — note: the landing speed is the same whether the ball is thrown up with u or down with u (energy symmetry; only the time differs). This is a favourite JEE/NEET conceptual point.

Figure 4

Ball thrown vertically upward: flight symmetry (left) and its single-line v–t graph (right)

ground (throw point, speed u up; returns with speed u) top: v = 0, a = g ↓ H = u²/2g a = g (always down) up: u/gdown: u/g tv +u−u u/g 2u/g slope = −g one straight line covers the whole up-and-down flight

The ball animation eases near the top (slow) and speeds up on descent, while the red dot tracks v falling from +u through 0 (at t = u/g) to −u — both run on the same 4-second clock.

✍ SOLVED EXAMPLE 9.1 — HC Verma-style · JEE Main level

Q. A ball is thrown upward from the top of a 40 m tower with speed 10 m/s (g = 10 m/s²). Find (a) time to reach the ground, (b) speed on hitting the ground, (c) total distance travelled.

Convention: up = +, origin at top.
(a) $-40 = 10t - 5t^{2} \Rightarrow 5t^{2} - 10t - 40 = 0 \Rightarrow t^{2} - 2t - 8 = 0$
$(t-4)(t+2)=0 \Rightarrow t = \mathbf{4 \text{ s}}$
(b) $v^{2} = u^{2} + 2gh = 100 + 2(10)(40) = 900 \Rightarrow v = \mathbf{30 \text{ m/s}}$
(c) Up distance $= \frac{u^2}{2g} = 5$ m; down distance $= 5 + 40 = 45$ m; total = 50 m (displacement is only −40 m).

10. Graphs — The Complete Theory

Graphs are the single most-tested topic of this chapter in JEE Main and NEET. Master these three rules and every graph question falls:

The Three Golden Rules $$\text{Slope of } x\text{–}t \text{ graph} = \text{velocity}$$ $$\text{Slope of } v\text{–}t \text{ graph} = \text{acceleration}$$ $$\text{Area under } v\text{–}t = \text{displacement};\ \ \text{Area under } a\text{–}t = \Delta v$$

Signed areas: area below the time-axis counts negative for displacement. For distance, add all areas with positive sign.

10.1 Position–Time (x–t) Graphs — Full Catalogue

Shape of x–t graph Motion it represents
Horizontal straight line Body at rest (v = 0)
Straight line, positive slope Uniform velocity along +x
Straight line, negative slope Uniform velocity along −x
Curve, slope increasing (concave up, opening upward) Speeding up (accelerated), e.g. $x \propto t^2$
Curve, slope decreasing (concave down) Slowing down (retarded) while moving along +x
Parabola turning over (max point) Body reverses direction at the peak (v = 0 there)
Two x–t lines intersecting The two bodies are at the same position at that instant (they meet)
Impossible Graphs

Instant elimination in MCQs:

10.2 Velocity–Time (v–t) Graphs — Full Catalogue

Shape of v–t graph Motion it represents
Horizontal line above t-axis Uniform velocity (a = 0)
Straight line rising from origin Uniform acceleration from rest
Straight line with negative slope crossing t-axis Uniform retardation, then direction reversal (e.g. ball thrown up)
Line parallel below t-axis Uniform velocity along −x
Curve of increasing slope Increasing acceleration

10.3 Graph Conversions (x–t ⇄ v–t ⇄ a–t)

Figure 5

Gallery: x–t, v–t and a–t graphs for the three standard motions

Gallery x-t, v-t and a-t graphs for three standard motions

Nine graphs, one glance: differentiate going down a column, integrate going up.

Figure 6

Reading displacement and distance from a v–t graph that crosses the time axis

t (s)v (m/s) +20−100 2 4 6 slope = a = −5 m/s² (constant) A₁ = ½ × 4 × 20 = +40 m A₂ = ½ × 2 × 10 = 10 m (negative area) v = 0 at t = 4 s → particle reverses Displacement = 40 − 10 = +30 m Distance = 40 + 10 = 50 m

u = 20 m/s, a = −5 m/s²: the signed-area rules of Section 10 in one worked graph (used again in TYPE 6).

11. Relative Velocity in One Dimension

Definition

Velocity of A relative to B = velocity of A as measured by an observer moving with B:

$$v_{AB} = v_A - v_B \qquad\text{and}\qquad v_{BA} = -v_{AB}$$

11.1 Train Crossing Problems (Length Matters!)

Situation Relative distance to cover Time
Train (length L) crosses a pole/man standing L $L/v$
Train crosses a platform/bridge (length D) L + D $(L+D)/v$
Train L₁ overtakes train L₂ (same direction) L₁ + L₂ $\dfrac{L_1+L_2}{v_1-v_2}$
Trains cross each other (opposite directions) L₁ + L₂ $\dfrac{L_1+L_2}{v_1+v_2}$

11.2 Meeting / Catching Problems

Strategy (DC Pandey): sit in the frame of one body. The other body then moves with $u_{rel}$ and $a_{rel}$; "catching" means relative displacement = initial gap; "just catches" means relative velocity = 0 exactly when the gap closes.

✍ SOLVED EXAMPLE 11.1 — JEE Main pattern (Police & Thief)

Q. A thief's car moves at a constant 10 m/s. A police car starts from rest from the same point 5 s later with acceleration 2 m/s². When and where does it catch the thief?

Head start of thief: $10 \times 5 = 50$ m. Measure time t from the police start.
Positions equal: $\tfrac{1}{2}(2)t^{2} = 50 + 10t \Rightarrow t^{2} - 10t - 50 = 0$
Answer: $t = \dfrac{10 + \sqrt{100+200}}{2} = 5 + 5\sqrt{3} \approx \mathbf{13.66 \text{ s}}$ after the police start; distance $= t^2 \approx \mathbf{186.6 \text{ m}}$
Figure 7

Relative velocity: the two canonical train cases

Same direction A B v_A = 30 m/s v_B = 20 m/s v_AB = 30 − 20 = +10 m/s (A gains on B) Opposite directions A B 30 m/s → ← 20 m/s v_AB = 30 − (−20) = 50 m/s (closing speed)

Top: A slowly pulls ahead of B (gap opens at 10 m/s). Bottom: the trains rush together at 50 m/s.

12. Variable Acceleration — The Calculus Toolkit

When a is not constant, the three kinematic equations are invalid. You must integrate/differentiate. This is standard JEE Main territory (HCV Ch-3 exercises, DC Pandey "Motion in One Dimension" objective sets).

Given Use To get
$x(t)$ $v = \dfrac{dx}{dt}$, then $a = \dfrac{dv}{dt}$ v(t), a(t)
$v(t)$ $x = x_0 + \displaystyle\int v\,dt$; $a = \dfrac{dv}{dt}$ x(t), a(t)
$a(t)$ $\displaystyle\int_u^v dv = \int_0^t a\,dt$ v(t) → then x(t)
$a(x)$ $\displaystyle\int_u^v v\,dv = \int_{x_0}^{x} a\,dx$ v(x)
$a(v)$ $\displaystyle\int \frac{dv}{a(v)} = \int dt$ or $\displaystyle\int \frac{v\,dv}{a(v)} = \int dx$ v(t) or v(x)
Decision Rule

Acceleration mixed with time → use $a = \dfrac{dv}{dt}$. Acceleration mixed with position → use $a = v\dfrac{dv}{dx}$. Never forget the constant of integration / limits — its omission is the #1 calculus error.

✍ SOLVED EXAMPLE 12.1 — NCERT / Boards (Polynomial motion)

Q. The position of a particle is $x = 8 + 12t - t^{3}$ (x in m, t in s). Find velocity at t = 0, the time when v = 0, and acceleration at that time.

Velocity: $v = \dfrac{dx}{dt} = 12 - 3t^{2}$; at t = 0, $v = \mathbf{12 \text{ m/s}}$
v = 0: $12 - 3t^2 = 0 \Rightarrow t = \mathbf{2 \text{ s}}$
Acceleration: $a = \dfrac{dv}{dt} = -6t$; at t = 2 s, $a = \mathbf{-12 \text{ m/s}^2}$
✍ SOLVED EXAMPLE 12.2 — JEE Main (a as a function of v)

Q. A particle moving at u = 10 m/s decelerates as $a = -0.5v$. Find the time for velocity to fall to 5 m/s and the distance covered in that time.

Time: $\displaystyle\int_{10}^{5}\frac{dv}{v} = -0.5\int_0^t dt \Rightarrow \ln\frac{5}{10} = -0.5t \Rightarrow t = 2\ln 2 \approx \mathbf{1.39 \text{ s}}$
Distance: $v\dfrac{dv}{dx} = -0.5v \Rightarrow dv = -0.5\,dx$
Answer: $\Delta x = \dfrac{10-5}{0.5} = \mathbf{10 \text{ m}}$

13. Stopping Distance & Reaction Time

13.1 Stopping Distance (NCERT boxed topic)

Brakes give constant retardation a. Using $v^2 = u^2 - 2as$ with v = 0:

Stopping Distance $$d_s = \frac{u^{2}}{2a} \quad\Rightarrow\quad d_s \propto u^{2}$$

13.2 Reaction Time

During reaction time $t_r$ the vehicle travels at full speed: total stopping distance $= u t_r + \dfrac{u^2}{2a}$. NCERT's example: measure your own reaction time by catching a falling ruler — $t_r = \sqrt{2d/g}$ where d is the drop length.

14. Solved Examples — Every Question Type in the Chapter

Below, one worked model of each distinct question type ever asked from this chapter, tagged by exam. Solve each yourself first, then check.

✍ TYPE 1 — Boards · Definition + Difference Table

Q. Distinguish between distance and displacement / speed and velocity (3 marks); derive v = u + at graphically (3–5 marks).

Where to answer from: Section 3 table, Section 4 definitions, Section 7.2 graphical derivation with Fig. 3. Reproduce the table + one example each.
✍ TYPE 2 — NEET / NDA · Direct Kinematics Substitution

Q. A bus moving at 72 km/h is brought to rest in 10 s by applying brakes. Find retardation and distance covered before stopping.

Convert: u = 72 km/h = 72 × 5/18 = 20 m/s; v = 0; t = 10 s.
Retardation: $a = \dfrac{v-u}{t} = \dfrac{0-20}{10} = -2\ \text{m/s}^2$ (retardation $\mathbf{2 \text{ m/s}^2}$)
Distance: $s = ut + \tfrac12 at^2 = 200 - 100 = \mathbf{100 \text{ m}}$
Trap defused: the km/h → m/s conversion. NDA loves this.
✍ TYPE 3 — JEE Main · Two-Ball Meeting Under Gravity

Q. Ball A is dropped from the top of a 100 m tower; simultaneously ball B is thrown up from the base at 25 m/s. When and where do they meet? (g = 10 m/s²)

Relative motion shortcut: Both accelerate at g, so relative acceleration = 0; relative speed of approach = 25 m/s (constant).
$$t = \frac{100}{25} = \mathbf{4 \text{ s}}$$
Position: A has fallen $\tfrac12(10)(16) = 80$ m below the top → they meet 20 m above the ground at t = 4 s.
General result: meeting time = separation ÷ initial relative speed, whenever both bodies are in free fall.
✍ TYPE 4 — NEET · Last-Second-of-Fall Fraction

Q. A stone falls freely from rest and covers half of its total height in the last second. Find the total height. (g = 10 m/s²)

Setup: Let total time = t. Height in t s: $h = 5t^2$. Height in (t−1) s: $5(t-1)^2 = h/2$.
$$\frac{(t-1)^2}{t^2} = \frac12 \Rightarrow \frac{t-1}{t} = \frac{1}{\sqrt2}$$
$$t = \frac{\sqrt2}{\sqrt2 - 1} = 2 + \sqrt2 \approx 3.41\ \text{s}$$
Answer: $h = 5t^2 \approx \mathbf{58.3 \text{ m}}$
✍ TYPE 5 — JEE · Balloon / Lift Problems

Q. A balloon rises at a constant 5 m/s. When it is 60 m high, a stone is dropped from it. Time for the stone to reach the ground? (g = 10 m/s²)

Key idea: the stone inherits the balloon's velocity → initial velocity +5 m/s (upward), not zero!
Equation (up = +, origin at the drop point): $-60 = 5t - 5t^{2}$
$$t^{2} - t - 12 = 0 \Rightarrow (t-4)(t+3)=0 \Rightarrow t = \mathbf{4 \text{ s}}$$
✍ TYPE 6 — JEE Main · Graph Reading

Q. From the v–t graph of Fig. 6 (u = 20 m/s, a = −5 m/s², 0–6 s): find average velocity and average speed over the 6 s.

Displacement: $+40 - 10 = +30$ m → $v_{avg} = 30/6 = \mathbf{5 \text{ m/s}}$
Distance: $40 + 10 = 50$ m → average speed $= 50/6 \approx \mathbf{8.33 \text{ m/s}}$
✍ TYPE 7 — JEE Adv / Cengage · Ratio-of-Segment Problems

Q. A particle starting from rest with uniform acceleration covers distances $s_1, s_2, s_3$ in the first, next and next equal intervals of time T each. Show $s_1 : s_2 : s_3 = 1 : 3 : 5$, and average velocities in these intervals are in ratio 1 : 3 : 5 too.

Cumulative distances: $s(nT) = \tfrac12 a n^2T^2$ → cumulative $1 : 4 : 9$ → intervals $1 : (4-1) : (9-4) = \mathbf{1:3:5}$. Divide by the common T for average velocities. (Galileo's rule again — Section 8.)
✍ TYPE 8 — Boards / NEET · Multi-Phase Journey (Accelerate–Cruise–Brake)

Q. A train accelerates from rest at 1 m/s² for 20 s, runs at constant speed for 60 s, then brakes uniformly to rest in 40 s. Find total distance. (Best done via v–t graph!)

Top speed: $1 \times 20 = 20$ m/s. Draw the trapezium-shaped v–t graph; total distance = area:
$$s = \underbrace{\tfrac12(20)(20)}_{200} + \underbrace{20\times 60}_{1200} + \underbrace{\tfrac12(40)(20)}_{400} = \mathbf{1800 \text{ m}}$$
✍ TYPE 9 — HC Verma Level · Mid-Point Velocity

Q. A particle goes from velocity u to v with uniform acceleration over a straight stretch. Find its velocity at the midpoint of the path.

Apply $v^2 = u^2 + 2as$ to each half (distance s/2 each):
$$v_{mid}^{2} = u^{2} + 2a\frac{s}{2} = u^{2} + \frac{v^{2}-u^{2}}{2}$$
$$\boxed{v_{mid} = \sqrt{\frac{u^{2}+v^{2}}{2}}}$$
Contrast: velocity at the mid-point of time is $\frac{u+v}{2}$. Both formulas are asked; don't mix them.
✍ TYPE 10 — JEE Main · Drops from a Tap (Equal-Time Emission)

Q. Water drops fall at regular intervals from a tap 5 m above the ground; the 3rd drop leaves just as the 1st hits the ground. Find the heights of the 2nd and 3rd drops at that instant. (g = 10)

Fall time of drop 1: $t = \sqrt{2h/g} = 1$ s → interval = 0.5 s.
Drop 2 has fallen 0.5 s: $d = 5(0.25) = 1.25$ m → height = 3.75 m. Drop 3 has just left → height = 5 m.
Pattern: distances of successive drops from the tap are in ratio 1 : 4 : 9…, gaps in ratio 1 : 3 : 5.

15. Common Mistakes & Misconceptions — Final Checklist

Night Before Exam

Read this the night before the exam:

  1. s is displacement, not distance, in every kinematic equation. Split the motion at every direction-reversal to get distance.
  2. Kinematic equations are valid only for constant a. Variable a → calculus (Section 12).
  3. $v_{avg} = \frac{u+v}{2}$ works only for constant a.
  4. Negative a ≠ slowing down; compare signs of v and a (Section 6.1).
  5. At the top of vertical flight v = 0 but a = g ≠ 0.
  6. Slope of x–t gives velocity; slope of v–t gives acceleration — never confuse the two in graph MCQs.
  7. Area under v–t below the t-axis is negative displacement but positive distance.
  8. Convert km/h ↔ m/s before substituting (× 5/18 or × 18/5).
  9. An object dropped from a moving platform (balloon, lift, train) starts with the platform's velocity.
  10. Average speed of equal-distance segments is the harmonic mean — never the plain average.
  11. Time cannot be negative — reject negative roots of the quadratic, but check whether a second positive root has physical meaning (ball passing a level twice!).
  12. x–t graphs can't be vertical, can't double back; distance–time can't decrease.

16. Rapid Revision — One-Page Formula Sheet

Concept Formula Condition / Note
Average velocity $\Delta x / \Delta t$ Always valid
Instantaneous velocity $v = dx/dt$ Slope of x–t tangent
Acceleration $a = dv/dt = v\,dv/dx$ Slope of v–t tangent
Kinematics I $v = u + at$ Constant a only; s = displacement
Kinematics II $s = ut + \frac12 at^2$
Kinematics III $v^2 = u^2 + 2as$
Kinematics IV $s = \frac{(u+v)}{2}t$
n-th second $s_{n^{th}} = u + \frac{a}{2}(2n-1)$ Per-second displacement
Free fall (from rest) $t=\sqrt{2h/g},\ v=\sqrt{2gh}$ Air resistance ignored
Thrown up $H = \frac{u^2}{2g},\ T = \frac{2u}{g}$ Ascent time = descent time = u/g
Avg speed, equal distances $\frac{2v_1v_2}{v_1+v_2}$ Harmonic mean
Avg speed, equal times $\frac{v_1+v_2}{2}$ Arithmetic mean
Mid-path velocity $\sqrt{(u^2+v^2)/2}$ Constant a
Relative velocity $v_{AB} = v_A - v_B$ Also $a_{AB}=a_A-a_B$
Train crossing $t = \frac{L_1+L_2}{v_{rel}}$ Lengths add; v subtract (same dir) / add (opposite)
Stopping distance $u^2/2a$ ∝ u² — double speed, 4× distance
Galileo ratios (u = 0) 1 : 3 : 5 : 7… Distances in successive seconds
Unit conversion km/h × 5/18 = m/s and m/s × 18/5 = km/h