Class 8 Maths NCERT Solutions Part 2 Chapter 4: Exploring Some Geometric Themes (Ganita Prakash, Part 2) | Boundless Maths
HomeClass 8 Maths & ScienceGanita PrakashNCERT Solutions — Part IIChapter 4: Exploring Some Geometric Themes
📘 Ganita Prakash · Part II · CBSE 2026-27 ✨ Free — No Sign-up 22 Figure it Out Qs

Part II, Chapter 4Exploring Some Geometric Themes

Class 8 Maths Ganita Prakash (Part II) NCERT Solutions Chapter 4: Exploring Some Geometric Themes, from the CBSE 2026-27 textbook, with every step of reasoning shown in full. Covers fractals (the Sierpinski Carpet, Sierpinski Gasket, and Koch Snowflake), visualising and building solids, nets, faces/edges/vertices, shortest paths on a cuboid, projections and profiles, front/top/side views, and isometric drawing. Every Math Talk and Try This box, and all Figure it Out exercise sets, are solved.

22Figure it Out Qs
20Math Talk & Try This Boxes
100%NCERT Aligned
Browse All Ganita Prakash Chapters →

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.

Step 0
Step 1
Step 2
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:

\(R_n=8^n\)
The number of remaining squares at Step n is 8ⁿ.
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}\):

\(H_n=1+8+8^2+\cdots+8^{n-1}=\dfrac{8^n-1}{7}\)
The number of holes at Step n is (8ⁿ − 1) ÷ 7 — for example, H₁=1, H₂=9, H₃=73, H₄=585.

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.

Step 0
Step 1
Step 2
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}\).

All 4 smaller triangles are equilateral with side length exactly half the original, and therefore identical to each other.

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).

See the 3-step diagram above.
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)01234
Triangles remaining (Tₙ = 3ⁿ)1392781
Holes (Hₙ)0141340
Triangles remaining at step n: 3ⁿ. Holes at step n: (3ⁿ − 1) ÷ 2.
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:

Area at step \(n\) \(=\left(\dfrac89\right)^n\)

Sierpinski Gasket: each step keeps 3 of 4 equal-area sub-triangles, so the remaining area is multiplied by \(\dfrac34\) at every step:

Area at step \(n\) \(=\left(\dfrac34\right)^n\)
Carpet: (8/9)ⁿ sq. units. Gasket: (3/4)ⁿ sq. units. Both shrink toward 0 as n grows, even though infinitely many steps are taken.

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.

Step 0
Step 1 (each side gets a bump)

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.

See the diagram above for Steps 0–1; Step 2 applies the same bump construction to all 12 sides of Step 1.
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)0123
Sides (Sₙ = 3×4ⁿ)31248192
Number of sides at step n = 3 × 4ⁿ.
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):

Perimeter at step \(n\) \(=3\times\left(\dfrac43\right)^n\)
Step (n)0123
Perimeter3416/3 ≈ 5.3364/9 ≈ 7.11
Perimeter at step n = 3 × (4/3)ⁿ — this grows without bound as n increases, even though the snowflake's area stays finite (bounded by a circle around it)!

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).

(2) A smaller rotated square remains; the 4 corner triangles can be rearranged into another square of equal area. (3) A regular hexagon. (4) An octagon (with two alternating side lengths).

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.

(5) Cube, viewed face-on. (6) Sphere (any angle) or cylinder viewed end-on. (7) Cone viewed from the side.
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.

(8) Cylinder (9) Cone (10) Triangular prism (11) Cone frustum (12) Pentagonal prism — none unique; many solids satisfy each pair of conditions.

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\).

For n = 10: faces = 12, edges = 30, vertices = 20. In general: faces = n+2, edges = 3n, 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\).

For n = 10: faces = 11, edges = 20, vertices = 11. In general: faces = n+1, edges = 2n, vertices = n+1.

A net is a flat shape obtained by "unfolding" a solid onto a plane — folding it back up recreates the solid.

