Fractals and Visualising Solids | FIO

Question 2

Find the number of holes, and the triangles that remain at each step of the shape sequence that leads to the Sierpinski Triangle.

Question diagram 1
Check your answer with HomiSolve it yourself, then let Homi check your steps and spot mistakes.
Solution
Understand the Question
  • The Sierpinski Triangle is a fractal created by starting with an equilateral triangle and iteratively removing the central inverted triangle from each solid triangle.
  • At each step:
    • Every remaining solid triangle is split into 33 smaller solid triangles, and 11 central triangular hole is removed.
    • The remaining triangles multiply by 33 at each step (3n3^n at Step nn).
    • The number of holes accumulates: at each step nn, 3n13^{n-1} new holes are added.

(i) Find the number of holes at each step of the shape sequence that leads to the Sierpinski Triangle.

Step 1 · Count the Number of Holes at Each Step

Step 0: Starting with one solid triangle (no holes):

Number of holes at Step 0=0\text{Number of holes at Step 0} = 0

Diagram 6

Step 1: Removing the middle triangle creates 11 hole:

Number of holes at Step 1=1\text{Number of holes at Step 1} = 1

Diagram 2

Step 2: A hole is removed from each of the 33 remaining triangles, adding 33 new holes:

Number of holes at Step 2=(holes from Step 1)+(new holes added)=1+3=4\begin{aligned} \text{Number of holes at Step 2} &= (\text{holes from Step 1}) + (\text{new holes added}) \\ &= 1 + 3 \\ &= 4 \end{aligned}

Diagram 3

Step 3: Middle parts are removed from each of the 99 triangles, adding 99 new holes:

Number of holes at Step 3=(holes from Step 2)+(new holes added)=4+9=13\begin{aligned} \text{Number of holes at Step 3} &= (\text{holes from Step 2}) + (\text{new holes added}) \\ &= 4 + 9 \\ &= 13 \end{aligned}

Diagram 4

Step 4: Middle parts are removed from each of the 2727 triangles, adding 2727 new holes:

Number of holes at Step 4=(holes from Step 3)+(new holes added)=13+27=40\begin{aligned} \text{Number of holes at Step 4} &= (\text{holes from Step 3}) + (\text{new holes added}) \\ &= 13 + 27 \\ &= 40 \end{aligned}

Diagram 5

Pattern: At step nn (for n1n \ge 1), 3n13^{n-1} new holes are added: Number of holes at Step n=30+31+32++3n1\text{Number of holes at Step } n = 3^0 + 3^1 + 3^2 + \dots + 3^{n-1}

Answer

(i) Step 0: 00, Step 1: 11, Step 2: 44, Step 3: 1313, Step 4: 4040, and Step nn: 30+31++3n13^0 + 3^1 + \dots + 3^{n-1}

(ii) Find the number of triangles that remain at each step of the shape sequence that leads to the Sierpinski Triangle.

Step 1 · Count the Remaining Triangles at Each Step

Step 0: Starting with 11 large solid triangle:

Number of remaining triangles at Step 0=1=30\text{Number of remaining triangles at Step 0} = 1 = 3^0

Step 1: Removing the central triangle leaves 33 smaller triangles:

Number of remaining triangles at Step 1=3=31\text{Number of remaining triangles at Step 1} = 3 = 3^1

Diagram 7

Step 2: Each of the 33 triangles is divided into 33 smaller triangles:

Number of remaining triangles at Step 2=3×(triangles from Step 1)=3×3=9=32\begin{aligned} \text{Number of remaining triangles at Step 2} &= 3 \times (\text{triangles from Step 1}) \\ &= 3 \times 3 \\ &= 9 = 3^2 \end{aligned}

Diagram 8

Step 3: Each of the 99 triangles is divided into 33 smaller triangles:

Number of remaining triangles at Step 3=3×(triangles from Step 2)=3×9=27=33\begin{aligned} \text{Number of remaining triangles at Step 3} &= 3 \times (\text{triangles from Step 2}) \\ &= 3 \times 9 \\ &= 27 = 3^3 \end{aligned}

Diagram 9

Step 4: Each of the 2727 triangles is divided into 33 smaller triangles:

