We have an ant on the tip of a horizantal rubber string of length say $\text{10 cm}$. The ant moves $\text{5 cm}$ each second, and the rubber string is stretched $\text{100 cm}$ each second.
Will the ant ever reach the end of the rubber string?
(The numbers ofcourse aren't specific they are just an example)
As the first thought it is impossible, but note that the stretching of the rubber also affects the position of the ant, i.e. if the ant moves its first $\text{5 cm}$ it will be at the half way of the string, then we elongate the string till it becomes $\text{110 cm}$ and now the ant is still at the half way of the string and that is at $\text{55 cm}$.
For example, if $x_i$ represents the position of the ant at the $i^{th}$ second and $y_i$ represents the elongation of the string at the $i^{th}$ second.
So in our example
$\text{$x_1=5 \qquad y_1=10$}$
$\text{$x_2=60 \qquad y_2=110$}$
$\text{$x_3=119.55 \qquad y_3=210$}$ ....
I tried to work that into equations and sequences, and I came up with this $$x_i=\frac{x_{i-1}}{y_{i-1}} × y_i +5$$ and ofcourse $$y_i=y_{i-1}+100$$
So the question now becomes could $x_i=y_i$ at a certain $i$?
Is my work correct? Any other proved solution is also appreciated...
Actually the real paradox is that if we are elongating the rubber string $\text{1 km}$ each second and the ant is still moving at the rate $\text{5 cm}$ each second. Will the ant ever reach the end of the string?
The ant will reach the end, but if its speed is rather slower than the string stretches it will take a long time. The usual way to state the problem has the string stretching instantaneously once per second.
Just to be specific, let the ant walk at $1$ cm per second and the string start at $100$ cm and stretch $100$ cm per second. In the first second the ant covers $1$ cm, which is $1/100$ of the string. Then the string stretches to $200$ cm and the ant covers $1/200$ of the string. In the $n^{th}$ second the ant covers $\frac 1{100n}$ of the string. After the $n^{th}$ second the ant has covered $$\frac 1{100}\left(\frac 11+\frac 12+\frac 13 +\ldots +\frac 1n\right)=\frac 1{100}H_n$$ where $H_n$ is the $n^{th}$ harmonic number. We have $H_n \approx \log n + \gamma$, so we need $$\log n \approx 99.5\\n\approx e^{99.5}$$