First Meeting at Start
A subtle CAT distinction: meeting ANYWHERE on the track is not the same as meeting AT the starting point. Two bodies return together to the start only when each has completed a whole number of laps. The time for one lap is L/a and L/b, so they are both back at the start simultaneously after t = LCM(L/a, L/b). This time is INDEPENDENT of direction — same or opposite, the return-to-start time is the same, because it only asks when each individually completes full laps. A clean shortcut: with integer speeds, t = L/HCF(a, b) gives the first meeting at the start in many standard problems, since L/a and L/b share L and their LCM works out to L/HCF(a,b). Always answer the exact question asked: "meet for the first time" (use relative speed) versus "meet for the first time at the start" (use LCM of lap times).
✅ Solved examples
✏️ Practice — try these, take hints as needed
📝 Topic test — 8 questions
Auto-graded with full solutions; saved to your dashboard. Use the calculator and formula sheet (top-right) any time.
Formula Reference Sheet
Meeting times on a circular track of length L
| Relative speed (opposite directions) | a + b |
|---|---|
| Relative speed (same direction) | |a − b| |
| Time to first meeting (opposite) | L / (a + b) |
| Time to first meeting (same) | L / |a − b| |
| Time for one full lap | L / a and L / b |
Meeting points & return to start
| Distinct meeting points (opposite) | |a + b| / HCF(a, b) |
|---|---|
| Distinct meeting points (same) | |a − b| / HCF(a, b) |
| Time to meet again AT the start | LCM( L/a , L/b ) |
| Same start point as ratio | meet at start after each completes whole laps |
| Three bodies, first meeting | LCM of the pairwise meeting times |