Physics · Motion in a Plane

Relative Velocity in Two Dimensions

In one dimension a plus or minus sign carried all the directional information you needed. In two dimensions, "relative velocity" becomes what it always really was — a vector subtraction. This deep-dive builds the formula $\mathbf{v}_{AB} = \mathbf{v}_A - \mathbf{v}_B$, derives the magnitude from the law of cosines, and then walks through the three problems NEET cares about: the river-boat crossing in shortest-time versus shortest-path, the rain-and-man umbrella tilt, and the aircraft-in-wind ground velocity. NCERT §3.7-3.8 and Exercise 3.22 anchor the discussion.

From a signed scalar to a vector subtraction

The one-dimensional companion set up $v_{AB} = v_A - v_B$ along a line, with sign carrying direction. In a plane the velocities point anywhere, so the subtraction must be vector-wise. NCERT's "Points to ponder" warns: the resultant velocity of an object subjected to two velocities is $\mathbf{v}_1 + \mathbf{v}_2$, but the velocity of object 1 relative to object 2 is $\mathbf{v}_{12} = \mathbf{v}_1 - \mathbf{v}_2$. Same symbols, opposite operations.

The full statement: if $\mathbf{v}_A$ and $\mathbf{v}_B$ are measured in the same ground frame, the velocity of A as seen by B is

$$\mathbf{v}_{AB} = \mathbf{v}_A - \mathbf{v}_B.$$

The same rule applies to position and acceleration: $\mathbf{r}_{AB} = \mathbf{r}_A - \mathbf{r}_B$ and $\mathbf{a}_{AB} = \mathbf{a}_A - \mathbf{a}_B$. If $\mathbf{a}_A = \mathbf{a}_B$ (for example two projectiles in flight, both with $-g\,\hat{\mathbf{j}}$), then $\mathbf{a}_{AB} = \mathbf{0}$ — the relative motion of two such objects is uniform, a fact NEET exploits in projectile-collision problems.

Magnitude and direction of the relative velocity

To subtract $\mathbf{v}_B$ from $\mathbf{v}_A$, draw $\mathbf{v}_A$ and $-\mathbf{v}_B$ head-to-tail. The resultant of this addition is $\mathbf{v}_{AB}$, exactly as NCERT Fig. 3.5 illustrates for general vectors. Applying the law of cosines (NCERT Eq. 3.24a, used in Example 3.3 for the motorboat) to the triangle formed by $\mathbf{v}_A$, $\mathbf{v}_B$ and $\mathbf{v}_{AB}$:

$$|\mathbf{v}_{AB}| = \sqrt{v_A^2 + v_B^2 - 2\,v_A\,v_B \cos\theta}\,,$$

where $\theta$ is the angle between $\mathbf{v}_A$ and $\mathbf{v}_B$ measured in the ground frame. The minus sign in front of $2 v_A v_B \cos\theta$ is what makes this a subtraction formula rather than the familiar addition $|\mathbf{R}|^2 = A^2 + B^2 + 2AB\cos\theta$. The direction of $\mathbf{v}_{AB}$ comes from the law of sines or, more cleanly, by resolving both vectors into components and subtracting:

$$(\mathbf{v}_{AB})_x = v_{Ax} - v_{Bx}, \qquad (\mathbf{v}_{AB})_y = v_{Ay} - v_{By}.$$

Three special cases save mental effort:

Geometry$\theta$$|\mathbf{v}_{AB}|$NEET reading
Parallel (same direction)$0°$$|v_A - v_B|$Minimum relative speed; two cars in the same lane.
Perpendicular$90°$$\sqrt{v_A^2 + v_B^2}$Two objects on intersecting roads.
Antiparallel (head-on)$180°$$v_A + v_B$Maximum relative speed; closing-velocity problems.

