Exploring Some Geometric Themes
Why This Matters
Look closely at a fern leaf. The whole leaf is made of smaller leaves. Each smaller leaf is made of even smaller leaves. They all look the same — just at different sizes.
You see this everywhere in nature. A tree has a trunk. The trunk has big branches. Each branch has smaller branches. Each small branch has tiny twigs. The same “branching” idea repeats again and again.
Clouds, mountains, lightning, and the edge of a coastline all do this too. A small piece of a coastline, zoomed in, looks a lot like the whole coastline.
This chapter is about two beautiful ideas in geometry. First, fractals — shapes that are made of smaller copies of themselves. Second, visualising solids — how to see a 3D object clearly: what its parts are called, how to flatten it out, and how to draw it from different sides.
Both ideas help in real life. Fractals are used in art, in temple designs, and even in computer graphics. Visualising solids is the heart of engineering — designing a box, a building, or a machine all start with seeing the solid in your mind.
The Big Idea
This chapter has two themes. A fractal is a shape that repeats the same pattern at smaller and smaller scales — zoom into any small part and you see the whole shape again. This special property is called self-similarity. The second theme is visualising solids: every solid with flat surfaces has faces (flat surfaces), edges (lines where faces meet), and vertices (corner points). You can unfold a solid into a flat shape called a net that folds back into the solid, and you can describe a solid by its top, front and side views. Many solids also follow a neat rule, F + V − E = 2.
Let’s Break It Down
What is a fractal?
A fractal is a shape that is built from smaller copies of itself.
The key idea is self-similarity. “Self” means itself. “Similar” means same shape. So self-similar means a shape looks like itself — even when you zoom in.
Here is the test. Take a fractal. Zoom into one small part of it. If that small part looks just like the whole shape, then the shape is self-similar.
A fern is self-similar. So is a tree, a cloud, and a coastline. These are nature’s fractals.
Maths fractals are made by a simple trick. You start with a basic shape. Then you follow one rule, over and over, at smaller and smaller sizes. The rule never stops. So the pattern keeps appearing, smaller each time. Let us build three famous ones.
The Sierpinski Carpet
The Polish mathematician Sierpinski found this fractal. Let us build it step by step.
Start with a square. This is Step 0.
Now the rule: cut the square into a 3-by-3 grid of 9 equal smaller squares. Remove the middle one. This leaves 8 squares. This is Step 1.
Now apply the same rule to each of those 8 squares. Cut each into 9, remove its middle. This is Step 2. And you keep going forever.
Let us see the first three steps together. Figure 4.1 shows how the same “remove the middle” rule repeats at smaller and smaller scales.
Do you see a pattern in the numbers? Let Rₙ be the number of squares that remain at step n, and Hₙ the number of holes.
Every square that remains becomes 8 squares in the next step (it is split into 9, and 1 is removed). So Rₙ₊₁ = 8 × Rₙ.
Let us count: R₀ = 1, then R₁ = 8 × 1 = 8, then R₂ = 8 × 8 = 8². In general, Rₙ = 8ⁿ.
What about the holes? Every remaining square makes one new hole in the next step. And all the old holes stay. So Hₙ₊₁ = Hₙ + Rₙ. This gives H₀ = 0, H₁ = 1, H₂ = 1 + 8, H₃ = 1 + 8 + 8², and so on.
At Step 1 there are 8 squares left. How many squares remain at Step 2?
Each of the 8 squares becomes 8 smaller squares in the next step. So Step 2 has 8 × 8 = 64 squares, which is 8². This matches the rule Rₙ = 8ⁿ, with R₂ = 8² = 64.
The Sierpinski Triangle (Gasket)
Sierpinski made another fractal in a very similar way, using a triangle.
Start with an equilateral triangle (a triangle with all three sides equal). This is Step 0.
Now the rule: join the midpoints of the three sides. A midpoint is the exact middle point of a side. Joining the three midpoints splits the big triangle into 4 smaller equal triangles. Remove the middle one (it points the other way, upside down). This leaves 3 triangles. This is Step 1.
Then repeat on each of the 3 remaining triangles, forever.
Before we go further, here is why joining the midpoints makes 4 equal triangles — NCERT just states it, so let us actually see why.
Figure 4.2 shows the first three steps. Notice how each small triangle is a tiny copy of the whole — that is self-similarity again.
Counting works just like the carpet. Each remaining triangle becomes 3 in the next step. So if Tₙ is the number of triangles remaining, Tₙ = 3ⁿ: that is T₀ = 1, T₁ = 3, T₂ = 9, and so on.
The Koch Snowflake
The Swedish mathematician Von Koch described this fractal in 1904. It looks like a snowflake.
Start with an equilateral triangle. This is Step 0.
Now the rule for each side: divide it into 3 equal parts. On the middle part, build a small triangle pointing outward. Then remove the middle part itself. So each straight side becomes a “bump” with 4 shorter parts instead of 1.
Then apply the same bump rule to every new side, forever. Figure 4.3 shows the first three steps.
Count the sides. At each step, every side turns into 4 sides. So the number of sides is 3, 12, 48, … — that is 3 × 4ⁿ at step n. The edge gets longer and more detailed every time, but the snowflake never grows wider than a fixed circle around it. That surprising mix is what makes fractals special.
A Koch Snowflake has 12 sides at Step 1. How many sides does it have at Step 2?
Every side becomes 4 sides at the next step. So Step 2 has 12 × 4 = 48 sides. This matches the rule 3 × 4ⁿ, with 3 × 4² = 3 × 16 = 48.
Fractals also appear in human art. The Kandariya Mahadev Temple in Khajuraho (built around 1025 C.E.) is a tall structure made of smaller copies of itself, with even smaller copies on those. Patterns on Nigerian Fulani wedding blankets show diamonds inside diamonds inside diamonds. The artist M.C. Escher drew lizards that repeat at smaller and smaller scales. All of these are self-similar — true fractals in art.
Visualising solids: faces, edges and vertices
Now the second theme. Let us move from flat shapes to solids — 3D objects like cubes, boxes, and pyramids.
When a solid has flat surfaces, three words help us describe it.
A face is one flat surface of the solid. A edge is a line segment where two faces meet. A vertex is a corner point where edges meet. (The plural of vertex is vertices.)
Figure 4.4 labels all three on a cuboid (a box shape).
So a cube or cuboid has 6 faces, 12 edges and 8 vertices.
Some solids have special names based on their faces. A prism has two matching (congruent) polygon faces at opposite ends, joined by parallelograms. We name it by the end shape: a triangular prism, a pentagonal prism, and so on. A pyramid has one polygon base and a single top point (the apex), with edges running from the apex to each corner of the base. We name it by the base: a triangular pyramid (also called a tetrahedron), a square pyramid, and so on.
Let us count the parts for these two, because the counting itself is a useful skill. Figure 4.5 shows both.
Here is a beautiful pattern. For all these solids, the counts obey one rule:
F + V − E = 2
(F = number of faces, V = number of vertices, E = number of edges. This is called Euler’s relation.)
Check it on the cuboid: 6 + 8 − 12 = 2. ✓ On the triangular prism: 5 + 6 − 9 = 2. ✓ On the triangular pyramid: 4 + 4 − 6 = 2. ✓ It works every time for these solids — a small miracle of geometry.
This relation also lets us count quickly for big shapes. Let us try.
A prism has two congruent polygon ends, each with n sides (for example n = 10). How many faces, vertices and edges does it have? Check Euler's relation.
- Count the faces. There are 2 end polygons, plus one side face for each of the n sides. So F = n + 2.
- Count the vertices. Each end polygon has n corners, and there are 2 ends. So V = 2n.
- Count the edges. Each end polygon has n edges (so 2n for both ends), plus n edges joining matching corners of the two ends. So E = 2n + n = 3n.
- Check Euler: F + V − E = (n + 2) + 2n − 3n = 2. It works for any n. For n = 10: F = 12, V = 20, E = 30, and 12 + 20 − 30 = 2.
Nets: unfolding a solid into a flat shape
You can make a solid out of flat paper or cardboard. The trick is to draw a flat shape that folds up into the solid. That flat shape is called a net.
Think of it the other way too: a net is what you get when you unfold a solid and lay it out flat, like opening up a cardboard box.
Figure 4.6 shows one net of a cube and the cube it folds into.
A cube actually has 11 different nets in total. (Two nets count as the same if one is just a rotation or flip of the other.) Not every arrangement of 6 squares works — some fold up wrong, with two faces landing on the same spot. The only way to be sure is to picture the fold, or cut it out and try.
Other solids have nets too. A regular tetrahedron (a triangular pyramid with equilateral-triangle faces) has only 2 nets. A cylinder unfolds into 2 circles and a rectangle. A cone unfolds into a circle and a curved “fan” shape (part of a bigger circle). The octahedron, like the cube, has 11 nets, and a dodecahedron has a huge 43,380 of them.
What is a net of a solid, in one sentence?
A net is a flat shape that folds up to make the solid — in other words, the solid unfolded and laid out flat. For example, six squares in a cross shape make one net of a cube.
Nets are not just for building. They also help solve a clever puzzle: the shortest path on the surface of a box. An ant on one face of a box wants to reach food on another face, walking only along the surface. On a flat sheet the shortest path is a straight line. So we unfold the box into a net, draw the straight line on the net, then fold back. The catch is that a box can be unfolded in several ways, and the straight line is shortest only on the right unfolding — so you must try each net and pick the shortest. This turns a tricky 3D problem into an easy flat-paper one.
Different views: top, front and side
When you look at a solid, you only see its outline from where you stand. Look from a different direction and the outline can change a lot.
A cylinder is a good example. From the side it looks like a rectangle. From directly above it looks like a circle. Same solid — two very different outlines.
Engineers use this. To describe a solid fully on paper, they draw three views from three directions:
- The front view — what you see looking straight at the front.
- The side view — what you see looking from the side.
- The top view — what you see looking straight down from above.
These three flat outlines together tell you the shape of the solid. Figure 4.7 shows all three for an L-shaped solid made of cubes.
Here is the why behind a surprising fact: the same set of three views can sometimes come from more than one solid, so a single view is not enough on its own. That is exactly why engineers always draw all three. With front, top and side together, the shape is pinned down.
There is even a special drawing where one cube’s edges all keep equal length on paper — called an isometric drawing (isometric means “equal measure” in Greek). A cube balanced on a corner and viewed straight on looks like a regular hexagon. Engineers draw on isometric grid paper because it shows length, depth and height all at once, without losing information.
Common Mistakes
These are the slips students make most often. Read them once and you will avoid them.
A fractal is just any complicated or messy shape.
Fractals do look complicated and detailed, so it is easy to think 'complicated equals fractal' and stop there.
A fractal is not just any messy shape. It must be self-similar: zoom into a small part and you see the same pattern as the whole. The detail comes from one simple rule repeated at smaller and smaller scales — that repeating self-similar structure is what makes it a fractal.
A net is the same thing as the solid's faces just drawn separately, so any arrangement of the right faces is a net.
A net does use exactly the solid's faces, so it feels like any layout of those faces should fold up fine.
The faces must be joined in the correct arrangement so they fold up without overlapping or leaving a gap. Many layouts of 6 squares do not fold into a cube — two faces end up in the same place. Only 11 arrangements actually work for a cube, so you must check the fold.
One view of a solid, like the top view, tells you exactly what the solid is.
A single view does look like a clear picture of the object, so it seems like enough to know the shape.
One view is not enough. Different solids can share the same single view — a circle from above could be a cylinder, a cone, or a sphere. That is why we use three views (front, top and side) together. Only all three pin down the solid.
Quick Check
Try these. Each one checks an idea from the chapter.
What does it mean for a shape to be self-similar?
In the Sierpinski Carpet, each remaining square becomes how many squares in the next step?
How many faces, edges and vertices does a cube have?
A solid looks like a circle from above and a rectangle from the side. Which solid is it?
Practice Problems
Try each one yourself first. Only then tap to see the full solution.
Easy
In the Sierpinski Carpet, how many small squares remain at Step 3? Use the rule Rₙ = 8ⁿ.
The rule is Rₙ = 8ⁿ. For Step 3, n = 3. So R₃ = 8³ = 8 × 8 × 8 = 512. So 512 small squares remain at Step 3.
A triangular pyramid (tetrahedron) has 4 faces and 4 vertices. How many edges does it have? Use Euler's relation F + V − E = 2.
Euler’s relation says F + V − E = 2. Put in F = 4 and V = 4: 4 + 4 − E = 2. That is 8 − E = 2. So E = 8 − 2 = 6. The tetrahedron has 6 edges. (You can also count them directly: 3 around the base and 3 going up to the top point.)
Medium
The Koch Snowflake starts with 3 sides. The number of sides at step n is 3 × 4ⁿ. How many sides does it have at Step 3?
The rule for the number of sides is 3 × 4ⁿ. For Step 3, n = 3. First find 4³ = 4 × 4 × 4 = 64. Then 3 × 64 = 192. So the Koch Snowflake has 192 sides at Step 3. (Check the pattern: 3, then 12, then 48, then 192 — each is 4 times the one before.)
A pentagonal prism has two pentagon (5-sided) ends. Find its number of faces, vertices and edges, and check Euler's relation.
A pentagon has 5 sides, so here n = 5. Faces: the 2 ends plus one side face for each of the 5 sides, so F = 5 + 2 = 7. Vertices: 5 corners on each of the 2 ends, so V = 2 × 5 = 10. Edges: 5 on each end (that is 10), plus 5 joining the matching corners, so E = 10 + 5 = 15. Now check Euler: F + V − E = 7 + 10 − 15 = 2. ✓ So the pentagonal prism has 7 faces, 10 vertices and 15 edges.
A solid made of cubes looks like a single column of 3 cubes stacked on top of each other. Draw or describe its front view, side view and top view.
Picture 3 cubes stacked straight up, like a tower. Front view: looking straight at it, you see a tall, thin rectangle — 1 cube wide and 3 cubes tall. Side view: from the side it looks the same — a tall rectangle, 1 cube wide and 3 cubes tall. Top view: looking straight down, you only see the top face — a single small square (1 cube by 1 cube). So front and side are tall rectangles, and the top is one square. The three views together tell you it is a 1 by 1 by 3 tower.
Challenge
In the Sierpinski Triangle, the area remaining shrinks each step. The starting triangle has area 1 square unit. At each step we keep 3 out of every 4 small triangles. What fraction of the area remains after Step 1, Step 2, and Step n?
At Step 1, the triangle is split into 4 equal triangles and 1 is removed, so 3 of the 4 remain. So the area remaining after Step 1 is 3/4 of 1 = 3/4. At Step 2, the same thing happens inside each remaining triangle: again only 3/4 of the area survives. So area after Step 2 = (3/4) × (3/4) = (3/4)² = 9/16. Following the same idea, after Step n the area remaining is (3/4)ⁿ. As n gets larger, (3/4)ⁿ gets smaller and smaller, heading towards 0. So the final fractal has almost no area, even though its outline is full of detail.
A square pyramid has a square base and 4 triangular sides meeting at a top point. Find its number of faces, vertices and edges, and check that F + V − E = 2.
Faces: 1 square base plus 4 triangular sides, so F = 1 + 4 = 5. Vertices: 4 corners on the square base plus 1 top point (apex), so V = 4 + 1 = 5. Edges: 4 edges around the square base plus 4 edges going up to the apex, so E = 4 + 4 = 8. Now check Euler: F + V − E = 5 + 5 − 8 = 2. ✓ So a square pyramid has 5 faces, 5 vertices and 8 edges, and it obeys Euler’s relation.
Summary
- A fractal is a shape made of smaller copies of itself. Its key property is self-similarity: zoom into any small part and you see the whole pattern again. Ferns, trees, clouds and coastlines are nature’s fractals.
- Maths fractals are built by repeating one simple rule at smaller and smaller scales, forever. Examples: the Sierpinski Carpet (remaining squares Rₙ = 8ⁿ), the Sierpinski Triangle (remaining triangles Tₙ = 3ⁿ), and the Koch Snowflake (sides 3 × 4ⁿ).
- A solid with flat surfaces has faces (flat surfaces), edges (lines where faces meet) and vertices (corner points). A cube has 6 faces, 12 edges and 8 vertices.
- A prism has two matching polygon ends; a pyramid has one polygon base and a single top point. Many solids obey Euler’s relation: F + V − E = 2.
- A net is a flat shape that folds into a solid (the solid unfolded). A cube has 11 nets; a regular tetrahedron has 2.
- A solid can be described by its front, top and side views. One view alone is not enough — different solids can share the same single view, so we use all three together.
What’s Next
You have now met two of geometry’s most beautiful ideas: shapes that repeat forever at smaller scales, and the clear ways to see, unfold, and draw a solid. Both train the same skill — seeing patterns and pictures in your mind.
Next we explore a fresh way of building geometry itself, starting from simple dots and the lines between them. The next chapter is Tales by Dots and Lines. See you there!
Frequently Asked Questions
What is a fractal in simple words?
A fractal is a shape that is made of smaller copies of itself. If you zoom into a small part of it, you see the same pattern again. This property is called self-similarity. Ferns, trees, clouds and coastlines in nature look fractal, and so do maths shapes like the Sierpinski Carpet and the Koch Snowflake.
What does self-similar mean?
Self-similar means a shape looks the same at every scale. When you zoom into any small piece of the shape, that piece looks just like the whole shape. A fractal is built by repeating the same simple rule again and again at smaller and smaller sizes, so the pattern never really ends.
What is a net of a solid?
A net is a flat shape that you can fold up to make a solid. It is what you get by unfolding a solid and laying it out flat. For example, six squares joined in a cross shape fold into a cube. A cube has 11 different nets in all.
What are faces, edges and vertices?
A face is one flat surface of a solid. An edge is the line where two faces meet. A vertex is a corner point where edges meet. For example, a cube has 6 faces, 12 edges and 8 vertices.
What is Euler's relation for solids?
Euler's relation says that for many solids the number of faces F, vertices V and edges E are linked by F + V minus E equals 2. For a cube that is 6 + 8 minus 12, which equals 2. It works for prisms, pyramids and many other solids too.