An ant situated at point A decides to walk 1 foot east, then 21 foot northeast, then 41 foot east, then 81 foot northeast, then 161 foot east and so on (that is, the ant travels alternately between east and northeast, and the distance travelled is decreased by half every time the ant changes its direction). The ant eventually reaches a certain point B. Determine the distance between the ant's initial and final positions.
Solution
Solution:
The distance is the hypotenuse of a right triangle. The length of its base is 1+221+41+821+161+3221+⋯=(1+41+161+⋯)+221(1+41+161+⋯)=1−411(1+221)=32+34 Its height is 221+821+3221+⋯=221(1+41+161+⋯)=1−411(221)=32 The distance is (32+34)2+(32)2=982+920=3222+5
Want a route through all this instead of an archive? The track
puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.
Source: MathNet,
licensed CC-BY-4.0.
Statement reproduced verbatim; metadata (topic, difficulty) added by this project.