Think of Time, Speed, and Distance as a triangle — knowing any two sides immediately gives you the third. The foundational relation is:
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.
Basic Formula:
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:
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
|S₁ - S₂|S₁ + S₂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:
C meters on the slower. Time = C / (S₁ - S₂)C. Time = C / (S₁ + S₂)Boats and Streams
Let b = boat's speed in still water, c = current speed.
b - cb + cSo:
Memorise this as "b is the average, c is the half-difference."
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:
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:
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:
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.
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.
(2 × 40 × 60)/(40 + 60) = 4800/100 = 48 km/hr. Takes 10 seconds.Step count: standard = 5 steps, shortcut = 1 step.
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.
Given upstream speed u and downstream speed d:
b = (d + u) / 2c = (d - u) / 2When 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.
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.
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.
In the exam hall, classify the problem in under 5 seconds using this decision tree:
Step 1 — Topic Identification
Step 2 — TSD sub-type
2uv/(u+v) immediately.d/S₁ + d/S₂ = T, solve for d.Step 3 — Work sub-type
1/Y = 1/(X+Y) - 1/X.Step 4 — Sanity check
Why this question: Tests whether you find distance first before computing average speed — the classic two-step TSD setup.
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.
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.
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.
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.
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.
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.
Using arithmetic mean for average speed. If you went at 40 km/hr and returned at 60 km/hr, the average speed is NOT 50 km/hr. It is 2(40)(60)/100 = 48 km/hr. The arithmetic mean applies only when time is equal in both legs, not distance.
Adding days instead of rates. "A takes 12 days, B takes 15 days — together they take 27 days." This is the most common error. You add rates (1/12 + 1/15), never days.
Misidentifying "still-water speed" vs "current speed" in boats questions. Still-water speed uses addition of upstream and downstream; current speed uses subtraction. Swapping the two formulas gives a wrong answer that is often one of the distractor options.
Forgetting to add train lengths in crossing problems. When a train crosses a platform, the distance covered is (length of train + length of platform). Forgetting to add the platform length is a guaranteed wrong answer — and that wrong answer is always one of the options.
Stopping at combined rate when the question asks for days. You correctly find that A+C have a combined rate of 1/12, but then write "12 days" — and forget to check if the question actually asked for A+C's time or for C alone. Read the question's final ask before computing.
Wrong sign for leaks in pipe problems. Filling pipes add to the rate; leaks subtract. A common error is to treat a leak as filling, especially in problems where "a pipe fills in 10 hours but a leak empties in 30 hours." The net rate is 1/10 - 1/30 = 3/30 - 1/30 = 2/30 = 1/15, so the tank fills in 15 hours — not 10+30=40 hours, which is a nonsensical addition of times.