4.6.4 Cones - Volume and Surface Area¶
Compute the volume and surface area of cones using radius, height, and slant height.
定义¶
A cone is a three-dimensional geometric solid with a circular base and a curved surface that tapers smoothly to a single point called the apex or vertex. The key measurements of a cone are: (1) radius \(r\) - the distance from the center of the circular base to its edge; (2) height \(h\) - the perpendicular distance from the apex to the center of the base; and (3) slant height \(l\) - the distance along the curved surface from the apex to any point on the edge of the base. These three measurements are related by the Pythagorean theorem: \(l^2 = r^2 + h^2\). A cone is a special case of a pyramid where the base is a circle rather than a polygon.
核心公式¶
- \(V = \frac{1}{3}\pi r^2 h\)
- \(l = \sqrt{r^2 + h^2}\)
- \(A_{\text{base}} = \pi r^2\)
- \(A_{\text{lateral}} = \pi r l\)
- \(A_{\text{total}} = \pi r^2 + \pi r l = \pi r(r + l)\)
易错点¶
- ⚠️ Confusing height \(h\) with slant height \(l\): Students often use the slant height in the volume formula instead of the perpendicular height, leading to incorrect volume calculations. Remember: volume always uses the perpendicular height \(h\), not the slant height \(l\).
- ⚠️ Forgetting to include the base area in total surface area: When calculating total surface area, students sometimes only compute the lateral surface area \(\pi r l\) and forget to add the base area \(\pi r^2\). The complete formula is \(A_{\text{total}} = \pi r^2 + \pi r l\).
- ⚠️ Incorrectly applying the Pythagorean relationship: Students may confuse which measurement is the hypotenuse. The slant height \(l\) is always the hypotenuse, so the correct relationship is \(l^2 = r^2 + h^2\), not \(h^2 = r^2 + l^2\).
- ⚠️ Using diameter instead of radius: When given the diameter of the base, students forget to divide by 2 to get the radius before substituting into volume and surface area formulas.