題目
Problem
9. Evaluate
where is the boundary of the semiannual region in the upper half-plane between the circles and . (10%)
(註:原卷英文將半圓環 “semiannular” 誤植為 “semiannual”,在此特予說明。)
解答
解法一
思路
展開
- 本題要求計算平面閉曲線的線積分 。
- 由於積分曲線 是上半平面夾在兩圓 與 之間的半圓環區域的邊界(已封閉),這強烈提示我們使用格林定理 (Green’s Theorem)。
- 第一步:應用格林定理:
ight) \mathrm{d}x\mathrm{d}y 其中 $P = y^2 + \sin x$、 $Q = 3xy - e^y$。 計算偏導數差值: $rac{\partial Q}{\partial x} - rac{\partial P}{\partial y} = 3y - 2y = y$。 4. **第二步:在極座標下計算二重積分 $\iint_D y \,\mathrm{d}A$**: 半圓環區域的極座標範圍: 0 \le heta \le \pi, \quad 2 \le r \le 3$$ 將 代入,寫成累次積分求解即可。
答題過程
展開
設被積函數分量為:
根據格林定理,此線積分可轉化為其圍成區域 上的二重積分:
\oint_C P\,\mathrm{d}x + Q\,\mathrm{d}y = \iint_D \left( rac{\partial Q}{\partial x} - rac{\partial P}{\partial y} ight) \mathrm{d}x\mathrm{d}y計算對應的偏導數:
rac{\partial Q}{\partial x} = rac{\partial}{\partial x}(3xy - e^y) = 3y, \quad rac{\partial P}{\partial y} = rac{\partial}{\partial y}(y^2 + \sin x) = 2y因此:
rac{\partial Q}{\partial x} - rac{\partial P}{\partial y} = 3y - 2y = y我們引入極座標系來描述半圓環區域 :
其極座標界限為:
代入二重積分計算:
egin{align*} I =&\, \iint_D y \,\mathrm{d}x\mathrm{d}y \[4mm] =&\, \int_0^{\pi} \int_2^3 (r\sin heta) \cdot r\,\mathrm{d}r\mathrm{d} heta \[4mm] =&\, \left( \int_0^{\pi} \sin heta \,\mathrm{d} heta ight) \left( \int_2^3 r^2 \,\mathrm{d}r ight) \[4mm] =&\, \left[ -\cos heta ight]_0^{\pi} \cdot \left[ rac{1}{3}r^3 ight]_2^3 \[4mm] =&\, (1 - (-1)) \cdot rac{1}{3} (3^3 - 2^3) \[4mm] =&\, 2 \cdot rac{1}{3} (27 - 8) \[4mm] =&\, 2 \cdot rac{19}{3} = rac{38}{3} \,. \end{align*}