Time, Speed and Distance for UPSC CDS — Trains, Relative Speed & Classic Traps

intermediate 18 min read

Concept

Time, Speed and Distance (TSD) is the backbone of roughly 4–6 questions in every CDS Mathematics paper. The core relationship is deceptively simple:

Distance=Speed×Time\text{Distance} = \text{Speed} \times \text{Time}

But the exam never tests this formula directly. It tests your ability to manipulate it under constraints — stoppages, relative motion, partial journeys, fractions of usual speed. That is where aspirants lose marks.

Think of it this way: distance is a fixed corridor. If you walk slower, it takes longer. If you sprint, you finish early. Speed and time are always pulling against each other while distance stays constant. This inverse relationship between speed and time (when distance is fixed) is the single most exploited idea in CDS TSD questions.

A useful real-world anchor: imagine two soldiers starting from opposite ends of a 800 km supply route. The moment they move toward each other, they are consuming the gap at the sum of their speeds — that is relative speed in the "toward" direction. If they move in the same direction, the faster one is only gaining on the slower one at the difference of their speeds.

Unit conversions are where you bleed time in the exam hall. Burn these into muscle memory:

1 km/hr=518 m/s1 m/s=185 km/hr1 \text{ km/hr} = \frac{5}{18} \text{ m/s} \qquad 1 \text{ m/s} = \frac{18}{5} \text{ km/hr}

The fraction {5}{18}\frac\{5\}\{18\} converts km/hr to m/s. Its reciprocal {18}{5}\frac\{18\}\{5\} does the reverse. You will use these in virtually every train problem.

There are four question archetypes in CDS TSD:

  1. Speed-fraction problems — speed becomes pq\frac{p}{q} of usual; find time gained/lost
  2. Train crossing problems — crossing a pole, platform, or another train
  3. Meeting/Overtaking problems — two objects starting at different times or places
  4. Stoppages — effective speed vs. actual running speed

Master these four and you have covered the entire chapter.


Deep Dive

The Inverse Speed-Time Relationship

When distance is constant, speed and time are inversely proportional:

S1T1=S2T2S_1 \cdot T_1 = S_2 \cdot T_2

If speed becomes {3}{5}\frac\{3\}\{5\} of usual, time becomes {5}{3}\frac\{5\}\{3\} of usual. The extra time compared to normal is:

ΔT=53TT=23T\Delta T = \frac{5}{3}T - T = \frac{2}{3}T

This is the direct route to "speed-fraction" problems. If you're given the extra time (ΔT\Delta T), solve for TT immediately:

T=32ΔTT = \frac{3}{2} \cdot \Delta T

Do not set up a distance equation with variables for speed and distance. That approach takes 90 seconds. The ratio approach takes 15.

Train Problems — The Length Factor

Every train problem hides an invisible variable: the length of the train (or trains). The train "passes" an object only when its entire body has cleared that object.

The formula that ties overtaking to walking persons:

L=(vtrainvperson)×t×518L = (v_{\text{train}} - v_{\text{person}}) \times t \times \frac{5}{18}

where tt is in seconds and speeds are in km/hr.

Relative Speed — The Unifying Concept

Relative speed is just the speed of one object as seen from the reference frame of the other.

Meeting/overtaking problems collapse into simple TSD problems once you frame them in terms of relative speed and the "gap" to be covered.

Gap to be covered: If A starts t0t_0 hours before B, the head start distance is SA×t0S_A \times t_0. B then covers this gap at a relative speed of SBSAS_B - S_A (assuming SB>SAS_B > S_A, same direction).

Time for B to catch A:

tcatch=SA×t0SBSAt_{\text{catch}} = \frac{S_A \times t_0}{S_B - S_A}

Meeting point distance from B's starting station:

d=SB×tcatchd = S_B \times t_{\text{catch}}

Stoppages — Effective vs. Running Speed

A train runs at speed vv but stops for mm minutes every hour. Its effective speed is:

veff=v×60m60v_{\text{eff}} = v \times \frac{60 - m}{60}

