Time, Speed, Distance and Time & Work for UPSC CSAT Prelims

intermediate 22 min read

Concept

Think of Time, Speed, and Distance as a triangle — knowing any two sides immediately gives you the third. The foundational relation is:

Speed=DistanceTime\text{Speed} = \frac{\text{Distance}}{\text{Time}}

Every variant you see in UPSC CSAT — trains crossing platforms, boats fighting river currents, runners on circular tracks — is this single equation dressed differently. The moment you stop seeing these as separate "types" and start seeing them all as the same equation in disguise, your solving speed doubles.

Time and Work is the same triangle wearing different clothes. If someone completes a job in n days, their daily work rate is 1/n. When multiple workers combine, you add their rates. The analogy that makes this stick: think of a water tank. Each worker is a pipe filling it. Two pipes together fill faster because you're adding flow rates, not dividing time.

Here's the conceptual glue between the two topics: Speed is to Distance what Work Rate is to Work Done. "A train covers 300 km in 5 hours" is structurally identical to "A worker completes 1/5 of a job each hour." Both reduce to the same rate × time = output logic.

Why does UPSC test this together? The Prelims CSAT paper tests whether you can shift frameworks rapidly under time pressure. A question might disguise a Time-Work problem inside a Speed-Distance wrapper (like pipes filling a tank). Recognising the underlying structure — not the surface story — is the actual skill being tested.

The अनुपात (ratio) logic connecting these topics: relative speed problems are really ratio problems. If P runs at 8 m/s and Q at 6 m/s, their speed ratio is 4:3, which means in the same time, P covers 4 parts of distance for every 3 parts Q covers. This ratio perspective is consistently faster than equation-writing.


Deep Dive

Time-Speed-Distance: The Core Variants

Basic Formula: D=S×TD = S \times T

Keep units consistent. If speed is in km/hr and time is in minutes, convert: multiply km/hr by 5/18 to get m/s, or multiply m/s by 18/5 to get km/hr.

Average Speed Over a Round Trip

This is the single most tested scenario. If you go from A to B at speed u and return at speed v, the average speed is NOT (u+v)/2. It is:

Average Speed=2uvu+v\text{Average Speed} = \frac{2uv}{u+v}

This is the harmonic mean of the two speeds. Use this formula directly — never compute individual times and add them unless the problem forces you to (as when total time is given).

Relative Speed

For trains: when a train of length L₁ crosses an object of length L₂, the total distance covered = L₁ + L₂. If the object is a pole or a person (point object), L₂ = 0.

Circular Tracks

Two runners start from the same point on a circular track of length C:

Boats and Streams

Let b = boat's speed in still water, c = current speed.

So: b=Downstream+Upstream2,c=DownstreamUpstream2b = \frac{\text{Downstream} + \text{Upstream}}{2}, \quad c = \frac{\text{Downstream} - \text{Upstream}}{2}

Memorise this as "b is the average, c is the half-difference."


Time and Work: The Rate Framework

Core Principle: Always convert "days to complete" into "fraction of work per day."

If A takes a days alone: rate of A = 1/a per day.

Combined rate of A, B, C = 1/a + 1/b + 1/c

Days for them together = 1 / (combined rate)

The Three-Worker Problem (A+B, B+C, A+C given)

This is a recurring UPSC structure. You're given pairwise combinations, not individual rates. The elegant move:

Add all three pairwise equations: 2(1a+1b+1c)=1(A+B)+1(B+C)+1(A+C)2\left(\frac{1}{a} + \frac{1}{b} + \frac{1}{c}\right) = \frac{1}{(\text{A+B})} + \frac{1}{(\text{B+C})} + \frac{1}{(\text{A+C})}

Halve the right side to get the combined rate of A+B+C. Then isolate individuals by subtraction.

The "All Three Given, Find Individuals" Variant

If A+B+C together take x days, and A+B take y days: 1c=1x1y\frac{1}{c} = \frac{1}{x} - \frac{1}{y}

Straightforward subtraction. The validator for your answer: check that C alone takes more days than A+B+C together.

Pipes and Cisterns

Exactly the same framework. Filling pipes have positive rates, emptying pipes (leaks) have negative rates. A tank fills in t hours means rate = 1/t. A leak empties in e hours means rate = -1/e. Net rate = sum of all.

Efficiency Method (LCM Approach)

