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, and so on — and the pyramid is named after it: a square pyramid has a square base, a triangular pyramid has a triangular base, a rectangular pyramid a rectangular one.
Two measurements describe how tall a pyramid is, and keeping them apart is the whole game:
The height ($h$) is the perpendicular distance straight up from the centre 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.
When the apex sits directly above the centre of the base, it is a right pyramid — the standard case these formulas describe. A pyramid is a flat-faced solid (a polyhedron), which sets it apart from the cone: a cone does the same "base narrowing to a point" trick, but over a circular base with a smooth curved surface instead of flat triangles. It also contrasts with a prism, which keeps the same cross-section all the way up instead of tapering to a point. You can see how it fits the wider family in the guide to 3D geometry shapes.
Volume of a Pyramid
The volume of any pyramid is:
$$V = \frac{1}{3} \times B \times h$$
Where this comes from: $B$ is the area of the base and $h$ is the perpendicular height. A prism with that same base and height would have volume $B \times h$ — base area times how tall it is. A pyramid fills exactly one-third of that prism — the box-filling fact from the top of this article — so multiply by $\frac{1}{3}$. The same one-third turns any cylinder into its matching cone.
For a square pyramid with base side $b$, the base area is $B = b^2$, so:
$$V = \frac{1}{3} b^2 h$$
Variable glossary: $V$ is the volume, $B$ is the area of the base (in square units), $h$ is the perpendicular height, $b$ is the base side length for a square base. Volume comes out in cubic units (cm³, m³).
Surface Area of a Pyramid
A pyramid's surface is the base plus the triangular faces around it.
Lateral surface area (LSA) — the triangular faces only:
$$\text{LSA} = \frac{1}{2} \times P \times l$$
Where this comes from: each triangular face has area $\frac{1}{2} \times (\text{its base edge}) \times l$, where $l$ is the slant height (the height of that triangle, measured up its face). Add up all the faces and the base edges combine into the full base perimeter $P$, giving $\frac{1}{2} P l$.
Total surface area (TSA) — the triangular faces plus the base:
$$\text{TSA} = \frac{1}{2} P l + B$$
For a square pyramid with base side $b$ and slant height $l$, the perimeter is $P = 4b$ and the base area is $B = b^2$:
$$\text{TSA} = 2bl + b^2$$
The clearest way to see why the slant height — not the vertical height — drives the surface area is to unfold the pyramid into its net: the base sits in the middle and the triangular faces fold flat around it. Each flattened triangle is as tall as the slant height $l$.
Quantity | Formula (any pyramid) | Square pyramid (side b) | Units |
|---|---|---|---|
Volume | V = ⅓ B h | V = ⅓ b² h | cubic |
Lateral surface area | LSA = ½ P l | LSA = 2 b l | square |
Total surface area | TSA = ½ P l + B | TSA = 2 b l + b² | square |
Variable glossary: $B$ is the base area, $P$ is the base perimeter, $h$ is the perpendicular height, $l$ is the slant height, $b$ is the square base side. The height $h$, the slant height $l$, and half the base width relate through the Pythagorean theorem: $l^2 = h^2 + \left(\frac{b}{2}\right)^2$. Surface area comes out in square units (cm², m²).
Examples of the Pyramid
For consistency, every example below uses centimetres.
Example 1
Find the volume of a square pyramid with base side 6 cm and height 10 cm.
$$V = \frac{1}{3} b^2 h$$
$$V = \frac{1}{3} \times 6^2 \times 10$$
$$V = \frac{1}{3} \times 36 \times 10$$
$$V = \frac{1}{3} \times 360$$
Final answer: $V = 120$ cm³
Example 2
A square pyramid has base side 6 cm and height 4 cm. A student finds the lateral surface area using the height instead of the slant height. Find the correct lateral surface area.
Take the wrong path first, because using $h$ in place of $l$ is the classic pyramid error.
Wrong attempt: the student writes $\text{LSA} = 2bl$ and plugs in $h = 4$ for $l$.
$$2 \times 6 \times 4 = 48 \text{ cm}^2$$
The break: the triangular face slopes along the outside of the pyramid, so its height is the slant height $l$, not the vertical height $h$. Since $l$ is longer than $h$, this answer is too small.
Correct method: first find the slant height using the right triangle inside the pyramid.
$$l = \sqrt{h^2 + \left(\tfrac{b}{2}\right)^2} = \sqrt{4^2 + 3^2} = \sqrt{16 + 9} = \sqrt{25} = 5 \text{ cm}$$
Now use it.
$$\text{LSA} = 2bl = 2 \times 6 \times 5$$
Final answer: $\text{LSA} = 60$ cm²
Example 3
Find the total surface area of a square pyramid with base side 8 cm and slant height 5 cm.
$$\text{TSA} = 2bl + b^2$$
$$\text{TSA} = 2 \times 8 \times 5 + 8^2$$
$$\text{TSA} = 80 + 64$$
Final answer: $\text{TSA} = 144$ cm²
Example 4
A pyramid has a rectangular base 6 cm by 4 cm and a height of 9 cm. Find its volume.
The base area is the rectangle's area, $B = 6 \times 4 = 24$ cm².
$$V = \frac{1}{3} B h$$
$$V = \frac{1}{3} \times 24 \times 9$$
$$V = \frac{1}{3} \times 216$$
Final answer: $V = 72$ cm³
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} P l = \frac{1}{2} \times (4 \times 10) \times 12$$
$$\text{LSA} = \frac{1}{2} \times 40 \times 12$$
$$\text{LSA} = \frac{1}{2} \times 480$$
Final answer: $\text{LSA} = 240$ cm²
Example 6
A square pyramid has volume 200 cm³ and a base side of 10 cm. Find its height.
Start from the volume formula and solve for $h$.
$$V = \frac{1}{3} b^2 h$$
$$200 = \frac{1}{3} \times 10^2 \times h$$
$$200 = \frac{1}{3} \times 100 \times h$$
Multiply both sides by 3.
$$600 = 100 h$$
Final answer: $h = 6$ cm
Why The Pyramid Shape Carries Weight
The pyramid is the shape engineers reach for when something tall must stand on its own without bracing.
A pyramid is stable because most of its mass sits low and wide while the structure narrows to a point — the centre of gravity is near the broad base, so it resists toppling. That is why the oldest large stone structures on Earth are pyramids: with the building methods of the time, a wide base tapering upward was the only way to pile stone that high without it collapsing.
The volume formula does real work the moment you cost a build — a pyramidal pile of sand, a hopper that funnels grain to a point, or a tent that sheds rain all need $\frac{1}{3} B h$ to size their contents, and the slant-height surface formula to size the material that covers the faces. Modern roofs, marquees, and tetrahedral space-frames all borrow the same "wide base, single apex" logic. The one-third volume — proven in antiquity and unchanged since - is the fact doing the engineering, not just decorating the page.
Where Students Trip Up on Pyramids
Mistake 1: Using height instead of slant height in surface area
Where it slips in: any lateral or total surface-area calculation when the problem gives the vertical height $h$, not the slant height $l$.
Don't do this: drop $h$ straight into $\frac{1}{2} P l$. The triangular faces slope along the outside, so their height is the slant height.
The correct way: compute the slant height first using $l = \sqrt{h^2 + \left(\frac{b}{2}\right)^2}$, then substitute. The slant height is always the larger of the two. The rusher who skips this step reports a surface area that is reliably too small.
Mistake 2: Forgetting the one-third in volume
Where it slips in: the volume formula, especially straight after studying prisms.
Don't do this: write $V = B h$. That is the prism's volume, three times too big for a pyramid.
The correct way: a pyramid fills one-third of its enclosing prism, so $V = \frac{1}{3} B h$. The memorizer who carries the prism formula over forgets the shape tapers to a point.
Mistake 3: Including the base when only the lateral area is wanted
Where it slips in: problems describing an open object — a tent with no floor, an open hopper — or questions that ask only for "the area of the faces".
Don't do this: add the base area $B$ when the object has no closed base, or leave it out when the question wants the whole closed solid.
The correct way: read whether the base belongs to the object. Lateral surface area $\frac{1}{2} P l$ is the triangular faces only; total surface area adds the base $B$. The second-guesser should ask one question: is the bottom there or not?
Conclusion
A pyramid has a flat polygon base and triangular faces rising to a single apex; the standard case is the right pyramid.
Volume is $\frac{1}{3} B h$ — exactly one-third of the prism with the same base and height.
Slant height $l = \sqrt{h^2 + \left(\frac{b}{2}\right)^2}$ is always longer than the vertical height $h$ and is what drives the surface area.
Total surface area is $\frac{1}{2} P l + B$: the triangular faces plus the base.
The two most common errors are using $h$ where the formula needs $l$, and forgetting the one-third in volume.
Practice and Next Steps
Work through these problems to solidify your understanding, then check each answer against the formulas above.
Find the volume of a square pyramid with base side 9 cm and height 12 cm.
A square pyramid has base side 6 cm and height 4 cm. Find its total surface area.
A pyramid has a triangular base of area 30 cm² and a height of 7 cm. Find its volume.
To build solid geometry with a teacher who explains why each formula works rather than asking you to memorise it, explore Bhanzu's geometry tutor, our middle school math tutor, or math classes online. Want a live Bhanzu trainer to build the pyramid's net step by step? Book a free demo class.
Read More
Tetrahedron — the simplest pyramid, with four triangular faces.
What is a polyhedron — the flat-faced solid family that every pyramid belongs to.
Geometric shapes — the full 2D and 3D shape family in one place.
Shapes in geometry — how flat and solid shapes are classified across geometry.
Surface area — the area-of-all-faces idea behind a pyramid's surface-area formula.
Was this article helpful?
Your feedback helps us write better content