NEET 2016 (Q.160) tests exactly the structure of this formula: if $|\mathbf{A} + \mathbf{B}| = |\mathbf{A} - \mathbf{B}|$, the angle between $\mathbf{A}$ and $\mathbf{B}$ must be $90°$. The relative-velocity magnitude inherits the same algebra; perpendicular vectors are the unique case where addition and subtraction give the same length.

The symmetry v_BA = −v_AB

Swap the labels: $\mathbf{v}_{BA} = \mathbf{v}_B - \mathbf{v}_A = -(\mathbf{v}_A - \mathbf{v}_B) = -\mathbf{v}_{AB}$. Two observers always see each other moving with the same speed but in opposite directions. This is more than book-keeping. If you compute $\mathbf{v}_{AB}$ and a problem then asks for $\mathbf{v}_{BA}$, no fresh calculation is needed — flip the direction, keep the magnitude. It is also a useful self-check: two consistent computations must produce vectors that are exact negatives.

River-boat-man: shortest time vs shortest path

A river flows uniformly with velocity $\mathbf{v}_r$ along its banks; a boat moves with velocity $\mathbf{v}_b$ relative to the water. The boat's ground-frame velocity is $\mathbf{v}_b + \mathbf{v}_r$. Set up axes: $\hat{\mathbf{i}}$ along the current, $\hat{\mathbf{j}}$ across the river. Let the boat be aimed at angle $\phi$ measured from $\hat{\mathbf{j}}$ (so $\phi = 0$ means straight across). Then

$$\mathbf{v}_\text{ground} = (v_r - v_b \sin\phi)\,\hat{\mathbf{i}} + v_b \cos\phi\,\hat{\mathbf{j}}.$$

The cross-river component $v_b \cos\phi$ determines how long the crossing takes; the along-river component $v_r - v_b \sin\phi$ determines the drift downstream. NEET asks two sub-questions about this set-up — and they have different answers.

(a) Shortest time

Crossing time $t = d / (v_b \cos\phi)$, where $d$ is the river width. This is minimum when $\cos\phi$ is maximum, i.e. $\phi = 0$: the boat is aimed perpendicular to the banks. Then $t_\text{min} = d/v_b$, and the boat drifts downstream by $x = v_r \cdot (d/v_b)$. The boat reaches the opposite bank at the fastest possible time, but not directly opposite to where it started.

(b) Shortest path (zero drift)

For the boat to land directly opposite, the upstream component must cancel the current: $v_b \sin\phi = v_r$, so $\sin\phi = v_r / v_b$. This is only possible when $v_b > v_r$ — a boat slower than the river cannot beat the drift. The cross-river speed is then $v_b \cos\phi = \sqrt{v_b^2 - v_r^2}$ and the crossing time is $t = d / \sqrt{v_b^2 - v_r^2}$, which is longer than $d/v_b$ for any non-zero $v_r$.

Worked example · river crossing

A $100$ m wide river flows at $v_r = 3$ m s$^{-1}$. A boat moves at $v_b = 5$ m s$^{-1}$ relative to water. Find (i) the shortest crossing time and the drift then, and (ii) the time to cross directly opposite.

(i) Aim perpendicular to the banks. $t_\text{min} = 100/5 = 20$ s. Drift $= v_r t = 3 \times 20 = 60$ m.

(ii) Aim upstream at $\sin\phi = 3/5$, so $\phi = 37°$. Cross-river speed $= \sqrt{5^2 - 3^2} = 4$ m s$^{-1}$. Time $= 100/4 = 25$ s. Drift $= 0$ — the price of going straight across is five extra seconds.

Rain and man — why the umbrella tilts forward

NCERT Example 3.1 is the simpler vector-addition version: rain falls vertically, wind blows sideways, and you find the direction of the resultant rain velocity in the ground frame. The classical NEET problem is the relative-velocity version: rain falls vertically with velocity $v_r$ downward in the ground frame, and a man walks horizontally with velocity $v_m$. The velocity of rain as the man sees it is

$$\mathbf{v}_{rm} = \mathbf{v}_r - \mathbf{v}_m = -v_m\,\hat{\mathbf{i}} - v_r\,\hat{\mathbf{j}}.$$

In the man's frame the rain has a horizontal component pointing backward (against his motion) and the same downward component. The rain therefore appears to come from a direction tilted forward of vertical by an angle

$$\alpha = \tan^{-1}\!\left(\dfrac{v_m}{v_r}\right)$$

measured from the vertical. To keep dry the man must tilt the umbrella through the same angle $\alpha$, forward — in the direction he is walking. This is counter-intuitive on first reading: students often imagine the rain "falling behind" them as they walk forward, and tilt the umbrella backward to "catch up". The vector picture shows the opposite. In the man's frame the rain rushes toward him from the front; the umbrella must face the front.

Worked example · rain and man

Rain falls vertically at $v_r = 3$ m s$^{-1}$. A man walks horizontally at $v_m = 4$ m s$^{-1}$. At what angle from the vertical, and in which direction, should he tilt his umbrella? What apparent speed does the rain have?

Apparent speed: $|\mathbf{v}_{rm}| = \sqrt{3^2 + 4^2} = 5$ m s$^{-1}$.

Tilt angle: $\tan\alpha = v_m/v_r = 4/3$, so $\alpha = 53°$ from the vertical, in the direction the man is walking (forward).

Using the NEET-standard $\sin 53° = 0.8$ and $\cos 53° = 0.6$, the rain components in the man's frame are $-4$ m s$^{-1}$ horizontal and $-3$ m s$^{-1}$ vertical — a $3{-}4{-}5$ triangle, exactly the resultant of NCERT Example 3.1 with the numbers re-scaled.

Aircraft in a crosswind — ground velocity

An aircraft flies with an "airspeed" of $\mathbf{v}_a$ relative to the air. The air itself moves with a wind velocity $\mathbf{v}_w$ in the ground frame. The aircraft's velocity in the ground frame — its "ground velocity" — is the vector sum $\mathbf{v}_g = \mathbf{v}_a + \mathbf{v}_w$. This is the same logic as the boat in the river, with the medium and vehicle relabelled.

Worked example · aircraft heading north in an east wind

An aircraft maintains an airspeed of $200$ km h$^{-1}$ pointing due north. A wind blows from west to east at $50$ km h$^{-1}$. Find the magnitude and direction of the aircraft's ground velocity.

Components: north $= 200$ km h$^{-1}$, east $= 50$ km h$^{-1}$. Magnitude $= \sqrt{200^2 + 50^2} = \sqrt{42500} \approx 206$ km h$^{-1}$.

Direction: $\tan\theta = 50/200 = 0.25$, so $\theta \approx 14°$ east of north. The aircraft drifts east of its heading — to actually fly due north over the ground, the pilot would have to point the nose west of north (a crab angle) so that the easterly drift cancels.

NCERT Exercise 3.22 sits in the same family: an aircraft at $h = 3400$ m sweeps through $30°$ at a ground observer in $\Delta t = 10$ s. Horizontal distance $\Delta x = 2h \tan 15° \approx 1822$ m, ground speed $\approx 182$ m s$^{-1}$. The geometry is set up in the ground frame — and is what feeds any later relative-velocity calculation between this aircraft and another.

The closest-approach trick — fix one observer

For two objects A and B moving with arbitrary velocities, finding the moment and distance of closest approach reduces to one dimension by sitting in B's frame. There B is stationary and A moves with $\mathbf{v}_{AB} = \mathbf{v}_A - \mathbf{v}_B$. The closest approach is the perpendicular distance from B to the straight line along which A moves — pure geometry. It is the engine behind every "minimum distance between two ships" or "do these two cars collide" question. NCERT Exercise 3.20 reminds you why it is legitimate: $\mathbf{v}_{\text{avg}} = [\mathbf{r}(t_2) - \mathbf{r}(t_1)] / (t_2 - t_1)$ holds for arbitrary motion, so the kinematic identities transfer cleanly into the relative frame.

