Divergence Theorem Practice Problems

Last Updated : 23 Jul, 2025

The Divergence Theorem is a fundamental result in vector calculus and physics. It relates the flux of the vector field through a closed surface to the divergence of the field inside the surface. This theorem is crucial in the fields like electromagnetism and fluid dynamics where it helps in simplifying the computation of the fluxes and understanding the field behaviors. This article will provide a comprehensive overview of the Divergence Theorem followed by detailed practice problems to reinforce the concept.

What is the Divergence Theorem?

The Divergence Theorem states that the flux of the vector field through a closed surface is equal to the volume integral of the divergence of the field over the region enclosed by the surface. Mathematically, the theorem is expressed as:

\iint_{S} \mathbf{F} \cdot \mathbf{n} \, dS = \iiint_{V} (\nabla \cdot \mathbf{F}) \, dV

Where,

  • F is a vector field,
  • S is a closed surface bounding the volume V,
  • n is the normal vector of the outward-pointing unit on the surface S, and
  • āˆ‡ā‹…F is the divergence of F.

Practice Problems on Divergence Theorem

Problem 1: Given the vector field \mathbf{F} = (2x, 3y, 4z) compute the flux through the surface of the cube 0 \leq x \leq 1, 0 \leq y \leq 1, 0 \leq z \leq 1.

Solution:

Compute the Divergence:

\nabla \cdot \mathbf{F} = \frac{\partial}{\partial x} (2x) + \frac{\partial}{\partial y} (3y) + \frac{\partial}{\partial z} (4z) = 2 + 3 + 4 = 9

Volume Integral:

\iiint_{V} (\nabla \cdot \mathbf{F}) \, dV = \iiint_{V} 9 \, dV = 9 \times (1 - 0) \times (1 - 0) \times (1 - 0) = 9

Answer: The flux through the surface of the cube is 9.

Problem 2: Find the flux of the vector field \mathbf{F} = (x^2, y^2, z^2) through the surface of the sphere x^2 + y^2 + z^2 = 4.

Solution:

Compute the Divergence:

\nabla \cdot \mathbf{F} = \frac{\partial}{\partial x} (x^2) + \frac{\partial}{\partial y} (y^2) + \frac{\partial}{\partial z} (z^2) = 2x + 2y + 2z = 6

Volume Integral: The volume of the sphere of radius 2 is \frac{4}{3} \pi (2^3) = \frac{32}{3} \pi.

\iiint_{V} (\nabla \cdot \mathbf{F}) \, dV = \iiint_{V} 6 \, dV = 6 \times \frac{32}{3} \pi = 64 \pi

Answer: The flux through the surface of the sphere is 64 \pi.

Problem 3: Compute the flux of \mathbf{F} = (y, z, x) through the closed surface of the cylinder x^2 + y^2 = 1, 0 \leq z \leq 2.

Solution:

Compute the Divergence:

\nabla \cdot \mathbf{F} = \frac{\partial}{\partial x} (y) + \frac{\partial}{\partial y} (z) + \frac{\partial}{\partial z} (x) = 0 + 0 + 0 = 0

Volume Integral: Since the divergence is 0

\iiint_{V} (\nabla \cdot \mathbf{F}) \, dV = \iiint_{V} 0 \, dV = 0

Answer: The flux through the surface of the cylinder is 0.

Problem 4: Evaluate the flux of \mathbf{F} = (x^2, 2xy, z) through the surface of the box defined by the 0 \leq x \leq 2, 0 \leq y \leq 3, 0 \leq z \leq 4.

Solution:

Compute the Divergence:

\nabla \cdot \mathbf{F} = \frac{\partial}{\partial x} (x^2) + \frac{\partial}{\partial y} (2xy) + \frac{\partial}{\partial z} (z) = 2x + 2x + 1 = 4x + 1

Volume Integral:

