Volumes of Revolution | 旋转体体积

📚 Volumes of Revolution | 旋转体体积

In Edexcel A-Level Mathematics, the topic of volumes of revolution extends integration techniques to three-dimensional solids. When a region bounded by a curve, the x-axis (or y-axis), and given limits is rotated fully about an axis, the resulting solid’s volume can be calculated using a definite integral. This concept combines geometric visualisation with the fundamental theorem of calculus and appears regularly on the Pure Mathematics papers.

在 Edexcel A-Level 数学中,旋转体体积的主题将积分技巧拓展到三维立体。当由曲线、x 轴(或 y 轴)和给定界限围成的区域绕轴旋转一整圈时,所生成立体的体积可用定积分计算。这一概念将几何直观与微积分基本定理结合在一起,是纯数试卷中的常见考点。


1. What is a Volume of Revolution? | 什么是旋转体体积?

A volume of revolution is formed by rotating a 2D region about an axis. Imagine a curve y = f(x) from x = a to x = b. If this curve is rotated 360° around the x-axis, it sweeps out a solid shape. Every cross-section perpendicular to the x-axis is a disk of radius y. The volume can be approximated by summing thin disks, leading to the integral formula.

旋转体是由二维区域绕轴旋转形成的。设想曲线 y = f(x) 从 x = a 到 x = b。若将此曲线绕 x 轴旋转 360°,则扫出一个立体形状。垂直于 x 轴的每个横截面都是一个半径为 y 的圆盘。体积可通过求和一串薄圆盘来逼近,从而导出积分公式。

V = π ∫ab y² dx

This is the foundation for all volumes of revolution: multiply π by the integral of the square of the distance from the axis.

这是所有旋转体体积的基础:将 π 乘以点到轴距离的平方的积分。


2. Revolving Around the x-axis | 绕 x 轴旋转

The standard formula for revolution about the x-axis is V = π ∫ y² dx, where y is expressed in terms of x. It is essential to square the y-coordinate, not the entire integrand. Remember that this formula gives the volume of the solid formed by the area between the curve, the x-axis, and the vertical lines x=a, x=b.

绕 x 轴旋转的标准公式为 V = π ∫ y² dx,其中 y 用 x 表示。关键是要对 y 坐标平方,而不是对整个被积函数平方。记住,该公式给出的是由曲线、x 轴及竖线 x=a、x=b 围成的区域旋转所得的体积。

For example, the curve y = √x from x = 0 to x = 4 generates a solid. The volume is V = π ∫04 (√x)² dx = π ∫04 x dx = π [½ x²]04 = 8π. Always compute the definite integral carefully and leave answers in terms of π unless asked otherwise.

例如,曲线 y = √x 从 x = 0 到 x = 4 生成一个立体。体积为 V = π ∫04 (√x)² dx = π ∫04 x dx = π [½ x²]04 = 8π。务必仔细计算定积分,除非题目另有要求,答案应保留 π。


3. Revolving Around the y-axis | 绕 y 轴旋转

When the region is rotated about the y-axis, the roles of x and y swap. The formula becomes V = π ∫ x² dy, with limits in terms of y. Rearrange the equation of the curve to make x the subject, then integrate with respect to y. The slice thickness is now dy, and the radius is the x-coordinate.

当区域绕 y 轴旋转时,x 和 y 的角色互换。公式变为 V = π ∫ x² dy,积分界限用 y 表示。将曲线方程变形为 x 关于 y 的表达式,然后对 y 积分。此时薄片的厚度为 dy,半径为 x 坐标。

Example: the region bounded by y = x² from y = 0 to y = 4. Solve for x: x = √y (taking the positive branch). Volume V = π ∫04 (√y)² dy = π ∫04 y dy = π [½ y²]04 = 8π. Notice the result is identical because the region is symmetric in shape, but the integration variable differs.

例:由 y = x² 从 y = 0 到 y = 4 围成的区域。解出 x:x = √y(取正分支)。体积 V = π ∫04 (√y)² dy = π ∫04 y dy = π [½ y²]04 = 8π。注意结果相同,因为区域形状对称,但积分变量不同。


