Jaka EduTech

📖 Mathematics — Part 2

Std 8
4
Chapter 4
Skill: 30%

Exploring Some Geometric Themes

Exploring Some Geometric Themes

Chapter at a Glance

This chapter explores two primary geometric themes: fractals and solid geometry visualization. It introduces mathematical fractals—such as the Sierpinski Carpet, Sierpinski Gasket, and Koch Snowflake—analyzing their recursive growth patterns, perimeter limits, and decreasing areas, alongside their historical applications in traditional art and Indian temple architecture. It then transitions to solid geometry, explaining faces, edges, and vertices for prisms, pyramids, and regular polyhedra, and using 2D nets to solve shortest-path problems on 3D surfaces. Finally, the chapter details how to represent 3D solids on 2D planes using orthographic projections (front, top, and side views) and drawing 3D solids on isometric grid paper.

Key Definitions & Terminology

  • Fractal: A geometric shape that is self-similar, meaning it exhibits the same or similar patterns at smaller and smaller scales under recursive subdivision.
  • Sierpinski Carpet: A square fractal formed by recursively dividing a square into $9$ equal sub-squares and removing the center sub-square.
  • Sierpinski Gasket (Triangle): A triangular fractal formed by recursively dividing an equilateral triangle into $4$ equal sub-triangles and removing the central one.
  • Koch Snowflake: A fractal curve generated by recursively replacing the middle third of each line segment with an outward-pointing equilateral triangle "bump."
  • Net: A flat 2D shape that can be folded along its edges to form a 3D solid.
  • Regular Tetrahedron: A 3D pyramid with a triangular base and three triangular faces, where all four faces are congruent equilateral triangles.
  • Octahedron: A 3D solid composed of $8$ triangular faces, which can be visualized as two square pyramids joined at their bases.
  • Dodecahedron: A regular 3D polyhedron with $12$ pentagonal faces.
  • Orthographic Projection: A method of representing 3D objects in 2D by projecting points perpendicularly onto three mutually perpendicular planes: vertical (front view), horizontal (top view), and side (side view).
  • Isometric Projection: A 3D representation where the three coordinate axes appear equally foreshortened and the angles between any two of them are $120^\circ$.

Formulas, Rules & Properties

  • Sierpinski Carpet Growth Formulas:
  • Remaining squares at step $n$: $R_n = 8^n$.
  • Number of holes at step $n$: $H_n = \frac{8^n - 1}{7}$.
  • Area of remaining region at step $n$ (assuming initial area is $1$): $A_n = \left(\frac{8}{9}\right)^n$.
  • Sierpinski Gasket Growth Formulas:
  • Remaining triangles at step $n$: $T_n = 3^n$.
  • Number of holes at step $n$: $H_n = \frac{3^n - 1}{2}$.
  • Area of remaining region at step $n$ (assuming initial area is $1$): $A_n = \left(\frac{3}{4}\right)^n$.
  • Koch Snowflake Growth Formulas:
  • Number of sides at step $n$ (starting with $3$ sides at step $0$): $S_n = 3 \cdot 4^n$.
  • Sidelength of each segment at step $n$ (assuming initial side is $1$): $L_n = \left(\frac{1}{3}\right)^n$.
  • Perimeter of snowflake at step $n$:
    $$P_n = S_n \cdot L_n = 3 \cdot \left(\frac{4}{3}\right)^n$$
  • Prism and Pyramid Sidelength Generalizations:
  • For a prism whose bases are $n$-sided polygons:
    $$\text{Faces} = n + 2, \quad \text{Edges} = 3n, \quad \text{Vertices} = 2n$$
  • For a pyramid whose base is an $n$-sided polygon:
    $$\text{Faces} = n + 1, \quad \text{Edges} = 2n, \quad \text{Vertices} = n + 1$$
  • Line Projection Length Rule:
  • The length of a line's projection $p$ is related to its actual length $l$ and inclination angle $\theta$ relative to the plane:
    $$p = l \cos \theta \le l$$
    It equals $l$ only when the line is parallel to the projection plane ($\theta = 0$).
  • Parallel Line Projection Property:
  • Projections of parallel lines on a plane remain parallel.