Quick recap

What this subtopic locked in

  • Definition: $\mathbf{v}_{AB} = \mathbf{v}_A - \mathbf{v}_B$ — vector subtraction in a common ground frame.
  • Magnitude: $|\mathbf{v}_{AB}| = \sqrt{v_A^2 + v_B^2 - 2 v_A v_B \cos\theta}$. Max at $\theta = 180°$, min at $\theta = 0°$.
  • Symmetry: $\mathbf{v}_{BA} = -\mathbf{v}_{AB}$ — same magnitude, opposite direction.
  • River-boat: aim perpendicular for shortest time ($t = d/v_b$); aim upstream by $\sin^{-1}(v_r/v_b)$ for shortest path ($t = d/\sqrt{v_b^2 - v_r^2}$).
  • Rain-man: umbrella tilts forward through $\tan^{-1}(v_m/v_r)$ from vertical.
  • Aircraft: ground velocity = airspeed + wind velocity, added as vectors.

NEET PYQ & NCERT Exercise Snapshot

No NEET PYQ in 2016-2023 directly tests 2-D relative velocity, so this set mixes the closest PYQ with two NCERT exercises that NEET-frequently mirrors.

NEET 2021

A car starts from rest and accelerates at $5$ m s$^{-2}$. At $t = 4$ s, a ball is dropped out of a window by a person sitting in the car. What is the velocity and acceleration of the ball at $t = 6$ s? (Take $g = 10$ m s$^{-2}$.)

  1. $20\sqrt{2}$ m s$^{-1}$, $10$ m s$^{-2}$
  2. $20$ m s$^{-1}$, $5$ m s$^{-2}$
  3. $20$ m s$^{-1}$, $0$
  4. $20\sqrt{2}$ m s$^{-1}$, $0$
Answer: (1)

Why: At the instant of release ($t = 4$ s), the ball shares the car's velocity, $v_x = u + at = 0 + 5\times 4 = 20$ m s$^{-1}$ horizontally. After release, gravity acts; in $2$ s the vertical velocity becomes $v_y = g \cdot 2 = 20$ m s$^{-1}$. Net speed $= \sqrt{20^2 + 20^2} = 20\sqrt{2}$ m s$^{-1}$. Acceleration is just $g = 10$ m s$^{-2}$. Distractor (3) forgets the vertical component picked up after release; (2) averages the accelerations wrongly; (4) drops gravity. The relative-velocity reading: in the (now uniformly accelerating) car frame, the ball falls straight down with only $g$ acting on it, because the car-frame's pseudo-force exactly cancels the released horizontal velocity from the ground-frame view.

NCERT Exercise 3.22

An aircraft is flying at a height of $3400$ m above the ground. If the angle subtended at a ground observation point by the aircraft positions $10.0$ s apart is $30°$, what is the speed of the aircraft?

Answer: ≈ $182$ m s$^{-1}$

Why: The aircraft sweeps through $30°$ total at the observer, that is $15°$ on each side of the vertical. Horizontal distance covered $= 2h\tan 15° = 2 \times 3400 \times 0.2679 \approx 1822$ m. Speed $= 1822/10 \approx 182$ m s$^{-1}$ or about $655$ km h$^{-1}$. The exercise sets up the ground-frame geometry that any subsequent relative-velocity computation (for example between this aircraft and another) would feed into.

NCERT Exercise 3.20

