
Lee R. answered 10/07/15
Tutor
5
(5)
Mathematics, physics, computer programming
If the position of the monk down the path is Down(t), and the position of the monk up is Up(t) where t is the time of day and the month walks continuously then both Down() and Up() are continuous functions.
The difference between the positions, Diff(t) = Up(t) - Down(t) {measured from the monastery} is also a continuous function.
If L is the length of the path measured from the monastery, then Down(t0) = 0 and Up(t0) = L
Since Up(t0) > Down(t0) where t0 is the start of the respective days, then Diff(t0) = L which is greater than 0.
At the end of the day, tf, Up(tf) = 0, Down(tf) = L and Diff(tf) = 0 - L.
Up(tf) < Down(tf) and Diff(tf) is negative because the monk has finished the journey.
Since Diff(t) is continuous, by the intermediate value theorem, if Diff(t0) > 0 and Diff(tf) < 0, it must pass through a point where Diff(t) = 0. At this point Down(t) = Up(t). At time t the monk is at the same point along the path on both days.