Problem 21
Question
Suppose that \(f(x, y)\) can be written as a product \(f(x, y)=F(x) G(y)\) of a function of \(x\) and a function of \(y\) . Then the integral of \(f\) over the rectangle \(R : a \leq x \leq b, c \leq y \leq d\) can be evaluated as a product as well, by the formula $$ \iint_{R} f(x, y) d A=\left(\int_{a}^{b} F(x) d x\right)\left(\int_{c}^{d} G(y) d y\right) $$ The argument is that $$ \begin{aligned} \iint_{R} f(x, y) d A &=\int_{c}^{d}\left(\int_{a}^{b} F(x) G(y) d x\right) d y \\ &=\int_{c}^{d}\left(G(y) \int_{a}^{b} F(x) d x\right) d y \\ &=\int_{c}^{d}\left(\int_{a}^{b} F(x) d x\right) G(y) d y \\\ &=\left(\int_{a}^{b} F(x) d x\right) \int_{c}^{d} G(y) d y \end{aligned} $$ a. Give reasons for steps (i) through (v). When it applies, Equation \((1)\) can be a time saver. Use it to evaluate the following integrals. $$ \text { b. }\int_{0}^{\ln 2} \int_{0}^{\pi / 2} e^{x} \cos y d y d x \quad \text { c. } \int_{1}^{2} \int_{-1}^{1} \frac{x}{y^{2}} d x d y $$
Step-by-Step Solution
VerifiedKey Concepts
Separability of Functions
This characteristic enables us to break down complex double integrals into simpler, manageable parts. Specifically, it turns the double integral into the product of two single integrals. This simplification is incredibly useful in solving problems related to physics and engineering, where such functions frequently appear. When dealing with a separable function over a rectangle \( R: a \leq x \leq b, \ c \leq y \leq d \), the integral is given by:
- \( \int_{a}^{b} F(x) \, dx \), integrating over \( x \) only, and
- \( \int_{c}^{d} G(y) \, dy \), integrating over \( y \) only.
Iterated Integrals
First, one performs the integration with respect to one variable, holding the other constant; this is known as the inner integral. Once the inner integration is complete, you proceed to the outer integral, which involves the other variable. This step-by-step approach is what characterizes iterated integrals. The usual format for such an integral over a rectangle \( R \) is:
- \( \int_{c}^{d} \left( \int_{a}^{b} f(x, y) \, dx \right) \, dy \) or equivalently
- \( \int_{a}^{b} \left( \int_{c}^{d} f(x, y) \, dy \right) \, dx. \)
Improper Integrals
Such scenarios require special treatment by integrating around the undefined point and considering limits. This typically involves splitting the integral at the point of discontinuity and taking limits from both directions. In formal terms, for an integral over a discontinuous point \( c \) within an interval \( [a, b] \), one would evaluate:
- \( \lim_{t \to c^-} \int_{a}^{t} f(y) \, dy \)
- \( \lim_{t \to c^+} \int_{t}^{b} f(y) \, dy \)