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

We will visualize 3D shapes made of cubes by looking at their projections from the front, top, and side. When multiple views are given, we assume the overall dimensions of the object are the maximum required by any view, and the letter shapes are preserved.

Step 1 — Analyze the initial 'C' shape

Let us define the initial shape made of 8 cubes. The problem states it looks like a 'C' from the front. The 'C' diagram is 2 units wide and 3 units high. To make it with 8 cubes, we can assume it's 2 units deep in the leftmost column.

Let the coordinates of the cubes be (x,y,z)(x, y, z), where xx is width, yy is height, and zz is depth. The front view is the projection onto the xyx-y plane. The initial 8 cubes are: 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)

The front view (projection onto xyx-y plane) is: XXXXX\begin{array}{cc} \text{X} & \text{X} \\ \text{X} & \\ \text{X} & \text{X} \end{array} This matches the 'C' shape in the diagram.

Now, let us find the side view (projection onto yzy-z plane, looking from the right). We consider all (y,z)(y,z) pairs present in the 8 cubes: (0,0),(1,0),(2,0)from (0,0,0),(0,1,0),(0,2,0),(1,0,0),(1,2,0)(0,0), (1,0), (2,0) \quad \text{from } (0,0,0), (0,1,0), (0,2,0), (1,0,0), (1,2,0) (0,1),(1,1),(2,1)from (0,0,1),(0,1,1),(0,2,1)(0,1), (1,1), (2,1) \quad \text{from } (0,0,1), (0,1,1), (0,2,1) The side view is a 3 units high by 2 units deep rectangle: XXXXXX\begin{array}{cc} \text{X} & \text{X} \\ \text{X} & \text{X} \\ \text{X} & \text{X} \end{array} This is a rectangle.

Next, let us find the top view (projection onto xzx-z plane, looking from the top). We consider all (x,z)(x,z) pairs present in the 8 cubes: (0,0),(1,0)from (0,0,0),(0,1,0),(0,2,0),(1,0,0),(1,2,0)(0,0), (1,0) \quad \text{from } (0,0,0), (0,1,0), (0,2,0), (1,0,0), (1,2,0) (0,1)from (0,0,1),(0,1,1),(0,2,1)(0,1) \quad \text{from } (0,0,1), (0,1,1), (0,2,1) The top view is 2 units wide by 2 units deep, in an 'L' shape: XXX\begin{array}{cc} \text{X} & \text{X} \\ \text{X} & \end{array} This is an 'L' shape.

Diagram 1

Step 2 — Construct a shape with 'C' front and 'A' top views

We need to make a shape that looks like 'C' from the front and 'A' from the top. The 'C' diagram is 2 units wide, but the 'A' diagram is 3 units wide. To resolve this conflict, we assume the overall dimensions of the object are the maximum required by any view. So, the object will be 3 units wide, 3 units high, and 3 units deep. We will interpret the 'C' and 'A' as 3x3 versions of their shapes.

Let CxyC_{xy} be the set of (x,y)(x,y) coordinates for the 3x3 'C' front view: 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) \} Let AxzA_{xz} be the set of (x,z)(x,z) coordinates for the 3x3 'A' top view: 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) \} To find the number of cubes in the shape, we place a cube 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}. This gives the maximum number of cubes that satisfy both projections.

Let us list the cubes:

  • For x=0x=0:

    • (0,0)Cxy(0,0) \in C_{xy}: zz can be 0,1,20,1,2 (from AxzA_{xz} for x=0x=0). So, (0,0,0),(0,0,1),(0,0,2)(0,0,0), (0,0,1), (0,0,2) are cubes. (3 cubes)
    • (0,1)Cxy(0,1) \in C_{xy}: zz can be 0,1,20,1,2 (from AxzA_{xz} for x=0x=0). So, (0,1,0),(0,1,1),(0,1,2)(0,1,0), (0,1,1), (0,1,2) are cubes. (3 cubes)
    • (0,2)Cxy(0,2) \in C_{xy}: zz can be 0,1,20,1,2 (from AxzA_{xz} for x=0x=0). So, (0,2,0),(0,2,1),(0,2,2)(0,2,0), (0,2,1), (0,2,2) are cubes. (3 cubes) Total for x=0x=0: 3+3+3=93+3+3 = \mathbf{9} cubes.
  • For x=1x=1:

    • (1,0)Cxy(1,0) \in C_{xy}: zz can be 00 (from AxzA_{xz} for x=1x=1). So, (1,0,0)(1,0,0) is a cube. (1 cube)
    • (1,1)Cxy(1,1) \notin C_{xy}: No cubes for (1,1)(1,1).
    • (1,2)Cxy(1,2) \in C_{xy}: zz can be 00 (from AxzA_{xz} for x=1x=1). So, (1,2,0)(1,2,0) is a cube. (1 cube) Total for x=1x=1: 1+1=21+1 = \mathbf{2} cubes.
  • For x=2x=2:

    • (2,0)Cxy(2,0) \in C_{xy}: zz can be 0,1,20,1,2 (from AxzA_{xz} for x=2x=2). So, (2,0,0),(2,0,1),(2,0,2)(2,0,0), (2,0,1), (2,0,2) are cubes. (3 cubes)
    • (2,1)Cxy(2,1) \in C_{xy}: zz can be 0,1,20,1,2 (from AxzA_{xz} for x=2x=2). So, (2,1,0),(2,1,1),(2,1,2)(2,1,0), (2,1,1), (2,1,2) are cubes. (3 cubes)
    • (2,2)Cxy(2,2) \in C_{xy}: zz can be 0,1,20,1,2 (from AxzA_{xz} for x=2x=2). So, (2,2,0),(2,2,1),(2,2,2)(2,2,0), (2,2,1), (2,2,2) are cubes. (3 cubes) Total for x=2x=2: 3+3+3=93+3+3 = \mathbf{9} cubes.