Look — for problems where you're juggling fractions with awkward denominators, the LCM shortcut is cleaner:

  1. Find LCM of all "days" values mentioned.
  2. Assign that LCM as the total work (in units).
  3. Each worker's daily output = LCM / their days.
  4. Add outputs to get combined daily output.
  5. Days = total work / combined daily output.

For example, A takes 12 days, B takes 15 days, C takes 20 days. LCM = 60. A does 5 units/day, B does 4 units/day, C does 3 units/day. Together: 12 units/day. Days = 60/12 = 5 days. No fractions anywhere.


Memory Tricks and Shortcuts

patternHarmonic Mean Reflex for Round Trips

Whenever a problem says "went at speed u, returned at speed v, find average speed," skip all time calculations. Apply 2uv/(u+v) directly.

Example: 40 km/hr one way, 60 km/hr return.

  • Standard method: find distance d, compute d/40 + d/60, divide total distance 2d by total time. Takes ~60 seconds.
  • Shortcut: (2 × 40 × 60)/(40 + 60) = 4800/100 = 48 km/hr. Takes 10 seconds.

Step count: standard = 5 steps, shortcut = 1 step.

substitutionLCM-as-Total-Work for Multi-Worker Problems

Convert all fractional work rates into integers by declaring total work = LCM of all given days.

When to use: any problem with 2+ workers where you'd otherwise be adding fractions like 1/12 + 1/15 + 1/20.

Worked example (A=12 days, B=15 days, C=20 days): LCM=60. A's rate=5, B's=4, C's=3. Combined=12 units/day. Answer=60/12=5 days. Compare: fraction method requires adding 5/60+4/60+3/60=12/60=1/5, then invert. Same answer, but the LCM method keeps everything as whole numbers. Under exam pressure, whole numbers mean fewer errors.

Step comparison: fraction method = 4 steps with fractions, LCM method = 4 steps with integers.

patternb-is-average, c-is-half-difference for Boats

Given upstream speed u and downstream speed d:

  • Still-water speed b = (d + u) / 2
  • Current speed c = (d - u) / 2

When to use: every boats-and-streams problem where upstream and downstream speeds are computed first.

Micro-example: upstream 6 km/hr, downstream 8 km/hr. b = (8+6)/2 = 7, c = (8-6)/2 = 1. Done in one look. Standard method: write two equations b-c=6, b+c=8, solve simultaneously — same answer but 3 extra steps.

patternRelative Speed = Gap Divided by Time for Circular Lapping

P laps Q when P has gained exactly one full track length (C meters) over Q.

Time to lap = C / (speed of P - speed of Q) for same-direction motion.

Micro-example: track = 400 m, P at 8 m/s, Q at 6 m/s. Time = 400/(8-6) = 400/2 = 200 seconds. No need to compute individual positions at multiple time points. Standard verification (checking lap counts) takes 4 extra steps; this formula gives the answer in one.

eliminationDouble-Subtraction for Three-Worker Individual Rates

Given A+B+C combined rate, and two pairwise rates:

rate of C = rate(A+B+C) - rate(A+B) rate of A = rate(A+B+C) - rate(B+C)

This is simple subtraction, not simultaneous equations. Most students set up three-variable algebra — that's three equations and six operations. Double-subtraction is two operations.

When A+B+C = 1/6, A+B = 1/9: C's rate = 1/6 - 1/9 = 3/18 - 2/18 = 1/18. C takes 18 days. Standard algebra method: 6 steps. Double-subtraction: 2 steps.


Fast-Solving Framework

In the exam hall, classify the problem in under 5 seconds using this decision tree:

Step 1 — Topic Identification

Step 2 — TSD sub-type

Step 3 — Work sub-type

Step 4 — Sanity check


Solved PYQs

Why this question: Tests whether you find distance first before computing average speed — the classic two-step TSD setup.

Previous Year Questionपिछले वर्ष का प्रश्न
A man walks from town P to town Q at 4 km/hr. If he had walked at 5 km/hr instead, he would have arrived 1 hour earlier. On the return journey from Q to P, he walks at 6 km/hr. What is the average speed for the entire round trip?
एक आदमी शहर P से शहर Q की ओर 4 किमी/घंटा की गति से चलता है। यदि वह 5 किमी/घंटा की गति से चलता, तो वह 1 घंटा पहले पहुँच जाता। Q से P की लौटती यात्रा पर, वह 6 किमी/घंटा की गति से चलता है। पूरी राउंड ट्रिप के लिए औसत गति क्या है?
  1. 5.2 km/hr
  2. 4.5 km/hr
  3. 5 km/hr
  4. 4.8 km/hr
  1. 5.2 किमी/घंटा
  2. 4.5 किमी/घंटा
  3. 5 किमी/घंटा
  4. 4.8 किमी/घंटा
