JEE Main & Advanced

Kinematics

Kinematics for JEE Main & Advanced

1
Module 1

Motion in One Dimension

Displacement, Velocity, Acceleration and Equations of MotionTopic 1

Position $x(t)$ specifies the location of a particle relative to an origin at time $t$. Displacement is the change in position: $\Delta x = x_2 - x_1$ — a vector with magnitude and sign. Distance is the total path length traversed — a scalar that is always non-negative, with $|\Delta x| \leq \text{distance}$.

Average velocity over a time interval $[t_1, t_2]$: $$\bar{v} = \frac{\Delta x}{\Delta t} = \frac{x(t_2) - x(t_1)}{t_2 - t_1}$$

Instantaneous velocity is the limit as the interval shrinks: $$v(t) = \lim_{\Delta t \to 0} \frac{\Delta x}{\Delta t} = \frac{dx}{dt}$$

Speed is the magnitude of velocity, $|v|$, and the average speed is (total distance)/(total time), generally $\geq |\bar{v}|$.

Average and instantaneous acceleration are defined analogously: $$\bar{a} = \frac{\Delta v}{\Delta t}, \quad a(t) = \frac{dv}{dt} = \frac{d^2x}{dt^2}$$

Using the chain rule, $a = \dfrac{dv}{dt} = \dfrac{dv}{dx} \cdot \dfrac{dx}{dt} = v \dfrac{dv}{dx}$. This is the key identity for problems where acceleration depends on position.

Equations of Uniformly Accelerated Motion (constant $a$): Starting from $a = \dfrac{dv}{dt}$ and $v = \dfrac{dx}{dt}$, integration gives the standard kinematic equations:

EquationDescription
$v = u + at$Velocity at time $t$, initial velocity $u$
$s = ut + \dfrac{1}{2}at^2$Displacement at time $t$
$v^2 = u^2 + 2as$Velocity at displacement $s$
$s = \left(\dfrac{u+v}{2}\right)t$Displacement using average velocity
$s_n = u + \dfrac{a}{2}(2n - 1)$Distance covered in the $n$-th second

These hold only for constant acceleration. The last formula gives the distance traversed during the $n$-th second alone (i.e., between $t = n-1$ and $t = n$).

Free Fall: Near Earth's surface, the acceleration due to gravity is $g \approx 9.8 \text{ m/s}^2$ directed downward. With the upward direction positive: $a = -g$. A body projected upward with velocity $u$ reaches a maximum height $H = u^2/(2g)$ in time $t = u/g$, and the total flight time (back to the launch point) is $T = 2u/g$.

Sign Convention: Always fix a positive direction at the start. Displacement, velocity, and acceleration carry signs accordingly. Do not change signs midway through a problem.

Worked Examples
1

A car accelerates uniformly from rest to $20$ m/s in $10$ s, then travels at constant velocity for $20$ s, then decelerates to rest in $5$ s. Find (a) total distance covered, (b) average speed.

Show solution

Phase 1 (acceleration): $u = 0$, $v = 20$, $t = 10$ s. $a = (20 - 0)/10 = 2 \text{ m/s}^2$. $$s_1 = \tfrac{1}{2}(0 + 20)(10) = 100 \text{ m}$$

Phase 2 (constant velocity): $s_2 = 20 \times 20 = 400$ m.

Phase 3 (deceleration): $u = 20$, $v = 0$, $t = 5$ s. $$s_3 = \tfrac{1}{2}(20 + 0)(5) = 50 \text{ m}$$

Total distance: $s = 100 + 400 + 50 = 550$ m.

Total time: $T = 10 + 20 + 5 = 35$ s.

Average speed: $\bar{v} = 550/35 \approx 15.7$ m/s.

Final Answer: Distance = $550$ m; Average speed ≈ $15.7$ m/s.

2

A body is projected vertically upward with velocity $40$ m/s. Take $g = 10 \text{ m/s}^2$. Find (a) maximum height, (b) time of ascent, (c) velocity when it reaches half its maximum height while descending.

