4

I can see why the area of a triangle is $A = \frac{1}{2} bh$ because it's half of a rectangle with sides $b$ and $h$, but I fail to see the intuitive explanation for this general volume formula. (Yes, I am aware it doesn't work for everything). If I were to take the same intuition and compare the pyramid to the prism, I don't see how the ratio of their volumes is $1$ to $3$ -- there's no obvious "fitting" of one into the other.

MT_
  • 19,603
  • 9
  • 40
  • 81

2 Answers2

2

enter image description here

Examine this picture. If I wanted to fill the rest of the cube, I could need two more pyramids, each one cut in half vertically and placed on a sloping face of the drawn pyramid.

2

Take a cube of side $s$. It has volume $s^3$. Take the very center point and draw lines from each corner into the very center. This decomposes the cube into $6$ pyramids, one for each side of the original cube (they share a common tip).

Each pyramid must have volume $s^3/6$, since there are $6$ of them and they all have the same shape.

Each pyramid has base $b = s^2$ and height $h = s/2$. As we wanted to show, $\frac{1}{3}bh = s^3/6$.

(Whenever I try to cut a cube into 3 pyramids I run into visualization problems, so the 6-pyramid construction is much more intuitively clear to me.)

dfan
  • 677