Avathacis said:
The guy notices his girlfriend who is 160 meters away from the guy. When the guy decreases the distance between them by 8 times (meaning his girlfriend is now 20 (160/8=20) meters away from him) the girlfriend notices him.
Ahh ok I see, the only difference is that they close the distance between each other. This isn't a race at all!
Let's make a quick logical calculation first. If we didn't consider how many times they closed the gap between each other and just let them run at each other, they will meet at the 60 metre mark, or in other words the tortoise would have run 4 metres since the tortoise runs at some speed, and achilles runs 15 times faster so they are closing the gap between each other at 16x this velocity, and the distance is 64 metres so 64/16=4 and thus 4 metres from the tortoise's starting position.
Ok so rather than using numbers, I'll use arbitrary constants which will hopefully give you a better understanding of the pattern that is going on.
- The tortoises speed is unknown and after some time he will travel some distance, let that be x.
- Achilles will be running at some constant multiplier of this speed, in this case 15, so let m denote the multiplier, thus he will run a distance of mx in the same time.
- Their distance apart will be denoted as s.
- The ratio of how much they close the gap each time will be given n, thus in this case we have n=8 since we are tightening the gap by 1/8.
- the distance they travel will each travel will be given the variable d.
Ok so on the first run, achilles is at the starting point and his distance traveled is mx in the positive direction. The tortoise will cover a distance of x in the negative direction starting at the point s. They will meet at a distance of s/n apart.
Thus we have:
[tex]d=mx[/tex]
[tex]d=(s-x)-\frac{s}{n}[/tex]
Solving this for d gives
[tex]d=s\left(\frac{m}{m+1}\right)\left(\frac{n-1}{n}\right)[/tex]
EDIT: stop here, the rest is answering my misinterpretation of the question.
Now on the second run, achilles is at that point d and the tortoise is at the point d+s/n (since they're that far apart) and we follow the same process:
[tex]d=mx+s\left(\frac{m}{m+1}\right)\left(\frac{n-1}{n}\right)[/tex]
[tex]d=s\left(\frac{m}{m+1}\right)\left(\frac{n-1}{n}\right)-x-\frac{(\frac{s}{n})}{n}[/tex]
[tex]=s\left(\frac{m}{m+1}\right)\left(\frac{n-1}{n}\right)-x-\frac{s}{n^2}[/tex]
Solving for d, that big long expression from the first run cancels ofcourse, and we get
[tex]d=\frac{1}{n}.s\left(\frac{m}{m+1}\right)\left(\frac{n-1}{n}\right)[/tex]
So after two runs, we just add those two distances together. Do you notice the pattern of the distance traveled after each run?