Show solution

(a) $H = \dfrac{u^2}{2g} = \dfrac{1600}{20} = 80$ m.

(b) Time of ascent $t = u/g = 40/10 = 4$ s.

(c) Half of max height = $40$ m. Taking downward positive from peak with initial velocity $0$: $$v^2 = 0 + 2(10)(40) = 800 \implies v = \sqrt{800} = 20\sqrt{2} \approx 28.3 \text{ m/s}$$

Final Answer: $H = 80$ m; ascent time = $4$ s; velocity at half-height (descending) ≈ $28.3$ m/s.

3

A particle moves so that its displacement is $x = 3t^2 - t^3$ (in metres, $t$ in seconds). Find (a) the velocity when acceleration is zero, (b) the time at which velocity is zero.

Show solution

$$v = \frac{dx}{dt} = 6t - 3t^2, \quad a = \frac{dv}{dt} = 6 - 6t$$

(a) $a = 0 \implies t = 1$ s. At $t = 1$: $v = 6(1) - 3(1)^2 = 3$ m/s.

(b) $v = 0 \implies 3t(2 - t) = 0 \implies t = 0$ or $t = 2$ s. The relevant nontrivial solution is $t = 2$ s.

Final Answer: $v|_{a=0} = 3$ m/s at $t = 1$ s; $v = 0$ at $t = 2$ s.

✎ Self-Check — 5 questions0 / 5
Q1.

A car covers $\dfrac{1}{3}$ of its journey at speed $30$ km/h and $\dfrac{2}{3}$ at $60$ km/h. Average speed of journey:

Q2.

A body starts from rest and acquires velocity $20$ m/s in $5$ s. The distance it travels in this time is:

Q3.

A stone is dropped from a height. The distance covered in the first $3$ s of fall (taking $g = 10 \text{ m/s}^2$) is:

Q4.

The displacement-time graph of a particle is a straight line with positive slope. This indicates:

Q5.

A particle moves under acceleration $a = -kv$, where $k$ is constant. Starting from initial velocity $u$, the velocity after time $t$ is:

Graphical Analysis and Non-Uniform MotionTopic 2

Motion graphs encode kinematic information in geometric form. The three primary graphs:

Position-time ($x$-$t$) graph:

  • Slope at any point = instantaneous velocity: $v = dx/dt$.
  • Straight line ⟹ uniform velocity; curved (parabolic) ⟹ uniform acceleration.

Velocity-time ($v$-$t$) graph:

  • Slope at any point = instantaneous acceleration: $a = dv/dt$.
  • Area under the curve between $t_1$ and $t_2$ = displacement: $s = \int v\,dt$.
  • Straight horizontal line ⟹ constant velocity, zero acceleration.
  • Straight inclined line ⟹ constant acceleration.

Acceleration-time ($a$-$t$) graph:

  • Area under the curve = change in velocity: $\Delta v = \int a\,dt$.

Important Graph Properties:

  • The sign of slope/area carries physical meaning (e.g., negative area under $v$-$t$ ⟹ displacement in the opposite direction).
  • A discontinuity in the $v$-$t$ graph implies an infinite (impulsive) acceleration — unphysical for ordinary mechanics but used as idealisation in collisions.
  • For SHM, $x(t)$, $v(t)$, $a(t)$ are sinusoidal with $v$ leading $x$ by $\pi/2$ and $a$ leading $x$ by $\pi$.

Non-Uniform Motion Approach (variable $a$):

  • If $a = f(t)$: integrate $\int a\,dt$ to get $v$, then $\int v\,dt$ to get $x$.
  • If $a = f(v)$: rearrange $dv/dt = f(v)$ → $\int dv/f(v) = \int dt$.
  • If $a = f(x)$: use $v\,dv = a\,dx$ → $\int v\,dv = \int f(x)\,dx$.