Given veffv_{\text{eff}}, find mm:

m=60×vveffvm = 60 \times \frac{v - v_{\text{eff}}}{v}

Or equivalently: stoppage time per hour = vveffv×60\frac{v - v_{\text{eff}}}{v} \times 60 minutes.

For CDS, the shortcut is even cleaner — the loss in speed directly gives you the loss in distance per hour, and at the running speed, that translates to stoppage time. No algebra needed.

The Two-Equation Setup for Train-Overtaking a Person

When a train overtakes two persons walking in the same direction, you get two equations for two unknowns (train speed and train length). Write both length equations, set them equal, solve for speed, then back-calculate length. This is one of CDS's favourite question types — the structure repeats across years.

L=(vu1)t1518=(vu2)t2518L = (v - u_1) \cdot t_1 \cdot \frac{5}{18} = (v - u_2) \cdot t_2 \cdot \frac{5}{18}

The {5}{18}\frac\{5\}\{18\} cancels from both sides, simplifying the algebra considerably.


Memory Tricks & Shortcuts

patternSpeed-Fraction Flip

When speed changes to p/q of usual and distance is fixed, new time = q/p of usual. The delay or saving = |q/p − 1| × usual time. Micro-example: speed = 3/5 usual → time = 5/3 usual → delay = 2/3 × T. If delay = 20 min, T = 30 min instantly. Standard algebraic setup (two equations with S and D): 75 seconds. Ratio flip: 12 seconds — 4 lines of arithmetic versus 1.

estimationStoppage Minutes in One Line

Loss in speed per hour = (Running speed − Effective speed). Stoppage minutes per hour = (Loss ÷ Running speed) × 60. For CDS 2026 pattern: 60 − 48 = 12 km/hr loss. 12/60 × 60 = 12 minutes. You do not write a single equation. Standard distance-based equation method: 3 equations, ~60 seconds. One-liner: under 10 seconds.

patternHead-Start Gap → Meeting Point

Head start gap = (slower speed) × (time difference). Meeting point distance from chasing train's start = (chasing speed) × (gap ÷ relative speed). Commit to computing these two products in sequence and you will never lose track of which train's distance you're computing. Applying this to the Delhi-Hyderabad problem: gap = 80 × 5/6 = 200/3 km → catch time = (200/3)/20 = 10/3 hr → distance = 100 × 10/3 = 1000/3 km. Total working time: ~30 seconds. Setting up distance equations with a common variable t: ~90 seconds.

eliminationOpposing Trains — Work Backwards From Meeting Time

When two trains start at different times and travel toward each other, compute how far the first train has already gone before the second starts. Remaining gap = Total − covered. Then combine their speeds for closing rate. This 3-step sequence (covered, remaining, closing rate) handles every "trains from opposite stations" problem without any algebraic variable for meeting point. Step count: 3 multiplications, 1 division. Full variable setup: 5–6 steps.

substitutionTrain Crossing Two Persons — Cancel the 5/18

In L = (v − u₁) × t₁ × 5/18 = (v − u₂) × t₂ × 5/18, the 5/18 cancels before you solve for v. You work purely with the speed differences in km/hr and time in seconds, which are the exact numbers given. This avoids the conversion step entirely during the equation-solving phase — apply conversion only once at the end when computing L. Standard approach (converting all units first): 4 conversion steps + algebra. This approach: 1 conversion step at the end only. Saves ~30 seconds on a 9-second/75/8-second problem.


Fast-Solving Framework

Read the question and classify it in the first 10 seconds:

Is speed given as a fraction of usual? → Use the Speed-Fraction Flip. Time is the reciprocal fraction of usual. Delay or saving = fractional difference × usual time. Solve directly.

Is a train crossing something? → Identify what it is crossing. Set: Distance = train length + (platform/other train length if applicable). Relative speed = sum (opposite) or difference (same direction).

Two trains starting at different times? → Compute head-start distance. Divide by relative speed to get catch time. Multiply by the chasing train's speed for meeting distance.