Solutionसमाधान
Let distance P to Q = d km. Time at 4 km/hr = d/4 hours. Time at 5 km/hr = d/5 hours. Difference = d/4 − d/5 = 1 hour. (5d − 4d)/20 = 1 → d = 20 km. Return journey Q to P at 6 km/hr: time = 20/6 = 10/3 hours. Total distance = 20 + 20 = 40 km. Total time = d/4 + 20/6 = 20/4 + 10/3 = 5 + 10/3 = 25/3 hours. Average speed = 40/(25/3) = 40 × 3/25 = 120/25 = 4.8 km/hr.
P से Q की दूरी = d किमी। 4 किमी/घंटा पर समय = d/4 घंटे। 5 किमी/घंटा पर समय = d/5 घंटे। अंतर = d/4 − d/5 = 1 घंटा। (5d − 4d)/20 = 1 → d = 20 किमी। Q से P की लौटती यात्रा 6 किमी/घंटा पर: समय = 20/6 = 10/3 घंटे। कुल दूरी = 20 + 20 = 40 किमी। कुल समय = 5 + 10/3 = 25/3 घंटे। औसत गति = 40/(25/3) = 4.8 किमी/घंटा।

Solving path: First, find the distance P to Q. The two-speed setup gives d/4 - d/5 = 1, so d/20 = 1, meaning d = 20 km. Now you have all three speeds: 4 km/hr (P to Q), 6 km/hr (Q to P). Total distance = 40 km. Total time = 20/4 + 20/6 = 5 + 10/3 = 25/3 hours. Average speed = 40 ÷ (25/3) = 120/25 = 4.8 km/hr. Note: do not use the harmonic mean formula 2uv/(u+v) here because the problem is not a symmetric round trip — the outward speed (4 km/hr) is different from what you might expect.


Why this question: Canonical double-subtraction problem. Many candidates set up full simultaneous algebra and waste 3 minutes.

Previous Year Questionपिछले वर्ष का प्रश्न
Three workers A, B, and C working together can complete a project in 6 days. A and B together can complete it in 9 days, while B and C together can complete it in 12 days. If only worker C is assigned to the project, how many days will it take C to complete it alone?
तीन कार्यकर्ता A, B और C एक साथ काम करते हुए एक परियोजना को 6 दिनों में पूरा कर सकते हैं। A और B एक साथ इसे 9 दिनों में पूरा कर सकते हैं, जबकि B और C एक साथ इसे 12 दिनों में पूरा कर सकते हैं। यदि केवल कार्यकर्ता C को परियोजना सौंपी जाती है, तो C को इसे अकेले पूरा करने में कितने दिन लगेंगे?
  1. 18 days
  2. 12 days
  3. 24 days
  4. 15 days
  1. 18 दिन
  2. 12 दिन
  3. 24 दिन
  4. 15 दिन
Solutionसमाधान
Let work rates be A = 1/a, B = 1/b, C = 1/c (fraction per day). From the given: (1/a + 1/b + 1/c) = 1/6, (1/a + 1/b) = 1/9, (1/b + 1/c) = 1/12. From equations 1 and 2: 1/c = 1/6 − 1/9 = 3/18 − 2/18 = 1/18, so C alone takes 18 days. Verify: (1/a + 1/b) = 1/9 and (1/b + 1/c) = 1/12 gives (1/a + 1/b + 1/c) = 1/9 + 1/c. If 1/c = 1/18, then 1/9 + 1/18 = 2/18 + 1/18 = 3/18 = 1/6. ✓ Correct.
कार्य दरों को A = 1/a, B = 1/b, C = 1/c (प्रति दिन भिन्न) माने। दिए गए से: (1/a + 1/b + 1/c) = 1/6, (1/a + 1/b) = 1/9, (1/b + 1/c) = 1/12। समीकरण 1 और 2 से: 1/c = 1/6 − 1/9 = 3/18 − 2/18 = 1/18, इसलिए C अकेले 18 दिनों में लेता है। सत्यापन: 1/9 + 1/18 = 2/18 + 1/18 = 3/18 = 1/6। ✓

