Skip to main content

Section 3.4 Pyramids

A pyramid is a 3D shape with a base, and triangular faces that meet at a single point at the top. Originally, they were the shapes of ancient pyramids in Egypt, and later inspired modern glass buildings.
  • The top of the pyramid, where the triangular faces meet, is called the apex.
  • The height \(h\) is the perpendicular distance from the base to the apex.
  • We will only consider pyramids where the apex is directly above the center of the base, called a right pyramid.
  • If the base is a regular polygon, it is called a regular pyramid. For a regular pyramid, each of the triangular faces is congruent (the same).

Subsection 3.4.1 Volume of a Pyramid

It fact, the volume of a pyramid is exactly \(\frac{1}{3}\) the volume of a prism with the same base area and height. Intuitively, the prism can be thought of as three pyramids put together, so the pyramid has \(\frac{1}{3}\) the volume of the prism.
The volume of a right pyramid is,
\begin{equation*} \boxed{V_{\text{pyramid}} = \frac{1}{3} A h \quad \begin{cases} A \rightarrow \text{base area} \\ h \rightarrow \text{height} \end{cases}} \end{equation*}

Example 3.4.1. Volume of a Square Pyramid.

Find the volume of a square pyramid with base side 6 m and height 9 m.
The base area is \(A = 6^2 = 36 \text{ m}^2\text{.}\) Then,
\begin{align*} V \amp= \frac{1}{3} A h\\ \amp= \frac{1}{3}(36)(9)\\ \amp= \frac{324}{3}\\ \amp= 108 \text{ m}^3 \end{align*}

Subsection 3.4.2 Slant Height vs Height

It is important to distinguish between the height and the slant height of a pyramid.
  • The height \(h\) is the perpendicular distance from the base to the apex (a vertical line through the center).
  • The slant height \(s\) is the distance from the apex to the midpoint of a base edge, measured along the face of the pyramid.
For a regular square pyramid, the slant height is related to the height by the Pythagorean theorem. The distance from the center of the base to the midpoint of a base edge is \(\frac{a}{2}\text{.}\)
Then,
\begin{equation*} s^2 = h^2 + \brac{\frac{a}{2}}^2 \quad \begin{cases} s \rightarrow \text{slant height} \\ h \rightarrow \text{height} \\ a \rightarrow \text{base side} \end{cases} \end{equation*}

Example 3.4.2. Finding the Slant Height.

A square pyramid has base side 10 cm and height 12 cm. Find the slant height.
The distance from the center of the base to the midpoint of a base edge is \(\frac{10}{2} = 5\) cm. By the Pythagorean theorem,
\begin{align*} s^2 \amp= h^2 + \brac{\frac{a}{2}}^2\\ \amp= 12^2 + 5^2\\ \amp= 144 + 25\\ \amp= 169\\ s \amp= \sqrt{169} = 13 \text{ cm} \end{align*}

Subsection 3.4.3 Surface Area of a Pyramid

The surface area of a pyramid is the sum of the areas of its triangular faces and the area of the base,
\begin{equation*} SA = \begin{pmatrix} \text{area of all} \\ \text{triangular faces} \end{pmatrix} + \brac{\text{area of base}} \end{equation*}
With a regular pyramid, the triangular faces are congruent, so it is enough to consider one of the faces. Each triangular face has base \(l\) (the side length of the base) and height \(s\) (the slant height). So the area of one face is \(\frac{1}{2} ls\text{.}\)
For a regular square pyramid, there are 4 faces, so the total area of the triangular faces is \(4 \cdot \frac{1}{2} ls\text{.}\) This area (not including the base) is called the lateral area, \(A_L\text{.}\) In general, if the base is a regular \(n\)-gon, then the lateral area is,
\begin{equation*} A_L = n \cdot \frac{1}{2} ls = \frac{1}{2} nls \end{equation*}
Notice that \(nl\) is the perimeter \(P\) of the base. Then,
\begin{equation*} A_L = \frac{1}{2} s P \end{equation*}
Then, the surface area is the lateral area plus the base area \(A_B\text{.}\)
The surface area of a regular right pyramid is,
\begin{equation*} \boxed{SA = \frac{1}{2} s P + A_B \quad \begin{cases} s \rightarrow \text{slant height} \\ P \rightarrow \text{base perimeter} \\ A_B \rightarrow \text{base area} \end{cases}} \end{equation*}
For a square pyramid with base side \(a\) and slant height \(s\text{,}\) the perimeter is \(P = 4a\) and the base area is \(A_B = a^2\text{.}\) So,
\begin{equation*} SA = \frac{1}{2} s (4a) + a^2 = 2as + a^2 \end{equation*}

