Sierpinski Curve

Your browser does not support the HTML5 canvas tag.


The Sierpinski curve was discovered by the Polish Mathematician Waclaw Sierpinski.
Each order of the Sierpinski curve consists of 4 copies of the curve of the previous order replicated on a smaller scale and joined at the centre.

orderlength of Sierpinski Curve
04 ((√2)/4)1.414
14 (3(√2)/8) + 4 x 1/43.121
24 (11(√2)/16) + 20 x 1/86.389
34 (43(√2)/32) + 84 x 1/1612.851
44 (171(√2)/64) + 340 x 1/3225.739
:::
n(2n+1 + 1/2n)(√2)/3 + (2n+1 - 1/2n-1)/3:


orderarea of Sierpinski Curve
01/80.125
11/4 + 4(3/8)/160.344
25/16 + 4(11/8)/640.398
321/64 + 4(43/8)/2560.412
485/256 + 4(171/8)/10240.416
:::
n(4n - 1)/4n3 + (22n+1 + 1)/22n+33
= (1 - 1/4n)/3 + (1/4 + 1/22n+3)/3
:


The length of the Sierpinski curve of order n approaches infinity as n approaches infinity, while the area approaches the value 5/12 = 0.4167 .
As n approaches infinity, we obtain the Sierpinski space-filling curve, a continuous curve passing through every point of the enclosing square.