📚 Two Volume Methods in Integral Calculus | 积分学中的两种体积方法
When you move from calculating areas to calculating volumes, integration remains your most powerful tool. In A-Level mathematics, there are two essential integral procedures for volumes: volumes of revolution, obtained by rotating a curve about a coordinate axis, and volumes by parallel cross-sections, where the area of each slice is known. Both methods rely on the same principle: slice, approximate, and integrate.
当从计算面积转向计算体积时,积分仍然是最有力的工具。在A-Level数学中,有两种基本的积分求体积方法:旋转体体积,通过将曲线绕坐标轴旋转得到;以及平行截面体积,其中每个截面的面积已知。这两种方法都基于同一原则:切片、近似、积分。
This guide explains both methods with the exact formulas you need for AQA exams, gives worked examples, and highlights common errors. By the end, you will be able to recognise which method to apply, set up the correct integral, and evaluate it confidently.
本指南将解释这两种方法,给出AQA考试所需的精确公式,提供实例并强调常见错误。学完后,你将能够识别何时使用哪种方法,正确写出积分并自信地计算。
1. The General Principle of Slicing | 切片原理
Imagine a solid lying along the x‑axis from x = a to x = b. If you cut it into extremely thin vertical slabs, each slab is like a thin coin with area A(x) and thickness dx. The volume of one slab is approximately A(x) dx. Summing all slabs and taking the limit gives the integral formula:
想象一个立体沿x轴从x=a到x=b分布。如果将它切成极薄的竖直薄片,每个薄片就像一枚硬币,面积为A(x),厚度为dx。一个薄片的体积近似为A(x) dx。将所有薄片求和并取极限,就得到积分公式:
V = ∫ab A(x) dx
This single idea underlies both methods. In a volume of revolution, A(x) is the area of a circular cross‑section. In the cross‑section method, A(x) is given directly as a function of x. The challenge is always to express A(x) correctly.
这一核心思想贯穿两种方法。在旋转体问题中,A(x)是圆形横截面的面积;在截面法中,A(x)直接作为x的函数给出。关键始终在于正确表达A(x)。
2. Volume of Revolution about the x‑axis | 绕x轴旋转体体积
Suppose y = f(x) is continuous and non‑negative on [a, b]. Rotate the region under the curve from x = a to x = b through 360° around the x‑axis. A thin vertical slice at position x becomes a circular disk with radius y and thickness dx. The area of the disk is πy², so:
设y=f(x)在[a,b]上连续且非负。将由曲线下方从x=a到x=b的区域绕x轴旋转360°。在x处的竖直薄片变成一个半径为y、厚度dx的圆盘。圆盘面积为πy²,因此:
V = π ∫ab y² dx
This is sometimes called the disk method. You must square the function before integrating. A typical AQA question gives y explicitly, such as y = √x, and asks for the volume generated when the region is rotated about the x‑axis.
这有时被称为“圆盘法”。必须先对函数平方,再积分。典型AQA题目会给出y的显式表达式,例如y=√x,并要求求区域绕x轴旋转所得体积。
Because the formula involves y², the sign of y does not matter. This means you only need to know the distance from the curve to the rotation axis.
因为公式中涉及y²,y的正负不影响结果。这意味着你只需要知道曲线到旋转轴的距离。
3. Volume of Revolution about the y‑axis | 绕y轴旋转体体积
Now rotate the region between the y‑axis and the curve x = g(y) about the y‑axis. A horizontal slice at height y becomes a circular disk with radius x = g(y). The thickness is dy, so:
现在将y轴与曲线x=g(y)之间的区域绕y轴旋转。在高度y处的水平薄片成为半径为x=g(y)的圆盘,厚度为dy,因此:
V = π ∫cd x² dy
Here c and d are the y‑values corresponding to the ends of the region. To use this formula, you must express x in terms of y, and choose limits on the y‑axis. For example, the curve y = x² on x ∈ [0,1] can be solved as x = √y; rotating about the y‑axis gives V = π∫01 y dy = π/2.
这里c和d是对应区域两端的y值。要使用该公式,必须将x表示为y的函数,并在y轴上确定积分限。例如,曲线y=x²在x∈[0,1]上可解为x=√y;绕y轴旋转得V = π∫01 y dy = π/2。
Be careful: if the region does not start at the axis, you may need to use the washer method for the y‑axis as well, replacing x² by the difference of two outer/inner radius squares.
注意:如果区域并非从轴开始,则绕y轴旋转时也可能需要垫圈法,用外半径平方减内半径平方代替x²。
4. The Washer Method | 垫圈法
When the region is bounded by two curves y = f(x) and y = g(x), and the entire region is at non‑negative distance from the rotation axis, a slice produces a disk with a hole – a washer. Suppose f(x) ≥ g(x) ≥ 0 on [a, b]. Rotating about the x‑axis gives outer radius f(x) and inner radius g(x). The cross‑sectional area is π[f(x)² − g(x)²], so:
当区域由两条曲线y=f(x)和y=g(x)围成,且整个区域到旋转轴的距离非负时,一个薄片会产生一个带孔的圆盘——垫圈。设f(x)≥g(x)≥0在[a,b]上成立。绕x轴旋转时,外半径为f(x),内半径为g(x)。横截面积为π[f(x)²−g(x)²],因此:
V = π ∫ab ( f(x)² − g(x)² ) dx
Do not expand (f − g)² instead of f² − g²; these are different. The washer method subtracts the empty inner hole, not the curve difference itself.
切勿使用(f−g)²代替f²−g²;二者完全不同。垫圈法减去的是内部的空腔,而不是曲线之差本身。
For example, the region enclosed by y = x and y = x² for 0 ≤ x ≤ 1, when rotated about the x‑axis, gives V = π∫01 (x² − x⁴) dx = 2π/15.
例如,由y=x与y=x²围成的区域,0≤x≤1,绕x轴旋转得V = π∫01 (x² − x⁴) dx = 2π/15。
5. Volume by Known Cross‑Sections | 已知截面面积求体积
Not all solids are generated by rotation. A pyramid, a prism, or a wedge can have cross‑sections that are squares, triangles, or semicircles. If the area of a cross‑section perpendicular to the x‑axis is given by A(x), then the volume is simply:
并非所有立体都由旋转生成。棱锥、棱柱或楔形体可能具有正方形、三角形或半圆形截面。如果垂直于x轴的截面面积为A(x),则体积为:
V = ∫ab A(x) dx
You usually construct A(x) from a geometric formula. For instance, a solid has a square cross‑section with side length s(x) = x² at position x. Then A(x) = (x²)² = x⁴, and V = ∫01 x⁴ dx = 1/5.
通常需要利用几何公式构造A(x)。例如,一个立体在位置x处的正方形截面边长为s(x)=x²,则A(x)=(x²)²=x⁴,于是V=∫01x⁴ dx=1/5。
This method is particularly useful for solids whose cross‑sectional shape changes regularly; it is frequently tested in coordinate geometry and applications of integration.
这种方法特别适用于截面形状规则变化的立体,常在坐标几何和积分应用中出现。
6. Choosing Between the Methods | 方法选择
When you see a volume question, first ask: is the solid a volume of revolution, or is the cross‑section described explicitly? If rotation is involved, identify the axis of rotation. If the region touches the axis and no hole appears, use the disk formula. If there is a gap between the region and the axis, use washers. If no rotation is mentioned, use the known cross‑section formula.
遇到体积题目时,先问:这个立体是旋转体,还是明确给出截面形状?若涉及旋转,确定旋转轴。若区域与轴接触且无空洞,使用圆盘公式;若区域与轴之间有间隙,使用垫圈法;若未提及旋转,则使用已知截面公式。
The following table summarises the two fundamental approaches:
下表总结了两种基本方法:
| Method | Formula | When to use |
| Disk / Washer | V = π∫(outer² – inner²) dx or dy | Rotation about x‑ or y‑axis |
| Cross‑section | V = ∫A(x) dx | Area of each slice is known directly |
In both cases, the integral limits must match the independent variable used in the cross‑sectional area.
两种情况下,积分限都必须与截面面积中的自变量一致。
7. Worked Example 1: A Simple Revolution | 例1:简单旋转体
Find the volume of the solid obtained by rotating the curve y = √x from x = 0 to x = 4 about the x‑axis.
求曲线y=√x从x=0到x=4绕x轴旋转所得立体的体积。
Since y = √x, y² = x. The volume is V = π∫04 x dx = π [x²/2]04 = π(16/2 − 0) = 8π.
因为y=√x,所以y²=x。体积为V=π∫04 x dx = π [x²/2]04 = π(16/2−0)=8π。
Notice that the upper limit 4 came from the original x‑interval. Always keep the limits on the integration variable, not on the function.
注意上限4来自原始x区间。始终将积分限保持为积分变量上的值,而不是函数上的值。
8. Worked Example 2: Washer Method | 例2:垫圈法
Find the volume formed when the region enclosed by y = x and y = x³ is rotated about the x‑axis.
求由y=x与y=x³围成的区域绕x轴旋转所得体积。
First solve x = x³ → x = 0, x = 1. On [0,1], x ≥ x³, so outer radius = x, inner radius = x³. Then:
先解x=x³,得x=0, x=1。在[0,1]上,x≥x³,所以外半径=x,内半径=x³。于是:
V = π∫01 (x² − x⁶) dx = π [ x³/3 − x⁷/7 ]01 = π(1/3 − 1/7) = 4π/21
This result is correct because we subtracted the hole formed by y = x³. A common error is to integrate (x − x³)² instead, which would give 8π/105 – a different, incorrect volume.
这个结果是正确的,因为我们减去了由y=x³形成的空腔。常见错误是对(x−x³)²积分,那会得到8π/105——一个不同且不正确的体积。
9. Common Pitfalls | 常见陷阱
-
Forgetting π: The disk and washer formulas include a factor π because cross‑sections are circular. Omitting π is the most common mark‑loss error.
忘记π:圆盘和垫圈公式中因子π来自圆形截面。漏掉π是最常见的失分错误。
-
Wrong limits: For rotation about the y‑axis, the limits must be y‑values, not x‑values. Solve the curve equation for x in terms of y before setting limits.
积分限错误:绕y轴旋转时,积分限必须是y值,不是x值。设限前先将曲线方程解为x关于y的表达式。
-
Confusing washer and disk: If the region does not touch the rotation axis, you must use a washer with inner radius subtracted. Otherwise you include the empty middle.
混淆垫圈与圆盘:如果区域不接触旋转轴,必须使用垫圈法并减去内半径,否则会把空心中间也算入体积。
-
Using (f−g)² instead of f²−g²: In the washer method, subtract squared radii, not the square of the radius difference.
误用(f−g)²代替f²−g²:垫圈法中减去半径的平方,而不是半径之差的平方。
-
Forgetting to square: The disk formula uses y², not y. Squaring before integration is essential.
忘记平方:圆盘公式使用y²,不是y,积分前必须平方。
10. Practice and Strategy | 练习与策略
To master volumetric integration, work through exercises that mix rotation axes and cross‑sectional shapes. For each question, draw a diagram, label the outer and inner radii, and state the formula before substituting. Check whether the method is disk, washer, or cross‑section. Also confirm the interval: on a graph, locate all intersection points when two curves bound the region.
为掌握体积积分,应练习混合旋转轴与截面形状的习题。对每个题目,画图,标出外半径和内半径,并在代入前写出公式。确认方法是圆盘、垫圈还是截面法,并检查区间:当两条曲线围成区域时,在图上标出所有交点。
AQA examiners award method marks for setting up the integral correctly. Even if your final arithmetic is wrong, a correct integral earns most of the marks. Write your answer as V = π∫… and simplify step by step.
AQA考官会对正确写出积分的方法分给分。即使最终计算有误,正确的积分也能获得大部分分数。将答案写成V=π∫…并逐步化简。
11. Conclusion | 总结
This article covered two volume methods in integral calculus: the disk/washer formula for volumes of revolution, and the general cross‑section formula. Both are applications of V = ∫A dx (or V = ∫A dy). Master these techniques, practice with curves and axes in both orientations, and you will be ready for any AQA volume question.
本文涵盖了积分学中的两种体积方法:用于旋转体的圆盘/垫圈公式,以及一般截面公式。两者都是V=∫A dx(或V=∫A dy)的应用。掌握这些技巧,练习不同曲线和转轴方向,你就能从容应对任何AQA体积相关题目。
Remember to always square radii, subtract inner holes, and match limits to the variable of integration.
请记住:始终平方半径,减去内孔,并让积分限与积分变量一致。
Published by TutorHao | 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