Fig. 4.1 — a net of a cube
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.
The exact arrangement of squares in each of the six candidate shapes (i)–(vi) isn't fully recoverable from the flattened PDF/image extraction, so each specific candidate can't be individually confirmed here. Use the test method below on your own printed copy.

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":

"1-4-1" type (6 of the 11 nets — the extra square above and below can attach at different positions along the row of 4)
"3-3 staircase" type (3 of the 11 nets)
"2-2-2 staircase" type (1 of the 11 nets)
"2-3-1" type (1 of the 11 nets)
6 + 3 + 1 + 1 = 11 total distinct nets, grouped into these four families by shape. Compare each of your six given candidate shapes against these known families to decide which are valid cube nets.
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.

Both nets follow the same cross-like layout as a cube's net, but with rectangles of the appropriate two different sidelengths substituted in place of unit squares.
A net of a regular tetrahedron (4 equilateral triangles)
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."

One net is a central triangle with 3 triangles attached around it; the other is a straight strip of 4 alternating triangles — together these are the only 2 possible nets.
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.

A central square with 4 triangles attached, one to each side, folds up into a square pyramid.

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.

You get an oblique (slanted) cone-like surface rather than a proper right circular cone, since the apex no longer sits directly above the base's centre.
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.

Three rectangles in a row (forming the prism's curved/lateral surface) plus two triangles attached at the ends (the prism's triangular faces).
A net of an octahedron (8 equilateral triangles, in a parallelogram-shaped strip)

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.

Unfold the relevant faces of the cuboid into a flat net, connect the ant and laddu with a straight line on that net, and check the line stays within the net's boundary — that straight-line distance is the shortest path.
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.

The shortest path is 10 cm, found via the Pythagorean theorem on the correctly-chosen unfolding of the cuboid into a flat net.
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.

This is presented in the textbook as an open exploration ("Try This") rather than a single closed-form answer — it explicitly asks you to "carefully list all the possible different unfoldings" since, as shown, different unfoldings give different path lengths (42 cm vs. 40 cm here), and the true shortest path is whichever of all valid unfoldings gives the smallest value.

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.

Two candidates give 42 cm and 40 cm, with 40 cm the smaller so far — confirming it as the true shortest path requires checking the remaining possible unfoldings using the same net-and-straight-line method, keeping the smallest valid result.

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.

The projected length p is always ≤ the actual length l. Equality (p = l) happens exactly when the line is parallel to the plane of projection (so it doesn't "tilt away" from the plane at all).
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.

A square's projection can be a square, a rectangle, a (non-rectangular) parallelogram, or a line segment. A parallelogram's projection is always a parallelogram — never any other kind of 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.

Generally an n-sided (though not necessarily regular) polygon, with the possibility of fewer apparent sides — or even a single line segment — in special edge-on orientations.
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.

No projection uniquely determines the object — many different solids can share the same projection, since depth information along the viewing direction is always lost.

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.

Each of the three projected lengths is at most the line's true length, and the specific relationship between all three depends on the line's exact 3D orientation — a line parallel to one of the three reference planes shows its true length in that view, while appearing shortened (or as a single point) in the others.
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).

See the descriptions above for each solid's three views, under a natural "axis-aligned" orientation.
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.
Matching each specific object image to its correct front/top/side sketch requires visually comparing the exact drawings in the printed figure, which can't be done reliably from the flattened text/image extraction of this PDF.

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).

Match by identifying each object's natural resting orientation, then comparing which sketch matches the silhouette expected from directly above (top), from the front (front), and from the side (side).
7Draw the top view, front view, and side view of each of the given combinations of identical cubes.
Each specific cube-combination shape needs to be viewed from its own printed figure to draw the exact views, which can't be reliably reconstructed from the flattened text/image extraction of this PDF.

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.

