4.6.2 Cylinders - Volume and Surface Area¶
Determine the volume and surface area of cylinders using radius, height, and π.
定义¶
A cylinder is a three-dimensional solid geometric figure with two parallel, congruent circular bases connected by a curved lateral surface. The cylinder is defined by two key measurements: the radius \(r\) of the circular bases and the height \(h\), which is the perpendicular distance between the two bases. A right cylinder has its axis perpendicular to the bases, while an oblique cylinder has its axis at an angle. Unless otherwise specified, "cylinder" typically refers to a right circular cylinder. The volume of a cylinder represents the amount of space it occupies, while the surface area represents the total area of all surfaces including the two circular bases and the lateral (curved) surface.
核心公式¶
- \(V = \pi r^2 h\)
- \(A_{lateral} = 2\pi rh\)
- \(A_{base} = \pi r^2\)
- \(A_{total} = 2\pi r^2 + 2\pi rh = 2\pi r(r + h)\)
- \(A_{total} = 2\pi r^2 + 2\pi rh\)
易错点¶
- ⚠️ Confusing the formula for volume with surface area: using \(2\pi rh\) (lateral surface area) instead of \(\pi r^2 h\) for volume, or vice versa
- ⚠️ Forgetting to include both circular bases when calculating total surface area, only counting the lateral surface area \(2\pi rh\) instead of \(2\pi r^2 + 2\pi rh\)
- ⚠️ Using diameter instead of radius in formulas: substituting \(d\) directly into \(V = \pi r^2 h\) without dividing by 2 first, resulting in an answer that is 4 times too large
- ⚠️ Misidentifying which dimension is the radius versus the height, especially in word problems or diagrams where the cylinder is oriented horizontally or at an angle