Stoppages? → Loss in speed per hour is directly proportional to stoppage time. Stoppage minutes = (speed loss / running speed) × 60.

Train overtakes two walking persons? → Write two length equations, set equal, solve for train speed, then find length. Cancel the 5/18 factor before solving.

If none of the above applies clearly, fall back to: identify knowns, identify the one unknown, write D = S × T, solve. Don't reach for quadratics or simultaneous equations unless you have two genuine unknowns.


Solved PYQs

Why this question: The CDS 2023 train-overtaking question is a perfect two-equation TSD setup. It tests unit conversion awareness and the cancellation shortcut simultaneously.

Previous Year Questionपिछले वर्ष का प्रश्न2023
A train completely overtakes two persons, walking in the same direction with speeds 3 km/hr and 4 km/hr in 9 seconds and 75/8 seconds respectively. What is the length of the train?
एक ट्रेन उसी दिशा में चल रहे दो व्यक्तियों को, जिनकी चाल क्रमशः 3 km/hr और 4 km/hr है, पूरी तरह से क्रमशः 9 सेकंड और 75/8 सेकंड में पार कर लेती है। ट्रेन की लंबाई कितनी है?
  1. 62.5 m
  2. 60 m
  3. 67.5 m
  4. 55 m
  1. 62.5 m
  2. 60 m
  3. 67.5 m
  4. 55 m
Solutionसमाधान
Let speed of train = v km/hr, length = L m. L = (v−3)·9·(1000/3600) = (v−3)·9/3.6 = 2.5(v−3). Also L = (v−4)·(75/8)/3.6. Equate: 2.5(v−3) = (75/8)(v−4)/3.6 = 75(v−4)/(8·3.6) = 75(v−4)/28.8. 2.5·28.8(v−3) = 75(v−4) ⟹ 72(v−3) = 75(v−4) ⟹ 72v−216 = 75v−300 ⟹ 3v = 84 ⟹ v = 28. L = 2.5·25 = 62.5 m.

Solving path: Let train speed = vv km/hr. Write two length expressions using relative speed × time × 5/18. Note that 5/18 appears in both — cancel it before solving. You get: 9(v3)={75}{8}(v4)9(v-3) = \frac\{75\}\{8\}(v-4). Cross-multiply: 72(v3)=75(v4)72(v-3) = 75(v-4)72v216=75v30072v - 216 = 75v - 3003v=843v = 84v=28v = 28 km/hr. Then L=9×(283)×{5}{18}=9×25×{5}{18}={1125}{18}=62.5L = 9 \times (28-3) \times \frac\{5\}\{18\} = 9 \times 25 \times \frac\{5\}\{18\} = \frac\{1125\}\{18\} = 62.5 m.


Why this question: The stoppages question (CDS 2026) is a one-liner if you know the shortcut — but aspirants who set up distance equations waste nearly a minute here.

Previous Year Questionपिछले वर्ष का प्रश्न2026
Without stoppages, a train travels at an average speed of 60 km/h and with stoppages it covers the same distance at an average speed of 48 km/h. How many minutes per hour does the train stop?
  1. 10 minutes
  2. 12 minutes
  3. 15 minutes
  4. 20 minutes
Solutionसमाधान
In one hour without stoppages, the train covers 60 km. With stoppages, it covers only 48 km in one hour. So the train loses 12 km worth of running time per hour due to stoppages. At the actual running speed of 60 km/h, time taken to cover 12 km = (12/60)×60 = 12 minutes. Therefore, the train stops for 12 minutes per hour.

Solving path: Speed without stoppages = 60 km/hr. Speed with stoppages = 48 km/hr. The train "loses" 12 km every hour due to stops. At 60 km/hr running speed, 12 km takes {12}{60}×60=12\frac\{12\}\{60\} \times 60 = 12 minutes. That is the stoppage duration per hour.


Why this question: The speed-fraction problem (CDS 2025) is the canonical test of the inverse relationship. If you don't know the ratio trick, you will set up two distance equations and burn 60+ seconds.

