Fractals and Visualising Solids | FIO

Question 14

Imagine eight identical cubes, glued together along faces to form the letter 'C'.

Question diagram 1
Check your answer with HomiSolve it yourself, then let Homi check your steps and spot mistakes.
Solution
Understand the Question
  • A 3D solid composed of unit cubes can be represented using 3D coordinates (x,y,z)(x, y, z), where:
    • xx represents the width (horizontal axis),
    • yy represents the height (vertical axis),
    • zz represents the depth (front-to-back axis).
  • Projections onto standard planes give the orthogonal views:
    • Front view: Projection onto the x-yx\text{-}y plane.
    • Top view: Projection onto the x-zx\text{-}z plane.
    • Side view: Projection onto the y-zy\text{-}z plane.
  • A cube is present at (x,y,z)(x, y, z) only if its projections simultaneously satisfy the required 2D patterns in all specified views.

(i) What do the side and top views of the given 'C' shape made of 8 cubes look like?

Step 1 · Analyze Side and Top Views of the 'C' Shape

Diagram 1

The initial 88 cubes have coordinates (x,y,z)(x, y, z):

  • Layer 1 (front, z=0z = 0): (0,0,0),(1,0,0),(0,1,0),(0,2,0),(1,2,0)(0, 0, 0), (1, 0, 0), (0, 1, 0), (0, 2, 0), (1, 2, 0)
  • Layer 2 (back, z=1z = 1): (0,0,1),(0,1,1),(0,2,1)(0, 0, 1), (0, 1, 1), (0, 2, 1)

Front view (projection on x-yx\text{-}y plane):

XXXXX\begin{array}{cc} \text{X} & \text{X} \\ \text{X} & \\ \text{X} & \text{X} \end{array}

Side view (projection on y-zy\text{-}z plane): Collecting all (y,z)(y, z) pairs: (0,0),(1,0),(2,0)and(0,1),(1,1),(2,1)(0, 0), (1, 0), (2, 0) \quad \text{and} \quad (0, 1), (1, 1), (2, 1)

XXXXXX\begin{array}{cc} \text{X} & \text{X} \\ \text{X} & \text{X} \\ \text{X} & \text{X} \end{array}

This forms a rectangle of dimensions 3×23 \times 2.

Top view (projection on x-zx\text{-}z plane): Collecting all (x,z)(x, z) pairs: (0,0),(1,0)and(0,1)(0, 0), (1, 0) \quad \text{and} \quad (0, 1)

XXX\begin{array}{cc} \text{X} & \text{X} \\ \text{X} & \end{array}

This forms an 'L' shape.

Answer

(i) Side view is a rectangle; Top view is an 'L' shape.

(ii) How many cubes are in a shape that looks like 'C' from the front and 'A' from the top?

Step 1 · Construct Shape with 'C' Front and 'A' Top Views

Diagram 2

Extending to a 3×3×33 \times 3 \times 3 grid, let the coordinate sets be:

  • Front view ('C'): Cxy={(0,0),(1,0),(2,0),(0,1),(0,2),(1,2),(2,2)}C_{xy} = \{(0, 0), (1, 0), (2, 0), (0, 1), (0, 2), (1, 2), (2, 2)\}
  • Top view ('A'): Axz={(0,0),(1,0),(2,0),(0,1),(2,1),(0,2),(2,2)}A_{xz} = \{(0, 0), (1, 0), (2, 0), (0, 1), (2, 1), (0, 2), (2, 2)\}

A cube exists at (x,y,z)(x, y, z) if and only if (x,y)Cxy(x, y) \in C_{xy} and (x,z)Axz(x, z) \in A_{xz}:

  • For x=0x = 0:

    • (0,0)Cxy    z{0,1,2}3 cubes(0, 0) \in C_{xy} \implies z \in \{0, 1, 2\} \rightarrow 3 \text{ cubes}
    • (0,1)Cxy    z{0,1,2}3 cubes(0, 1) \in C_{xy} \implies z \in \{0, 1, 2\} \rightarrow 3 \text{ cubes}
    • (0,2)Cxy    z{0,1,2}3 cubes(0, 2) \in C_{xy} \implies z \in \{0, 1, 2\} \rightarrow 3 \text{ cubes}
    • Total for x=0x = 0: 3+3+3=9 cubes3 + 3 + 3 = 9 \text{ cubes}
  • For x=1x = 1:

    • (1,0)Cxy    z=01 cube(1, 0) \in C_{xy} \implies z = 0 \rightarrow 1 \text{ cube}
    • (1,1)Cxy0 cubes(1, 1) \notin C_{xy} \rightarrow 0 \text{ cubes}
    • (1,2)Cxy    z=01 cube(1, 2) \in C_{xy} \implies z = 0 \rightarrow 1 \text{ cube}
    • Total for x=1x = 1: 1+0+1=2 cubes1 + 0 + 1 = 2 \text{ cubes}
  • For x=2x = 2:

    • (2,0)Cxy    z{0,1,2}3 cubes(2, 0) \in C_{xy} \implies z \in \{0, 1, 2\} \rightarrow 3 \text{ cubes}
    • (2,1)Cxy    z{0,1,2}3 cubes(2, 1) \in C_{xy} \implies z \in \{0, 1, 2\} \rightarrow 3 \text{ cubes}
    • (2,2)Cxy    z{0,1,2}3 cubes(2, 2) \in C_{xy} \implies z \in \{0, 1, 2\} \rightarrow 3 \text{ cubes}
    • Total for x=2x = 2: 3+3+3=9 cubes3 + 3 + 3 = 9 \text{ cubes}

