題目
Problem
Find the volume of the solid obtained by rotating about the x-axis the region enclosed by the curves y=x2+44, y=0, x=0, and x=2.
(3) 見解答.
解答
解法一
思路
展開
- 本題要求計算平面區域繞 x 軸旋轉一圈所形成的旋轉體體積。
- 該平面區域由曲線 y=x2+44、底邊 y=0、左邊界 x=0 與右邊界 x=2 所圍成。
- 第一步:建立體積公式
使用圓盤法 (Disk Method),繞 x 軸旋轉的體積公式為:
V=∫abπ[f(x)]2dx=∫02π(x2+44)2dx
- 第二步:積分求解
被積分函數中包含 (x2+4)2。面對 x2+a2 的形式,標準做法是使用三角代換法,令 x=atanθ。
這裡令 x=2tanθ,微分關係為 dx=2sec2θdθ,並更新積分上下限。
- 第三步:化簡與計算
代換後,利用三角恆等式 1+tan2θ=sec2θ 與餘弦倍角公式 cos2θ=21+cos2θ 進行求值。
答題過程
展開
第一步:列出體積定積分式
根據圓盤法,旋轉體體積 V 為:
V=∫02πy2dx=∫02π(x2+44)2dx=16π∫02(x2+4)21dx
第二步:三角代換法
令:
x=2tanθ⟹dx=2sec2θdθ
同時轉換積分上下限:
- 當 x=0 時,2tanθ=0⟹θ=0。
- 當 x=2 時,2tanθ=2⟹tanθ=1⟹θ=4π。
將這些關係式代入體積積分式中:
V=====16π∫04π(4tan2θ+4)21⋅(2sec2θdθ)16π∫04π(4(tan2θ+1))21⋅2sec2θdθ16π∫04π16sec4θ1⋅2sec2θdθ2π∫04πsec2θ1dtheta2π∫04πcos2θdθ
第三步:利用倍角公式求值
利用餘弦倍角公式 cos2θ=21+cos2θ:
V======2π∫04π21+cos2θdθπ∫04π(1+cos2θ)dθπ[θ+21sin2θ]04ππ((4π+21sin2π)−(0+0))π(4π+21(1))4π2+2π=4π2+2π
因此,第 (3) 格答案為 \frac{\pi^2 + 2\pi}{4}(或寫 \frac{\pi^2}{4} + \frac{\pi}{2})。