Previous Year Questionपिछले वर्ष का प्रश्न2025
Travelling at 3/5th of his usual speed, a man is late by 20 minutes. What is the usual time if he travels with his usual speed?
  1. 25 minutes
  2. 30 minutes
  3. 32 minutes
  4. 35 minutes
Solutionसमाधान
If speed is 3/5 of usual, time becomes 5/3 of usual. Extra time = 5/3 T - T = 2/3 T = 20 minutes. So T = 30 minutes.

Solving path: Speed = 3/5 usual → time = 5/3 usual. Extra time = {5}{3}TT={2}{3}T=20\frac\{5\}\{3\}T - T = \frac\{2\}\{3\}T = 20 min. Therefore T=30T = 30 minutes. Two lines of working. Done.


Why this question: The Delhi-Hyderabad overtaking problem (CDS 2024) appears twice in the spec with minor wording differences — CDS regularly recycles this structure. It tests head-start gap computation and meeting-point distance.

Previous Year Questionपिछले वर्ष का प्रश्न2024
Two trains A and B leave Delhi for Hyderabad on the same day at 7:00 a.m. and 7:50 a.m. respectively and travel at 80 kmph and 100 kmph respectively. After how many kilometres from Delhi will both these trains be together?
  1. 200/3 km
  2. 100 km
  3. 400/3 km
  4. 1000/3 km
Solutionसमाधान
Train A has a 50-minute = 5/6 hour head start, covering 80 × 5/6 = 200/3 km. Then B chases at relative speed 100 - 80 = 20 kmph. Time to catch up = (200/3)/20 = 10/3 hours. Distance from Delhi where they meet = 100 × 10/3 = 1000/3 km.

Solving path: Train A leaves at 7:00 a.m., Train B at 7:50 a.m. — a 50-minute = 5/6 hour gap. Head-start distance = 80×{5}{6}={200}{3}80 \times \frac\{5\}\{6\} = \frac\{200\}\{3\} km. Relative speed (same direction) = 10080=20100 - 80 = 20 km/hr. Time for B to catch A = 200/3{20}={10}{3}\frac{200/3}\{20\} = \frac\{10\}\{3\} hr. Meeting distance from Delhi = 100×{10}{3}={1000}{3}100 \times \frac\{10\}\{3\} = \frac\{1000\}\{3\} km.


Why this question: The P-Q opposite-direction problem (CDS 2024) pairs a meeting-time question with a meeting-distance question — both solvable from one setup. Learn the setup once, answer two questions.

Previous Year Questionपिछले वर्ष का प्रश्न2024
Two trains A and B started from stations P and Q respectively towards each other. Train A started at 7 p.m. at a speed of 60 km/hr and train B started at 4 a.m. (next day) at a speed of 90 km/hr. The distance between the two stations P and Q is 800 km. At what time will the two trains meet?
  1. 5:28 a.m.
  2. 5:44 a.m.
  3. 4:56 a.m.
  4. 6:24 a.m.
Solutionसमाधान
Train B starts at 4:00 a.m. and travels for 26/15 hours = 1 hour 44 minutes (since 26/15 × 60 = 104 minutes = 1 hr 44 min) before meeting train A. So they meet at 4:00 + 1:44 = 5:44 a.m.

Solving path: Train A starts at 7:00 p.m., Train B at 4:00 a.m. — a 9-hour gap. A covers 60×9=54060 \times 9 = 540 km before B starts. Remaining gap = 800540=260800 - 540 = 260 km. Closing speed = 60+90=15060 + 90 = 150 km/hr. Time after B starts = {260}{150}={26}{15}\frac\{260\}\{150\} = \frac\{26\}\{15\} hr = {26}{15}×60=104\frac\{26\}\{15\} \times 60 = 104 minutes = 1 hr 44 min. Meeting time = 4:00 a.m. + 1:44 = 5:44 a.m.


Common Mistakes


Related Topics

Practice on SarkariRise

Sign up + get 3 free mocks →