Total cubes=9+2+9=20\text{Total cubes} = 9 + 2 + 9 = 20

Answer

(ii) 20 cubes20\text{ cubes}

(iii) How many cubes are in a shape that looks like 'C' from the front, 'A' from the top, and 'F' from the side?

Step 1 · Construct Shape with 'C' Front, 'A' Top, and 'F' Side Views

Diagram 3

In addition to CxyC_{xy} and AxzA_{xz}, the 3×33 \times 3 side view 'F' is: Fyz={(0,0),(1,0),(2,0),(0,1),(2,1),(0,2),(1,2),(2,2)}F_{yz} = \{(0, 0), (1, 0), (2, 0), (0, 1), (2, 1), (0, 2), (1, 2), (2, 2)\} (All pairs in 3×33 \times 3 except (1,1)(1, 1)).

A cube exists at (x,y,z)(x, y, z) if (x,y)Cxy(x, y) \in C_{xy}, (x,z)Axz(x, z) \in A_{xz}, and (y,z)Fyz(y, z) \in F_{yz}:

  • For x=0x = 0:

    • y=0    z{0,1,2}(0,0),(0,1),(0,2)Fyz3 cubesy = 0 \implies z \in \{0, 1, 2\} \rightarrow (0, 0), (0, 1), (0, 2) \in F_{yz} \rightarrow 3 \text{ cubes}
    • y=1    z{0,2}(1,0),(1,2)Fyz (since (1,1)Fyz)2 cubesy = 1 \implies z \in \{0, 2\} \rightarrow (1, 0), (1, 2) \in F_{yz} \text{ (since } (1, 1) \notin F_{yz}\text{)} \rightarrow 2 \text{ cubes}
    • y=2    z{0,1,2}(2,0),(2,1),(2,2)Fyz3 cubesy = 2 \implies z \in \{0, 1, 2\} \rightarrow (2, 0), (2, 1), (2, 2) \in F_{yz} \rightarrow 3 \text{ cubes}
    • Total for x=0x = 0: 3+2+3=8 cubes3 + 2 + 3 = 8 \text{ cubes}
  • For x=1x = 1:

    • y=0    z=0(0,0)Fyz1 cubey = 0 \implies z = 0 \rightarrow (0, 0) \in F_{yz} \rightarrow 1 \text{ cube}
    • y=1    (1,1)Cxy0 cubesy = 1 \implies (1, 1) \notin C_{xy} \rightarrow 0 \text{ cubes}
    • y=2    z=0(2,0)Fyz1 cubey = 2 \implies z = 0 \rightarrow (2, 0) \in F_{yz} \rightarrow 1 \text{ cube}
    • Total for x=1x = 1: 1+0+1=2 cubes1 + 0 + 1 = 2 \text{ cubes}
  • For x=2x = 2:

    • y=0    z{0,1,2}3 cubesy = 0 \implies z \in \{0, 1, 2\} \rightarrow 3 \text{ cubes}
    • y=1    z{0,2}2 cubesy = 1 \implies z \in \{0, 2\} \rightarrow 2 \text{ cubes}
    • y=2    z{0,1,2}3 cubesy = 2 \implies z \in \{0, 1, 2\} \rightarrow 3 \text{ cubes}
    • Total for x=2x = 2: 3+2+3=8 cubes3 + 2 + 3 = 8 \text{ cubes}

Total cubes=8+2+8=18\text{Total cubes} = 8 + 2 + 8 = 18

Answer

(iii) 18 cubes18\text{ cubes}

(iv) Find another combination of letter views for a 3D solid made of cubes.

Step 1 · Construct a Solid with All 'L' Views

