Divergence & Curl: Conservative, Solenoidal & Irrotational Vector Fields

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Thames
T
Thames
Community Contributor
Quizzes Created: 7682 | Total Attempts: 9,547,133
| Questions: 15 | Updated: Dec 16, 2025
Please wait...
Question 1 / 15
0 %
0/100
Score 0/100
1) Which of the following is the correct formula for the divergence of a vector field F = <P, Q, R> in R³?

Explanation

The divergence of a vector field F = <P, Q, R> is a scalar quantity obtained by taking the sum of the partial derivatives of each component with respect to its own variable. Specifically, we compute the partial derivative of P with respect to x, add the partial derivative of Q with respect to y, and finally add the partial derivative of R with respect to z. This gives the standard formula div F = ∂P/∂x + ∂Q/∂y + ∂R/∂z.

,>
Submit
Please wait...
About This Quiz
Divergence & Curl: Conservative, Solenoidal & Irrotational Vector Fields - Quiz

Divergence and curl are powerful tools in vector calculus that reveal how vector fields behave in space. Divergence measures the net flux emerging from a point, helping identify sources, sinks, or incompressible behavior. Curl, on the other hand, captures the local rotation or swirling strength of a field—an essential concept... see morein fluid flow, electromagnetism, and rotational dynamics.This quiz guides you through essential formulas, symbolic notation using the del operator, and physical interpretation of divergence and curl in real-world contexts. You will compute these operators for various fields, apply key vector identities like div(curl F) = 0, and analyze specialized cases such as rigid body rotation and point vortices. Clear, step-by-step explanations accompany each question to reinforce conceptual understanding and provide insight into both mathematical structure and physical meaning.
see less

2)
You may optionally provide this to label your report, leaderboard, or certificate.
2) Using the Del (nabla) operator ∇, how is the curl of a vector field F represented symbolically?

Explanation

The curl is defined as the vector cross product of the del operator ∇ and the vector field F. The notation ∇ · F is for divergence, and ∇² is the Laplacian operator.

Submit
3) The divergence of a vector field F = <P, Q, R> measures which of the following?

Explanation

Divergence is a scalar that tells how much the vector field is expanding or compressing at a point. Positive divergence means the field is spreading out (acting like a source), negative divergence means it is converging (acting like a sink), and zero divergence means the field is incompressible at that point. This is directly related to the net amount of "flow" leaving a tiny closed surface around the point.

Submit
4) The curl of a vector field F measures which of the following?

Explanation

Curl is a vector that points in the direction of the axis of rotation and has magnitude equal to twice the angular velocity of the local rotation of the field. If you place a tiny paddle wheel at the point, the curl tells you in which direction and how fast it would spin due to the field.

Submit
5) Compute the divergence of the vector field F = <cos(x), sin(y), z²>.

Explanation

We take the partial derivative of each component. ∂/∂x(cos x) = -sin x. ∂/∂y(sin y) = cos y. ∂/∂z(z²) = 2z. Summing these gives the divergence: -sin(x) + cos(y) + 2z.

Submit
6) Let F = <-y, x, 0>. What is curl F?

Explanation

Compute each component: i (∂R/∂y − ∂Q/∂z) = i (0 − 0) = 0; j component = − (∂R/∂x − ∂P/∂z) = − (0 − 0) = 0; k component = ∂Q/∂x − ∂P/∂y = ∂/∂x (x) − ∂/∂y (-y) = 1 − (−1) = 1 + 1 = 2. Thus curl F = <0, 0, 2>, a constant vector in the z-direction.

Submit
7) Compute div(curl F) for any smooth vector field F.

Explanation

One of the standard vector calculus identities is that the divergence of the curl of any vector field is always zero. This is true because when you expand div(curl F) using the component formulas, all terms cancel out pairwise due to equality of mixed partial derivatives (Clairaut's theorem).

Submit
8) Given the vector field F = < x², xy, z >, calculate the divergence at the specific point (1, 2, 3).

Explanation

First, find the general formula for the divergence: ∂(x²)/∂x + ∂(xy)/∂y + ∂(z)/∂z = 2x + x + 1 = 3x + 1. Now, evaluate this expression at x = 1. Div F = 3(1) + 1 = 4. Note that the values of y and z do not affect the result in this specific case.