Solving path: Label rates: A+B+C = 1/6, A+B = 1/9. C's rate = 1/6 - 1/9 = 3/18 - 2/18 = 1/18. C alone takes 18 days. You don't need B's or A's individual rate — stop there.


Why this question: Tests whether you recognise the upstream/downstream setup and apply the b-average formula cleanly.

Previous Year Questionपिछले वर्ष का प्रश्न
A boat travels upstream 48 km in 8 hours and downstream 48 km in 6 hours. If the boat takes a round trip (upstream then downstream) on a river with a strong current, what is the effective speed of the boat in still water?
एक नाव ऊर्ध्वप्रवाह में 48 किमी 8 घंटों में तय करती है और अनुप्रवाह में 48 किमी 6 घंटों में तय करती है। यदि नाव तेज़ धारा वाली नदी पर राउंड ट्रिप (ऊर्ध्वप्रवाह फिर अनुप्रवाह) लेती है, तो शांत जल में नाव की प्रभावी गति क्या है?
  1. 8 km/hr
  2. 7 km/hr
  3. 5.5 km/hr
  4. 6 km/hr
  1. 8 किमी/घंटा
  2. 7 किमी/घंटा
  3. 5.5 किमी/घंटा
  4. 6 किमी/घंटा
Solutionसमाधान
Let boat speed in still water = b, current speed = c. Upstream speed = b − c = 48/8 = 6 km/hr. Downstream speed = b + c = 48/6 = 8 km/hr. Adding: 2b = 6 + 8 = 14 → b = 7 km/hr. Subtracting: 2c = 8 − 6 = 2 → c = 1 km/hr. The boat's effective speed in still water is 7 km/hr.
शांत जल में नाव की गति = b, धारा की गति = c। ऊर्ध्वप्रवाह गति = b − c = 48/8 = 6 किमी/घंटा। अनुप्रवाह गति = b + c = 48/6 = 8 किमी/घंटा। जोड़ने पर: 2b = 6 + 8 = 14 → b = 7 किमी/घंटा। घटाने पर: 2c = 8 − 6 = 2 → c = 1 किमी/घंटा। शांत जल में नाव की गति 7 किमी/घंटा है।

Solving path: Upstream speed = 48/8 = 6 km/hr. Downstream speed = 48/6 = 8 km/hr. Still-water speed = (6+8)/2 = 7 km/hr. The question asks for the boat's speed in still water — don't get distracted by the "round trip" framing. The round-trip mention is irrelevant to the answer.


Why this question: Classic "total time given, find distance" structure. Tests LCM setup for the time equation.

Previous Year Questionपिछले वर्ष का प्रश्न
A man travels from city A to city B at 40 km/hr. On the return journey from B to A, he travels at 60 km/hr. If the total journey time is 10 hours, what is the distance between the two cities?
एक आदमी शहर A से शहर B तक 40 किमी/घंटा की गति से यात्रा करता है। B से A की वापसी यात्रा पर, वह 60 किमी/घंटा की गति से यात्रा करता है। यदि कुल यात्रा समय 10 घंटे है, तो दोनों शहरों के बीच दूरी कितनी है?
  1. 240 km
  2. 260 km
  3. 220 km
  4. 200 km
  1. 240 किमी
  2. 260 किमी
  3. 220 किमी
  4. 200 किमी
Solutionसमाधान
Let distance = d km. Time for A to B at 40 km/hr = d/40 hours. Time for B to A at 60 km/hr = d/60 hours. Total: d/40 + d/60 = 10. LCM(40,60) = 120: (3d + 2d)/120 = 10 → 5d = 1200 → d = 240 km.
मान लीजिए दूरी = d किमी। A से B तक 40 किमी/घंटा से समय = d/40 घंटे। B से A तक 60 किमी/घंटा से समय = d/60 घंटे। कुल: d/40 + d/60 = 10। LCM(40,60) = 120: (3d + 2d)/120 = 10 → 5d = 1200 → d = 240 किमी।

Solving path: d/40 + d/60 = 10. LCM of 40 and 60 is 120. So 3d/120 + 2d/120 = 10, giving 5d/120 = 10, so d = 240 km. The answer is the one-way distance, which is what the question asks. Don't double it.


Why this question: The A+B, B+C, A+C variant requires summing all three before subtracting — tests whether you know the two-step approach.

