평면 상의 A와 B 두 지점 사이의 거리가 1mile 이다.
당신이 A에서 B로 N개의 직선으로 이루어져 있는 길( 동시에 당신과 B 점과의 거리는 매순간 가까워지는 길 )을 따라 간다고 가정할 때,
가능한 가장 먼 길의 길이를 N의 함수로 표현하시오.
다음은 원문입니다.
Points A and B are on a plane surface, 1 mile apart. Suppose you must walk in a path consisting of N straight lines from point A to point B, such that at all times your (Euclidean) distance to point B is decreasing. What is the longest possible route length (as a function of N)?
|