JG89
- 724
- 1
Homework Statement
Integrate [itex]f(x,y) = e^{-(x^2 + y^2)}[/itex] over the set [itex]A = \{ (x,y): x > 0, y > 0, x^2 + y^2 < a \}[/itex]
Homework Equations
The Attempt at a Solution
The polar coordinate transformation [itex]g(r,\theta) = (r cos\theta, r sin\theta)[/itex] is a diffeomorphism from A to the set [itex]B = \{(r,\theta): 0 < r < a, 0 < \theta < \pi / 2 \}[/itex], so I can use the change of variables theorem.
So [itex]\int_A e^{-(x^2 + y^2)} = \int_B re^{-r^2} = \int_0^a \int_0^{\pi/2} re^{-r^2} d \theta dr = (\pi / 2) \int_0^a re^{-r^2} dr[/itex].
Let [itex]u = -r^2[/itex]. Then [itex]-du/2 = rdr[/itex], so we have [itex](\pi / 2) \int_0^a re^{-r^2} dr = (- \pi / 4) \int_0^{-a^2} e^u du = (- \pi / 4)(e^{-a^2} - 1)[/itex].
I get the same answer if I reverse the order of integration. Is this answer correct?