題目
Problem
5. Find the area of the region that lies inside the curve r=4sinθ and outside the curve r=2. (10%)
解答
思路
展開
- 兩曲線分別為圓:
- r=4sinθ:半徑為 2、圓心在極座標 (2,π/2) 的圓。
- r=2:半徑為 2、圓心在極點的圓。
- 求交點角度:令 4sinθ=2⟹sinθ=21⟹θ=6π 與 65π。
- 利用極座標面積公式:
A=21∫θ1θ2(router2−rinner2)dθ
代入求值。
答題過程
展開
求交點:
4sinθ=2⟹sinθ=21⟹θ=6π, 65π
建立面積積分式:
A=21∫6π65π[(4sinθ)2−22]dθ
=21∫6π65π(16sin2θ−4)dθ=∫6π65π(8sin2θ−2)dθ
利用半角公式 sin2θ=21−cos2θ 化簡:
A=∫6π65π(4(1−cos2θ)−2)dθ=∫6π65π(2−4cos2θ)dθ
=[2θ−2sin2θ]6π65π
=(35π−2sin35π)−(3π−2sin3π)
=(35π+3)−(3π−3)=34π+23
結論:
面積為 34π+23。