Calculus · real student question

Evaluate the double integral of e^(-(x^2 + y^2)) over the region x^2 + y^2 <= 1.

Question

Evaluate

x2+y21e(x2+y2)dA\iint_{x^2+y^2\le 1} e^{-\left(x^2+y^2\right)}dA

Step-by-step solution

  1. See why Cartesian coordinates are hopeless. In xx and yy the inner integral would be ex2dx\int e^{-x^2}dx, and that antiderivative simply does not exist in elementary form. The integrand and the region both depend only on the distance from the origin, so polar coordinates are not merely convenient here — they are what makes the problem solvable.

  2. Convert integrand, region, and area element together. With x=rcosθx=r\cos\theta, y=rsinθy=r\sin\theta:

    x2+y2=r2,dA=rdrdθ,x2+y21    0r1x^2+y^2=r^2,\qquad dA=r\,dr\,d\theta,\qquad x^2+y^2\le 1\iff 0\le r\le 1

    so

    x2+y21e(x2+y2)dA=02π ⁣ ⁣01er2rdrdθ\iint_{x^2+y^2\le 1}e^{-(x^2+y^2)}dA=\int_0^{2\pi}\!\!\int_0^1 e^{-r^2}\,r\,dr\,d\theta

    The extra rr from the Jacobian is the whole trick: it is exactly the factor needed for a uu-substitution.

  3. Do the radial integral with u=r2u=r^2. Let u=r2u=r^2, so du=2rdrdu=2r\,dr and rdr=12dur\,dr=\tfrac12\,du, with uu running from 00 to 11:

    01er2rdr=1201eudu=12[eu]01=12(1e1)\int_0^1 e^{-r^2}r\,dr=\frac12\int_0^1 e^{-u}du=\frac12\left[-e^{-u}\right]_0^1=\frac12\left(1-e^{-1}\right)

  4. Integrate over the angle. The radial result is a constant, and the full circle contributes 2π2\pi:

    02π12(1e1)dθ=2π12(1e1)=π(1e1)\int_0^{2\pi}\frac12\left(1-e^{-1}\right)d\theta=2\pi\cdot\frac12\left(1-e^{-1}\right)=\pi\left(1-e^{-1}\right)

  5. Evaluate numerically and check the bounds.

    π(11e)π(10.36788)1.9858\pi\left(1-\frac{1}{e}\right)\approx \pi(1-0.36788)\approx 1.9858

    On the unit disk the integrand ranges from e10.368e^{-1}\approx 0.368 (at the rim) to 11 (at the centre), and the disk has area π3.1416\pi\approx 3.1416. So the integral must lie between 0.368π1.1560.368\pi\approx 1.156 and π3.142\pi\approx 3.142, and 1.98581.9858 does \checkmark. Extending the same computation to rr\to\infty gives π\pi, the classic result behind ex2dx=π\int_{-\infty}^{\infty}e^{-x^2}dx=\sqrt\pi.

Answer

π(1e1)1.9858\pi\left(1-e^{-1}\right)\approx 1.9858

Need to solve a different problem like this? Open the solver →