A curiosity journal of math, physics, programming, astronomy, and more.

Semi-tessellation with a continuous line

Another product of long meetings, I found it's possible to tessellate plus symbols:

Plus symbols tessellate.

What I didn't know until recently is that this can (almost) be drawn with a single continuous line that only self-intersects at corners:

Drawing tessellating plus symbols with a continuous line.

Drawing it this way hits a dead end, though. When the line returns to the point where it started, it has no escape route. We'll have to reverse direction around the central plus, switching from counter-clockwise to clockwise, and we'll have to do it before the next plus would land us on our starting point:

The continuous line has to turn back before it reaches its starting point.

Further, but apparently we'll have to double back every time.

Carrying this approach to several more iterations produces

Continuing the line several layers out from the center leaves a gap.

It seems if we don't want to run into a dead end we're stuck with a gap in the pattern and we can't fully tessellate the plane.

This dilemma isn't unique to plus-shaped tessellation. Squares exhibit the same limitation:

Squares can also be tessellated with a continuous line.
The same behavior exists when tessellating squares with a continuous line

We can, however, fill in the gap once we reach a desired size:

The gap can be filled in once we reach a desired size.

which also works for plus-tessellation:

Same when tessellating plus symbols.