A robot, initially positioned at the origin, moves unit along the -axis, turns left by and moves unit, turns left by and moves unit, and so on. For each step, it turns left by and moves a distance equal to half of its previous step.
After an infinite number of moves, what is its distance from the origin? Give your answer to four decimal places.
Please post your solution.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The robot's path can be modelled as a geometric progression in the complex plane.
Its first step is 1 ; its second step 2 1 e 3 1 i π ; its n th step 2 n 1 e 3 1 n i π .
The endpoint is found by summing this series; that is z ∞ = ∑ 2 n 1 e 3 1 n i π = 1 − 2 1 e 3 1 i π 1
Working out the division, we find z ∞ = 1 + i 3 3 which is a distance 3 4 = 1 . 1 5 4 7 … from the origin.