如何计算Cylinder
learn.whatIsHeading
A cylinder has two parallel circular bases connected by a curved lateral surface. It is one of the most common 3D shapes — cans, pipes, barrels, and columns are all cylinders.
分步指南
- 1Volume = π × r² × h
- 2Lateral surface area = 2πrh
- 3Total surface area = 2πr(r + h)
例题解析
输入
r=4, h=10
结果
V=502.65, SA=351.86
V=π×16×10, SA=2π×4×(4+10)
输入
r=7, h=5
结果
V=769.69, SA=527.79
准备好计算了吗?尝试免费的 Cylinder 计算器
自己尝试一下 →