Relative motion — 1D and 2D problems, rain umbrella problems

mediumJEE-MAINCBSE-113 min read

Question

How do we solve relative motion problems in 1D and 2D, including the classic rain-umbrella problem?

Solution — Step by Step

The fundamental equation

The velocity of object A relative to object B:

vA/B=vAvB\vec{v}_{A/B} = \vec{v}_A - \vec{v}_B

This means: "what A's velocity looks like from B's perspective." If you are sitting in B's frame, everything around you appears to move with an additional vB-\vec{v}_B.

1D relative motion

Two cars on a highway:

  • Car A moves at 60 km/h east
  • Car B moves at 40 km/h east

Velocity of A relative to B: 6040=2060 - 40 = 20 km/h east (A appears to move slowly away from B).

Velocity of A relative to B when B moves west at 40 km/h: 60(40)=10060 - (-40) = 100 km/h east (they approach/separate much faster).

Key rule: Same direction means subtract speeds. Opposite direction means add speeds (for relative approach speed).

2D relative motion — the vector approach

When velocities are not along the same line, we must use vector subtraction.

vA/B=vAvB\vec{v}_{A/B} = \vec{v}_A - \vec{v}_B

Find the magnitude using: vA/B=vA2+vB22vAvBcosθ|\vec{v}_{A/B}| = \sqrt{v_A^2 + v_B^2 - 2v_A v_B \cos\theta}

where θ\theta is the angle between vA\vec{v}_A and vB\vec{v}_B.

Rain-umbrella problem

Rain falls vertically at speed vrv_r. You walk horizontally at speed vmv_m. What angle should you tilt your umbrella?

In your frame (the walking person), rain appears to come at you from an angle. The rain's velocity relative to you:

vrain/you=vrainvyou\vec{v}_{rain/you} = \vec{v}_{rain} - \vec{v}_{you}

The rain velocity is vrv_r (downward) and your velocity is vmv_m (horizontal). The resultant:

vrain/you=vr2+vm2|\vec{v}_{rain/you}| = \sqrt{v_r^2 + v_m^2}

Angle with vertical:

tanα=vmvr\tan\alpha = \frac{v_m}{v_r}

You must tilt the umbrella at angle α\alpha from vertical, in the direction of your motion.

Loading diagram...

Why This Works

Relative motion is about changing your reference frame. When you sit inside a moving train, the platform appears to move backward. Mathematically, subtracting the observer's velocity from everything gives the motion as seen by the observer. This is Galilean relativity — valid at speeds much less than the speed of light.

The rain-umbrella problem is elegant: the rain has no horizontal velocity in the ground frame, but in your frame it acquires a horizontal component equal and opposite to your walking speed.

Alternative Method

For river-crossing problems (a special case of 2D relative motion), use the component method directly. The boat's velocity relative to ground = boat's velocity relative to water + water's velocity. To cross in minimum time, point the boat perpendicular to the river. To cross with zero drift, angle the boat upstream so that the river's current component is exactly cancelled.

Common Mistake

⚠️ Common Mistake

In rain problems, students often calculate tanα=vr/vm\tan\alpha = v_r / v_m (rain speed over man speed). This gives the wrong angle. The correct formula is tanα=vm/vr\tan\alpha = v_m / v_r (man speed over rain speed), where α\alpha is measured from the vertical. Remember: if you walk faster, you tilt the umbrella more forward — so vmv_m must be in the numerator when the angle is from vertical. JEE Main 2022 had this as an option trap.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next

Relative motion — 1D and 2D problems, rain umbrella problems | doubts.ai