Final Review (05/01)
Compute Line Integrals
Flat in 2D.
Accessible transcription generated on 5/1/2026
Flat in 2D.
Is \(\vec{F}\) conservative?
Determine the appropriate method for calculation based on the following logic flow:
Is \(\vec{F}\) a Curl Field? (i.e., is \(\vec{F} = \text{curl}(\vec{G}) = \nabla \times \vec{G}\)?)
When a surface \( S \) has the following characteristics:
We can apply the Divergence Theorem by closing the surface \( S \) with a simpler surface (such as the flat base \( S_1 \) shown in the diagram) to enclose a volume \( D \). The theorem relates the triple integral over the volume to the total flux through the boundary surfaces:
\[ \iiint_D \text{div } \vec{F} \, dV = \iint_S \vec{F} \cdot d\vec{S} + \iint_{S_1} \vec{F} \cdot d\vec{S} \]In the notes, the term \( \iint_S \vec{F} \cdot d\vec{S} \) is circled in red with a question mark (\(?\)) beneath it. This indicates that the goal of this setup is typically to find the flux through the complex surface \( S \) by instead calculating the volume integral and the flux through the simpler surface \( S_1 \).
Let \( S \) be the surface \( z = \sqrt{4 - x^2 - y^2} \) inside the cylinder \( x^2 + y^2 = 1 \).
Let \( \vec{F} = \langle yz, -xz, xy \rangle \).
Compute \( \iint_S (\vec{\nabla} \times \vec{F}) \cdot d\vec{S} \).
Strategy: Use Stokes' Theorem!
By Stokes' Theorem: \[ \iint_S (\vec{\nabla} \times \vec{F}) \cdot d\vec{S} = \oint_C \vec{F} \cdot d\vec{r} \]
1. Parametrize \( C \):
The boundary curve \( C \) is the intersection of \( x^2 + y^2 = 1 \) and \( z = \sqrt{4 - x^2 - y^2} \).
Substituting the cylinder equation into the surface equation:
\[ z = \sqrt{4 - 1} = \sqrt{3} \]
The parametrization is:
\[ \vec{r}(t) = \langle \cos t, \sin t, \sqrt{3} \rangle, \quad 0 \le t \le 2\pi \]
2. Compute the line integral: \[ \oint_C \vec{F} \cdot d\vec{r} = \int_0^{2\pi} \vec{F}(\vec{r}(t)) \cdot \vec{r}'(t) \, dt \] \[ = \int_0^{2\pi} \langle \sqrt{3} \sin t, -\sqrt{3} \cos t, \cos t \sin t \rangle \cdot \langle -\sin t, \cos t, 0 \rangle \, dt \] \[ = \dots \]
\( C \) is the boundary of \( z = 6 - 3x - y \) in the \( 1^{\text{st}} \) octant.
Given the vector field \( \vec{F} = \langle y + 2z, -x, -2x \rangle \), compute \( \oint_C \vec{F} \cdot d\vec{r} \).
Since \( C \) is a closed curve in 3D, we can Apply Stokes theorem: \[ \oint_C \vec{F} \cdot d\vec{r} = \iint_S \text{curl } \vec{F} \cdot d\vec{S} \]
First, compute the curl of \( \vec{F} \): \[ \text{curl } \vec{F} = \begin{vmatrix} \mathbf{i} & \mathbf{j} & \mathbf{k} \\ \partial/\partial x & \partial/\partial y & \partial/\partial z \\ y+2z & -x & -2x \end{vmatrix} = \langle 0, +4, -2 \rangle \]
The surface \( S \) is defined by \( z = 6 - 3x - y \). Treating this as a plane equation \( 3x + y + z = 6 \), the normal vector is: \[ \vec{n} = \langle 3, 1, 1 \rangle \]
Alternatively, using a parametrization: \[ \vec{r}(u, v) = \langle u, v, 6 - 3u - v \rangle \] \[ \vec{r}_u = \langle 1, 0, -3 \rangle \] \[ \vec{r}_v = \langle 0, 1, -1 \rangle \] \[ \vec{r}_u \times \vec{r}_v = \langle 3, 1, 1 \rangle \]
The region of integration \( D \) is the projection of the surface \( S \) onto the \( xy \)-plane.
Evaluate the surface integral over the region \( D \): \[ = \iint_D \langle 0, +4, -2 \rangle \cdot \langle 3, 1, 1 \rangle dA \] \[ = \iint_D (0 + 4 - 2) dA = 2 \iint_D 1 dA \] \[ = 2 \times \text{Area of } D \] \[ = 2 \times \frac{1}{2}(2 \times 6) \] \[ = 12 \]
\( \vec{F} = \langle x^3, y^3, z^3 \rangle \), \( S \) is the closed surface \( z = \sqrt{4 - x^2 - y^2} \) together with \( x^2 + y^2 \le 4 \) on \( z = 0 \).
Evaluate \( \iint_S \vec{F} \cdot d\vec{S} \).
\( S \) is closed \( \implies \) Apply Divergence Theorem.
\[ \text{div} \vec{F} = \nabla \cdot \vec{F} = f_x + g_y + h_z \] \[ = 3x^2 + 3y^2 + 3z^2 \]
By the Divergence Theorem: \[ \iint_S \vec{F} \cdot d\vec{S} = \iiint_D \text{div} \vec{F} \, dV = \iiint_D 3(x^2 + y^2 + z^2) \, dV \]
Use spherical coordinates: \[ = \int_0^{2\pi} \int_0^{\pi/2} \int_0^2 3\rho^2 \cdot \rho^2 \sin \phi \, d\rho \, d\phi \, d\theta \]
\( x = y^2 + z^2, \quad x \leq 3 \)
\( \vec{n} \) towards positive \( x \)-axis
\( \vec{F} = \langle 4x, y, z \rangle \)
\[ \iint_S \vec{F} \cdot \vec{n} \, dS \]
Parametrization: \[ \vec{r}(u, v) = \langle u^2 + v^2, u, v \rangle \] \[ \vec{r}_u = \langle 2u, 1, 0 \rangle \] \[ \vec{r}_v = \langle 2v, 0, 1 \rangle \] \[ \vec{r}_u \times \vec{r}_v = \langle 1, -2u, -2v \rangle \]
Vector field in terms of parameters: \[ \vec{F}(\vec{r}(u, v)) = \langle 4u^2 + 4v^2, u, v \rangle \]
Bounds for \( u, v \): Since \( x \leq 3 \), we have \( u^2 + v^2 \leq 3 \).
Integral Setup: \[ \iint_{u^2 + v^2 \leq 3} \langle 4u^2 + 4v^2, u, v \rangle \cdot \langle 1, -2u, -2v \rangle \, dA = \]
Outward flux: \( \vec{n} \) is pointing outwards.
\( S \) is a closed surface.
Given the vector field:
\[ \vec{F} = \left\langle -\frac{x}{2}, -\frac{y}{2}, \frac{1}{4} \right\rangle \]And the parameterized curve:
\[ \vec{r}(t) = \langle \cos t, \sin t, t \rangle \]Calculate the Work done from the point \((1, 0, 0)\) to \((-1, 0, 3\pi)\).
First, determine the integration limits for the parameter \( t \):
The formula for work is the line integral of the vector field along the curve \( C \):
\[ \text{Work} = \int_{C} \vec{F} \cdot d\vec{r} = \int_{0}^{3\pi} \vec{F}(\vec{r}(t)) \cdot \vec{r}'(t) \, dt \]Substituting the parameterized components into the vector field and finding the derivative of the path:
Substituting these into the integral yields:
\[ = \int_{0}^{3\pi} \left\langle -\frac{\cos t}{2}, -\frac{\sin t}{2}, \frac{1}{4} \right\rangle \cdot \langle -\sin t, \cos t, 1 \rangle \, dt \] \[ = \dots \]\[ \phi = x e^{xyz} \]
Evaluate the following surface integral: \[ \iint_{S = \partial D} (\vec{\nabla} \times \vec{\nabla} \phi) \cdot \vec{n} \, dS \]
There are two primary methods shown in the notes to evaluate this integral:
1. Using Stokes' Theorem: Applying Stokes' Theorem relates the surface integral of the curl to a line integral around the boundary curve \(C\). \[ \iint_{S = \partial D} (\vec{\nabla} \times \vec{\nabla} \phi) \cdot \vec{n} \, dS \xrightarrow{\text{Stokes}} \oint_{C = \partial S} \vec{\nabla} \phi \cdot d\vec{r} = 0 \] Since \(S = \partial D\) is the closed boundary surface of a solid region \(D\), it has no boundary curve (\(C = \emptyset\)), thus the integral is zero.
2. Using the Divergence Theorem: Alternatively, we can apply the divergence theorem. We use the fundamental vector identity that the divergence of a curl is always zero: \[ \text{div}(\text{curl } \vec{F}) = 0 \] Where in this case \(\vec{F} = \vec{\nabla} \phi\). Converting the surface integral to a volume integral over region \(D\): \[ \iiint_{D} 0 \, dV \] \[ \mathbf{= 0} \]