Submit
9) Let F(x,y,z) = < -y/(x²+y²) , x/(x²+y²) , 0 > (the 2D rotation field in 3D). What is curl F?

Explanation

Away from the z-axis, this is the standard 2D rotation field extended constantly in z. Computing component-wise off the axis gives curl F = <0, 0, 0>. On the z-axis the field is undefined, but in the domain where it is defined, the curl is zero (though the circulation around a loop enclosing the origin is nonzero, showing it is not conservative globally).

Submit
10) For V = <x, y, -2z>, compute div V.

Explanation

div V = ∂/∂x (x) + ∂/∂y (y) + ∂/∂z (-2z) = 1 + 1 + (-2) = 0 everywhere.

Submit
11) Find the divergence of the vector field F = < e^y, e^z, e^x >.

Explanation

We compute the partial derivatives: ∂/∂x (e^y) = 0 (since y is constant w.r.t x). ∂/∂y (e^z) = 0 (since z is constant w.r.t y). ∂/∂z (e^x) = 0 (since x is constant w.r.t z). The divergence is 0 + 0 + 0 = 0.

Submit
12) For a rigid body rotating with constant angular velocity ω = <0, 0, ω>, the velocity field of a particle at position r = <x, y, z> is v = ω m r. What is curl v?

Explanation

The velocity field for rigid rotation is v = ω × r = <-ω y, ω x, 0>. Now compute curl v: i (∂/∂y (0) − ∂/∂z (ω x)) = 0; j − (∂/∂x (0) − ∂/∂z (−ω y)) = 0; k (∂/∂x (ω x) − ∂/∂y (−ω y)) = ω − (−ω) = 2ω. So curl v = <0, 0, 2ω>, twice the angular velocity vector.

Submit
13) In a rotating liquid (rigid rotation with angular velocity ω along the z-axis), what can be said about the curl of the velocity field?

Explanation

For a fluid in solid-body rotation, every particle moves in circles with the same angular velocity ω. The velocity field is v = <-ω y, ω x, 0>. As shown in the previous calculation, curl v = <0, 0, 2ω>, which is constant throughout the fluid and directed along the axis of rotation with magnitude twice the angular velocity.

Submit
14) Let F = <yz, xz, xy>. Compute curl F.

Explanation

P = yz, Q = xz, R = xy. i component: ∂R/∂y − ∂Q/∂z = ∂/∂y (xy) − ∂/∂z (xz) = x − x = 0. j component: − (∂R/∂x − ∂P/∂z) = − (y − y) = 0. k component: ∂Q/∂x − ∂P/∂y = z − z = 0. All components are zero, so curl F = 0.

Submit
15) A 2D vector field in the xy-plane is given by F = <−y/x²+y², x/x²+y², 0> (the field around a point vortex at the origin). What is its curl?

Explanation

Away from the origin, direct computation gives curl F = <0, 0, 0>. However, when you integrate curl F over any surface enclosing the origin (or use Stokes' theorem on a loop around the origin), the circulation is 2π, implying that curl F contains a Dirac delta function in the z-direction at the origin. This is the vector calculus description of an idealized point vortex.

Submit
×
Saved
Thank you for your feedback!
View My Results
Cancel
  • All
    All (15)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
Which of the following is the correct formula for the divergence of a...
Using the Del (nabla) operator ∇, how is the curl of a vector...
The divergence of a vector field F = <P, Q, R> measures which of...
The curl of a vector field F measures which of the following?
Compute the divergence of the vector field F = <cos(x), sin(y),...
Let F = <-y, x, 0>. What is curl F?
Compute div(curl F) for any smooth vector field F.
Given the vector field F = < x², xy, z >, calculate the...
Let F(x,y,z) = < -y/(x²+y²) , x/(x²+y²) , 0...
For V = <x, y, -2z>, compute div V.
Find the divergence of the vector field F = < e^y, e^z, e^x >.
For a rigid body rotating with constant angular velocity ω =...
In a rotating liquid (rigid rotation with angular velocity ω...
Let F = <yz, xz, xy>. Compute curl F.
A 2D vector field in the xy-plane is given by F =...
Alert!

Advertisement