The classic fable of the tortoise and the hare gets a fascinating mathematical upgrade in this problem! Instead of a simple race, we are presented with an infinite sequence of catch-up intervals, reminiscent of Zeno's Paradox. Let's dive into the mechanics of this infinite chase and see how a few precise measurements from a monkey referee can unravel the entire mystery.
The Infinite Chase
Imagine the scene: the hare wakes up from his nap, only to realize the tortoise is already a massive x0=10.0 km ahead! The hare, determined to win, sprints at a constant velocity vH. The tortoise, unfazed, continues plodding along at a constant velocity vT.
The hare's first goal is to cover that initial
10.0 km gap. Let's call the time it takes to do this
t1. So, we can write:
t1=vHx0
But here is the catch—during this time
t1, the tortoise hasn't been standing still. It has moved forward a new distance, let's call it
x1. This new distance is simply the tortoise's speed multiplied by the time
t1:
x1=vTt1=x0(vHvT)
Now, the hare has a new gap to close: x1. It takes time t2 to cover this new gap, but in that time, the tortoise moves forward by x2. This creates an infinite sequence of shrinking gaps!
Uncovering the Pattern
Let's look closely at the relationship between these distances. Every time the hare covers a gap
xn−1, the tortoise creates a new gap
xn.
The time taken for the
n-th step is:
tn=vHxn−1
And the new distance the tortoise covers in that time is:
xn=vTtn=xn−1(vHvT)
Do you see the pattern? Each new gap is just the previous gap multiplied by the ratio of their speeds,
vHvT. This means the distances form a
geometric progression! We can express any distance
xn directly in terms of the initial gap
x0:
xn=x0(vHvT)n
Similarly, we can express any time interval
tn:
tn=vHx0(vHvT)n−1
The Monkey's Measurements
This is where our monkey referee comes in. He managed to measure exactly two obscure values: the distance x3=0.08 m and the time t7=1.28×10−7 s.
First, let's use
x3 to find the ratio of their speeds. We know
x0=10000 m. Plugging these into our distance formula for
n=3:
x3=x0(vHvT)3
0.08=10000(vHvT)3
(vHvT)3=100000.08=8×10−6
Taking the cube root of both sides, we get a beautiful, clean ratio:
vHvT=2×10−2=0.02
Now, let's use the monkey's second measurement,
t7, to find the actual speeds. Using our time formula for
n=7:
t7=vHx0(vHvT)6
1.28×10−7=vH10000(0.02)6
Let's calculate
(0.02)6. Since
0.02=2×10−2, raising it to the 6th power gives
64×10−12.
1.28×10−7=vH10000×64×10−12
1.28×10−7=vH6.4×10−7
Solving for
vH, we find the hare's speed:
vH=1.28×10−76.4×10−7=5.00 m/s
Since the tortoise's speed is
0.02 times the hare's speed, we easily find:
vT=0.02×5.00=0.10 m/s
The Final Catch
We have the speeds, but the ultimate question remains: how long does it take for the hare to finally catch the tortoise and win the race?
While we could sum the infinite geometric series of times (t1+t2+t3+…), there is a much more elegant way using relative velocity.
From the hare's perspective, the tortoise is moving towards him at a relative speed of
vH−vT. The hare simply needs to close the initial gap of
x0 at this relative speed.
t=vH−vTx0
t=5.00−0.1010000=4.9010000
t≈2041 s
And there you have it! By recognizing the geometric progression hidden within the chase, we transformed a seemingly impossible infinite sequence into a straightforward calculation. The hare wins, but the math is the real champion here!