| Iteration:    | Length: |
| 0 | 1 |
| 1 | 4/3 |
| 2 | 16/9 = (4/3)² |
| n | (4/3)n |
| Iteration:     | Area remaining: |
| 0 | 1 |
| 1 | 3/4 |
| 2 | 9/16 = (3/4)2 |
| n | (3/4)n |
| Iteration:     | Area removed: |
| 0 | 0 |
| 1 | 1/4 |
| 2 | 1/4 + 3/16 |
| 3 | 1/4 + 3/16 + 9/64 |
| n | Σi=1 to n (3i-1)/(4i) |
| Iteration:       | Image: |       Iteration:       | Image: |
| 0 | |
      3 | ![]() |
| 1 | ![]() |
      4 | ![]() |
| 2 | |
| 1/2 1/2||x| + | 0 | = |x'| |-1/2 1/2||y| |1/2| |y'|
|-1/3 0 ||x| + |2/3| = |x'| | 0 -1/3||y| |1/3| |y'|
|1/3 0 ||x| + |0| = |x'| | 0 1/3||y| |0| |y'|
| 1/2 1/2||x| + |0| = |x'| |-1/2 1/2||y| |0| |y'|
|-1/3 0 ||x| + | 0 | = |x'| | 0 -1/3||y| |-1/3| |y'|
|1/3 0 ||x| + |-1/3| = |x'| | 0 1/3||y| |-1/3| |y'|
| Origin lower left:     | Origin centered: | |
| Starting point:   | (0,0) | (0,0) |
| Function 1: | (0,1/2) | (0,0) |
| Function 3: | (0,1/6) | (-1/3,-1/3) |
| Function 2: | (2/3,5/18) | (1/9,-1/9) |