The problem of two bikers racing on a triangular track is a beautiful blend of basic kinematics and number theory. It tests your ability to break down a physical situation into mathematical constraints. Let's dive into the step-by-step logical breakdown of this fascinating problem.
Analyzing the Setup
Imagine you are standing at point A of the triangular track ABC. Two bikers start their engines and take off in opposite directions. The first biker takes the clockwise route, heading straight down the hypotenuse towards point B. The second biker takes the anticlockwise route, navigating through the right-angled corner at C before finally reaching B.
We are given that both bikers arrive at point B at the exact same instant, exactly 4 min after they started. This is our crucial first clue. To understand their future motion, we first need to determine how fast each biker is traveling.
The clockwise biker travels along the hypotenuse, which has a length of
c=500 m. Therefore, their speed is simply the distance divided by the time:
v1=4500=125 m/min
The anticlockwise biker, on the other hand, has to cover the two legs of the triangle. The total distance they cover is
b+a=300+400=700 m. Their speed is:
v2=4700=175 m/min
The Master Equation
Now that we have their speeds, the race enters its second phase. Both bikers are now at point B, and they continue riding around the track. The question asks when they will simultaneously cross point B again.
For a biker to return to point B, they must complete a full lap of the track. The total perimeter of the triangular track is L=400+300+500=1200 m.
Let's calculate the time it takes for each biker to complete one single lap.
For the first biker:
T1=v1L=1251200=548 min
For the second biker:
T2=v2L=1751200=748 min
Final Calculation
Here is where the magic happens. For both bikers to be at point B at the exact same time, the elapsed time must be a perfect multiple of both their individual lap times. In mathematics, the smallest number that is a multiple of two other numbers is their Least Common Multiple (LCM).
So, the time until their next meeting at B is:
tmeet=LCM(T1,T2)=LCM(548,748)
Finding the LCM of fractions might seem tricky, but there is a simple rule: take the LCM of the numerators and divide it by the Highest Common Factor (HCF) of the denominators.
tmeet=HCF(5,7)LCM(48,48)
The LCM of 48 and 48 is simply 48. The HCF of 5 and 7 (which are prime to each other) is 1.
tmeet=148=48 min
And there we have it! Exactly 48 minutes after their first meeting, the two bikers will cross point B together once again. This problem elegantly shows how physical periodic motion perfectly maps onto the mathematical concept of LCM.