The total number of cubes is: 9+2+99 + 2 + 9 =20 cubes= \mathbf{20 \text{ cubes}}

Diagram 2

Step 3 — Construct a shape with 'C' front, 'A' top, and 'F' side views

We need to make a shape that looks like 'C' from the front, 'A' from the top, and 'F' from the side. The overall dimensions of the object will be 3 units wide, 3 units high, and 3 units deep (to accommodate the 'A' and 'C' views). We interpret the 'F' diagram as a 3x3 version of its shape, stretched to fill the 3 units of depth.

Let CxyC_{xy} be the 3x3 'C' front view. Let AxzA_{xz} be the 3x3 'A' top view. Let FyzF_{yz} be the set of (y,z)(y,z) coordinates for the 3x3 'F' side view. The original 'F' is 3 high and 2 deep. If we scale it to 3 deep, it means the 'F' shape is present in all 3 layers of depth. 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) \} This is a 3x3 square with the middle-middle cell (1,1)(1,1) missing.

To find the number of cubes, we place a cube 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} AND (y,z)Fyz(y,z) \in F_{yz}.

Let us list the cubes:

  • For x=0x=0:

    • (0,0)Cxy(0,0) \in C_{xy}: zz can be 0,1,20,1,2 (from AxzA_{xz} for x=0x=0).
      • (0,0,0)(0,0,0): (0,0)Fyz(0,0) \in F_{yz}. So, (0,0,0)(0,0,0) is a cube.
      • (0,0,1)(0,0,1): (0,1)Fyz(0,1) \in F_{yz}. So, (0,0,1)(0,0,1) is a cube.
      • (0,0,2)(0,0,2): (0,2)Fyz(0,2) \in F_{yz}. So, (0,0,2)(0,0,2) is a cube. (3 cubes)
    • (0,1)Cxy(0,1) \in C_{xy}: zz can be 0,1,20,1,2 (from AxzA_{xz} for x=0x=0).
      • (0,1,0)(0,1,0): (1,0)Fyz(1,0) \in F_{yz}. So, (0,1,0)(0,1,0) is a cube.
      • (0,1,1)(0,1,1): (1,1)Fyz(1,1) \notin F_{yz}. No cube.
      • (0,1,2)(0,1,2): (1,2)Fyz(1,2) \in F_{yz}. So, (0,1,2)(0,1,2) is a cube. (2 cubes)
    • (0,2)Cxy(0,2) \in C_{xy}: zz can be 0,1,20,1,2 (from AxzA_{xz} for x=0x=0).
      • (0,2,0)(0,2,0): (2,0)Fyz(2,0) \in F_{yz}. So, (0,2,0)(0,2,0) is a cube.
      • (0,2,1)(0,2,1): (2,1)Fyz(2,1) \in F_{yz}. So, (0,2,1)(0,2,1) is a cube.
      • (0,2,2)(0,2,2): (2,2)Fyz(2,2) \in F_{yz}. So, (0,2,2)(0,2,2) is a cube. (3 cubes) Total for x=0x=0: 3+2+3=83+2+3 = \mathbf{8} cubes.
  • For x=1x=1:

    • (1,0)Cxy(1,0) \in C_{xy}: zz can be 00 (from AxzA_{xz} for x=1x=1).
      • (1,0,0)(1,0,0): (0,0)Fyz(0,0) \in F_{yz}. So, (1,0,0)(1,0,0) is a cube. (1 cube)
    • (1,1)Cxy(1,1) \notin C_{xy}: No cubes for (1,1)(1,1).
    • (1,2)Cxy(1,2) \in C_{xy}: zz can be 00 (from AxzA_{xz} for x=1x=1).
      • (1,2,0)(1,2,0): (2,0)Fyz(2,0) \in F_{yz}. So, (1,2,0)(1,2,0) is a cube. (1 cube) Total for x=1x=1: 1+1=21+1 = \mathbf{2} cubes.
  • For x=2x=2:

    • (2,0)Cxy(2,0) \in C_{xy}: zz can be 0,1,20,1,2 (from AxzA_{xz} for x=2x=2).
      • (2,0,0)(2,0,0): (0,0)Fyz(0,0) \in F_{yz}. So, (2,0,0)(2,0,0) is a cube.
      • (2,0,1)(2,0,1): (0,1)Fyz(0,1) \in F_{yz}. So, (2,0,1)(2,0,1) is a cube.
      • (2,0,2)(2,0,2): (0,2)Fyz(0,2) \in F_{yz}. So, (2,0,2)(2,0,2) is a cube. (3 cubes)
    • (2,1)Cxy(2,1) \in C_{xy}: zz can be 0,1,20,1,2 (from AxzA_{xz} for x=2x=2).
      • (2,1,0)(2,1,0): (1,0)Fyz(1,0) \in F_{yz}. So, (2,1,0)(2,1,0) is a cube.
      • (2,1,1)(2,1,1): (1,1)Fyz(1,1) \notin F_{yz}. No cube.
      • (2,1,2)(2,1,2): (1,2)Fyz(1,2) \in F_{yz}. So, (2,1,2)(2,1,2) is a cube. (2 cubes)
    • (2,2)Cxy(2,2) \in C_{xy}: zz can be 0,1,20,1,2 (from AxzA_{xz} for x=2x=2).
      • (2,2,0)(2,2,0): (2,0)Fyz(2,0) \in F_{yz}. So, (2,2,0)(2,2,0) is a cube.
      • (2,2,1)(2,2,1): (2,1)Fyz(2,1) \in F_{yz}. So, (2,2,1)(2,2,1) is a cube.
      • (2,2,2)(2,2,2): (2,2)Fyz(2,2) \in F_{yz}. So, (2,2,2)(2,2,2) is a cube. (3 cubes) Total for x=2x=2: 3+2+3=83+2+3 = \mathbf{8} cubes.

The total number of cubes is: 8+2+88 + 2 + 8 =18 cubes= \mathbf{18 \text{ cubes}}

Diagram 3

Step 4 — Other letter combinations

We can think of many other letter combinations. For example, we could make a shape that looks like an 'L' from the front, an 'L' from the top, and an 'L' from the side.

Let's consider a simple example:

  • Front view: 'L' (2 units wide, 2 units high)
  • Top view: 'L' (2 units wide, 2 units deep)
  • Side view: 'L' (2 units deep, 2 units high)

The overall dimensions would be 2x2x2. Let Lxy={(0,0),(1,0),(0,1)}L_{xy} = \{ (0,0), (1,0), (0,1) \}. Let Lxz={(0,0),(1,0),(0,1)}L_{xz} = \{ (0,0), (1,0), (0,1) \}. Let 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} AND (x,z)Lxz(x,z) \in L_{xz} AND (y,z)Lyz(y,z) \in L_{yz}.

  • (0,0,0)(0,0,0): (0,0)Lxy(0,0) \in L_{xy}, (0,0)Lxz(0,0) \in L_{xz}, (0,0)Lyz(0,0) \in L_{yz}. So, (0,0,0)(0,0,0) is a cube.
  • (1,0,0)(1,0,0): (1,0)Lxy(1,0) \in L_{xy}, (1,0)Lxz(1,0) \in L_{xz}, (0,0)Lyz(0,0) \in L_{yz}. So, (1,0,0)(1,0,0) is a cube.
  • (0,1,0)(0,1,0): (0,1)Lxy(0,1) \in L_{xy}, (0,0)Lxz(0,0) \in L_{xz}, (1,0)Lyz(1,0) \in L_{yz}. So, (0,1,0)(0,1,0) is a cube.
  • (0,0,1)(0,0,1): (0,0)Lxy(0,0) \in L_{xy}, (0,1)Lxz(0,1) \in L_{xz}, (0,1)Lyz(0,1) \in L_{yz}. So, (0,0,1)(0,0,1) is a cube. All other combinations of (x,y,z)(x,y,z) will fail at least one condition. This shape would have 4 cubes.

Answer

(i) From the side, it looks like a rectangle. From the top, it looks like an 'L' shape. (ii) The shape would have 20 cubes. (iii) The shape would have 18 cubes. (iv) One example is a shape that looks like an 'L' from the front, an 'L' from the top, and an 'L' from the side.

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 nth step of the shape sequence that leads to the Koch Snowflake.

Q6

Find the perimeter of the shape at the nth 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 cm, 3 cm, and 1 cm

(ii) 6 cm, 3 cm, and 2 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