Example 3.4.3. Surface Area of a Square Pyramid.

Find the surface area of a square pyramid with base side 8 cm and slant height 10 cm.
The perimeter is \(P = 4(8) = 32\) cm, and the base area is \(A_B = 8^2 = 64 \text{ cm}^2\text{.}\) Then,
\begin{align*} SA \amp= \frac{1}{2} s P + A_B\\ \amp= \frac{1}{2}(10)(32) + 64\\ \amp= 160 + 64\\ \amp= 224 \text{ cm}^2 \end{align*}

Subsection 3.4.4 Regular Tetrahedron

A regular tetrahedron is a special pyramid where all 4 faces are equilateral triangles and all edges have the same length.
If the edge length is \(a\text{,}\) then each face has area \(\frac{\sqrt{3}}{4}a^2\) (this is a known formula for the area of an equilateral triangle), so,
\begin{equation*} SA_{\text{tetrahedron}} = 4 \cdot \frac{\sqrt{3}}{4}a^2 = \sqrt{3}\, a^2 \end{equation*}

Example 3.4.4. Surface Area of a Regular Tetrahedron.

Find the surface area of a regular tetrahedron with edge length 6 cm.
\begin{equation*} SA = \sqrt{3}(6)^2 = 36\sqrt{3} \approx 62.4 \text{ cm}^2 \end{equation*}

Subsection 3.4.5 Examples

Example 3.4.5. Volume of a Rectangular Pyramid.

A pyramid has a rectangular base measuring 24 cm by 22 cm, and a height of 15 cm. Find its volume.
The base area is \(A = 24 \times 22 = 528 \text{ cm}^2\text{.}\) Then,
\begin{equation*} V = \frac{1}{3}Ah = \frac{1}{3}(528)(15) = \frac{7920}{3} = 2640 \text{ cm}^3 \end{equation*}

Example 3.4.6. Finding Base Area from Volume.

A pyramid has volume \(200 \text{ cm}^3\) and height 12 cm. Find its base area.
Starting from \(V = \frac{1}{3}Ah\text{,}\)
\begin{align*} 200 \amp= \frac{1}{3} A (12)\\ 200 \amp= 4A\\ A \amp= 50 \text{ cm}^2 \end{align*}

Exercise Group 3.4.1. Finding the Slant Height.

Find the slant height of each square pyramid.
(c)
Base side 2.3 m, slant height 1.5 m. Find the height.
Answer.
\(h = \sqrt{1.5^2 - 1.15^2} = \sqrt{2.25 - 1.3225} = \sqrt{0.9275} \approx 0.96\) m.

Exercise Group 3.4.2. Surface Area of Pyramids.

Find the surface area of each pyramid.
(a)
Square base, side 10 cm, slant height 13 cm.
Answer.
\(SA = \frac{1}{2}(13)(40) + 100 = 260 + 100 = 360 \text{ cm}^2\text{.}\)
(b)
Square base, side 14 cm, slant height 9 cm.
Answer.
\(SA = \frac{1}{2}(9)(56) + 196 = 252 + 196 = 448 \text{ cm}^2\text{.}\)
(c)
Rectangular base, 16 cm \(\times\) 20 cm. The slant height on the longer side is 18 cm and on the shorter side is 19 cm.
Hint.
Compute each pair of triangular faces separately.
Answer.
Two faces with base 20 and slant 18: \(2 \times \frac{1}{2}(20)(18) = 360\text{.}\) Two faces with base 16 and slant 19: \(2 \times \frac{1}{2}(16)(19) = 304\text{.}\) Base: \(16 \times 20 = 320\text{.}\) Total: \(360 + 304 + 320 = 984 \text{ cm}^2\text{.}\)
(d)
Square base, side 8 cm, height 3 cm.
Hint.
Find the slant height first.
Answer.
\(s = \sqrt{3^2 + 4^2} = 5\text{.}\) \(SA = \frac{1}{2}(5)(32) + 64 = 80 + 64 = 144 \text{ cm}^2\text{.}\)