Core Concepts & Topics

  • Self-Similarity in Nature and Art:
  • Nature: Fern leaves contain smaller leaf copies; trees contain limbs branching into twigs; clouds, mountains, and lightning show self-similarity.
  • Art and Architecture: The Shikhara (tower) of Kandariya Mahadev Temple (Khajuraho, c. 1025 CE) is built of smaller tower models; Nigerian Fulani blankets feature nested diamond designs; M.C. Escher's "Smaller and Smaller" lizard print.
  • Visualization of Solid Outlines (Profiles):
  • Outlines vary based on the viewpoint. A cylinder yields a rectangle from the side and a circle from the top. A cone yields a triangle from the side and a circle from the top. A sphere yields a circle from all directions.
  • Shortest Paths on Polyhedra:
  • The shortest path between two points on the surface of a cuboid is found by unfolding the cuboid into a flat 2D net, drawing a straight line between the points, and folding it back. If a straight line goes outside the net, different 3D unfolding layouts must be evaluated.
  • Number of Solid Nets:
  • Cube: $11$ nets.
  • Regular Tetrahedron: $2$ nets.
  • Octahedron: $11$ nets.
  • Dodecahedron: $43,380$ nets.
  • Isometric Grid Drawing:
  • Isometric grids use three axis directions: vertical ($|$ for height), and two diagonal directions ($/$ for length, $\backslash$ for depth) at $30^\circ$ angles from the horizontal. Distances along all three axes are projected at equal scale.
  • Impossible Objects: The Penrose Triangle and Escher's impossible staircases use isometric perspective illusions.

Worked Examples

  • Sierpinski Gasket Area Remaining:
  • Problem: Find the remaining area of a Sierpinski Gasket at Step 3 if the initial triangle has an area of $1\text{ sq. unit}$.
  • Solution:
    $$A_3 = \left(\frac{3}{4}\right)^3 = \frac{27}{64} \approx 0.4219\text{ sq. units}$$
  • Koch Snowflake Perimeter at Step 3:
  • Problem: Find the perimeter of a Koch Snowflake at Step 3, starting with an equilateral triangle of side $1$.
  • Solution:
    $$P_3 = 3 \cdot \left(\frac{4}{3}\right)^3 = 3 \cdot \frac{64}{27} = \frac{64}{9} \approx 7.11\text{ units}$$
  • Prism and Pyramid Vertex/Edge Calculations:
  • Problem: Calculate the faces, edges, and vertices for: (i) a decagonal prism (10-sided base), and (ii) a decagonal pyramid.
  • Solution:
    • (i) Decagonal Prism ($n=10$):
    • $\text{Faces} = 10 + 2 = 12$.
    • $\text{Edges} = 3 \times 10 = 30$.
    • $\text{Vertices} = 2 \times 10 = 20$.
    • (ii) Decagonal Pyramid ($n=10$):
    • $\text{Faces} = 10 + 1 = 11$.
    • $\text{Edges} = 2 \times 10 = 20$.
    • $\text{Vertices} = 10 + 1 = 11$.
  • Shortest Path on a Cuboid Surface (Page 87):
  • Problem: An ant on a box of dimensions $6\text{ cm} \times 30\text{ cm} \times 12\text{ cm}$ is $1\text{ cm}$ from the front edge (centered). A laddu is on the back face, $1\text{ cm}$ from the back edge (centered). Find the shortest path along the surface.
  • Solution:
    • Unfolding the box shows that traveling over the side faces is shorter than going directly over the long top face.
    • Setting up a right triangle from one of the unfolded nets gives a horizontal leg of $24\text{ cm}$ and a vertical leg of $32\text{ cm}$.
    • Applying the Baudhayana-Pythagoras theorem:
      $$d^2 = 24^2 + 32^2 = 576 + 1024 = 1600 \rightarrow d = \sqrt{1600} = 40\text{ cm}$$
    • Answer: The shortest path is $40\text{ cm}$ long.
  • Cube Stack Counting:
  • Problem: Look at a 3D isometric drawing of a stacked cube pile. If the pile is a $3 \times 3 \times 3$ grid with the central column missing, how many cubes are there?
  • Solution: A solid $3 \times 3 \times 3$ cube stack contains $3^3 = 27$ cubes. Subtracting the central vertical column of $3$ cubes:
    $$\text{Cubes} = 27 - 3 = 24\text{ cubes}$$

Practical Activities & Experiments

  • Sierpinski Gasket Paper Construction: Draw a large equilateral triangle on card paper. Connect the midpoints of the sides to form four inner triangles. Cut out and remove the central triangle. Repeat this process for the remaining three triangles down to Step 2 to create a physical Sierpinski Gasket.
  • Shortest Path String Test: Build a paperboard model of a $10\text{ cm} \times 5\text{ cm} \times 3\text{ cm}$ cuboid. Mark two points on opposite faces. Stretch a string along the surface of the cuboid between the points, pull it tight to find the shortest path, trace it with a pen, and then unfold the cuboid to verify that the path forms a straight line on the net.
Previous Chapter 4 of 7 Next