For any arbitrary motion in space, which of the following relations are true? (a) $\mathbf{v}_\text{avg} = \tfrac{1}{2}[\mathbf{v}(t_1) + \mathbf{v}(t_2)]$ (b) $\mathbf{v}_\text{avg} = [\mathbf{r}(t_2) - \mathbf{r}(t_1)]/(t_2 - t_1)$ (c) $\mathbf{v}(t) = \mathbf{v}(0) + \mathbf{a} t$ (d) $\mathbf{r}(t) = \mathbf{r}(0) + \mathbf{v}(0) t + \tfrac{1}{2}\mathbf{a} t^2$ (e) $\mathbf{a}_\text{avg} = [\mathbf{v}(t_2) - \mathbf{v}(t_1)]/(t_2 - t_1)$.

Answer: (b) and (e) only

Why: Relations (b) and (e) are definitions of average velocity and average acceleration — true by construction for any motion. Relations (a), (c) and (d) assume constant acceleration, which is false in general. This matters for relative velocity because $\mathbf{v}_{AB}$ inherits the same identity: $\mathbf{v}_{AB,\text{avg}} = [\mathbf{r}_{AB}(t_2) - \mathbf{r}_{AB}(t_1)]/(t_2 - t_1)$ is always valid, but the constant-acceleration kinematic formulas applied to $\mathbf{v}_{AB}$ require $\mathbf{a}_{AB}$ to be constant.

FAQs — Relative Velocity in Two Dimensions

Quick answers to the questions NEET aspirants ask most about 2-D relative velocity.

What is the formula for relative velocity in two dimensions?
The velocity of object A as seen from object B's reference frame is the vector difference v_AB = v_A − v_B, where v_A and v_B are both measured in the same ground frame. The magnitude is given by |v_AB| = sqrt(v_A squared + v_B squared − 2 v_A v_B cos theta), where theta is the angle between v_A and v_B. The direction is obtained by drawing v_A and minus v_B head-to-tail.
Why does the umbrella tilt forward in the direction the man is walking?
Rain falls vertically with velocity v_r downward. The walking man has horizontal velocity v_m. The rain's velocity relative to the man is v_rain minus v_man, which has a horizontal component pointing backward in the man's frame. The rain therefore appears to come from the front and above, tilted at angle tan inverse of v_m by v_r from vertical. The umbrella must be tilted forward — in the same direction the man is walking — to block it.
What is the difference between shortest-time and shortest-path crossings of a river?
For shortest time, the boat aims its velocity perpendicular to the banks. The crossing time is d divided by v_b, but the boat is carried downstream by a drift equal to v_r times d divided by v_b. For shortest path, the boat aims upstream at an angle such that v_b sin phi equals v_r — the upstream component exactly cancels the current. The crossing time is d divided by sqrt of v_b squared minus v_r squared. This is only possible if v_b is greater than v_r.
Is the magnitude of v_AB the same as the magnitude of v_BA?
Yes. Since v_BA equals minus v_AB, the two vectors have the same magnitude but opposite directions. Each observer sees the other moving with the same speed but in the opposite direction. This symmetry is a useful sanity check when solving problems — if your two relative-velocity magnitudes disagree, you have an arithmetic error.
How do you find the maximum and minimum relative speed of two objects?
Using |v_AB| squared = v_A squared + v_B squared − 2 v_A v_B cos theta, the magnitude is maximum when cos theta equals minus one, that is when the two velocities are antiparallel — then |v_AB| equals v_A plus v_B. The magnitude is minimum when cos theta equals plus one, that is when the velocities are parallel — then |v_AB| equals the absolute difference of v_A and v_B. The perpendicular case theta equals ninety degrees gives sqrt of v_A squared plus v_B squared.
What does NCERT Exercise 3.22 about an aircraft at 3400 m test?
It tests geometric application of relative position rather than relative velocity directly. An aircraft flies horizontally at 3400 m and the angle subtended at a ground observer changes by 30 degrees plus 30 degrees in 10 seconds. The horizontal distance covered is twice 3400 times tan 15 degrees, and the aircraft's speed is that distance divided by 10 seconds, giving about 182 metres per second. The lesson is that ground-frame geometry must be set up before any relative-velocity computation.