All about flooble | fun stuff | Get a free chatterbox | Free JavaScript | Avatars    
perplexus dot info

Home > Shapes
Cutting planes with polygons (Posted on 2006-09-06) Difficulty: 3 of 5
Into how many regions can you partition the plane with m n-sided regular polygons?

For example, with two squares you can achieve up to 10 regions by choosing the right size and position of your squares.

  Submitted by JLo    
Rating: 4.0000 (2 votes)
Solution: (Hide)
Dej Mar sure knows his formulas, there are in fact at most n*m*(m-1)+2 regions possible.

From Euler's formula we know that

V+F=E+2

where V, F, E denote the vertices, regions (faces) and edges of a map of regions. The formula is usually know for polyhedra, but it holds just as well for planar maps. The infinite outer regions counts as one region too.

To simplify things, assume our polygons have no "sharp" corners, but slightly rounded ones. This doesn't change the number of regions when we ensure it's just a tiny, tiny round. To make sure no regions are wasted, no three polygons should intersect at the same point. If they do, we could stretch and shift one of the polygons a tiny bit without affecting other regions. In that case, we'd have 2 vertices per edge, and 4 edges per vertex in our map. (The vertices are where polygons intersect) It follows E=2*V. This is why smooth polygons are handier, otherwise we had vertices with only 2 edges which makes things a little more complicated. If we insert this in the Euler formula and solve for F, we get

F=E-V+2=V+2

Look at that, we only have to count vertices now! Let's do that:

Two polygons can intersect in a maximum of 2n vertices. Since we have m*(m-1)/2 pairs of polygons, this gives a maximum of n*m*(m-1) vertices. Gives

F=n*m*(m-1)+2

Finally, one can easily see that the maximum number of vertices and thus the maximum number of regions can be obtained by using equally sized, centered polygons, where each one is slightly rotated versus the other. See also Jer's post.

Comments: ( You must be logged in to post comments.)
  Subject Author Date
Puzzle AnswerK Sengupta2022-06-26 01:25:42
re: Solution - last paragraph - and irregular polygonsJLo2006-09-21 13:16:23
Solution - last paragraph - and irregular polygonsbrianjn2006-09-21 02:15:13
re(3): Who dares: Not Ibrianjn2006-09-12 01:12:07
re(2): Who dares: Not Ibrianjn2006-09-11 23:32:55
re: Who dares: Not IJer2006-09-11 11:20:23
QuestionWho dares: What if we have general polygons?JLo2006-09-09 07:20:52
Speculationbrianjn2006-09-07 20:58:16
re(2): I agree. Full explanation. Attempted Proofbrianjn2006-09-07 20:47:09
Observationsbrianjn2006-09-07 20:05:27
re: I agree. Full explanation.JLo2006-09-07 13:24:35
SolutionI agree. Full explanation.Jer2006-09-07 11:46:34
re(2): an equationCharlie2006-09-06 16:11:28
re: an equationRichard2006-09-06 15:54:49
Solutionan equationDej Mar2006-09-06 15:08:19
re: First speculationCharlie2006-09-06 14:20:26
First speculationvswitchs2006-09-06 13:24:27
Please log in:
Login:
Password:
Remember me:
Sign up! | Forgot password


Search:
Search body:
Forums (0)
Newest Problems
Random Problem
FAQ | About This Site
Site Statistics
New Comments (6)
Unsolved Problems
Top Rated Problems
This month's top
Most Commented On

Chatterbox:
Copyright © 2002 - 2024 by Animus Pactum Consulting. All rights reserved. Privacy Information