Consider a 2×2×22 \times 2 \times 2 solid whose front, top, and side views are all 'L' shapes:

  • Front view: Lxy={(0,0),(1,0),(0,1)}L_{xy} = \{(0, 0), (1, 0), (0, 1)\}
  • Top view: Lxz={(0,0),(1,0),(0,1)}L_{xz} = \{(0, 0), (1, 0), (0, 1)\}
  • Side view: Lyz={(0,0),(1,0),(0,1)}L_{yz} = \{(0, 0), (1, 0), (0, 1)\}

A cube (x,y,z)(x, y, z) exists if (x,y)Lxy(x, y) \in L_{xy}, (x,z)Lxz(x, z) \in L_{xz}, and (y,z)Lyz(y, z) \in L_{yz}:

  • (0,0,0)(0, 0, 0): Valid 1 cube\rightarrow 1 \text{ cube}
  • (1,0,0)(1, 0, 0): Valid 1 cube\rightarrow 1 \text{ cube}
  • (0,1,0)(0, 1, 0): Valid 1 cube\rightarrow 1 \text{ cube}
  • (0,0,1)(0, 0, 1): Valid 1 cube\rightarrow 1 \text{ cube}

All other coordinates fail at least one view condition. Total cubes=4\text{Total cubes} = 4

Answer

(iv) A shape that looks like an 'L' from the front, top, and side (requires 44 cubes).

Common Mistakes
  • Overlooking 3D Depth: Assuming that the front view alone gives the complete configuration without checking if layers in the depth (zz-axis) can overlap.
  • Missing View Constraints: Forgetting that placing a cube at (x,y,z)(x, y, z) must satisfy all simultaneous 2D projection conditions (CxyC_{xy}, AxzA_{xz}, and FyzF_{yz}).

More questions in FIO

Q1

Draw the initial few steps (at least till Step 2) of the shape sequence that leads to the Sierpinski Triangle.

Q2

Find the number of holes, and the triangles that remain at each step of the shape sequence that leads to the Sierpinski Triangle.

Q3

Find the area of the region remaining at the nnth step in each of the shape sequences that lead to the Sierpinski fractals. Take the area of the starting square/triangle to be 1 sq. unit.

Q4

Draw the initial few steps (at least till Step 2) of the shape sequence that leads to the Koch Snowflake.

Q5

Find the number of sides in the nthn^{\text{th}} step of the shape sequence that leads to the Koch Snowflake.

Q6

Find the perimeter of the shape at the nthn\text{th} step of the sequence. Take the starting equilateral triangle to have a sidelength of 1 unit.

Q7

Figure it Out

  1. Which of the following are the nets of a cube? First, try to answer by visualisation. Then, you may use cutouts and try.
Q8

A cube has 11 possible net structures in total. In this count, two nets are considered the same if one can be obtained from the other by a rotation or a flip. For example, the following nets are all considered the same —

Find all the 11 nets of a cube.

Q9

Draw a net of a cuboid having sidelengths:

(i) 5 cm5\text{ cm}, 3 cm3\text{ cm}, and 1 cm1\text{ cm}

(ii) 6 cm6\text{ cm}, 3 cm3\text{ cm}, and 2 cm2\text{ cm}

Q10

Observe the front view, top view and side view of the different lines in Fig. 4.6. Is there any relation between their lengths?

Q11

Find the front view, top view and side view of each of the following solids, fixing its orientation with respect to the vertical, horizontal and side planes: cube, cuboid, parallelepiped, cylinder, cone, prism, and pyramid. If needed, see the next problem for clues.

Q12

Match each of the following objects with its projections.

Q13

Draw the top view, front view and the side view of each of the following combinations of identical cubes.

Q14

Imagine eight identical cubes, glued together along faces to form the letter 'C'.

Q15

Which solid corresponds to the given top view, front view, and side view?

Solids to choose from:

Q16

Using identical cubes, make a solid that gives the following projections:

Q17

Find the number of cubes in this stack of identical cubes.

Q18

What are the different shapes the projection of a cube can make under different orientations?

Q19

In addition to the 5 ways shown in Fig. 4.8, are there any additional ways of gluing four cubes together along faces? Can you visualise and draw these as well?

Q20

Draw the following figures on the isometric grid.

[Hint: It may be useful to determine whether the edge to be currently drawn — say, along the height — goes from down to up or up to down. Accordingly, draw the line segment on the grid either in the direction of the height axis or opposite to it.]

Q21

Is there anything strange about the path of this ball? Recreate it on the isometric grid.

[Hint: Consider a portion of this figure that is physically realisable and identify the 3 primary directions.]

Q22

Observe this triangle.

(i) Would it be possible to build a model out of actual cubes? What are the front, top, and side profiles of this impossible triangle? (ii) Recreate this on an isometric grid. (iii) Why does the illusion work?

← Back to Fractals and Visualising Solids