Geometry Puzzle: Crush the Rebellion
Source: CMU Puzzle Toad
Problem:
Ten rebel encampments have sprung up on the plane of Usyan. The Martian Federation plans to send flying saucers to deal with them. They are pretty ruthless. They will simply land on top of the encampments. The encampments are small and the saucers are huge. It must be done simultaneously, or the rebels will flee. Also, the saucers must not overlap when they land. Can the Martians prevail?
Mathematically, the encampments are points in the plane and the saucers are non-overlapping disks of equal radius.
Problem:
Mathematically, the encampments are points in the plane and the saucers are non-overlapping disks of equal radius.
So, The problem is
Given Radius r > 0 of circle, is it possible to arrange 10 points on the plane such that no number of non-overlapping circles of radius r would be such that all 10 points lie in a circle.
Recent Geometry Puzzles on CSE Blog:
Recent Geometry Puzzles on CSE Blog:
Geometry Problem : Line of Sight
Geometry Puzzle: Center of Square in Circle
Shortest Curve dividing Equilateral Triangle
Geometry Puzzle: Center of Square in Circle
Shortest Curve dividing Equilateral Triangle
Solution:
Highlight the part between the * symbols for the answer.
* Yes - the Martians can always prevail, no matter how the 10 encampments are arranged. (This is the official CMU Puzzle Toad solution, heard by them via Peter Winkler; making it precise answers the request in the comments for a formal proof.)
Consider the hexagonal packing of the plane by non-overlapping disks of the given radius R: centers on a triangular lattice with nearest-neighbor distance 2R, so the disks touch but never overlap. Each disk sits inside a regular hexagon of area 2.sqrt(3).R^2, so the disks cover a fraction pi.R^2 / (2.sqrt(3).R^2) = pi/(2.sqrt(3)) = 0.9069... of the plane.
Now place this packing on the plane uniformly at random (fix one disk D of the packing, pick a uniformly random point x of D, and translate the whole packing so that the center of D lands at x). Whatever a fixed point P of the plane is, it ends up covered with probability exactly the covered fraction rho = pi/(2.sqrt(3)) - translation by a uniform point of one period cell makes coverage uniform over the cell.
Let Z_i be the indicator that encampment i is crushed and Z = Z_1 + ... + Z_10. By linearity of expectation - no independence needed, which is why the argument works for ARBITRARY point configurations - E[Z] = 10.rho = 9.069... > 9. But Z is an integer, so at least one placement of the packing has Z > 9, i.e. Z = 10: all ten encampments are covered by ten non-overlapping saucers landing simultaneously.
The same argument handles any n <= 10 encampments, since n.(1 - pi/(2.sqrt(3))) < 1 exactly for n <= 10. For n = 11 it proves nothing (E[Z] = 9.98, so all you get is a placement crushing at least 10).
(solution posted by AI) *
I'm not sure you've defined your problem carefully enough. As stated, there's no limit to the radius of the circles (just that the be equal) so one circle is always sufficient to cover all 10 points, assuming that the Martians know the placement of all points. Is there a limit to the number of circles?
ReplyDeleteLikewise, you did not constrain the geometry of the plane such as max dimensions or whether circle centers must lie inside the rectangular field, etc.
OK, so the problem is only interesting if you assume that there's a limit to the size of the circles and that size is smaller than the field. Also, the aliens must know the locations of the points. Otherwise, it becomes a probability problem.
If all those assumptions are true, then the answer is for the colonists to place points at corners and the centers of isosceles triangles whose sides are 2R where R is the radius of the saucers. That should allow some colonies to hide between adjacent saucers.
Thanks for your comment Stephen.
DeleteRegarding the assumptions:
1) Its a standard problem. I have not made it up.
2) "Given R", means that the radius is given, and its finite.
3) If not given, plane is assumed to be 2-dimensional, I have been told.
4) Since I am arranging the points first, its assumed that aliens would know the locations of the points.
Regarding the solution:
Please provide a formal proof that your construction will work. Thanks
This comment has been removed by the author.
ReplyDeleteIt looks like this.
ReplyDeleteA formal written proof accompany the picture but it's a lot of words for something intuitively gleaned from staring at the diagram and visualising the circles.
can you please give the outline of a formal proof. Thanks a ton
Delete