Exercise Group 3.4.3. Volume of Pyramids.

Find the volume of each pyramid.
(d)
Triangular base (right triangle with legs 6 cm and 8 cm), height 15 cm.
Answer.
Base area \(= \frac{1}{2}(6)(8) = 24\text{.}\) \(V = \frac{1}{3}(24)(15) = 120 \text{ cm}^3\text{.}\)
(e)
Square base, side 30 m, height 20 m. Also convert the volume to litres.
Answer.
\(V = \frac{1}{3}(900)(20) = 6000 \text{ m}^3 = 6{,}000{,}000 \text{ L}\text{.}\)

Exercise Group 3.4.4. Finding Missing Dimensions.

Find the missing dimension in each pyramid.
(a)
A pyramid has volume \(480 \text{ cm}^3\) and a square base with side 12 cm. Find the height.
Answer.
\(480 = \frac{1}{3}(144)h\text{,}\) so \(h = \frac{480 \times 3}{144} = 10\) cm.
(b)
A pyramid has volume \(600 \text{ cm}^3\) and height 18 cm. Find its base area.
Answer.
\(600 = \frac{1}{3}A(18) = 6A\text{,}\) so \(A = 100 \text{ cm}^2\text{.}\)

Checkpoint 3.4.7. Comparing a Pyramid and a Prism.

A pyramid and a prism have the same square base (side 10 cm) and the same height (15 cm). How do their volumes compare?
Answer.
\(V_{\text{prism}} = 10^2 \times 15 = 1500 \text{ cm}^3\text{.}\) \(V_{\text{pyramid}} = \frac{1}{3}(100)(15) = 500 \text{ cm}^3\text{.}\) The pyramid has exactly \(\frac{1}{3}\) the volume of the prism.

Exercise Group 3.4.5. More Missing Dimensions.

Find the missing dimension in each pyramid.
(a)
A right square pyramid has \(SA = 65.5 \text{ m}^2\) and base side length 3.5 m. Find the slant height.
Answer.
\(65.5 = \frac{1}{2}s(14) + 12.25 = 7s + 12.25\text{,}\) so \(7s = 53.25\text{,}\) giving \(s \approx 7.6\) m.
(b)
A right square pyramid has \(SA = 6144 \text{ cm}^2\) and base area \(2304 \text{ cm}^2\text{.}\) Find the slant height.
Answer.
Base side \(= \sqrt{2304} = 48\) cm. \(6144 = \frac{1}{2}s(192) + 2304 = 96s + 2304\text{,}\) so \(96s = 3840\text{,}\) giving \(s = 40\) cm.
(c)
A right rectangular pyramid has base dimensions \(9.0 \text{ cm} \times w\) and height 10.0 cm. Its volume is \(68.4 \text{ cm}^3\text{.}\) Find \(w\text{.}\)
Answer.
\(68.4 = \frac{1}{3}(9.0 \times w)(10.0) = 30w\text{,}\) so \(w = 2.28 \approx 2.3\) cm.
(d)
A right square pyramid has height 92 cm and volume \(5.4 \text{ m}^3\text{.}\) Find the side length of the base, in metres.
Hint.
Convert 92 cm to metres first.
Answer.
\(5.4 = \frac{1}{3}a^2(0.92)\text{,}\) so \(a^2 = \frac{5.4 \times 3}{0.92} \approx 17.6\text{,}\) giving \(a \approx 4.2\) m.

Checkpoint 3.4.8. Magnetic Paperweight.

A magnetic paperweight has the shape of a right square pyramid with slant height 8.5 cm and base side length 10 cm. Find its surface area.
Answer.
\(SA = \frac{1}{2}(8.5)(40) + 100 = 170 + 100 = 270 \text{ cm}^2\text{.}\)

Checkpoint 3.4.9. Wooden Rectangular Pyramid.

