OK, so let me explain this one:
As Feep pointed out, the caterpillar will remain in its relative position when the bungee is expanded. As such, the caterpillar will traverse 1/100 of the bungee with its first centimetre. The second centimetre will give it 1/200 of the length.
As it's pointed out, this is a divergent series. It means that 1/(1 * 100) + 1/(2 * 100) + 1 / (3 * 100) ... + 1 / (n * 100) = 1.
Let's expand it further!
Given that the caterpillar moves 1 cm per second, and the expansion happens instantaneously, how long will it take for it to reach the other side?
That's a math-heavy question, and my high-school math teacher applauded me and basically gave me the rest of the year off when I managed to solve it, so it might be a bit esoteric.
Looks like the harmonic series is hypergeometric and has no known equation that can precisely give the value after x terms. However, the harmonic series after n steps *converges* on the natural logarithm of n + something called the Euler-Mascheroni constant (γ
, which is 0.57721.
So, we're solving γ + ln
= 100, ln
= 100 - γ, so n = e^(100 - γ
. This value, according to Wolfram Alpha, is around 1.509 x 10^43 seconds, or 4.783 x 10^32 millennia. So, awhile. ^^ Any imprecision due to the technical inaccuracy of ln
+ γ is easily destroyed by me not listing out like 30 significant digits.
So, we're solving γ + ln