Key Concepts & Formulae at a Glance
- Fractals are self-similar shapes that repeat the same pattern at smaller and smaller scales, found in nature (ferns, trees, coastlines) and in mathematics.
- Sierpinski Carpet (squares): remaining squares \(R_n=8^n\); holes \(H_n=\dfrac{8^n-1}{7}\); remaining area at step \(n\) is \(\left(\dfrac89\right)^n\) of the original.
- Sierpinski Gasket/Triangle (triangles): remaining triangles \(T_n=3^n\); holes \(H_n=\dfrac{3^n-1}{2}\); remaining area at step \(n\) is \(\left(\dfrac34\right)^n\) of the original.
- Koch Snowflake: number of sides at step \(n\) is \(3\times4^n\); perimeter at step \(n\) (starting side 1) is \(3\times\left(\dfrac43\right)^n\).
- Faces, edges, vertices: for an \(n\)-sided prism: faces \(=n+2\), edges \(=3n\), vertices \(=2n\). For an \(n\)-sided pyramid: faces \(=n+1\), edges \(=2n\), vertices \(=n+1\).
- Net: a flat, foldable shape that folds up into a solid. A cube has exactly 11 distinct nets; a regular tetrahedron has 2; an octahedron has 11; a dodecahedron has 43,380.
- Projections: front view (onto the vertical plane), top view (onto the horizontal plane), side view (onto the side plane). A projected line's length \(p\) is always \(\le\) its actual length \(l\), with equality only when the line is parallel to the plane.
- Isometric projection: an orientation (e.g. a cube balanced on a corner) where all edges project to equal lengths; drawn using a triangular/hexagonal isometric grid.
4.1 Fractals
A fractal is a self-similar shape: it exhibits the same or similar pattern over and over again, at smaller and smaller scales. The fern is a beautiful natural example — its leaves are smaller copies of the whole fern, and its sub-leaves are smaller copies still. Similar self-similarity appears in trees (trunk → limbs → branches → branchlets), clouds, coastlines, mountains, and lightning.
Sierpinski Carpet
The Sierpinski Carpet is made by taking a square, breaking it into 9 smaller squares, and removing the central square; the same procedure is then repeated on each of the remaining 8 squares, and so on.
MTMath Talk — Draw the initial few steps of the Sierpinski Carpet. Do you see any pattern in the number of holes and squares that remain at each step? Can this be used to get a formula for Rn?
Every square that remains at Step \(n\) gives rise to 8 squares remaining at Step \(n+1\) (since removing the centre from each 3×3 group leaves 8), so \(R_{n+1}=8R_n\). Starting from \(R_0=1\): \(R_1=8\times1=8\), \(R_2=8\times8=8^2\), and in general:
MTMath Talk — Similarly, how do we find the number of holes at a given step?
Every square remaining at Step \(n\) gives rise to exactly 1 new hole at Step \(n+1\), and all holes already present at Step \(n\) remain unchanged. So \(H_{n+1}=H_n+R_n\). Starting from \(H_0=0\): \(H_1=0+1=1\), \(H_2=1+8=9\), \(H_3=9+64=73\), and in general, summing the geometric series \(1+8+8^2+\cdots+8^{n-1}\):
Sierpinski Gasket (Triangle)
An equilateral triangle is broken into 4 identical equilateral triangles by joining the midpoints of its sides, and the central triangle is removed; this is repeated on the 3 remaining triangles, and so on.
MTMath Talk — Show that joining the midpoints of an equilateral triangle divides it into 4 identical equilateral triangles.
Let the original equilateral triangle have side length \(s\). By the midpoint theorem, the segment joining the midpoints of any two sides is parallel to the third side and exactly half its length. So each of the 3 "corner" triangles formed has all three sides equal to \(\dfrac{s}{2}\) — and since a triangle with two equal sides that are also parallel to (and half of) the original equal sides must have its third side also equal to \(\dfrac{s}{2}\) (using the hint that corner triangles are isosceles, combined with the midpoint theorem), each corner triangle is itself equilateral with side \(\dfrac{s}{2}\).
The central triangle, bounded by the same three midpoint-segments, also has all sides equal to \(\dfrac{s}{2}\) by the same midpoint theorem, so it too is equilateral with side \(\dfrac{s}{2}\).
Figure it Out — Sierpinski Fractals
Three questions from page 72 of the textbook.
1Draw the initial few steps (at least till Step 2) of the shape sequence that leads to the Sierpinski Triangle.
See the Step 0, Step 1, and Step 2 diagrams shown above for the Sierpinski Gasket — Step 0 is a single filled equilateral triangle, Step 1 has the central triangle removed (leaving 3 corner triangles), and Step 2 repeats this removal on each of those 3 triangles (leaving 9 smaller triangles).
2Find the number of holes, and the triangles that remain, at each step of the shape sequence leading to the Sierpinski Triangle.
Every triangle remaining at Step \(n\) gives rise to 3 triangles remaining at Step \(n+1\) (since removing the centre from each group of 4 leaves 3), so \(T_{n+1}=3T_n\), giving \(T_n=3^n\).
Every triangle remaining at Step \(n\) gives rise to exactly 1 new hole at Step \(n+1\), and old holes remain: \(H_{n+1}=H_n+T_n\), giving \(H_n=1+3+3^2+\cdots+3^{n-1}=\dfrac{3^n-1}{2}\).
| Step (n) | 0 | 1 | 2 | 3 | 4 |
|---|---|---|---|---|---|
| Triangles remaining (Tₙ = 3ⁿ) | 1 | 3 | 9 | 27 | 81 |
| Holes (Hₙ) | 0 | 1 | 4 | 13 | 40 |
3Find the area of the region remaining at the nth step in each of the shape sequences that lead to the Sierpinski fractals (take the starting square/triangle to have area 1 sq. unit).
Sierpinski Carpet: each step keeps 8 of 9 equal-area sub-squares, so the remaining area is multiplied by \(\dfrac89\) at every step:
Sierpinski Gasket: each step keeps 3 of 4 equal-area sub-triangles, so the remaining area is multiplied by \(\dfrac34\) at every step:
Koch Snowflake
Named after the Swedish mathematician Von Koch (1904), the Koch Snowflake starts with an equilateral triangle. Each side is divided into 3 equal parts, an equilateral triangle is raised over the middle part, and the middle part is then removed — effectively replacing each side with a "bump"-shaped structure. This procedure is repeated on every side of the new shape, and so on.
Figure it Out — Koch Snowflake
Three questions from page 73 of the textbook.
1Draw the initial few steps (at least till Step 2) of the shape sequence that leads to the Koch Snowflake.
See the Step 0 (triangle) and Step 1 (each side replaced by a bump, forming a 6-pointed star) diagrams above. Step 2 repeats the same "divide into 3, bump the middle third" procedure on each of the 12 sides of the Step 1 shape, adding a smaller bump to every one of them.
2Find the number of sides in the nth step of the shape sequence that leads to the Koch Snowflake.
Each side at Step \(n\) is replaced by 4 shorter sides at Step \(n+1\) (the "bump" construction turns 1 side into 4). Starting from 3 sides at Step 0: \(S_{n+1}=4S_n\), giving \(S_n=3\times4^n\).
| Step (n) | 0 | 1 | 2 | 3 |
|---|---|---|---|---|
| Sides (Sₙ = 3×4ⁿ) | 3 | 12 | 48 | 192 |
3Find the perimeter of the shape at the nth step of the sequence (starting equilateral triangle has sidelength 1 unit).
At each step, every side of length \(L\) is divided into 3 parts of length \(\dfrac L3\), and replaced by 4 segments each of length \(\dfrac L3\) — so the total length contributed by that side becomes \(4\times\dfrac L3=\dfrac{4L}{3}\), meaning the perimeter is multiplied by \(\dfrac43\) at every step. Starting from perimeter \(3\) (3 sides of length 1):
| Step (n) | 0 | 1 | 2 | 3 |
|---|---|---|---|---|
| Perimeter | 3 | 4 | 16/3 ≈ 5.33 | 64/9 ≈ 7.11 |
Fractals in Art: fractal-like patterns appear in the Kandariya Mahadev Temple in Khajuraho (c. 1025 C.E.) and other Indian temples, in traditional Nigerian Fulani wedding blankets (nested diamond patterns), and in the work of Dutch artist M.C. Escher, whose piece "Smaller and Smaller" shows the same lizard pattern repeating at smaller and smaller scales.
4.2 Visualising Solids
Build it in Your Imagination
This section practises pure visualisation — for each prompt, you're encouraged to talk it through, gesture, or draw in the air, without drawing on paper. As engineer Nikolas Tesla described building devices entirely in his mind before touching any tools, these prompts build that same spatial-visualisation muscle.
TTTry This — (1) Read your name backwards by sight. (2) Cut off the four corners of a square between edge midpoints — what's left, and how can the corners rebuild another square? (3) Cut off the corners of an equilateral triangle marked into thirds — what shape results? (4) Do the same for a square marked into thirds — what's left?
(1) This is a pure visualisation exercise — practise "seeing" each letter of your name in reverse order, by sight rather than by sounding out the word backwards.
(2) Cutting the four corners of a square, with each cut running between the midpoints of adjacent sides, leaves behind a smaller square (rotated 45°) exactly half the area of the original, sitting diagonally inside it. The four cut-off corner triangles are right-angled isosceles triangles; rotating and rearranging these 4 triangles (each a quarter of the original square by area) can reassemble them into another square of the same total area as the four corners combined (which is also exactly half of the original square's area, matching the inner rotated square).
(3) Marking an equilateral triangle's sides into thirds and cutting off each corner as far as the marks produces a regular hexagon (since each corner cut removes a small equilateral triangle, leaving 6 equal sides).
(4) Marking a square's sides into thirds and cutting off each corner as far as the marks produces a regular octagon-like shape — specifically an octagon with 4 sides of one length (the original square's uncut middle-third edges) and 4 shorter sides of equal length (the diagonal cuts at each corner).
When we see a solid object, we're really seeing its profile from a specific viewpoint — the outline of this profile can vary dramatically depending on the viewpoint, as with an elephant seen from the side versus from the front, or a cartoon character bursting through a wall and leaving a hole shaped exactly like its outline.
TTTry This — Describe a solid and viewpoint resulting in: (5) a square profile (6) a circular profile (7) a triangular profile.
(5) A cube (or any cuboid with a square cross-section), viewed straight-on from directly in front of one of its square faces, gives a square outline.
(6) A sphere, from any viewpoint, always gives a circular outline. A cylinder, viewed straight down along its axis (from directly above or below), also gives a circular outline.
(7) A cone, viewed from the side (perpendicular to its axis), gives a triangular outline. A triangular pyramid or triangular prism, viewed appropriately, can also give a triangular outline.
TTTry This — Visualise solids with these contrasting profiles: (8) rectangular from one view, circular from another (9) circular from one view, triangular from another (10) rectangular from one view, triangular from another (11) trapezium from one view, circular from another (12) pentagonal from one view, rectangular from another. Are these solids unique, or can you find multiple possibilities?
(8) A cylinder: from the side it looks rectangular, from directly above/below (along its axis) it looks circular.
(9) A cone: from the side it looks triangular, from directly above/below (along its axis) it looks circular.
(10) A triangular prism lying on one of its rectangular faces: viewed from the side (down its triangular cross-section) it looks triangular, but viewed from a direction along its length it looks rectangular.
(11) A frustum of a cone (a cone with its tip cut off): from the side it looks like a trapezium, and from directly above/below it looks circular.
(12) A pentagonal prism: viewed end-on (along its length) it looks pentagonal, and viewed from the side (along its length) it looks rectangular.
None of these solids are unique — for instance, any solid of revolution with a triangular cross-section works for (9), and many differently-proportioned prisms work for (10) and (12) — there are always multiple valid possibilities.
Making Solids
Basic solids like cuboids, parallelepipeds, cylinders, cones, prisms, and pyramids can be made from foldable flat materials. Faces are the flat surfaces forming a solid's boundary; edges are the line segments forming the sides of the faces; vertices are the points where edges meet. A cuboid or cube has 6 faces, 12 edges, and 8 vertices.
A prism has two congruent polygons as opposite faces (connected by parallelogram side faces); named by the shape of those polygons (triangular prism, pentagonal prism, etc.). A pyramid has a polygonal base and a single point (apex) connected to every base vertex; named by the shape of its base. A triangular pyramid is also called a tetrahedron.
MTMath Talk — If the congruent polygons of a prism have 10 sides, how many faces, edges, and vertices does the prism have? What if the polygons have n sides?
An \(n\)-sided prism has: \(n\) rectangular/parallelogram side faces plus the 2 congruent \(n\)-gon end faces, giving faces \(=n+2\). Edges: \(n\) edges on each of the two end polygons (\(2n\) total) plus \(n\) vertical edges connecting corresponding vertices, giving edges \(=3n\). Vertices: \(n\) on each end polygon, giving vertices \(=2n\).
MTMath Talk — If the base of a pyramid has 10 sides, how many faces, edges, and vertices does the pyramid have? What if the base is an n-sided polygon?
An \(n\)-sided pyramid has: \(n\) triangular side faces plus 1 base face, giving faces \(=n+1\). Edges: \(n\) base edges plus \(n\) edges from the apex to each base vertex, giving edges \(=2n\). Vertices: \(n\) base vertices plus 1 apex, giving vertices \(=n+1\).
A net is a flat shape obtained by "unfolding" a solid onto a plane — folding it back up recreates the solid.
1Which of the six given shapes (i)–(vi) are nets of a cube? A cube has 11 possible net structures in total (two nets are the same if one is a rotation or flip of the other) — find all 11 nets of a cube.
Test method: a valid net of a cube always has exactly 6 unit squares, arranged so that when folded along every shared edge, all 6 squares close up into a cube with no gaps and no overlaps. A quick way to rule out invalid candidates: no row or column of the arrangement can have 4 or more squares in an "L" that would force two squares to land on the same cube face, and there must be exactly one way for each square to become a distinct face (top, bottom, and the 4 sides).
The 11 distinct nets of a cube fall into three families, by their row-pattern "shape":
2Try This — Draw a net of a cuboid with sidelengths: (i) 5 cm, 3 cm, 1 cm (ii) 6 cm, 3 cm, 2 cm.
(i) A cuboid net for 5×3×1 cm needs 6 rectangular faces in 3 matching pairs: two 5 cm × 3 cm faces (top/bottom), two 5 cm × 1 cm faces (front/back), and two 3 cm × 1 cm faces (the two ends). Arrange these as a cross/strip pattern, e.g. a central row of four rectangles (3×1, 5×3, 3×1, 5×3 alternating around) with the two 5×3 faces attached above and below one of the central 5×1 rectangles.
(ii) Similarly for 6×3×2 cm: two 6 cm × 3 cm faces, two 6 cm × 2 cm faces, and two 3 cm × 2 cm faces, arranged so each face shares a full edge of matching length with its neighbour in the net.
MTMath Talk — Draw a net with appropriate measurements that can be folded into a regular tetrahedron. Are there other possible nets? (A regular tetrahedron has only 2 possible nets.)
Take 4 equilateral triangles of the same sidelength (say 6 cm), and arrange 3 of them around a central one, each sharing one full edge with the centre triangle — this is one valid net (as shown above). The second valid net for a regular tetrahedron is a strip of 4 equilateral triangles in a row, alternating "point up, point down."
MTMath Talk — Draw a net with appropriate measurements that can be folded into a square pyramid.
Draw a square (the base, say 6 cm sides), then attach an isosceles (or equilateral) triangle to each of its 4 sides, all with the same base length as the square's side and pointing outward — folding all 4 triangles upward brings their apexes together to form the pyramid's peak.
Net of a cylinder: unfolding the two circular faces and cutting along the height gives 2 circles plus a rectangle. The rectangle's sidelengths are the cylinder's height, and the circumference of the circular base (\(2\pi r\)).
Net of a cone: slitting the cone open along a slant line \(l\) and unrolling it gives 2 pieces — the circular base, and a sector (portion) of a larger circle centred at the cone's apex \(O\), with radius equal to the cone's slant height \(l\).
MTMath Talk — What surface do you construct using the cone's net, if O is not the centre of the boundary circle? Make a physical model to check.
If the sector's centre point \(O\) is placed off-centre relative to the circular arc's true centre (i.e. the sector isn't a "clean" portion of a circle centred at \(O\)), folding it up no longer produces a proper cone with a single sharp, symmetric apex — instead, it forms a lopsided, oblique cone-like surface (an "oblique cone"), where the apex isn't directly above the centre of the base circle.
MTMath Talk — Draw a net with appropriate measurements that can be folded into a triangular prism.
Draw a row of 3 rectangles (matching the prism's length, and each rectangle's width equal to one side of the triangular cross-section) side by side, then attach a triangle (matching the triangular cross-section) to the top edge of one end rectangle, and another identical triangle to the bottom edge of the same or an adjacent rectangle — folding the 3 rectangles around into a triangular tube and folding the 2 triangles in as the end caps completes the prism.
An octahedron is made by joining two square pyramids at their square bases; it has 8 equilateral-triangle faces and, like the cube, has exactly 11 different nets. A dodecahedron has 12 regular pentagon faces, and mathematicians have determined it has exactly 43,380 distinct nets!
Shortest Paths on a Cube
On a plane, the shortest path between two points is a straight line — but what's the shortest path between two points on the surface of a cuboid, travelling only along the surface? Imagine an ant on the surface of a cuboid, trying to reach a laddu also on the surface.
MTMath Talk — What is the shortest path for the ant to reach the laddu (when the laddu is at the centre of the top face, and separately when at the centre of an edge)? How can we be sure a path really is the shortest?
The key trick is to "unfold" the cuboid into a net: a path along the cuboid's surface corresponds exactly to a path of the same length on the net, and vice versa. So the shortest path on the cuboid corresponds to the straight-line path on some valid unfolding of the net between the ant and the laddu — but only if that straight line actually stays within the net's boundary (doesn't cross outside the unfolded shape, which would mean it doesn't correspond to a real path on the solid).
To confirm a candidate path is truly the shortest, check that it becomes a genuine straight line when the surfaces it crosses are unfolded flat — a straight line is always the shortest path between two points on a flat surface, so if the path straightens out perfectly on some valid unfolding, it must be the overall shortest.
3Find the shortest path between the ant (at the centre of a face) and the laddu (2 cm from an edge, on the bottom face) on a cuboid of dimensions 8 cm × 4 cm × 4 cm.
Unfolding the cuboid so that the ant's face and the laddu's face lie flat next to each other in a single plane (joined along their shared edge) turns the ant's path into a straight line across the two unfolded faces. Using the given measurements (8 cm length, 4 cm width/height, laddu 2 cm from the edge), the straight-line distance across this particular unfolding works out to exactly 10 cm — this can be confirmed using the Baudhayana (Pythagoras) theorem on the right triangle formed by the horizontal and vertical offsets between the ant and the laddu on the unfolded net (a 6 cm and 8 cm offset giving a 10 cm hypotenuse, since \(6^2+8^2=36+64=100=10^2\)).
As with the earlier examples in this chapter, it's important to check this against the other possible ways of unfolding the cuboid, since only one particular unfolding correctly keeps the straight line inside the net's boundary — the incorrect unfolding (the one where the line strays outside the net) does not correspond to a real shortest path.
TTTry This — Find the length of the shortest path between the ant and the laddu on a 30 cm × 12 cm × 6 cm box, where both sit 1 cm from an edge on opposite end faces.
Two candidate unfoldings are shown in the textbook: one gives a straight-line distance of 42 cm (a simple side-by-side unfolding along the 30 cm length), and another gives 40 cm, found via the Pythagorean theorem on a right triangle with legs 24 cm and 32 cm: \(d^2=24^2+32^2=576+1024=1600\), so \(d=\sqrt{1600}=40\) cm.
So far, 40 cm is shorter than 42 cm. To be certain 40 cm is truly the minimum, every other way of unfolding the box so that the ant's face and the laddu's face lie in the same plane (there are a few more such possibilities besides these two, since the box has 6 faces and the two points can be connected via different combinations of adjacent faces) should also be checked, keeping only unfoldings where the straight line stays within the net.
Representation of Solids on a Plane Surface
A projection of a point P onto a plane M is the point O where a line from P, perpendicular to the plane, meets the plane. The projections of every point of an object together form the projection of the object on that plane. This is closely related to a solid's profile from a given viewpoint.
MTMath Talk — What happens to the length of a line in its projection? When is the projected length equal to the actual length?
Let \(l\) be a line's actual length and \(p\) the length of its projection. Since the projection construction forms a right angle (\(\angle AEB=90^\circ\), where \(AE=p\) is the projected length and \(AB=l\) is the actual length, as the hypotenuse of the right triangle \(AEB\)), \(p\) is one leg of a right triangle with hypotenuse \(l\) — so \(p\le l\) always, since a leg of a right triangle can never exceed its hypotenuse.
MTMath Talk — What are the different possible projections of a square under different orientations? What about a parallelogram — can its projection ever be a non-parallelogram quadrilateral?
A square's projection ranges from a full square (when the square is exactly parallel to the plane), through various rectangles and parallelograms of different proportions (as the square is tilted), down to a single line segment (when the square is viewed exactly edge-on, perpendicular to the plane).
Since parallel lines always project to parallel lines, a parallelogram's two pairs of parallel sides remain parallel in its projection — so the projection of a parallelogram is always another parallelogram (possibly a "squashed" or differently-angled one, or degenerating to a line segment if viewed edge-on), and can never become a non-parallelogram quadrilateral.
MTMath Talk — What can you say about the projection of an n-sided regular polygon?
Since a polygon's projection is made up of the projections of each of its sides, and each side projects to a (possibly shortened) line segment, the projection of an \(n\)-sided polygon is generally another \(n\)-sided polygon (not necessarily regular — side lengths and angles can change based on orientation). In special orientations, some sides may project onto the same line (if the polygon is tilted so that two sides become collinear in projection), reducing the apparent number of distinct sides, or the whole polygon could collapse to a line segment if viewed exactly edge-on.
MTMath Talk — See Figures 4.2–4.5 (projections of lines, cubes, and a cone). In each case, can you visualise another object giving the same projection? Find another object with the same projection as a given cone.
A given projection is never made by a unique object — for example, a projected line segment could come from many differently-tilted lines of different lengths (as long as their tilted projections work out to the same length), and a projected square outline of a cuboid could equally come from many different cuboids of different depths (since depth, being along the viewing direction, doesn't show up in the projection at all).
For a cone (whose side-on projection is a triangle), a square pyramid (or any pyramid) oriented appropriately can produce the exact same triangular outline, since the projection only captures the outer silhouette, not the internal edges or the curved vs. flat nature of the surfaces.
Because a single projection loses information, we typically take three mutually perpendicular projections: the front view (onto the vertical plane), the top view (onto the horizontal plane), and the side view (onto the side plane).
Figure it Out — Views & Solid-Cube Combinations
Nine questions from pages 92–97 of the textbook, on front/top/side views and combinations of cubes.
4Math Talk — Observe the front, top, and side views of the different lines in Fig. 4.6. Is there any relation between their lengths?
For any single line segment in 3D space, its three projected lengths (front, top, side) are each individually \(\le\) the line's actual length (as established earlier: \(p\le l\), with equality only when the line lies exactly parallel to that particular plane). A line oriented purely along one axis will project to its full length in the two views that "see" that axis edge-on, and shrink to a single point in the view looking straight down that axis.
5Math Talk — Find the front view, top view, and side view of each of: cube, cuboid, parallelepiped, cylinder, cone, prism, and pyramid (fixing a suitable orientation for each).
Cube (faces aligned to the 3 planes): front view = square, top view = square, side view = square.
Cuboid (faces aligned to the 3 planes): front view, top view, and side view are each rectangles, generally of 3 different sizes (matching the cuboid's 3 pairs of distinct-sized faces).
Parallelepiped: similar to a cuboid, but the front/top/side views may appear as parallelograms rather than rectangles, depending on how it's tilted.
Cylinder (axis vertical): front view = rectangle, side view = rectangle (same as front view), top view = circle.
Cone (axis vertical, apex up): front view = triangle, side view = triangle (same as front view), top view = circle.
Prism (e.g. triangular prism, lying on a rectangular face, axis horizontal): front view = rectangle, top view = rectangle, side view = the polygon shape of its cross-section (e.g. a triangle).
Pyramid (base horizontal, apex up): front view = triangle, side view = triangle, top view = the polygon shape of its base (e.g. a square, for a square pyramid).
6Match each of the given everyday objects (mug, funnel, hammer, toy car, slide, chair, ceiling fan, cooker) with its correct front, top, and side view images.
Method: for each object, first identify a natural "upright" resting orientation. The top view should show the object's outline as seen from directly above (e.g. a car's top view shows its overall length and width silhouette; a fan's top view shows the blades spread out symmetrically). The front view shows the outline facing you (e.g. a car's front view shows its headlights/grille width and height; a mug's front view shows its cup body and handle in profile). The side view shows the outline from the side (e.g. a car's side view is its longest, most recognisable silhouette; a chair's side view clearly shows its backrest and seat as an "L" shape).
7Draw the top view, front view, and side view of each of the given combinations of identical cubes.
Method: for any arrangement of identical unit cubes, the top view is the footprint — the outline you'd see looking straight down, showing every column of cubes as a single square regardless of how many cubes are stacked in that column. The front view is the tallest silhouette in each left-right position, as seen face-on. The side view is the tallest silhouette in each front-back position, as seen from the side. Draw each by systematically checking, for every direction, which cube (if any) is visible from that viewpoint in each row/column position.
8Math Talk — Eight identical cubes are glued together to form a letter shape. (i) What does it look like from the side and top, given its front view? (ii) Glue additional cubes to get specific front and top views. (iii) Extend further to also match a given side view. (iv) Can you think of other letter combinations achievable this way?
General approach: building a 3D "letter" out of cubes means choosing, for each of the three view directions, which grid positions should be "filled" (visible from that direction) — a cube must be present at every 3D position that is needed to satisfy all three 2D silhouette requirements simultaneously, and no unnecessary cubes should be added elsewhere. Start with the front view's letter shape as a 2D template extruded some fixed depth, then check whether that satisfies the required top view; if not, selectively remove or add cubes at specific depths (without breaking the front view's silhouette) until the top view (and then the side view) also match.
(iv) Other simple block-letter shapes achievable this way include L, T, I, and plus-sign-like shapes, since these have silhouettes that are easy to satisfy simultaneously from multiple viewing directions with a modest number of cubes.
9Which solid (i)–(vii) corresponds to a given top view, front view, and side view (all three shaped like an "L"-ish arrangement)?
Method: check each candidate solid against all three given views simultaneously — a correct match must reproduce the exact given outline when viewed from the top, and also from the front, and also from the side, all at once. Eliminate any candidate that fails to match even one of the three views.
10Using identical cubes, make a solid that gives 3 different sets of given top/front/side view projections.
Method: for each set of three views, start by using the top view as the "floor plan" (which grid squares need at least one cube), then use the front and side views to determine the height of cubes needed in each column, making sure every column's height is tall enough to satisfy both the front and side silhouettes at that position, without over-building columns where either view shows no cube needed.
11Find the number of cubes in the given pyramid-shaped stack of identical cubes.
A typical stepped square-pyramid stack of cubes (like the one shown, built up in square layers that shrink by one row and column at each level) has its total cube count given by adding up each layer's square number. For a stack with a base layer of \(k\times k\) cubes, shrinking up to a single cube at the top, the total is \(1^2+2^2+3^2+\cdots+k^2=\dfrac{k(k+1)(2k+1)}{6}\).
12Math Talk — What are the different shapes the projection of a cube can make under different orientations?
A cube's projection can be: a square (when a face is exactly parallel to the plane); a rectangle (when tilted about an axis parallel to one pair of edges, but not enough to introduce a third visible dimension); a general parallelogram (for other tilts); and a regular hexagon (in the special "isometric" orientation, balanced on one corner vertex, where all edges project to equal lengths).
Isometric Projections & Drawing on Isometric Grids
An isometric projection ("equal measure" in Greek) is an orientation where the projections of all a cube's edges have equal length — achieved by balancing a cube perfectly on one corner vertex and projecting it straight down. The isometric outline of a cube is a regular hexagon, and tiling the plane with hexagons (or, equivalently, triangles) gives an isometric grid, used widely in engineering to draw solids with correct proportions along all 3 principal directions (length, depth, height).
MTMath Talk — Construct a model of a cube and balance it on one corner vertex. Can you understand why all the projected edges have equal length?
When a cube is balanced perfectly on one vertex, the 3 edges meeting at the opposite (topmost) vertex are arranged with perfect 3-fold rotational symmetry around the vertical axis through the two opposite corners — by this symmetry, all 3 of those edges (and, by extension, all 12 edges of the cube) must project to exactly the same length, since no direction is treated differently from any other by the symmetric arrangement.
MTMath Talk — Shine a torch perpendicular to a wall onto an object. What do you see, and how does this relate to projections?
The shadow's shape closely resembles the projection's shape, though the shadow may be scaled up or slightly distorted depending on how close the torch is and how the object is held. As the torch is moved farther away (while staying perpendicular to the wall), the shadow shrinks toward, and becomes indistinguishable from, the true projection — exactly like how sunlight (an effectively infinitely distant, perpendicular light source) casts shadows that are true projections. This gives a simple physical way to verify, for example, that a parallelogram's shadow (and hence its projection) always remains a parallelogram, whatever its orientation.
Figure it Out — Isometric Drawing
Four questions from pages 99–102 of the textbook, on isometric grids and 3D visualisation.
13Math Talk — Besides the 5 Tetris shapes shown (using 4 squares), are there additional ways of gluing 4 cubes together along faces? Draw these.
Yes — the 5 flat Tetris shapes (I, O/square, L, S, and T tetrominoes) all keep the 4 cubes in a single flat layer, but with actual 3D cubes, additional "3D tetromino" (tetracube) combinations become possible by stacking cubes out of that flat plane. For example: an "L-shaped" arrangement where one cube sits on top of another (rather than beside it) in an otherwise flat row of 3, or a "zig-zag staircase" going both sideways and upward, or a 2×2×1 arrangement bent so that one pair of cubes sits at a different height than the other pair.
14Draw the given L-shaped, T-shaped, and staircase-shaped cube figures on isometric grid paper.
For each figure, first identify the 3 principal directions (height, length, depth) as they appear in the given sketch, then draw cube-by-cube: for each new cube, decide whether its next edge should go "up" or "down" along the height direction (as the hint suggests), drawing each edge as a line along whichever of the three isometric grid directions (\(|\), \(/\), \(\backslash\)) matches that cube's position relative to the previous one, until the full L, T, or staircase shape is built up on the grid.
15Math Talk — Is there anything strange about the path of the ball shown on the isometric cube arrangement? Recreate it on the isometric grid.
Yes — this is an "impossible path" illusion, in the style of an Escher never-ending staircase. The arrows suggest a continuous path that keeps going consistently "uphill" (or "downhill") in the picture, when traced all the way around — but a real, physically realisable stack of cubes cannot have a path that keeps rising in height forever and still returns to its starting point at the same height. Only a genuinely realisable portion of the depicted path (following the 3 real, physical primary directions on an actual isometric grid) can be drawn without contradiction; the full loop as pictured relies on the same kind of visual trick used in impossible-staircase artwork.
16Math Talk — Observe the "impossible triangle" made of unit cubes. (i) Could a real cube model be built like this? What are its front, top, and side profiles? (ii) Recreate it on an isometric grid. (iii) Why does the illusion work?
(i) No — this is the classic "Penrose triangle" illusion. No single real, rigid arrangement of cubes can be built that looks like this from every angle; it only appears to form a closed, continuous triangular loop of cubes when viewed from one very specific viewpoint. Its front, top, and side profiles would each individually look like a perfectly ordinary, simple L-shaped or straight bar of cubes — none of the three individual 2D views look "impossible" on their own; the impossibility only emerges from how our brain wrongly assumes all three connecting corners are simultaneously at consistent depths.
(ii) Drawing this on an isometric grid involves drawing 3 separate L-shaped (or straight) bars of cubes, each oriented along a different one of the 3 principal isometric directions, positioned so their ends appear to overlap and connect at the picture's corners — even though, in true 3D depth, they don't actually meet.
(iii) The illusion works because our visual system automatically (and here, incorrectly) interprets any two line segments that meet at a shared point in a 2D drawing as being physically connected at the same point in 3D space — but the isometric grid allows a single 2D picture to be consistent with the local shape at each corner separately, without any global arrangement of cubes in true 3D actually satisfying all three corners simultaneously.
Summary
- Fractals are self-similar geometric objects found in nature and in art.
- The Sierpinski Carpet, Sierpinski Gasket, and Koch Snowflake are examples of mathematical fractals, obtained by repeatedly applying certain geometric operations that generate a sequence of shapes approaching the fractal.
- Cuboids, tetrahedrons, cylinders, cones, prisms, pyramids, and octahedrons are some of the solids that can be obtained by folding suitable nets.
- The shortest path between two points on the surface of a cuboid can be found by using a suitable net of the cuboid.
- Any object can be represented on a plane surface using its projections. We generally use the front view (vertical plane), top view (horizontal plane), and side view (side plane) of the object.
- A cube can be oriented so the lengths of all its edges in projection are equal — this is called the isometric projection. Isometric projections of different solids can be drawn using isometric grid paper.
Frequently Asked Questions
Continue with Ganita Prakash, Part II
Move on to Chapter 5: Tales by Dots and Lines, or head back to the Ganita Prakash hub for the complete chapter list.