A wooden right rectangular pyramid has base dimensions 10.4 cm by 8.6 cm and height 14.8 cm. Find its volume to the nearest tenth of a cubic centimetre.
Answer.
\(V = \frac{1}{3}(10.4 \times 8.6)(14.8) = \frac{1}{3}(89.44)(14.8) = \frac{1323.7}{3} \approx 441.2 \text{ cm}^3\text{.}\)

Checkpoint 3.4.10. Desk Puzzle.

A desk puzzle is in the shape of a right rectangular pyramid with base 6 cm by 8 cm and height 10 cm. Calculate the amount of wood needed to create the puzzle.
Answer.
\(V = \frac{1}{3}(6 \times 8)(10) = \frac{480}{3} = 160 \text{ cm}^3\text{.}\)

Checkpoint 3.4.11. Volume to Slant Height.

A right square pyramid has a volume of \(111 \text{ yd}^3\) and base side length 6 yd. Determine the slant height to the nearest yard.
Hint.
First find the height, then use the Pythagorean theorem.
Answer.
\(111 = \frac{1}{3}(36)h = 12h\text{,}\) so \(h = 9.25\) yd. Then \(s = \sqrt{9.25^2 + 3^2} = \sqrt{85.56 + 9} = \sqrt{94.56} \approx 9.7 \approx 10\) yd.

Subsection 3.4.6 Word Problems

Example 3.4.12. Glass Pyramid Building.

A glass pyramid building has a square base with side length 26 m and height 24 m. Estimate its volume.
\begin{align*} V \amp= \frac{1}{3} A h\\ \amp= \frac{1}{3}(26)^2(24)\\ \amp= 5408 \text{ m}^3 \end{align*}

Example 3.4.13. Doghouse Roof.

A doghouse has a rectangular base (1.2 m \(\times\) 0.8 m) with a pyramidal roof. The roof has a height of 0.5 m above the top of the walls. Find the volume of the roof.
Answer: \(V = \frac{1}{3}(1.2 \times 0.8)(0.5) = \frac{1}{3}(0.96)(0.5) = \frac{0.48}{3} = 0.16 \text{ m}^3\text{.}\)

Checkpoint 3.4.14. Large Square Pyramid.

A large square pyramid has a base with side length 755 ft and a height of 481 ft. Determine its surface area to the nearest square foot.
Hint.
Find the slant height first.
Answer.
\(s = \sqrt{481^2 + 377.5^2} = \sqrt{231{,}361 + 142{,}506} = \sqrt{373{,}867} \approx 611.4\) ft. \(SA = \frac{1}{2}(611.4)(3020) + 755^2 \approx 923{,}214 + 570{,}025 \approx 1{,}493{,}239 \text{ ft}^2\text{.}\)

Checkpoint 3.4.15. Museum Display Pyramid.

A model pyramid is constructed for a museum display. The total area of the four triangular faces is 3000 square inches, and the base has side length 50 in. Determine the height of the model to the nearest tenth of an inch.
Hint.
First find the slant height from the lateral area.
Answer.
\(LA = \frac{1}{2}s(200) = 100s = 3000\text{,}\) so \(s = 30\) in. Then \(h = \sqrt{30^2 - 25^2} = \sqrt{900 - 625} = \sqrt{275} \approx 16.6\) in.

Checkpoint 3.4.16. Comparing Glass Pyramids.

Two glass pyramids are being compared. Pyramid A has a square base with side 35.0 m and height 20.6 m. Pyramid B has a square base with side 25.7 m and height 24.0 m. Which pyramid requires more glass for its four triangular faces?
Answer.
Pyramid A: \(s = \sqrt{20.6^2 + 17.5^2} = \sqrt{730.6} \approx 27.0\) m. Glass \(= \frac{1}{2}(27.0)(140) = 1890 \text{ m}^2\text{.}\) Pyramid B: \(s = \sqrt{24.0^2 + 12.85^2} = \sqrt{741.1} \approx 27.2\) m. Glass \(= \frac{1}{2}(27.2)(102.8) \approx 1399 \text{ m}^2\text{.}\) Pyramid A requires more glass.

Exercise Group 3.4.6. Tent Pyramid.

