# Pyramid: Definition, Volume, Surface Area Formulas, and Examples

TL;DR

A pyramid is a 3D solid with a flat polygon base whose triangular faces rise to meet at a single point called the apex. Its volume is \( V = \frac{1}{3} \times \text{base area} \times \text{height} \), and its total surface area is \( TSA = \frac{1}{2} \times \text{base perimeter} \times \text{slant height} + \text{base area} \). This article derives both formulas, separates the height from the slant height, and works through examples and common mistakes.

## What is a Pyramid?

A **pyramid** is a three-dimensional solid with a **flat polygon base** and **triangular faces** that rise from each side of the base to meet at a single point called the **apex** (or vertex). The base can be any polygon — a triangle, square, pentagon, etc.

Two measurements describe how tall a pyramid is:

- The **height (h)** is the perpendicular distance from the center of the base to the apex.
- The **slant height (l)** is the distance along the outside of a triangular face, from the midpoint of a base edge up to the apex.

A pyramid is a flat-faced solid (a polyhedron), which sets it apart from the [cone](/content/math/geometry/cone/index.html) and contrasts with a [prism](/content/math/geometry/prism/index.html).

## Volume of a Pyramid

The **volume** of any pyramid is:
\[
V = \frac{1}{3} \times B \times h
\]
Where \( B \) is the area of the base and \( h \) is the perpendicular height. The volume for a **square pyramid** with base side \( b \) is:
\[
V = \frac{1}{3} \times b^{2} \times h
\]

**Variable glossary:** \( V \) is the volume, \( B \) is the base area, \( h \) is the height. Volume comes out in cubic units (cm³, m³).

## Surface Area of a Pyramid

A pyramid's surface is the base plus the triangular faces:

### Lateral Surface Area (LSA)
\[
\text{LSA} = \frac{1}{2} \times P \times l
\]
### Total Surface Area (TSA)
\[
\text{TSA} = \frac{1}{2} \times P \times l + B
\]

For a **square pyramid**:
\[
\text{TSA} = 2bl + b^{2}
\]

| Quantity | Formula (any pyramid) | Square pyramid (side \( b \)) | Units |
| --- | --- | --- | --- |
| Volume | V = ⅓ Bh | V = ⅓ b²h | cubic |
| Lateral surface area | LSA = ½ Pl | LSA = 2bl | square |
| Total surface area | TSA = ½ Pl + B | TSA = 2bl + b² | square |

## Examples of the Pyramid

### Example 1
**Find the volume of a square pyramid with base side 6 cm and height 10 cm.**
\[
V=\frac{1}{3} \times 6^{2} \times 10 = 120 \, \text{cm}^{3}
\]

### Example 2
**Find the lateral surface area of a square pyramid with base side 6 cm and height 4 cm (using slant height):**
1. Calculate slant height:
\[
l = \sqrt{4^{2} + 3^{2}} = 5 \, \text{cm}
\]
2. Calculate LSA:
\[
\text{LSA}=2 \times 6 \times 5 = 60 \, \text{cm}^{2}
\]

### Example 3
**Find the total surface area of a square pyramid with base side 8 cm and slant height 5 cm:**
\[
\text{TSA} = 2 \times 8 \times 5 + 8^{2} = 144 \, \text{cm}^{2}
\]

### Example 4
**Find the volume of a pyramid with a rectangular base 6 cm by 4 cm and height 9 cm:**
\[
V = \frac{1}{3} \times 24 \times 9 = 72 \, \text{cm}^{3}
\]

### Example 5
**Find the lateral surface area of a square pyramid with base side 10 cm and slant height 12 cm:**
\[
\text{LSA}=\frac{1}{2} \times (4 \times 10) \times 12 = 240 \, \text{cm}^{2}
\]

### Example 6
**Find the height of a square pyramid with volume 200 cm³ and a base side of 10 cm:**
\[
200 = \frac{1}{3} \times 100 \times h \implies h = 6 \, \text{cm}
\]

## Why The Pyramid Shape Carries Weight

The pyramid is stable because most of its mass sits low and wide. Engineers often use the pyramid shape for structures requiring stability.

## Where Students Trip Up on Pyramids
### Mistake 1: Using height instead of slant height

### Mistake 2: Forgetting the one-third in volume

### Mistake 3: Including the base when only the lateral area is wanted

## Conclusion
- A **pyramid** has a flat polygon base and triangular faces rising to a single apex.
- **Volume** is \( \frac{1}{3} B h \).
- **Slant height** is always longer than height and drives the surface area.
- **Total surface area** is \( \frac{1}{2} P l + B \).
- Common errors include confusing height with slant height and miscalculating volume.