Example (resistive motion): A particle moving with acceleration $a = -kv^2$ (drag-like) has $\dfrac{dv}{v^2} = -k\,dt$. Integrating: $-1/v + 1/u = -kt$ ⟹ $v = u/(1 + kut)$.

Worked Examples
1

The $v$-$t$ graph of a body is shown: $v = 10$ m/s for $0 \leq t \leq 5$ s, then $v$ decreases linearly to $0$ at $t = 15$ s. Find (a) acceleration during deceleration, (b) total displacement.

Show solution

(a) Deceleration phase: from $v = 10$ to $v = 0$ over $\Delta t = 10$ s. So $a = -10/10 = -1 \text{ m/s}^2$.

(b) Area under $v$-$t$ curve = displacement.

  • Rectangle (constant phase): $10 \times 5 = 50$ m.
  • Triangle (deceleration phase): $\frac{1}{2} \times 10 \times 10 = 50$ m.

Total displacement = $50 + 50 = 100$ m.

Final Answer: $a = -1 \text{ m/s}^2$; total displacement = $100$ m.

2

A particle moves along the $x$-axis with $a = -2x$ (in SI). Find the velocity at $x = 0$ if at $x = 3$ m, $v = 0$.

Show solution

Using $v\,dv = a\,dx$: $$\int_0^v v'\,dv' = \int_3^0 (-2x)\,dx$$ $$\frac{v^2}{2} = -[x^2]_3^0 = -(0 - 9) = 9 \implies v^2 = 18$$ $$v = \pm\sqrt{18} = \pm 3\sqrt{2} \text{ m/s}$$

The particle moves toward $x = 0$, so $v$ is negative (or positive, depending on the conventional direction). Magnitude $|v| = 3\sqrt{2}$ m/s ≈ $4.24$ m/s.

Final Answer: $|v| = 3\sqrt{2}$ m/s at $x = 0$.

3

A body falls freely from a height $H$. Find the ratio of distances covered in the first, second, and third seconds of fall.

Show solution

Distance in $n$-th second: $s_n = u + \dfrac{a}{2}(2n - 1)$. With $u = 0$, $a = g$: $$s_n = \dfrac{g}{2}(2n - 1)$$

  • $s_1 = g/2 \cdot 1 = g/2$
  • $s_2 = g/2 \cdot 3 = 3g/2$
  • $s_3 = g/2 \cdot 5 = 5g/2$

Ratio $s_1 : s_2 : s_3 = 1 : 3 : 5$ — the Galileo odd-number sequence.

Final Answer: $1 : 3 : 5$.

✎ Self-Check — 5 questions0 / 5
Q1.

The area under a velocity-time graph represents:

Q2.

A particle has $x = 4 + 5t + 6t^2$ (SI units). Its acceleration is:

Q3.

A ball is dropped from a tower of height $80$ m. The distance covered in the last second of fall ($g = 10 \text{ m/s}^2$) is:

Q4.

A particle has $a = -kv$ (linear drag). If $u$ is initial velocity, the maximum distance covered is:

Q5.

For uniformly accelerated motion, the position-time graph is:

2
Module 2

Motion in Two and Three Dimensions

Vectors, Projectile Motion and RangeTopic 1

A vector is fully specified by magnitude and direction. The position vector of a particle in 3D is $\vec{r} = x\hat{i} + y\hat{j} + z\hat{k}$ with magnitude $|\vec{r}| = \sqrt{x^2 + y^2 + z^2}$.

Velocity vector: $\vec{v} = \dfrac{d\vec{r}}{dt} = \dfrac{dx}{dt}\hat{i} + \dfrac{dy}{dt}\hat{j} + \dfrac{dz}{dt}\hat{k}$. Its direction is tangent to the trajectory.

Acceleration vector: $\vec{a} = \dfrac{d\vec{v}}{dt}$. Decomposable into tangential (along $\vec{v}$, changes speed) and centripetal (perpendicular to $\vec{v}$, changes direction) components.

