Japanese polygon theorem
johndcook.com·9h·
Discuss: Hacker News
Flag this post

Here’s an interesting theorem that leads to some aesthetically pleasing images. It’s known as the Japanese cyclic polygon theorem.

For all triangulations of a cyclic polygon, the sum of inradii of the triangles is constant. Conversely, if the sum of inradii is independent of the triangulation, then the polygon is cyclic.

The image above is one triangulation of an irregular hexagon. By the end of the post we’ll see the code that created this image, and we’ll see two different triangulations whose inradii sum matches that of the image above.

Glossary

In case any of the terms in the theorem above are unfamiliar, here’s a quick glossary.

A triangulation of a polygon is a way to divide the polygon into triangles, with the r…

Similar Posts

Loading similar posts...