Problem 65
Question
Unbounded region Prove that $$ \begin{aligned} \int_{-\infty}^{\infty} \int_{-\infty}^{\infty} e^{-x^{2}-y^{2}} d x d y &=\lim _{b \rightarrow \infty} \int_{-b}^{b} \int_{-b}^{b} e^{-x^{2}-y^{2}} d x d y \\ &=4\left(\int_{0}^{\infty} e^{-x^{2}} d x\right)^{2} \end{aligned} $$
Step-by-Step Solution
Verified Answer
The integral evaluates to \(\pi\), confirming the expression.
1Step 1: Define the Double Integral
We start by considering the double integral over the entire \(xy\)-plane of the function \(e^{-x^2-y^2}\): \[ I = \int_{-\infty}^{\infty} \int_{-\infty}^{\infty} e^{-x^2-y^2} \, dx \, dy.\] This represents the area under the curve \(e^{-x^2-y^2}\) over the entire plane.
2Step 2: Switch to Polar Coordinates
To simplify the integral, change from Cartesian coordinates \((x, y)\) to polar coordinates \((r, \theta)\). The conversion is \(x = r\cos(\theta)\), \(y = r\sin(\theta)\), and the Jacobian of this transformation is \(r\). Thus, the integral becomes: \[ I = \int_{0}^{2\pi} \int_{0}^{\infty} e^{-r^2} \, r \, dr \, d\theta. \]
3Step 3: Integrate Over \(r\)
Focus on the inner integral with respect to \(r\): \[ \int_{0}^{\infty} e^{-r^2} \, r \, dr. \] Use the substitution \(u = r^2\), then \(du = 2r \, dr\), which gives: \[ \frac{1}{2} \int_{0}^{\infty} e^{-u} \, du = \frac{1}{2} \left[ -e^{-u} \right]_{0}^{\infty} = \frac{1}{2}. \] Thus, the result of the \(r\) integration is \(\frac{1}{2}\).
4Step 4: Integrate Over \(\theta\)
Now, integrate the constant result \(\frac{1}{2}\) with respect to \(\theta\): \[ \int_{0}^{2\pi} \frac{1}{2} \, d\theta = \frac{1}{2} \, \left[ \theta \right]_{0}^{2\pi} = \frac{1}{2} \times 2\pi = \pi. \]
5Step 5: Relate to One-Dimensional Integral
Recall that: \[ \left( \int_{0}^{\infty} e^{-x^2} \, dx \right)^2 = \left( \frac{\sqrt{\pi}}{2} \right)^2 = \frac{\pi}{4}. \] Therefore, \[ 4 \left( \int_{0}^{\infty} e^{-x^2} \, dx \right)^2 = \pi. \] This confirms the original expression: \[ I = 4 \left( \int_{0}^{\infty} e^{-x^2} \, dx \right)^2 = \pi. \]
Key Concepts
Polar CoordinatesChange of VariablesImproper Integrals
Polar Coordinates
When dealing with double integrals over the entire plane, switching to polar coordinates can simplify the math significantly. A double integral in Cartesian coordinates
- requires both variables \( x \) and \( y \).
- In polar coordinates, these become radial distance \( r \) and angle \( \theta \).
- \( x = r \cos(\theta) \)
- \( y = r \sin(\theta) \)
Change of Variables
The change of variables technique in integrals often involves substituting one set of variables with another to simplify the integration process. When we encounter a double integral like:\[\int_{-\infty}^{\infty} \int_{-\infty}^{\infty} e^{-x^2-y^2} \, dx \, dy,\]this transformation is key.In this exercise, we moved from Cartesian to polar coordinates. The equation
- \( x = r \cos(\theta) \)
- \( y = r \sin(\theta) \)
Improper Integrals
An improper integral is a type of integral where either the function is unbounded or the region of integration is infinite. In this problem, we handle both types:
- The function \( e^{-x^2-y^2} \) tends toward zero but covers an infinite plane.
- The integral limits extend to infinity.
Other exercises in this chapter
Problem 64
How would you evaluate the double integral of a continuous function \(f(x, y)\) over the region \(R\) in the \(x y\) -plane enclosed by the triangle with vertic
View solution Problem 65
Find the average value of the function \(f(\rho, \phi, \theta)=\rho\) over the solid ball \(\rho \leq 1\)
View solution Problem 66
Find the average value of the function \(f(\rho, \phi, \theta)=\rho \cos \phi\) over the solid upper ball \(\rho \leq 1,0 \leq \phi \leq \pi / 2 .\)
View solution Problem 66
Improper double integral Evaluate the improper integral $$ \int_{0}^{1} \int_{0}^{3} \frac{x^{2}}{(y-1)^{2 / 3}} d y d x $$
View solution