\iiint_{V} (4x + 1) \, dV = \int_{0}^{2} \int_{0}^{3} \int_{0}^{4} (4x + 1) \, dz \, dy \, dx

First integrate with the respect to z:

\int_{0}^{4} (4x + 1) \, dz = (4x + 1) \times 4 = 16x + 4

Next, integrate with the respect to y:

\int_{0}^{3} (16x + 4) \, dy = (16x + 4) \times 3 = 48x + 12

Finally, integrate with the respect to x:

\int_{0}^{2} (48x + 12) \, dx = [24x^2 + 12x]_{0}^{2} = 24 \times 4 + 24 = 96 + 24 = 120

Answer: The flux through the surface of the box is 120.

Problem 5: Determine the flux of \mathbf{F} = (x, y, z) through the surface of the ellipsoid \frac{x^2}{4} + \frac{y^2}{9} + \frac{z^2}{16} = 1.

Solution:

Compute the Divergence:

\nabla \cdot \mathbf{F} = \frac{\partial}{\partial x} (x) + \frac{\partial}{\partial y} (y) + \frac{\partial}{\partial z} (z) = 1 + 1 + 1 = 3

Volume Integral: The volume of the ellipsoid \frac{x^2}{4} + \frac{y^2}{9} + \frac{z^2}{16} = 1 is \frac{4}{3} \pi \times \text{radii}_x \times \text{radii}_y \times \text{radii}_z = \frac{4}{3} \pi \times 2 \times 3 \times 4 = \frac{32 \pi}{3}.

\iiint_{V} (\nabla \cdot \mathbf{F}) \, dV = \iiint_{V} 3 \, dV = 3 \times \frac{32 \pi}{3} = 32 \pi

Answer: The flux through the surface of the ellipsoid is 32 \pi.

Practical Questions

Question 1: Compute the flux of the vector field \mathbf{F} = (x^2, y^2, z^2) through the surface of the rectangular box with the vertices at (0,0,0) and (1,1,1).

Question 2: Evaluate the flux of the vector field \mathbf{F} = (3x, -2y, z) through the surface of the cylinder x^2 + y^2 = 1 with 0 \leq z \leq 5.

Question 3: Find the flux of \mathbf{F} = (x, y, z) through the surface of the sphere x^2 + y^2 + z^2 = 4.

Question 4: Determine the flux of the vector field \mathbf{F} = (2x, -y, z^2) through the surface of the ellipsoid \frac{x^2}{4} + \frac{y^2}{9} + \frac{z^2}{16} = 1.

Question 5: Calculate the flux of the vector field \mathbf{F} = (e^x, e^y, e^z) through the surface of the cube with the sides of the length 1 aligned with the coordinate axes and with the one corner at the origin.

Question 6: Find the flux of \mathbf{F} = (x, 2y, 3z) through the surface of the cone defined by z = x^2 + y^2 for 0 \leq z \leq 3.

Question 7: Determine the flux of the vector field \mathbf{F} = (x^3, y^3, z^3) through the surface of the cylinder x^2 + y^2 = 1 with 0 \leq z \leq 2.

Question 8: Compute the flux of \mathbf{F} = (z^2, xz, xy) through the surface of the box with vertices at (0,0,0) and (2,2,2).

Question 9: Evaluate the flux of \mathbf{F} = (x, -y, z) through the surface of the hemisphere x^2 + y^2 + z^2 = 1 where z \geq 0.

Question 10: Find the flux of the vector field \mathbf{F} = (x^2 + y^2, y^2 + z^2, z^2 + x^2) through the surface of the ellipsoid \frac{x^2}{9} + \frac{y^2}{16} + \frac{z^2}{25} = 1.

Conclusion

The Divergence Theorem provides a powerful tool for the relating surface integrals to the volume integrals simplifying the computation of the fluxes and divergences in the various fields of the science and engineering. The practice problems included here cover the range of the applications and scenarios offering the comprehensive understanding of the theorem's use and significance.

Read More,

Comment