Projectile motion is a 2D motion where the only acceleration is gravity, $\vec{a} = -g\hat{j}$ (vertical), with no horizontal acceleration. The motion decouples into independent horizontal (uniform velocity) and vertical (uniformly accelerated) components.

For a projectile launched with speed $u$ at angle $\theta$ above the horizontal from ground level:

QuantityFormula
Initial velocity components$u_x = u\cos\theta$, $u_y = u\sin\theta$
Position at time $t$$x = u\cos\theta \cdot t$, $\quad y = u\sin\theta \cdot t - \frac{1}{2}gt^2$
Velocity at time $t$$v_x = u\cos\theta$, $\quad v_y = u\sin\theta - gt$
Time of flight$T = \dfrac{2u\sin\theta}{g}$
Maximum height$H = \dfrac{u^2\sin^2\theta}{2g}$
Horizontal range$R = \dfrac{u^2\sin 2\theta}{g}$
Equation of trajectory$y = x\tan\theta - \dfrac{gx^2}{2u^2\cos^2\theta}$

The trajectory is a parabola. The range $R$ is maximum when $\sin 2\theta = 1$, i.e., $\theta = 45^\circ$, giving $R_{\max} = u^2/g$.

Two angles giving the same range: Since $\sin 2\theta = \sin(180^\circ - 2\theta)$, the angles $\theta$ and $(90^\circ - \theta)$ yield the same horizontal range. Their times of flight and heights differ though.

Projectile from a height $h$ (horizontal launch with speed $u$):

  • Time to land: $t = \sqrt{2h/g}$
  • Horizontal distance: $x = u\sqrt{2h/g}$
  • Velocity at landing: $|\vec{v}| = \sqrt{u^2 + 2gh}$ at angle $\tan^{-1}(\sqrt{2gh}/u)$ below horizontal.

Projectile on an inclined plane (incline angle $\alpha$, launch angle $\theta$ measured from the incline): Use a tilted coordinate system. The range along the incline: $$R_{\text{incline}} = \frac{2u^2 \sin\theta \cos(\theta + \alpha)}{g \cos^2\alpha}$$ Maximum when $\theta = (90^\circ - \alpha)/2 = 45^\circ - \alpha/2$, giving: $$R_{\max} = \frac{u^2}{g(1 + \sin\alpha)}$$

Worked Examples
1

A projectile is fired with velocity $20$ m/s at angle $60^\circ$ above the horizontal. Take $g = 10 \text{ m/s}^2$. Find (a) maximum height, (b) time of flight, (c) horizontal range.

Show solution

$u = 20$ m/s, $\theta = 60^\circ$, $\sin 60^\circ = \sqrt{3}/2$, $\cos 60^\circ = 1/2$.

(a) $H = \dfrac{u^2 \sin^2\theta}{2g} = \dfrac{400 \cdot (3/4)}{20} = \dfrac{300}{20} = 15$ m.

(b) $T = \dfrac{2u\sin\theta}{g} = \dfrac{2 \cdot 20 \cdot \sqrt{3}/2}{10} = 2\sqrt{3} \approx 3.46$ s.

(c) $R = \dfrac{u^2 \sin 2\theta}{g} = \dfrac{400 \cdot \sin 120^\circ}{10} = \dfrac{400 \cdot \sqrt{3}/2}{10} = 20\sqrt{3} \approx 34.6$ m.

Final Answer: $H = 15$ m; $T = 2\sqrt{3}$ s; $R = 20\sqrt{3}$ m.

2

Two projectiles are launched from the same point with the same speed at angles $30^\circ$ and $60^\circ$. Find the ratio of (a) their maximum heights, (b) their times of flight.

Show solution

(a) $H \propto \sin^2 \theta$. $\sin^2 30^\circ = 1/4$, $\sin^2 60^\circ = 3/4$. $$H_1 : H_2 = 1/4 : 3/4 = 1 : 3$$

