Multiple Integrals
Cover Page
Artifacts
| Artifact #1 | Change of Variables in Multiple Integrals (HW15 #3) |
| Artifact #2 | Triple Integrals in Cylindrical Coordinates (HW14 #1) |
Sub-outcome coverage
| Sub Outcome | Artifact #1 | Artifact #2 |
|---|---|---|
| Evaluating by hand: compute double or triple integrals over general regions whose boundaries are described by curves or surfaces. | Yes | Yes |
| Coordinate systems: draw, set up, and evaluate triple integrals in cylindrical and/or spherical coordinates. | Yes | |
| Change of Variables: construct transformations, compute their Jacobians, and apply the Change of Variables theorem. | Yes |
Artifact 1
Problem
Evaluate \[ \iint_{R} \frac{-5x - 6y}{4x + 2y}\, dA, \] where \(R\) is the parallelogram enclosed by the lines \[ -5x - 6y = 0, \qquad -5x - 6y = 9, \qquad 4x + 2y = 1, \qquad 4x + 2y = 8. \]
Solution:
Parallelograms are a pain to integrate over directly, so we switch to a change of variables.
One good choice would be: \[ u = -5x - 6y, \qquad v = 4x + 2y. \] This turns the four boundary lines into the much friendlier bounds: \[ u = 0, \qquad u = 9, \qquad v = 1, \qquad v = 8. \]
Recalling the formula for change of variables:
Change of variables
\[ \iint_{R} f(x, y)\, dA = \iint_{R'} f\big(x(u, v), y(u, v)\big) \left| \frac{\partial(x, y)}{\partial(u, v)} \right| du\, dv. \]
To use it we need the Jacobian: \[ \frac{\partial(u, v)}{\partial(x, y)} = \begin{vmatrix} -5 & -6 \\ \phantom{-}4 & \phantom{-}2 \end{vmatrix} = -10 + 24 = 14, \] \[ \frac{\partial(x, y)}{\partial(u, v)} = \frac{1}{14}, \] \[ dA = \frac{1}{14}\, du\, dv. \]
Next we rewrite the integrand: \[ \frac{-5x - 6y}{4x + 2y} = \frac{u}{v}. \]
Now that we have rewritten the integrand and found the Jacobian, we can finally compute: \[ \begin{aligned} \iint_{R} \frac{-5x - 6y}{4x + 2y}\, dA &= \int_{1}^{8} \int_{0}^{9} \frac{u}{v} \cdot \frac{1}{14}\, du\, dv \\[4pt] &= \int_{1}^{8} \left[ \frac{u^{2}}{28 v} \right]_{0}^{9} dv \\[4pt] &= \int_{1}^{8} \frac{81}{28 v}\, dv \\[4pt] &= \left[ \frac{81}{28} \ln v \right]_{1}^{8} \\[4pt] &= \frac{81}{28} \ln 8 - \frac{81}{28} \ln 1 \\[4pt] &= \frac{81}{28} \ln 8. \end{aligned} \]
Artifact 2
Problem
Evaluate \[ \iiint_{E} e^{z}\, dV, \] where \(E\) is the solid enclosed by the paraboloid \(z = 2 + x^{2} + y^{2}\), the cylinder \(x^{2} + y^{2} = 5\), and the \(xy\)-plane.
Solution:
Since both surfaces depend only on \(x^{2} + y^{2}\), cylindrical coordinates are the natural choice, with \(x^{2} + y^{2} = r^{2}\).
In cylindrical coordinates the pieces become:
Cylindrical coordinates
\[ \begin{aligned} &\text{paraboloid: } z = 2 + r^{2}, \qquad \text{cylinder: } r = \sqrt{5}, \qquad \text{floor: } z = 0, \\[4pt] &dV = r\, dz\, dr\, d\theta. \end{aligned} \]
So the bounds are: \[ 0 \le \theta \le 2\pi, \qquad 0 \le r \le \sqrt{5}, \qquad 0 \le z \le 2 + r^{2}. \]
Now we can compute. Integrating in \(z\) first, with \(r\) coming along for the ride: \[ \int_{0}^{2 + r^{2}} e^{z}\, r\, dz = r \left( e^{2 + r^{2}} - 1 \right). \]
Then in \(r\), we split into two integrals: \[ \int_{0}^{\sqrt{5}} r \left( e^{2 + r^{2}} - 1 \right) dr = \int_{0}^{\sqrt{5}} r\, e^{2 + r^{2}}\, dr - \int_{0}^{\sqrt{5}} r\, dr. \]
For the first integral, we substitute: \[ u = 2 + r^{2}, \qquad du = 2r\, dr, \qquad r\, dr = \frac{1}{2}\, du, \] and the limits change from \(r = 0\) to \(u = 2\), and from \(r = \sqrt{5}\) to \(u = 7\): \[ \begin{aligned} \int_{0}^{\sqrt{5}} r\, e^{2 + r^{2}}\, dr &= \int_{2}^{7} \frac{1}{2} e^{u}\, du \\[4pt] &= \frac{1}{2} \left[ e^{u} \right]_{2}^{7} \\[4pt] &= \frac{1}{2} \left( e^{7} - e^{2} \right). \end{aligned} \]
The second integral is: \[ \int_{0}^{\sqrt{5}} r\, dr = \left[ \frac{r^{2}}{2} \right]_{0}^{\sqrt{5}} = \frac{5}{2}. \]
Putting the two pieces together: \[ \int_{0}^{\sqrt{5}} r \left( e^{2 + r^{2}} - 1 \right) dr = \frac{1}{2} \left( e^{7} - e^{2} \right) - \frac{5}{2}. \]
Finally, integrating in \(\theta\): \[ \begin{aligned} \iiint_{E} e^{z}\, dV &= \int_{0}^{2\pi} \left[ \frac{1}{2} \left( e^{7} - e^{2} \right) - \frac{5}{2} \right] d\theta \\[4pt] &= 2\pi \left[ \frac{1}{2} \left( e^{7} - e^{2} \right) - \frac{5}{2} \right] \\[4pt] &= \pi \left( e^{7} - e^{2} - 5 \right). \end{aligned} \]
Essay
My approach to a multiple integral starts with the geometry: I decide what the region or solid looks like, because the boundaries set both the coordinate system and the limits. The parallel lines in the first problem pointed to a change of variables, and the \(x^{2} + y^{2}\) in the second pointed to cylindrical coordinates. My strength is this setup work, choosing the substitution or coordinate system, computing the Jacobian, and reading the limits off the geometry, and the part I want to keep sharpening is the mechanical follow through, especially keeping the Jacobian as the reciprocal determinant and tracking limits through a substitution. The two artifacts show both sides: the reciprocal step that gives \(dA = \tfrac{1}{14}\, du\, dv\) and the substitution limits that change from \(r\) to \(u\) are exactly the steps where a small slip would change the answer.