Number of remaining triangles at Step 4=3×(triangles from Step 3)=3×27=81=34\begin{aligned} \text{Number of remaining triangles at Step 4} &= 3 \times (\text{triangles from Step 3}) \\ &= 3 \times 27 \\ &= 81 = 3^4 \end{aligned}

Diagram 10

Pattern: At Step nn, the number of remaining triangles is: Number of remaining triangles at Step n=3n\text{Number of remaining triangles at Step } n = 3^n

Answer

(ii) Step 0: 11, Step 1: 33, Step 2: 99, Step 3: 2727, Step 4: 8181, and Step nn: 3n3^n

Common Mistakes
  • Total vs. New Holes: Confusing the new holes added at Step nn (3n13^{n-1}) with the total cumulative holes present at Step nn (30+31++3n1=3n123^0 + 3^1 + \dots + 3^{n-1} = \dfrac{3^n - 1}{2}).
  • Step 0 Indexing: Forgetting that Step 0 has 30=13^0 = 1 triangle and 00 holes, leading to an off-by-one exponent error.

More questions in FIO

Q1

Draw the initial few steps (at least till Step 2) of the shape sequence that leads to the Sierpinski Triangle.

Q2

Find the number of holes, and the triangles that remain at each step of the shape sequence that leads to the Sierpinski Triangle.

Q3

Find the area of the region remaining at the nnth step in each of the shape sequences that lead to the Sierpinski fractals. Take the area of the starting square/triangle to be 1 sq. unit.

Q4

Draw the initial few steps (at least till Step 2) of the shape sequence that leads to the Koch Snowflake.

Q5

Find the number of sides in the nthn^{\text{th}} step of the shape sequence that leads to the Koch Snowflake.

Q6

Find the perimeter of the shape at the nthn\text{th} step of the sequence. Take the starting equilateral triangle to have a sidelength of 1 unit.

Q7

Figure it Out

  1. Which of the following are the nets of a cube? First, try to answer by visualisation. Then, you may use cutouts and try.
Q8

A cube has 11 possible net structures in total. In this count, two nets are considered the same if one can be obtained from the other by a rotation or a flip. For example, the following nets are all considered the same —

Find all the 11 nets of a cube.

Q9

Draw a net of a cuboid having sidelengths:

(i) 5 cm5\text{ cm}, 3 cm3\text{ cm}, and 1 cm1\text{ cm}

(ii) 6 cm6\text{ cm}, 3 cm3\text{ cm}, and 2 cm2\text{ cm}

Q10

Observe the front view, top view and side view of the different lines in Fig. 4.6. Is there any relation between their lengths?

Q11

Find the front view, top view and side view of each of the following solids, fixing its orientation with respect to the vertical, horizontal and side planes: cube, cuboid, parallelepiped, cylinder, cone, prism, and pyramid. If needed, see the next problem for clues.

Q12

Match each of the following objects with its projections.

Q13

Draw the top view, front view and the side view of each of the following combinations of identical cubes.

Q14

Imagine eight identical cubes, glued together along faces to form the letter 'C'.

Q15

Which solid corresponds to the given top view, front view, and side view?

Solids to choose from:

Q16

Using identical cubes, make a solid that gives the following projections:

Q17

Find the number of cubes in this stack of identical cubes.

Q18

What are the different shapes the projection of a cube can make under different orientations?

Q19

In addition to the 5 ways shown in Fig. 4.8, are there any additional ways of gluing four cubes together along faces? Can you visualise and draw these as well?

Q20

Draw the following figures on the isometric grid.

[Hint: It may be useful to determine whether the edge to be currently drawn — say, along the height — goes from down to up or up to down. Accordingly, draw the line segment on the grid either in the direction of the height axis or opposite to it.]

Q21

Is there anything strange about the path of this ball? Recreate it on the isometric grid.

[Hint: Consider a portion of this figure that is physically realisable and identify the 3 primary directions.]

Q22

Observe this triangle.

(i) Would it be possible to build a model out of actual cubes? What are the front, top, and side profiles of this impossible triangle? (ii) Recreate this on an isometric grid. (iii) Why does the illusion work?

← Back to Fractals and Visualising Solids