Begin with an equilateral triangle. Divide each edge into $3$ equal parts and cut off the corners. Continue this procedure indefinitely. Does this create a regular polygon at each stage?
I don't think that it creates that.
Begin with an equilateral triangle. Divide each edge into $3$ equal parts and cut off the corners. Continue this procedure indefinitely. Does this create a regular polygon at each stage?
I don't think that it creates that.
No, only the first one (an hexagon) is a regular polygon. Once you reach the second step (a dodecagon), it is already a non-regular polygon.
I have programmed it (see below).
Have a look
at the general shape (Fig. 1) where all the intermediate constructions are displayed and
at a magnification of one side (Fig. 2).
Edit : (an answer to the area issue) : Taking $n=10$ successive cropping operations for this equilateral triangle $T$ with sidelength $2$ , I find 0.989743318... for the approximate value of the area of the limit shape, and I guess that the exact value is $4 \sqrt{3}/7$ (coincidence on nearly 15 digits for this value $n=10$ !). As the area of $T$ is $\sqrt{3}$, it means that the ratio of the area of the inside of the limit shape to the area of initial triangle should be the very simple result $4/7$.
How can we obtain a proof of this result ? I there a trick of the kind Archimedes was using for computing areas, or maybe with more sophisticated tools ?
Matlab program :