題目
Problem
9. Evaluate ∬RxyexydA, where R is the region in the first quadrant bounded by lines y=x, y=3x, and the hyperbolas xy=1, xy=3. (10%)
解答
思路
展開
- 定義新變數: u=xy 且 v=xy。
- 在新坐標系下,積分範圍簡化為矩形: u∈[1,3], v∈[1,3]。
- 計算 Jacobian 並代入變換二重積分。
答題過程
展開
令:
{u=xyv=y/x
在第一象限,這將積分區域映射為 uv 平面上的矩形 D=[1,3]×[1,3]。
計算 Jacobian 行列式:
J−1=∂(x,y)∂(u,v)=y−x2yxx1=x2y=2v
因此:
dA=dxdy=2v1dudv
代回二重積分:
∬RxyexydA=∫13∫13veu(2v1dudv)=21(∫131dv)(∫13eudu)
=21(2)(e3−e)=e3−e
結論:
積分值為 e3−e。