What Is a Rectangular Pyramid?
A rectangular pyramid is a polyhedron with a rectangular base and four triangular faces that rise from the base edges to meet at a single point called the apex. It takes its name from the base: change the base to a triangle and you get a triangular pyramid, to a square and you get a square pyramid.
Because the base is a rectangle with a long pair and a short pair of sides, the four triangular faces are not all identical. Instead they come in two matching pairs — the two faces on the long sides are congruent to each other, and the two on the short sides are congruent to each other.
What Are the Properties of a Rectangular Pyramid?
Whatever its proportions, a rectangular pyramid always has the same count of parts. These are what a student is most often asked to recall.
5 faces — one rectangular base plus four triangular side faces.
8 edges — four around the base rectangle, four slant edges rising to the apex.
5 vertices — the four base corners plus the single apex.
Opposite triangular faces are congruent, because the base's opposite sides are equal.
These counts satisfy Euler's formula for polyhedra, $F + V - E = 2$: here $5 + 5 - 8 = 2$, a quick way to check you have not miscounted faces, vertices, or edges.
Types of Rectangular Pyramid
Where the apex sits over the base sets the type.
Right rectangular pyramid — the apex is directly above the centre of the base, so the perpendicular height drops to the rectangle's centre. This is the version used in nearly every formula.
Oblique rectangular pyramid — the apex leans off to one side, so it is not above the base centre. The volume formula still holds (it depends only on base area and perpendicular height), but the four faces are no longer two neat congruent pairs.
How Do You Find the Volume of a Rectangular Pyramid?
The volume of any pyramid is one-third of the prism (or box) that shares its base and height:
$$V = \frac{1}{3} \times B \times h,$$
where $B$ is the area of the base and $h$ is the perpendicular height from the apex straight down to the base — not the slanted edge. For a rectangular base of length $l$ and width $w$, the base area is $B = l \times w$, so the full volume becomes:
$$V = \frac{1}{3} \times l \times w \times h.$$
Why the one-third? Three pyramids of the same base and height fit together exactly to fill one box (a rectangular prism) of that base and height. You can show it with three identical paper pyramids that nest into a single box, which is the standard classroom demonstration. So a rectangular pyramid holds exactly one-third of the box it sits inside — the same one-third that a triangular pyramid holds of its prism.
How Do You Find the Surface Area?
Surface area is the total of all five faces, and it splits into two useful pieces.
The lateral surface area (LSA) is the area of the four triangular side faces only. Because the faces come in two congruent pairs, you add two triangles on the length and two on the width:
$$\text{LSA} = l \times l_1 + w \times l_2,$$
where $l_1$ is the slant height of the faces sitting on the length-edges and $l_2$ is the slant height of the faces on the width-edges. (Each triangle has area $\tfrac{1}{2} \times \text{base} \times \text{slant height}$, and two of them on a length-edge give $2 \times \tfrac{1}{2} \times l \times l_1 = l , l_1$.) The total surface area (TSA) adds the rectangular base back in:
$$\text{TSA} = (l \times w) + l , l_1 + w , l_2.$$
When you are not given the slant heights directly, each one comes from the perpendicular height and half a base side using the Pythagorean theorem: $l_1 = \sqrt{h^2 + \left(\tfrac{w}{2}\right)^2}$ and $l_2 = \sqrt{h^2 + \left(\tfrac{l}{2}\right)^2}$. Watch the two different "heights": the perpendicular height $h$ feeds volume; the slant heights $l_1, l_2$ feed surface area. Mixing them is the most common slip on this topic, which is why the diagram above marks both.
What Is the Net of a Rectangular Pyramid?
A net is the flat, unfolded version of a solid — what you get by cutting some edges and laying every face out flat. The net of a rectangular pyramid is one rectangle with four triangles, one triangle hinged onto each side of the rectangle, exactly as the animation above shows. The two triangles on the long edges are a congruent pair, and the two on the short edges are another. Reading the net is the quickest way to see why TSA is just "base rectangle plus four triangles."
Examples of Rectangular Pyramid
With the parts, the two formulas, and the net in hand, here is the solid doing real work. The problems move from a direct volume up to a slant-height calculation.
Example 1 - Find the volume of a rectangular pyramid with base length 6 cm, width 4 cm, and height 9 cm
$$V = \tfrac{1}{3} \times l \times w \times h = \tfrac{1}{3} \times 6 \times 4 \times 9 = 72 \ \text{cm}^3.$$
Final answer: 72 cm³.
Example 2 - A rectangular pyramid has base 10 cm by 6 cm and perpendicular height 12 cm. A student computes the volume as $V = 10 \times 6 \times 12 = 720$ cm³
Check the formula first. That calculation is the volume of the box with the same base and height, not the pyramid. A pyramid narrows to a single apex, so it holds only one-third of that box — the $\tfrac{1}{3}$ is exactly what was dropped.
The correct volume puts the factor back:
$$V = \tfrac{1}{3} \times 10 \times 6 \times 12 = \tfrac{1}{3} \times 720 = 240 \ \text{cm}^3.$$
Final answer: 240 cm³.
Example 3 - Find the volume of a rectangular pyramid whose base area is 48 cm² and height is 10 cm
When the base area is given directly, use $V = \tfrac{1}{3} B h$:
$$V = \tfrac{1}{3} \times 48 \times 10 = 160 \ \text{cm}^3.$$
Final answer: 160 cm³.
Example 4 - A rectangular pyramid has base 8 cm by 6 cm. The slant height on the 8 cm edges is 5 cm and on the 6 cm edges is 5.7 cm. Find the lateral surface area
$$\text{LSA} = l , l_1 + w , l_2 = (8 \times 5) + (6 \times 5.7) = 40 + 34.2 = 74.2 \ \text{cm}^2.$$
Final answer: 74.2 cm².
Example 5 - Using the pyramid from Example 4, find the total surface area
Add the rectangular base $l \times w = 8 \times 6 = 48 \ \text{cm}^2$ to the lateral area:
$$\text{TSA} = (l \times w) + \text{LSA} = 48 + 74.2 = 122.2 \ \text{cm}^2.$$
Final answer: 122.2 cm².
Example 6 - A rectangular pyramid has base 8 cm by 6 cm and perpendicular height 12 cm. Find the slant height $l_1$ on the long (8 cm) edges
The slant height to the long edges forms a right triangle with the perpendicular height and half the width:
$$l_1 = \sqrt{h^2 + \left(\tfrac{w}{2}\right)^2} = \sqrt{12^2 + 3^2} = \sqrt{144 + 9} = \sqrt{153} \approx 12.4 \ \text{cm}.$$
Final answer: about 12.4 cm.
Why the Rectangular Pyramid Matters
Its wide base and inward slope are not decoration; they are why this shape carries weight and sheds load better than almost any other.
Architecture and monuments. The pyramids of Giza, Mesoamerican step-pyramids, and glass entrance pyramids (the Louvre) all use the form because a broad base supporting a narrowing top keeps the centre of mass low and the structure stable for millennia.
Roofs and tents. A hip roof is a low rectangular pyramid: rain and snow slide off every slanted face, and the four faces brace each other against wind from any direction.
The one-third rule reappears. That a pyramid is one-third of its box is the same factor that returns in calculus when a cone turns out to be one-third of its cylinder — the volume of any "pointed" solid is one-third of the "straight" solid around it.
Optics and structure. Corner reflectors and many crystal forms approximate pyramids because the converging faces concentrate or redirect what hits them toward a single point.
For a Grade 7 to 8 student, the rectangular pyramid is where rectangle area, the Pythagorean theorem (for slant heights), and the new idea of a perpendicular height all meet in one solid — get fluent here, and cones, prisms, and square pyramids follow the same pattern.
Where Students Trip Up on Rectangular Pyramids
Mistake 1: Forgetting the one-third in the volume
Where it slips in: The student computes length times width times height and stops, giving the box volume.
Don't do this: Use $V = l \times w \times h$ for a pyramid.
The correct way: A pyramid is one-third of its box: $V = \tfrac{1}{3} , l , w , h$. Picture the box around the pyramid, then divide by three.
Mistake 2: Confusing slant height with perpendicular height
Where it slips in: A problem gives a slant height, and the student plugs it in as $h$ in the volume formula (or uses the perpendicular height in the surface-area formula).
Don't do this: Treat the two heights as interchangeable.
The correct way: Perpendicular height $h$ runs straight down from the apex to the base centre and belongs in volume. Slant height runs down a face to a base edge and belongs in surface area. The memorizer who knows both formulas but not which height goes where stalls here, which is why the diagram labels both.
Mistake 3: Using one slant height for all four faces
Where it slips in: Because the base is a rectangle (not a square), the long-edge faces and short-edge faces have different slant heights, but the student uses a single value for all four.
Don't do this: Multiply one slant height by the whole base perimeter as if every face were the same.
The correct way: Split the lateral area into the two congruent pairs: $l , l_1 + w , l_2$, with each slant height matched to its own edge. The rusher who treats a rectangular pyramid like a square one collapses both slant heights into one and gets the surface area wrong.
Key Takeaways
A rectangular pyramid has a rectangular base and four triangular faces meeting at an apex: 5 faces, 8 edges, 5 vertices.
Its volume is $V = \tfrac{1}{3} \times l \times w \times h$ — exactly one-third of the box with the same base and height.
Total surface area is the base rectangle plus the four triangular faces: $\text{TSA} = lw + l,l_1 + w,l_2$.
The perpendicular height feeds volume; the two slant heights feed surface area — never swap them, and never use one slant height for all four faces.
The most common mistake is dropping the one-third and computing the box volume instead.
Practice These Problems to Solidify Your Understanding
Find the volume of a rectangular pyramid with base 9 cm by 5 cm and height 8 cm.
A rectangular pyramid has base area 30 cm² and height 7 cm. Find its volume.
A rectangular pyramid has base 12 cm by 8 cm; the slant height on the 12 cm edges is 5 cm and on the 8 cm edges is 6 cm. Find its total surface area.
Answer to Question 1: $V = \tfrac{1}{3}(9)(5)(8) = 120$ cm³. Answer to Question 2: $V = \tfrac{1}{3}(30)(7) = 70$ cm³. Answer to Question 3: $\text{TSA} = (12 \times 8) + (12 \times 5) + (8 \times 6) = 96 + 60 + 48 = 204$ cm².
Want a live Bhanzu trainer to walk your child through 3D solids and the rectangular pyramid? Book a free demo class — online globally.
Was this article helpful?
Your feedback helps us write better content
