Lesson 21: Triple integrals
Warmup: What is the area between \(y = x^2\) and \(y = 4\).
Observe! \[ 4 - x^2 = \int_{x^2}^{4} 1 \, dy \]
\[ = \int_{-2}^{2} \int_{x^2}^{4} 1 \, dy \, dx \] \[ = \iint_{D} 1 \, dA \]Warmup: What is the area between \(y = x^2\) and \(y = 4\).
Observe! \[ 4 - x^2 = \int_{x^2}^{4} 1 \, dy \]
\[ = \int_{-2}^{2} \int_{x^2}^{4} 1 \, dy \, dx \] \[ = \iint_{D} 1 \, dA \]The page features two diagrams illustrating a multivariable calculus problem:
Example Solution:
To find the volume of the region \( R \), we set up the integral based on horizontal cross-sections:
\[ \text{Volume} = \int_{0}^{4} A(z) \, dz \]In this expression, \( A(z) \) represents the Area of cross section, which can be defined as a Double integral:
\[ = \int_{0}^{4} \iint_{D} 1 \, dz \]= Triple integral.
\[ \text{Volume} = \iiint_{D} 1 \, dV \]
Suppose \(f(x, y, z)\) is the density of the domain
\[ \text{Mass} = \iiint_{D} f(x, y, z) \, dV \]
* \(f(x)\) on \([a, b]\)
\[ \int_{a}^{b} f(x) dx = \lim_{n \to \infty} \sum_{i=1}^{n} f(x_i) \Delta x \]* \(f(x, y)\) on \([a, b] \times [c, d]\)
Divide into small Rectangle of Area \(\Delta x \Delta y\)
\[ \iint_{R} f(x, y) dA = \lim_{m \to \infty} \lim_{n \to \infty} \sum_{j=1}^{m} \sum_{i=1}^{n} f(x_i, y_j) \Delta x \Delta y \]\( 0 \le z \le 3 \)
shadow:Fix \(x\), integrate w.r.t \(y\) first on \(0 \le y \le 1\) then w.r.t \(x\) on \(0 \le x \le 2\)
\[ = \int_{0}^{2} \int_{0}^{1} 9xy \, dy \, dx \] \[ = \int_{0}^{2} \frac{9x}{2} \, dx = 9 \]Fix \(y\), integrate w.r.t \(x\) first then w.r.t \(y\)
\(0 \le x \le 2\)
\(0 \le y \le 1\)
\[ \int_{0}^{1} \int_{0}^{2} 9xy \, dx \, dy \] \[ = \int_{0}^{1} 18y \, dy \] \[ = 9 \]Fix \(x\) and \(z\) first instead and integrate w.r.t. \(y\) and then on shadow in \(xz\) plane.
3D Coordinate Plot: A rectangular prism is depicted in a three-dimensional \(xyz\) coordinate system. The vertices of the prism are shown with labels at \((0,0,3)\), \((2,0,0)\), and \((2,1,0)\). The face of the prism lying on the \(xz\)-plane is marked with red scribbled lines, and a green arrow points through the volume in the positive \(y\) direction, indicating the direction of integration. This highlighted face represents the "shadow" of the volume onto the \(xz\)-plane.
Shadow Plot (xz-plane): A 2D graph titled "Shadow:" illustrates the region \(R\) in the \(xz\)-plane. The region is a rectangle bounded by \(x=0\) to \(x=2\) on the horizontal axis and \(z=0\) to \(z=3\) on the vertical axis. The area is shaded light red and labeled \(R\).
Bounds for \(y\):
\[0 \le y \le 1\]
The triple integral is set up by first integrating with respect to \(y\) over the interval \([0, 1]\), and then over the rectangular region \(R\) in the \(xz\)-plane:
\[ \iint_{R} \int_{0}^{1} xyz^2 \, dy \, dA \]Substituting the bounds for the region \(R\) (\(0 \le x \le 2\) and \(0 \le z \le 3\)), the iterated integral can be written in two ways:
\[ = \int_{0}^{2} \int_{0}^{3} \int_{0}^{1} xyz^2 \, dy \, dz \, dx \] \[ = \int_{0}^{3} \int_{0}^{2} \int_{0}^{1} xyz^2 \, dy \, dx \, dz \]\(0 \le x \le 2\)
\[ \iint\limits_{R} \int_{0}^{2} xy z^{2} \, dx \, dA \] \[ = \int_{0}^{3} \int_{0}^{1} \int_{0}^{2} xy z^{2} \, dx \, dy \, dz \] \[ = \int_{0}^{1} \int_{0}^{3} \int_{0}^{2} xy z^{2} \, dx \, dz \, dy \]fix \(x,y\) so integrate w.r.t \(z\) first
\(0 \le z \le \text{hitting plane } x+y+z=1\)
\(0 \le z \le 1-x-y\)
then Double integral on shadow in \(xy\)