4. The Disk Method in Detail | 圆盘法详解

The disk method considers each thin slice perpendicular to the axis of rotation as a cylinder (disk) of thickness dx or dy. The radius of the disk is the distance from the axis to the curve. Volume of a single disk ≈ π (radius)² × thickness. Summing and taking the limit as thickness → 0 yields the definite integral.

圆盘法将垂直于旋转轴的每个薄片视作厚度为 dx 或 dy 的圆柱体(圆盘)。圆盘半径是轴上点到曲线的距离。单个圆盘的体积 ≈ π (半径)² × 厚度。求和并取厚度趋于 0 的极限即得定积分。

For rotation about the x-axis, radius = y, so dV = π y² dx. For the y-axis, radius = x, so dV = π x² dy. Always ensure the function is expressed in the variable of integration and that limits correspond to the endpoints of the region. Visualising a typical disk helps avoid confusing the formulas.

绕 x 轴旋转时,半径 = y,故 dV = π y² dx。绕 y 轴旋转时,半径 = x,dV = π x² dy。务必确保函数用积分变量表示,且积分界限与区域端点对应。将典型圆盘可视化有助于避免公式混淆。


5. Parametric Curves and Volumes | 参数曲线与旋转体体积

When a curve is defined parametrically by x = f(t), y = g(t), the volume of revolution about the x-axis is V = π ∫ y² dx = π ∫ y² (dx/dt) dt. Substitute y = g(t) and dx = (dx/dt) dt, then integrate with respect to t between the parameter limits. This is a direct application of the chain rule.

当曲线由参数方程 x = f(t), y = g(t) 给出时,绕 x 轴旋转的体积为 V = π ∫ y² dx = π ∫ y² (dx/dt) dt。代入 y = g(t),dx = (dx/dt) dt,然后在参数界限内对 t 积分。这是链式法则的直接应用。

Similarly, for revolution about the y-axis: V = π ∫ x² dy = π ∫ x² (dy/dt) dt. The limits on t are found from the given x or y bounds. It is crucial to differentiate correctly and to include the derivative factor when substituting.

类似地,绕 y 轴旋转:V = π ∫ x² dy = π ∫ x² (dy/dt) dt。t 的界限由给定的 x 或 y 边界确定。正确求导并在代入时包含导数因子至关重要。

Example: a curve has parametric equations x = t², y = 2t, from t = 0 to t = 2. Volume about x-axis: V = π ∫02 (2t)² × (dx/dt) dt. Here dx/dt = 2t, so V = π ∫02 4t² × 2t dt = 8π ∫02 t³ dt = 8π [¼ t⁴]02 = 32π. Always express the final answer clearly.

例:曲线参数方程为 x = t², y = 2t,从 t = 0 到 t = 2。绕 x 轴体积:V = π ∫02 (2t)² × (dx/dt) dt。这里 dx/dt = 2t,故 V = π ∫02 4t² × 2t dt = 8π ∫02 t³ dt = 8π [¼ t⁴]02 = 32π。最终答案务必清晰表达。


6. Washer Method: Volume Between Two Curves | 垫圈法:两曲线间的体积

When the region bounded between two curves y = f(x) (outer) and y = g(x) (inner) is rotated about the x-axis, the solid has a cavity. The volume is found by subtracting the volume of the inner solid from the outer: V = π ∫ab [f(x)² – g(x)²] dx. This is the washer method, because each cross-section is a washer (ring).

当由两条曲线 y = f(x)(外侧)和 y = g(x)(内侧)围成的区域绕 x 轴旋转时,实体会出现空腔。体积可通过用外侧体积减去内侧体积求得:V = π ∫ab [f(x)² – g(x)²] dx。这就是垫圈法,因为每个横截面都是一个垫圈(圆环)。

The same principle applies to rotation about the y-axis: V = π ∫ [

Published by TutorHao | A-Level Mathematics Revision Series | aleveler.com

更多咨询请联系16621398022(同微信)

Comments

屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Discover more from aleveler.com

Subscribe now to keep reading and get access to the full archive.

Continue reading