A tent has the shape of a right square pyramid. It uses 4 poles, each 2.1 m long, as the lateral edges from the base corners to the apex. The base has side length 1.5 m.
(a)
Find the slant height of the tent to the nearest tenth of a metre.
Hint.
The lateral edge goes from a base corner to the apex. The slant height goes from the midpoint of a base edge to the apex.
Answer.
The distance from the center of the base to a corner is \(\frac{1.5\sqrt{2}}{2} \approx 1.06\) m. The pyramid height is \(h = \sqrt{2.1^2 - 1.06^2} = \sqrt{4.41 - 1.12} = \sqrt{3.29} \approx 1.81\) m. The slant height is \(s = \sqrt{1.81^2 + 0.75^2} = \sqrt{3.28 + 0.56} = \sqrt{3.84} \approx 2.0\) m.
(b)
Find the lateral surface area of the tent to the nearest square metre.
Answer.
Lateral area \(= \frac{1}{2}(2.0)(6.0) = 6 \text{ m}^2\text{.}\)

Checkpoint 3.4.17. Limestone Pyramid Building.

A pyramid-shaped building has a square base with side length 60 ft and height 38 ft. The four triangular exterior walls are to be coated with polished limestone. What area of limestone is needed, to the nearest square foot?
Answer.
\(s = \sqrt{38^2 + 30^2} = \sqrt{1444 + 900} = \sqrt{2344} \approx 48.4\) ft. Lateral area \(= \frac{1}{2}(48.4)(240) \approx 5810 \text{ ft}^2\text{.}\)

Checkpoint 3.4.18. Glass Pyramid Greenhouse.

A glass pyramid greenhouse has a square base that measures 26 m on each side and a slant height of 35.4 m. How much glass is needed for the four triangular faces, to the nearest square metre?
Answer.
Glass area \(= \frac{1}{2}(35.4)(104) = 1840.8 \approx 1841 \text{ m}^2\text{.}\)

Checkpoint 3.4.19. Stone Monument.

A stone monument has the shape of a right square pyramid with slant height 1.6 m and base side length 0.8 m. Find the volume of the monument to the nearest tenth of a cubic metre.
Hint.
Find the height first.
Answer.
\(h = \sqrt{1.6^2 - 0.4^2} = \sqrt{2.56 - 0.16} = \sqrt{2.4} \approx 1.55\) m. \(V = \frac{1}{3}(0.64)(1.55) \approx 0.3 \text{ m}^3\text{.}\)

Checkpoint 3.4.20. Minimum Roof Height.

The roof of a house is shaped like a right square pyramid with base 32 ft on each side. The attic must enclose a volume of at least \(4096 \text{ ft}^3\) of air. What is the minimum height of the roof?
Answer.
\(4096 = \frac{1}{3}(1024)h\text{,}\) so \(h = \frac{4096 \times 3}{1024} = 12\) ft.

Exercise Group 3.4.7. Pyramid with Equal-Sided Faces.

A right square pyramid has base side length 3.5 m. Each triangular face has two equal sides of length 4.5 m.
(a)
Find the height of the pyramid to the nearest tenth of a metre.
Hint.
From the face dimensions, find the slant height first (the height of the triangular face), then the pyramid height.
Answer.
Each face is a triangle with base 3.5 m and equal sides 4.5 m. The slant height is \(s = \sqrt{4.5^2 - 1.75^2} = \sqrt{20.25 - 3.06} = \sqrt{17.19} \approx 4.15\) m. Then \(h = \sqrt{4.15^2 - 1.75^2} = \sqrt{17.22 - 3.06} = \sqrt{14.16} \approx 3.8\) m.
(b)
Find the volume to the nearest tenth of a cubic metre.
Answer.
\(V = \frac{1}{3}(12.25)(3.8) \approx 15.5 \text{ m}^3\text{.}\)

Exercise Group 3.4.8. Tetrahedron Tea Bag.

A tea bag has the shape of a regular tetrahedron. Each edge is 5.8 cm long and the height of the tetrahedron is approximately 4.7 cm.
(a)
Calculate the area of the base to the nearest square centimetre.
Answer.
Base area \(= \frac{\sqrt{3}}{4}(5.8)^2 = \frac{\sqrt{3}}{4}(33.64) \approx 14.6 \text{ cm}^2 \approx 15 \text{ cm}^2\text{.}\)
(b)
Calculate the volume to the nearest cubic centimetre.
Answer.
\(V = \frac{1}{3}(14.6)(4.7) \approx 22.9 \text{ cm}^3 \approx 23 \text{ cm}^3\text{.}\)