(b) $T \propto \sin \theta$. $\sin 30^\circ = 1/2$, $\sin 60^\circ = \sqrt{3}/2$. $$T_1 : T_2 = 1 : \sqrt{3}$$

Both have the same range since $\sin(2 \cdot 30^\circ) = \sin(2 \cdot 60^\circ) = \sin 60^\circ$.

Final Answer: $H_1 : H_2 = 1 : 3$; $T_1 : T_2 = 1 : \sqrt{3}$.

3

A stone is thrown horizontally from the top of a cliff of height $45$ m with speed $20$ m/s. Take $g = 10 \text{ m/s}^2$. Find (a) the time to reach the ground, (b) the horizontal distance, (c) the speed at impact.

Show solution

(a) $t = \sqrt{2h/g} = \sqrt{90/10} = 3$ s.

(b) $x = u \cdot t = 20 \cdot 3 = 60$ m.

(c) $v_y$ at impact = $gt = 30$ m/s. $v_x = 20$ m/s. $$|\vec{v}| = \sqrt{20^2 + 30^2} = \sqrt{400 + 900} = \sqrt{1300} = 10\sqrt{13} \approx 36.1 \text{ m/s}$$

Final Answer: $t = 3$ s; $x = 60$ m; $|\vec{v}| = 10\sqrt{13}$ m/s.

✎ Self-Check — 5 questions0 / 5
Q1.

A projectile attains the same range $R$ for launch angles $\theta_1$ and $\theta_2$. Then:

Q2.

The maximum range of a projectile fired with speed $u$ is:

Q3.

At the highest point of a projectile's trajectory, its acceleration is:

Q4.

A particle is projected at $\theta = 45^\circ$ with speed $10$ m/s. The horizontal range is ($g = 10 \text{ m/s}^2$):

Q5.

The angle of projection for which the range equals the maximum height is:

Relative Velocity, River-Boat Problems and Circular MotionTopic 2

Relative velocity of body A with respect to body B: $$\vec{v}_{AB} = \vec{v}_A - \vec{v}_B$$ This is the velocity of A as observed from a frame moving with B. In 1D, simply subtract scalar velocities (with signs); in 2D, use vector subtraction.

Magnitude in 2D: If $\vec{v}_A$ and $\vec{v}_B$ make angle $\phi$, $$|\vec{v}_{AB}| = \sqrt{v_A^2 + v_B^2 - 2 v_A v_B \cos\phi}$$

River-Boat (Crossing) Problems: Let $v_b$ = speed of boat in still water, $v_r$ = speed of river current. Two key cases:

Case 1: Crossing the river in shortest time. Boat is steered perpendicular to the bank. Time: $$t_{\min} = \frac{d}{v_b}$$ But the boat is also drifted downstream by $\Delta x = v_r t_{\min} = v_r d / v_b$. The resultant velocity is $\sqrt{v_b^2 + v_r^2}$.

Case 2: Crossing in shortest path (perpendicular landing). Boat is steered at an angle $\theta$ upstream such that the upstream component cancels the current: $v_b \sin\theta = v_r \implies \sin\theta = v_r/v_b$. This requires $v_b > v_r$. The net velocity across the river is $\sqrt{v_b^2 - v_r^2}$. Time: $$t = \frac{d}{\sqrt{v_b^2 - v_r^2}}$$

Rain-Man Problem: If rain falls with velocity $\vec{v}_r$ and a man walks with $\vec{v}_m$, the velocity of rain as observed by the man is $\vec{v}_r - \vec{v}_m$, and the umbrella must be tilted in this direction.

Uniform Circular Motion: A particle moves at constant speed $v$ along a circle of radius $r$. The velocity is always tangent; the acceleration is centripetal (toward the centre): $$a_c = \dfrac{v^2}{r} = \omega^2 r$$ where $\omega = v/r$ is the angular velocity (rad/s). Period of revolution: $T = 2\pi/\omega = 2\pi r/v$.

