Chapter 4: Exploring Some
Geometric Themes
Understand fractals, visualise 3D solids, nets, projections & isometric drawings — all made simple!
📦 3D Solids & Nets
📐 Projections
📏 Isometric Drawing
🐜 Shortest Path
Chapter Overview
This chapter explores two exciting geometric themes:
4.1 What are Fractals?
A fractal is a geometric shape that is self-similar — meaning it looks the same (or very similar) when you zoom in to any part of it. The same pattern repeats again and again at smaller and smaller scales.
🔑 Key Definition
- Fractals can be found in nature (ferns, trees, coastlines)
- They can be created using mathematical rules (Sierpinski Carpet, Koch Snowflake)
- Each step of construction is called a step number (Step 0, Step 1, Step 2, …)
- Famous fractals were discovered by mathematicians like Sierpinski (Polish) and Von Koch (Swedish)
Sierpinski Carpet
📐 How to Build It
- Start with a square (Step 0 — 1 solid square).
- Divide it into 9 equal smaller squares (3×3 grid).
- Remove the central square — leaving 8 squares (Step 1).
- Repeat the same process on each of the 8 remaining squares (Step 2, Step 3, …)
Step 1: 8 smaller squares, 1 hole
Step 2: 64 squares, 9 holes (= 1 + 8)
Step 3: 512 squares, 73 holes (= 1 + 8 + 64)
📊 Pattern Formulas
Let Rₙ = number of remaining squares at step n, and Hₙ = number of holes at step n.
→ In general: Rₙ = 8ⁿ
→ Hₙ = 1 + 8 + 8² + … + 8ⁿ⁻¹
| Step (n) | Remaining Squares (Rₙ) | Holes (Hₙ) |
|---|---|---|
| 0 | 1 = 8⁰ | 0 |
| 1 | 8 = 8¹ | 1 |
| 2 | 64 = 8² | 1 + 8 = 9 |
| 3 | 512 = 8³ | 1 + 8 + 64 = 73 |
| n | 8ⁿ | 1 + 8 + 8² + … + 8ⁿ⁻¹ |
📏 Area at Step n
Each remaining square has area (1/9)ⁿ of the original. So:
Sierpinski Gasket (Triangle)
📐 How to Build It
- Start with an equilateral triangle (Step 0).
- Join the midpoints of each side — this divides it into 4 smaller equilateral triangles.
- Remove the central triangle — leaving 3 triangles (Step 1).
- Repeat on the 3 remaining triangles (Step 2, Step 3, …)
📊 Pattern Table
| Step (n) | Remaining Triangles (Rₙ) | Holes (Hₙ) | Area remaining |
|---|---|---|---|
| 0 | 1 | 0 | 1 |
| 1 | 3 | 1 | (3/4) |
| 2 | 9 = 3² | 1 + 3 = 4 | (3/4)² |
| 3 | 27 = 3³ | 1 + 3 + 9 = 13 | (3/4)³ |
| n | 3ⁿ | 1 + 3 + 3² + … + 3ⁿ⁻¹ | (3/4)ⁿ |
Remaining triangles at step n = 3ⁿ
Area at step n = (3/4)ⁿ sq. units
Koch Snowflake
Named after Swedish mathematician Von Koch (1904). We start with an equilateral triangle and apply a rule to each side.
📐 Construction Rule (applied to each side)
- Divide each side into 3 equal parts.
- On the middle part, raise an equilateral triangle (pointing outward).
- Remove the middle part (the base of the small triangle).
- Each side is replaced by a “bump” shape ∧ (4 segments instead of 1).
- Repeat this rule on all sides of the new shape.
📊 Number of Sides Pattern
Step 1: Each side → 4 sides → 3 × 4 = 12 sides
Step 2: Each side → 4 sides → 12 × 4 = 48 sides
Step n: Sₙ = 3 × 4ⁿ sides
📏 Perimeter Pattern
If starting side length = 1 unit, each new side is 1/3 of the previous side:
Step 1: Perimeter = 12 × (1/3) = 4 units
Step 2: Perimeter = 48 × (1/9) = 16/3 units
Step n: Perimeter = 3 × (4/3)ⁿ units
Fractals in Art & Culture
Fractals have been used in human art for centuries — long before mathematicians formally defined them!
4.2 Visualising Solids
When we see a solid object, we see its profile — the outline from a specific viewpoint. The same object can look very different from different directions!
🔑 Key Terms
📐 Example: Cube/Cuboid
🔺 Prisms vs Pyramids
📊 Faces, Edges, Vertices Formula
| Solid | Faces (F) | Edges (E) | Vertices (V) |
|---|---|---|---|
| Cube / Cuboid | 6 | 12 | 8 |
| Triangular Prism | 5 | 9 | 6 |
| n-sided Prism | n + 2 | 3n | 2n |
| Triangular Pyramid (Tetrahedron) | 4 | 6 | 4 |
| Square Pyramid | 5 | 8 | 5 |
| n-sided Pyramid | n + 1 | 2n | n + 1 |
Example: Cube → 6 + 8 − 12 = 2 ✓
Nets of Solids
A net is the flat (2D) shape obtained by “unfolding” a solid onto a plane. When folded, the net forms the 3D solid.
📦 Nets of Common Solids
| Solid | Net Description | Number of Nets |
|---|---|---|
| Cube | 6 squares arranged in a cross-like pattern | 11 different nets |
| Cuboid | 6 rectangles (in pairs of equal size) | Multiple |
| Regular Tetrahedron | 4 equilateral triangles in a row/fan | 2 different nets |
| Square Pyramid | 1 square + 4 triangles around it | Multiple |
| Cylinder | 2 circles + 1 rectangle (width = 2πr, height = h) | Infinite |
| Cone | 1 circle + 1 sector (fan shape) | Infinite |
| Octahedron | 8 equilateral triangles in a strip | 11 different nets |
| Dodecahedron | 12 pentagons arranged in a flower pattern | 43,380 nets! |
🔵 Net of a Cylinder
Cut along the height and unroll: you get 2 circles + 1 rectangle.
🔺 Net of a Cone
Slit along slant height l and unroll: you get 1 circle (base) + 1 sector (curved surface).
Shortest Path on a Cuboid (The Ant Problem)
What is the shortest path for an ant to travel from one point to another on the surface of a cuboid? The key insight is to use a net!
💡 The Big Idea
- Unfold (draw the net of) the cuboid in the correct orientation — both points must lie on the same unfolded net.
- Draw a straight line between the two points on the net.
- This straight line represents the shortest surface path. Use the Baudhāyana (Pythagoras) Theorem to calculate its length if needed.
- Important: Different unfoldings give different lengths — always check all possible unfoldings and pick the shortest!
📐 Example Calculation
Cuboid dimensions: 30 cm × 12 cm × 12 cm. After correct unfolding:
Another unfolding gives a right triangle with legs 24 cm and 32 cm:
d² = 24² + 32² = 576 + 1024 = 1600
d = √1600 = 40 cm ← This is the shorter path!
Projections (Views of Solids)
📌 What is a Projection?
A projection of a point P on a plane M is the foot of the perpendicular from P to M. The projection of an object = the projection of all its points combined.
🔑 Three Standard Views
📏 Projection and Length
If a line of length l makes an angle with the plane, its projection has length p ≤ l. The projection length equals the actual length only when the line is parallel to the plane.
📊 Projections of Common Solids
| Solid | Front View | Top View | Side View |
|---|---|---|---|
| Cube (standard) | Square | Square | Square |
| Cuboid | Rectangle | Rectangle | Rectangle |
| Cylinder (upright) | Rectangle | Circle | Rectangle |
| Cone (upright) | Triangle | Circle | Triangle |
| Sphere | Circle | Circle | Circle |
| Square Pyramid | Triangle | Square (with diagonals) | Triangle |
Isometric Projections & Drawings
💡 What is an Isometric Projection?
When a cube is balanced on one of its corner vertices and projected downward, the projections of all 12 edges are equal in length. This special projection is called the isometric projection.
“Isometric” means “equal measure” in Greek.
📐 The Isometric Grid
- Tile the plane with regular hexagons → you get an isometric grid.
- The grid has lines in 3 directions: | (vertical), / (diagonal right), \ (diagonal left).
- | corresponds to Height axis
- / corresponds to Depth axis
- \ corresponds to Length axis
• Moving vertically (|) on the paper = moving along the height axis of the solid.
• Moving along \ direction = moving along the length axis.
• Moving along / direction = moving along the depth axis.
• Parallel edges of the solid appear parallel on the isometric paper!
🎮 Tetris Shapes as Cubes
The 5 Tetris shapes (polyominoes) can be thought of as 3D arrangements of 4 cubes and drawn on isometric paper in 3 orientations each — along height, length, or depth axis.
🔺 Impossible Figures
Some drawings on isometric paper look 3D but are physically impossible to build — like the Penrose Triangle (an impossible triangle). They work as visual illusions because each small part looks believable, but the whole structure is self-contradictory.

Leave a Reply