Solving the Square Dance

First off, I'd like to say that this is an extremely fun and interesting problem, and there are a myriad of ways to solve it, so if you want to have fun doing it you'd better turn back now. My old solution is still up, at the other site, but this one is more spiffy, quick, and new.

The first step, of course, is to draw the diagram. You can see this in Figure 1 of the picture. I've labeled each of the regions in the diagram because it's easier to represent things as variables this way. Notice that Figure 2 is simply the bottom-right quarter of Figure 1, relabeled to show the relationships. Since the lines have the same slope and go through the same corners, they're similar figures, and so an area in Figure 2 will have an area of exactly 1/4 of its corresponding area in Figure 1. Each bullet point here is one block:

The final area list: a = 1/6; b = 1/120; c = 1/40; d = 1/15; e = 1/20. The center square is composed of 4*b + a and thus has area 1/5.

There are some weird things going on here... notice that all of the sections' areas are the whole square's area divided by an integer? There are a lot of multi-section areas that behave like this too; for example, the triangle composed of e + c + b has area 1/12. Isn't that weird? Also, if you move some of the e regions around, you can create a cross pentomino shape (can you see how?). This explains why this cross tesselates the plane. And finally, there are some great origami applications of this, which I'll leave you to figure out... Definitely worth looking at. I love this problem.