What is the maximum distance between any two points inside a square of side length 1, if five points are placed within the square?
Previous iteration: #714357 (I just posted a hint on how to solve it, see #715899)
Visual representation of the problem.
The 5 points were chosen at random here.
reply
I don't understand why it isn't just the square root of two. Can't the points be arbitrarily close to the corners?
reply
In that case, where would you put the 5th point?
Let me rephrase the problem, just in case:
The closest two points of five in a square cannot be further than X apart. Find X.
reply
That clarification helps. I'm still working on my coffee this morning.
reply
I'll take half of the square root of 2. One point arbitrarily close to each corner and one in the center.
reply
I'll second this, with the added note that if the square is a closed set you don't have to say arbitrarily close to the corner :)
reply
Indeed. I took "inside" as implying an open set.
reply
This assumes that the optimal placement is the four corners and the center.
The 'pigeonhole principle' can be used to prove your answer is correct no matter the placement:
Divide the square into four equal smaller squares (in the obvious way). At least one of these squares must contain two points. The maximum distance of two points in a square of length 1/2 is 1/sqrt(2).
reply
pigeonhole principle
Was hoping for someone to bring up this pigeonhole principle.
reply
I like it. I'm quite out of practice at doing proofs. Maybe these daily puzzles will get me back to peak form.
reply