Non-uniform Circular Motion: When the speed changes, there is also a tangential acceleration $a_t = dv/dt$. Total acceleration: $$|\vec{a}| = \sqrt{a_c^2 + a_t^2}$$

Relationships in Rotation: $\omega = d\theta/dt$ (angular velocity); $\alpha = d\omega/dt$ (angular acceleration). For uniform $\alpha$: $$\omega = \omega_0 + \alpha t, \quad \theta = \omega_0 t + \tfrac{1}{2}\alpha t^2, \quad \omega^2 = \omega_0^2 + 2\alpha\theta$$

Worked Examples
1

Two cars A and B move with velocities $30$ m/s and $40$ m/s on perpendicular roads. Find the relative velocity of B with respect to A.

Show solution

Take $\vec{v}_A = 30\hat{i}$, $\vec{v}_B = 40\hat{j}$. $$\vec{v}_{BA} = \vec{v}_B - \vec{v}_A = -30\hat{i} + 40\hat{j}$$ $$|\vec{v}_{BA}| = \sqrt{900 + 1600} = 50 \text{ m/s}$$ Direction: $\tan^{-1}(40/30) = \tan^{-1}(4/3) \approx 53^\circ$ from the negative $x$-axis (in the second quadrant), i.e., $127^\circ$ from positive $x$-axis.

Final Answer: $|\vec{v}_{BA}| = 50$ m/s in the direction making $\tan^{-1}(4/3)$ with the perpendicular of A's motion.

2

A river is $500$ m wide, flowing at $3$ m/s. A boat moves at $5$ m/s in still water. Find (a) the time to cross in shortest time and the drift, (b) the time to cross perpendicularly.

Show solution

$d = 500$ m, $v_r = 3$ m/s, $v_b = 5$ m/s.

(a) Shortest time: Boat perpendicular to bank. $t_{\min} = 500/5 = 100$ s. Drift = $3 \times 100 = 300$ m.

(b) Perpendicular crossing: $\sin\theta = v_r/v_b = 3/5 \implies \cos\theta = 4/5$. Net velocity across = $v_b \cos\theta = 5 \times 4/5 = 4$ m/s. Time = $500/4 = 125$ s.

Final Answer: (a) $t_{\min} = 100$ s, drift = $300$ m; (b) $t = 125$ s with boat steered at $\sin^{-1}(3/5)$ upstream.

3

A particle moves in a circle of radius $0.5$ m with constant speed $2$ m/s. Find (a) angular velocity, (b) centripetal acceleration, (c) period.

Show solution

(a) $\omega = v/r = 2/0.5 = 4$ rad/s.

(b) $a_c = v^2/r = 4/0.5 = 8 \text{ m/s}^2$.

(c) $T = 2\pi/\omega = 2\pi/4 = \pi/2 \approx 1.57$ s.

Final Answer: $\omega = 4$ rad/s; $a_c = 8 \text{ m/s}^2$; $T = \pi/2$ s.

✎ Self-Check — 5 questions0 / 5
Q1.

A man walks at $4$ km/h east. Rain falls vertically at $3$ km/h. To protect himself, he should tilt his umbrella from the vertical at an angle:

Q2.

A boat can travel at $10$ km/h in still water. It crosses a river of width $5$ km flowing at $6$ km/h, by the shortest path. The time taken is:

Q3.

The centripetal acceleration of a particle in uniform circular motion is proportional to:

Q4.

Two particles execute uniform circular motion with the same period on circles of radii $r_1$ and $r_2$ ($r_1 < r_2$). The ratio of their speeds:

Q5.

A particle moves in a circle of radius $4$ m with constant tangential acceleration $3 \text{ m/s}^2$. Starting from rest, the magnitude of total acceleration after $2$ s is:

Ready to test yourself?

Attempt the full timed mock tests — Main & Advanced level.

Start Mock Test 1 →