Use the "look straight down / straight ahead / straight from the side, and note the outline" method above for each specific combination shown in your printed copy.
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?
The exact letter shapes and cube arrangements shown in the printed figure can't be reliably reconstructed from the flattened text/image extraction of this PDF.

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.

Build up the 3D shape by satisfying each view's silhouette one at a time, adding/removing cubes at specific depths without disturbing views already matched; letters like L, T, and I are good candidates for further exploration.
9Which solid (i)–(vii) corresponds to a given top view, front view, and side view (all three shaped like an "L"-ish arrangement)?
Confirming exactly which of the seven candidate solids matches all three given views requires comparing each candidate's silhouette against the given top/front/side sketches directly, which can't be reliably done from the flattened text/image extraction of this PDF.

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.

Systematically check each of the 7 candidates against all 3 given views; only the one matching all three simultaneously is correct — verify against your own printed copy.
10Using identical cubes, make a solid that gives 3 different sets of given top/front/side view projections.
The exact given view shapes for each of the 3 sets can't be reliably reconstructed from the flattened text/image extraction of this PDF.

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.

Use the top view to fix the base footprint, then the front and side views together to fix the height of each column — build the minimal solid satisfying all three.
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}\).

The exact number of layers/base size in the specific stack shown in the figure can't be confirmed from the flattened text/image extraction of this PDF — count the layers in your own printed copy and apply the formula below.
Count the cubes in each square layer of the stack (from the top single cube down to the widest base layer) and add them all up — equivalently, use 1² + 2² + ⋯ + k² = k(k+1)(2k+1)/6 for a stack with k layers.
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).

Square, rectangle, (non-rectangular) parallelogram, and — in the special isometric orientation — a regular hexagon.

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.

The 3-fold rotational symmetry of a cube balanced on a corner vertex forces every edge to project to the same length.
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.

A shadow from a very distant, perpendicular light source (like the sun) is essentially identical to the true mathematical projection of the object.

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.

Yes — once cubes are allowed to stack in the height direction (not just spread flat), several additional genuinely 3D combinations of 4 cubes become possible, beyond the 5 flat Tetris shapes.
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.

Build each figure cube-by-cube on the isometric grid, tracking whether each new cube's connecting edge goes up or down along the height direction, and matching each edge to the correct one of the three grid directions.
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.

Yes — it depicts an impossible, ever-ascending (or ever-descending) closed loop, similar to an Escher staircase; only a physically consistent portion of it can actually be built and drawn correctly on a real isometric grid.
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.

(i) No physical model is possible; each individual profile (front/top/side) looks like an ordinary simple bar of cubes. (ii) Draw 3 separate bars along the 3 isometric directions, positioned to appear connected at the corners. (iii) The illusion exploits how 2D isometric drawings can locally look consistent at each corner without any single 3D object actually satisfying all corners at once.

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

Rₙ = 8ⁿ, since every remaining square at one step gives rise to exactly 8 remaining squares at the next step (after the centre of each 3×3 group is removed).
A cube has exactly 11 distinct nets (counting two nets as the same if one is a rotation or flip of the other), falling into four shape families: six "1-4-1" type, three "3-3 staircase" type, one "2-2-2 staircase" type, and one "2-3-1" type.
Unfold the cuboid into a flat net, draw a straight line between the two points on that net, and check the line stays within the net's boundary — if it does, that straight-line distance (found using the Pythagorean/Baudhayana theorem) is the shortest surface path.
It's the special orientation of a solid (such as a cube balanced on a corner vertex) where the projections of all its edges have equal length, making it possible to draw accurate 3D shapes on a triangular/hexagonal isometric grid.
Because the projected length forms one leg of a right triangle whose hypotenuse is the line's actual length, and a right triangle's leg can never exceed its hypotenuse. Equality only holds when the line is exactly parallel to the plane of projection.

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.

© Boundless Maths — Free CBSE Class 8–12 NCERT Solutions, Formula Cards & Question Banks.
Expert CBSE Coaching · Class 9–12