Exercise Group 3.4.9. Iron Garden Ornament.

A solid iron garden ornament has the shape of a right square pyramid with slant height 8 in and base side length 3 in.
(a)
Determine the volume to the nearest cubic inch.
Answer.
\(h = \sqrt{8^2 - 1.5^2} = \sqrt{64 - 2.25} = \sqrt{61.75} \approx 7.86\) in. \(V = \frac{1}{3}(9)(7.86) \approx 23.6 \approx 24 \text{ in}^3\text{.}\)
(b)
A second ornament has the same shape and the same height, but a volume of \(96 \text{ in}^3\text{.}\) Find the side length of its base to the nearest inch.
Answer.
\(96 = \frac{1}{3}a^2(7.86)\text{,}\) so \(a^2 = \frac{288}{7.86} \approx 36.6\text{,}\) giving \(a \approx 6\) in.

Checkpoint 3.4.21. Frustum of a Pyramid.

A right rectangular pyramid has base dimensions 5 m by 3 m and a height of 10 m. A horizontal cut is made 2 m from the apex, and the smaller pyramid at the top is removed. Find the volume of the remaining piece (the frustum).
Hint.
Use similar triangles to find the base dimensions of the small pyramid.
Answer.
Full pyramid: \(V = \frac{1}{3}(15)(10) = 50 \text{ m}^3\text{.}\) The small pyramid has height 2 m. By similar triangles, its base is scaled by \(\frac{2}{10} = \frac{1}{5}\text{,}\) so the base is \(1 \times 0.6\) m. \(V_{\text{small}} = \frac{1}{3}(0.6)(2) = 0.4 \text{ m}^3\text{.}\) Remaining: \(50 - 0.4 = 49.6 \text{ m}^3\text{.}\)

Checkpoint 3.4.22. Hexagonal Pyramid.

A right pyramid has a base that is a regular hexagon with side length 5.5 cm. Each triangular face has two equal sides of length 7.5 cm. Find the surface area to the nearest square centimetre.
Hint.
The area of a regular hexagon with side \(a\) is \(\frac{3\sqrt{3}}{2}a^2\text{.}\)
Answer.
Base area \(= \frac{3\sqrt{3}}{2}(5.5)^2 \approx 78.6 \text{ cm}^2\text{.}\) The slant height of each face is \(s = \sqrt{7.5^2 - 2.75^2} = \sqrt{56.25 - 7.56} = \sqrt{48.69} \approx 6.98\) cm. Lateral area \(= 6 \times \frac{1}{2}(5.5)(6.98) \approx 115.2 \text{ cm}^2\text{.}\) \(SA \approx 78.6 + 115.2 = 193.8 \approx 194 \text{ cm}^2\text{.}\)

Subsection 3.4.7 Advanced: Derivation of Volume Formula

Consider a cube with side length \(x\text{,}\) and so of volume \(x^3\text{.}\) Consider the center point in the cube, and connect it to all 8 corners,
This divides the cube into 6 identical pyramids of equal volume --- one pyramid for each face of the cube. Each pyramid has its base on a face of the cube and its apex at the center. Here is one of the 6 pyramids highlighted (the one whose base is the bottom face),
Since the 6 pyramids fill the cube exactly,
\begin{equation*} V_{\text{cube}} = x^3 = 6 V_{\text{pyramid}} \end{equation*}
Thus,
\begin{equation*} V_{\text{pyramid}} = \frac{1}{6} x^3 \end{equation*}
Each pyramid has a base that is a face of the cube (area \(x^2\)), and a height equal to half the side length (\(\frac{x}{2}\)), since the center is in the middle of the cube.
Therefore,
\begin{equation*} V_{\text{pyramid}} = \frac{1}{6} x^3 = \frac{1}{3} \cdot x^2 \cdot \frac{x}{2} = \frac{1}{3} A h \end{equation*}