Previous Year Questionपिछले वर्ष का प्रश्न
Workers A and B together complete a task in 12 days. Workers B and C together complete it in 15 days. Workers A and C together complete it in 20 days. In how many days will all three workers A, B, and C together complete the task?
कार्यकर्ता A और B मिलकर एक कार्य को 12 दिनों में पूरा करते हैं। कार्यकर्ता B और C मिलकर इसे 15 दिनों में पूरा करते हैं। कार्यकर्ता A और C मिलकर इसे 20 दिनों में पूरा करते हैं। तीनों कार्यकर्ता A, B और C मिलकर इस कार्य को कितने दिनों में पूरा करेंगे?
  1. 12 days
  2. 10 days
  3. 9 days
  4. 11 days
  1. 12 दिन
  2. 10 दिन
  3. 9 दिन
  4. 11 दिन
Solutionसमाधान
Let work rates be 1/a, 1/b, 1/c for A, B, C respectively (fraction per day). We have: 1/a + 1/b = 1/12, 1/b + 1/c = 1/15, 1/a + 1/c = 1/20. Adding all three equations: 2(1/a + 1/b + 1/c) = 1/12 + 1/15 + 1/20 = 5/60 + 4/60 + 3/60 = 12/60 = 1/5. Therefore, 1/a + 1/b + 1/c = 1/10, meaning all three together complete the task in 10 days.
A, B, C के कार्य दर को क्रमशः 1/a, 1/b, 1/c (प्रति दिन भिन्न) माना। हमारे पास: 1/a + 1/b = 1/12, 1/b + 1/c = 1/15, 1/a + 1/c = 1/20। तीनों समीकरणों को जोड़ने पर: 2(1/a + 1/b + 1/c) = 1/12 + 1/15 + 1/20 = 5/60 + 4/60 + 3/60 = 12/60 = 1/5। इसलिए, 1/a + 1/b + 1/c = 1/10, जिसका मतलब है कि तीनों मिलकर 10 दिनों में कार्य पूरा करते हैं।

Solving path: Add all three given equations: 2(1/a + 1/b + 1/c) = 1/12 + 1/15 + 1/20. Find common denominator 60: 5/60 + 4/60 + 3/60 = 12/60 = 1/5. So 1/a + 1/b + 1/c = 1/10. All three together finish in 10 days. There is no need to find individual rates unless the question asks for them — it does not.


Why this question: Simple lapping problem on a circular track — tests relative speed application.

Previous Year Questionपिछले वर्ष का प्रश्न
Two runners, P and Q, start from the same point on a circular track of 400 meters. P runs at 8 m/s and Q runs at 6 m/s in the same direction. After how many seconds will P lap Q for the first time (i.e., gain exactly one full lap)?
दो धावक, P और Q, 400 मीटर के एक वृत्ताकार ट्रैक पर एक ही बिंदु से शुरुआत करते हैं। P 8 मी/से की गति से और Q 6 मी/से की गति से एक ही दिशा में दौड़ते हैं। कितने सेकंड बाद P पहली बार Q को लैप करेगा (अर्थात, ठीक एक पूरा चक्कर आगे हो जाएगा)?
  1. 200 seconds
  2. 150 seconds
  3. 180 seconds
  4. 240 seconds
  1. 200 सेकंड
  2. 150 सेकंड
  3. 180 सेकंड
  4. 240 सेकंड
Solutionसमाधान
For P to lap Q, P must gain 400 m (one full lap) on Q. Relative speed = 8 − 6 = 2 m/s. Time = distance / relative speed = 400 / 2 = 200 seconds. In 200 seconds, P completes 200 × 8 / 400 = 4 laps, while Q completes 200 × 6 / 400 = 3 laps, confirming P is exactly 1 lap ahead.
P को Q को लैप करने के लिए, P को Q से 400 मीटर आगे निकलना चाहिए (एक पूरा चक्कर)। सापेक्ष गति = 8 − 6 = 2 मी/से। समय = दूरी / सापेक्ष गति = 400 / 2 = 200 सेकंड। 200 सेकंड में P 200 × 8 / 400 = 4 चक्कर पूरे करता है, जबकि Q 200 × 6 / 400 = 3 चक्कर पूरे करता है, जिससे P ठीक 1 चक्कर आगे है।

Solving path: Relative speed = 8 - 6 = 2 m/s. For P to lap Q, P must gain 400 m. Time = 400/2 = 200 seconds. The verification in the explanation (4 laps vs 3 laps) confirms it, but you don't need to verify in the exam — the formula is sufficient.


Common Mistakes


Related Topics


Practice on SarkariRise

Sign up + get 3 free mocks →