📚 IB Math: Methods and Techniques for Finding Volumes of Solids of Revolution | IB数学:旋转体体积的求解方法与技巧
In IB Mathematics, calculating the volume of a solid of revolution is a core application of integration. This topic appears in both Analysis and Approaches (AA) and Applications and Interpretation (AI), and it requires a clear understanding of the disk, washer, and shell methods. Mastering these techniques not only earns marks in exams but also builds a strong foundation for calculus at university level.
在 IB 数学中,计算旋转体体积是积分的重要应用。这一考点同时出现在 Analysis and Approaches(AA)和 Applications and Interpretation(AI)中,要求学生清晰掌握圆盘法、垫圈法和柱壳法。熟练掌握这些方法,不仅能在考试中得分,更能为大学阶段的微积分学习奠定坚实基础。
1. What Is a Solid of Revolution? | 什么是旋转体?
A solid of revolution is a three-dimensional object created by rotating a two-dimensional region around a fixed axis. For example, rotating a semicircle about its diameter produces a sphere, while rotating a straight line about an axis forms a cone.
旋转体是将一个二维平面区域绕某一固定轴旋转一周所得到的三维立体图形。例如,半圆绕其直径旋转一周得到球体;一条直线绕轴旋转则形成圆锥。
The axis of rotation can be the x-axis, the y-axis, or any horizontal/vertical line. The choice of integration variable (x or y) and the corresponding method depends on how the region is defined and which axis is selected.
旋转轴可以是 x 轴、y 轴,也可以是任意水平线或垂直线。积分变量的选择(x 或 y)以及具体方法的选取,取决于区域的表达方式与旋转轴的位置。
2. The Disk Method: Rotating About the x-Axis | 圆盘法:绕 x 轴旋转
When a region under a curve y = f(x) from x = a to x = b is rotated about the x-axis, each small strip of width dx sweeps out a thin disk. The radius of each disk is f(x), so the volume of one disk is π[f(x)]²dx. Summing all such disks from a to b gives the total volume.
当曲线 y = f(x) 下方的区域在 x = a 到 x = b 之间绕 x 轴旋转时,每个宽度为 dx 的窄条都会扫出一个薄圆盘。每个圆盘的半径为 f(x),因此单个圆盘的体积为 π[f(x)]²dx。将这些圆盘从 a 到 b 累加,即可得到总体积。
V = π ∫ₐᵇ [f(x)]² dx
This method works when the rotating region is bounded by the x-axis and a single curve, and there is no hole in the resulting solid.
该方法适用于旋转区域由 x 轴和单条曲线围成、且生成的立体中没有空洞的情形。
3. The Disk Method: Rotating About the y-Axis | 圆盘法:绕 y 轴旋转
If the region is bounded by a curve x = g(y) and the y-axis, and it is rotated about the y-axis, the disk method takes the same form but with respect to y. The radius is now g(y), and the integration limits are c and d on the y-axis.
若区域由曲线 x = g(y) 和 y 轴围成,并且绕 y 轴旋转,则圆盘法形式相同,但是对 y 积分。此时半径为 g(y),积分上下限为 y 方向上的 c 到 d。
V = π ∫꜀ᵈ [g(y)]² dy
A common exam trap is using the wrong variable. Always check whether the function is given as y = f(x) or x = g(y), and integrate with respect to the variable that matches the axis of rotation.
考试中常见的陷阱是选错积分变量。务必先确认函数是 y = f(x) 还是 x = g(y),然后选择与旋转轴对应的变量进行积分。
4. The Washer Method: Solids with Holes | 垫圈法:有空洞的旋转体
When the rotating region does not touch the axis of rotation, the solid has a hole in the middle. In this case, each thin disk becomes a washer: a disk with a smaller disk removed from its centre. The outer radius is R(x) and the inner radius is r(x).
当旋转区域与旋转轴不相接触时,生成的立体中间会有空洞。此时每个薄圆盘变成一个垫圈:即从一个大圆盘中心挖去一个小圆盘。外半径为 R(x),内半径为 r(x)。
V = π ∫ₐᵇ ([R(x)]² − [r(x)]²) dx
It is important to remember that the integrand subtracts the squares of the radii, not the square of the difference. In other words, R² − r² ≠ (R − r)².
需要特别注意:被积函数中是用外半径的平方减去内半径的平方,而不是半径之差的平方。也就是说,R² − r² ≠ (R − r)²。
For example, consider the region between y = x and y = x² from x = 0 to x = 1, rotated about the x-axis. The outer radius is x, and the inner radius is x². The volume is then:
例如,考虑由 y = x 与 y = x² 在 x = 0 到 x = 1 之间围成的区域绕 x 轴旋转。外半径为 x,内半径为 x²。因此体积为:
V = π ∫₀¹ (x² − x⁴) dx = π (1/3 − 1/5) = 2π/15
5. The Cylindrical Shell Method | 柱壳法
Sometimes integrating with washers along the rotation axis is complicated because finding the radii requires solving the function for the other variable. The shell method offers an alternative: treat the solid as a stack of cylindrical shells, each of radius x and height f(x).
有时绕旋转轴使用垫圈法会使计算变得复杂,因为求半径需要先对函数进行反解。柱壳法提供了另一种思路:将旋转体视为一层层圆柱壳的堆叠,每个壳的半径为 x,高度为 f(x)。
V = 2π ∫ₐᵇ x · f(x) dx
The shell method is especially useful when rotating about the y-axis a region bounded by y = f(x) and the x-axis, where solving for x as a function of y would be difficult.
柱壳法特别适用于以下情形:区域由 y = f(x) 与 x 轴围成,且绕 y 轴旋转,此时若反解 x = g(y) 较为困难。
For instance, the region under y = sin(x) from x = 0 to x = π, rotated about the y-axis, is much easier to compute using shells:
例如,由 y = sin(x) 在 x = 0 到 x = π 间与 x 轴围成的区域绕 y 轴旋转,用柱壳法计算要简单得多:
V = 2π ∫₀ᵖⁱ x sin(x) dx = 2π²
6. Choosing the Right Method | 如何选择合适的方法
Selecting the correct method is often the hardest part of these problems. A reliable rule of thumb is: if the region is defined by y as a function of x and the axis of rotation is horizontal, use disks or washers with respect to x; if the axis is vertical and the region is naturally described by y = f(x), use shells.
选择正确的方法往往是这类题目中最难的一步。一个可靠的判断准则是:若区域以 y 为 x 的函数表示,且旋转轴为水平方向,则对 x 使用圆盘法或垫圈法;若旋转轴为竖直方向,且区域自然由 y = f(x) 表示,则使用柱壳法。
Below is a quick comparison table:
下表是快速对照指南:
| Axis of Rotation | Function Form | Suggested Method |
| x-axis (horizontal) | y = f(x) | Disks / Washers on x |
| y-axis (vertical) | y = f(x) | Shells on x |
| y-axis (vertical) | x = g(y) | Disks / Washers on y |
| x-axis (horizontal) | x = g(y) | Shells on y |
7. Rotating About Lines Other Than the Axes | 绕非坐标轴直线旋转
Exam questions often rotate regions about lines such as y = k or x = h rather than the coordinate axes. In these cases, the radius in the integral must be adjusted accordingly.
考试题常常会要求区域绕 y = k 或 x = h 这样的直线旋转,而不是绕坐标轴。这时,积分中的半径需要相应调整。
If rotating about the horizontal line y = k, the radius is |f(x) − k|. If k lies above the region, use k − f(x); if below, use f(x) − k. Similarly, for rotation about a vertical line x = h, the radius is |x − h|.
若绕水平直线 y = k 旋转,半径为 |f(x) − k|。如果 k 在区域上方,则半径为 k − f(x);如果 k 在区域下方,则半径为 f(x) − k。类似地,绕竖直直线 x = h 旋转时,半径为 |x − h|。
V = π ∫ₐᵇ (f(x) − k)² dx (for y = k as axis)
Do not forget to square the entire adjusted radius. A common error is writing f(x)² − k², which is conceptually wrong.
不要忘记对调整后的整个半径进行平方。一个常见错误是写成 f(x)² − k²,这在概念上是错误的。
8. Volume by Integration with Parametric Equations | 参数方程下的旋转体体积
In IB AA HL, parametric equations may appear. If a curve is defined by x = x(t) and y = y(t), then the volume generated by rotating the curve about the x-axis is:
在 IB AA HL 中,可能会出现参数方程。如果曲线由 x = x(t) 和 y = y(t) 定义,那么曲线绕 x 轴旋转生成的体积为:
V = π ∫ₐᵦ [y(t)]² · (dx/dt) dt
where the limits α and β correspond to the parameter values at the endpoints of the curve. When dx/dt is negative, take absolute value to keep the volume positive.
其中上下限 α 和 β 对应曲线两端点的参数值。当 dx/dt 为负值时,应取绝对值以保证体积为正。
9. Common Mistakes and How to Avoid Them | 常见错误与避免方法
Several frequent errors appear in IB exams. Understanding them is essential for full marks.
IB 考试中反复出现几类典型错误。理解它们,对于拿到满分至关重要。
-
Forgetting to square the radius: The integrand is always π × (radius)², not π × radius.
忘记将半径平方:被积函数始终是 π × (半径)²,而不是 π × 半径。
-
Using the wrong variable: For rotation about the x-axis, integrate with respect to x; for the y-axis, with respect to y.
使用错误变量:绕 x 轴旋转时对 x 积分;绕 y 轴旋转时对 y 积分。
-
Confusing washers and disks: If the solid has a hole, you need an inner radius; otherwise you do not.
混淆垫圈法与圆盘法:如果立体中间有孔,就需要内半径;没有孔则不需要。
-
Plugging in intersection points incorrectly: Always find the actual x- or y-values where the curves intersect, not just visual approximations.
交点代入错误:务需求出曲线交点的准确 x 或 y 值,而不能仅凭图像近似。
10. Worked Example: Two Methods Compared | 实例:两种方法对比
Consider the region bounded by y = √x, the x-axis, and the line x = 4. Find the volume when this region is rotated about the y-axis.
考虑由 y = √x、x 轴以及直线 x = 4
Published by TutorHao | IB Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply