Horje
Divergence and Curl in Mathematics: Definition and Examples

Divergence and Curl are mathematical operators, divergence is a differential operator, which is applied to the 3D vector-valued function. Whereas, the curl is a vector operator which defines the infinitesimal circulation of a vector field in the 3D Euclidean space. Divergence operators give scalar results whereas Curl operators give vector results.

In this article, we will learn about the divergence definition, curl definition, divergence of the vector field, curl of a vector field, and others in detail.

Divergence-and-Curl

What is Divergence?

Divergence is a vector calculus operator that measures the magnitude of a vector field’s source or sink at a given point. In other words, it quantifies how much a vector field spreads out (diverges) or converges (compresses) at that point.

For a vector field F = (F1, F2, F3) in three-dimensional space, where F1, F2​, and F3 are the components of the vector field, the divergence of F is defined as:

div F = ∇.F = ∂/∂x(F1) + ∂/∂y(F2) + ∂/∂z(F3)

where,

  • ∇⋅ is Divergence Operator (Dot Product of Del Operator ∇ with Vector Field F)

What is Curl?

Curl is a vector operator that describes the infinitesimal rotation of a vector field in three-dimensional space. In other words, it measures the tendency of the field to rotate around a point. The curl of a vector field provides information about the rotational motion or the “twisting” of the field lines around a given point.

For a vector field F = (F1, F2, F3) in three-dimensional space, where F1, F2​, and F3 are the components of the vector field, the curl of F is defined as:

curl F = ∇×F = (∂F3/∂y – ∂F2/∂z, ∂F1/∂z – ∂F3/∂x, ∂F2/∂x – ∂F1/∂y)

where,

  • ∇× is Curl Operator (Cross Product of Del Operator ∇ with Vector Field F)

Divergence of Vector Field

The divergence of a vector field is a scalar field, denoted as “div.” To calculate the divergence, you take the scalar product of the vector operator (∇) applied to the vector field, denoted as F(x, y). In two dimensions, for a vector field F(x, y), the divergence is given by:

[Tex]\text{div} \, \mathbf{F} = \frac{\partial F_1}{\partial x} + \frac{\partial F_2}{\partial y}[/Tex]

In three dimensions, for a vector field F(x, y, z) represented as [Tex]F_1 \mathbf{i} + F_2 \mathbf{j} + F_3 \mathbf{k}[/Tex], the divergence is given by:

[Tex]\text{div} \, \mathbf{F} = \frac{\partial F_1}{\partial x} + \frac{\partial F_2}{\partial y} + \frac{\partial F_3}{\partial z}[/Tex]

Divergence helps understand how a vector field’s behavior changes concerning a point, providing valuable insights into the field’s sources and sinks.

Curl of a Vector Field

The curl of a vector field is another vector field. To find the curl, we perform the vector product of the del operator applied to the vector field [Tex]\vec{F}(x, y, z) [/Tex]. Mathematically, it is represented as:

[Tex]\text{Curl } \vec{F}(x, y, z) = \nabla \times \vec{F}(x, y, z)[/Tex]

This can also be expressed as,

[Tex]\text{Curl } \vec{F} = \left(\frac{\partial F_z}{\partial y} – \frac{\partial F_y}{\partial z}, \frac{\partial F_x}{\partial z} – \frac{\partial F_z}{\partial x}, \frac{\partial F_y}{\partial x} – \frac{\partial F_x}{\partial y}\right)[/Tex]

In simpler terms, the curl of a vector field indicates how the field rotates or circulates at each point in space.

Divergence of Curl

In a smooth vector field [Tex]\vec{F}[/Tex]defined in a region of space (V), the divergence of the curl of [Tex]\vec{F}[/Tex]is zero, i.e.

[Tex]\nabla \cdot (\nabla \times \vec{F}) = 0[/Tex]

Proof of Divergence of Curl

Vector Field [Tex]\vec{F}[/Tex]: Consider a vector field [Tex]\vec{F}[/Tex]with components (Fx, Fy, Fz) defined in a region (V).

Curl of [Tex]\vec{F}[/Tex]: Calculate the curl of [Tex]\vec{F}[/Tex]using the cross product of the del operator and

[Tex]\vec{F}[/Tex][Tex]\nabla \times \vec{F} = \left(\frac{\partial F_z}{\partial y} – \frac{\partial F_y}{\partial z}, \frac{\partial F_x}{\partial z} – \frac{\partial F_z}{\partial x}, \frac{\partial F_y}{\partial x} – \frac{\partial F_x}{\partial y}\right)[/Tex]

[Tex]\nabla \cdot (\nabla \times \vec{F}) = \frac{\partial}{\partial x}\left(\frac{\partial F_y}{\partial x} – \frac{\partial F_x}{\partial y}\right) + \frac{\partial}{\partial y}\left(\frac{\partial F_z}{\partial y} – \frac{\partial F_y}{\partial z}\right) + \frac{\partial}{\partial z}\left(\frac{\partial F_x}{\partial z} – \frac{\partial F_z}{\partial x}\right)[/Tex]

Use Cross-Product Identities

[Tex]\nabla \cdot (\nabla \times \vec{F}) = \frac{\partial^2 F_x}{\partial x^2} + \frac{\partial^2 F_y}{\partial y^2} + \frac{\partial^2 F_z}{\partial z^2} – \frac{\partial^2 F_x}{\partial y^2} – \frac{\partial^2 F_y}{\partial z^2} – \frac{\partial^2 F_z}{\partial x^2}[/Tex]

Apply Clairaut’s Theorem

Since mixed partial derivatives are equal [Tex]\frac{\partial^2 F_x}{\partial y^2} = \frac{\partial^2 F_y}{\partial x^2}\\ \frac{\partial^2 F_y}{\partial z^2} = \frac{\partial^2 F_z}{\partial y^2}\\ \frac{\partial^2 F_z}{\partial x^2} = \frac{\partial^2 F_x}{\partial z^2}[/Tex], the terms cancel each other.

The result simplifies to [Tex]\nabla \cdot (\nabla \times \vec{F})~=~0[/Tex], confirming the divergence of the curl is zero. This theorem is a consequence of the vector calculus identities and plays a crucial role in understanding the relationships between different operations on vector fields.

Equations of Divergence and Curl

Curl Equation: The curl of a vector field [Tex]\vec{F}[/Tex]is given by: [Tex]\nabla \times \vec{F} = (R_y – Q_z)\hat{i} + (P_z – R_x)\hat{j} + (Q_x – P_y)\hat{k}[/Tex]

Divergence Equation: The divergence of a vector field [Tex]\vec{F}[/Tex]is calculated as: [Tex]\nabla \cdot \vec{F} = P_x + Q_y + R_z[/Tex]

Divergence of Curl: The divergence of the curl of a vector field [Tex]\vec{F}[/Tex]is always zero, i.e.

[Tex]\nabla \cdot (\nabla \times \vec{F}) = 0[/Tex]

Curl of a Gradient: The curl of the gradient of a scalar function (f) is the zero vector, i.e.

[Tex]\nabla \times (\nabla f)~=~0[/Tex]

These equations play a crucial role in vector calculus, describing the rotation and flow properties of vector fields, as well as the relationships between divergence and curl.

Read More,

Divergence and Curl Examples

Example 1: Consider the vector field [Tex]\vec{F} = 3xy\hat{i} + 2z\hat{j} – x^2\hat{k}[/Tex]. Find the divergence of [Tex]\vec{F}[/Tex]and determine if the field is a source or a sink.

Solution:

Given,

  • Vector Field [Tex]\vec{F} = 3xy\hat{i} + 2z\hat{j} – x^2\hat{k}[/Tex]

For Divergence,

[Tex]\nabla \cdot \vec{F} = \frac{\partial}{\partial x}(3xy) + \frac{\partial}{\partial y}(2z) + \frac{\partial}{\partial z}(-x^2)[/Tex]

= 3y + 0 – 2x

So, the divergence of [Tex]\vec{F}[/Tex]is ( 3y – 2x )

To determine if it’s a source or sink, we need additional information about the region and boundary conditions.

  • If [Tex]\nabla \cdot \vec{F}~>~0[/Tex]in a region, it’s a source
  • If [Tex]\nabla \cdot \vec{F}~<~0[/Tex], it’s a sink

Example 2: Given the vector field [Tex]\vec{G}~=~(2y – z)\hat{i} + (x + z)\hat{j} + (y – x)\hat{k}[/Tex], calculate the curl of [Tex]\vec{G}[/Tex]and interpret its meaning in terms of rotation and circulation.

Solution:

For Vector Field: [Tex]\vec{G}~=~(2y – z)\hat{i} + (x + z)\hat{j} + (y – x)\hat{k}[/Tex],

For Curl:

[Tex]\nabla \times \vec{G}~=~\begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ \frac{\partial}{\partial x} & \frac{\partial}{\partial y} & \frac{\partial}{\partial z} \\ 2y – z & x + z & y – x \end{vmatrix}[/Tex]

⇒ [Tex]\left(\frac{\partial}{\partial y}(y – x) – \frac{\partial}{\partial z}(x + z)\right)\hat{i} – \left(\frac{\partial}{\partial x}(2y – z) – \frac{\partial}{\partial z}(y – x)\right)\hat{j} + \left(\frac{\partial}{\partial x}(x + z) – \frac{\partial}{\partial y}(2y – z)\right)\hat{k}[/Tex]

⇒ [Tex](1 + 1)\hat{i} – (-2 + 1)\hat{j} + (1 – 2)\hat{k}[/Tex]

⇒ [Tex]2\hat{i} + \hat{j} – \hat{k}[/Tex]

So, curl of [Tex]\vec{G}[/Tex]is [Tex]2\hat{i} + \hat{j} – \hat{k}[/Tex]

Practice Questions of Divergence and Curl

Q1. Given the vector field [Tex]\vec{A} = 4xy\hat{i} + 3z^2\hat{j} – 2xz\hat{k}[/Tex], calculate the divergence of [Tex]\vec{A}[/Tex]and determine its nature (source, sink, or neither).

Q2. For the vector field [Tex]\vec{B} = (y + z)\hat{i} + (2x – z)\hat{j} + (x – y)\hat{k}[/Tex], find the curl of [Tex]\vec{B}[/Tex]and interpret its significance in terms of rotation.

Q3. Consider the vector field [Tex]\vec{C} = x^2\hat{i} – y^2\hat{j} + xy\hat{k}[/Tex]. Calculate both the divergence and curl of [Tex]\vec{C}[/Tex]and assess any patterns or relationships between the two.

Q4. Given the vector field [Tex]\vec{D} = z\hat{i} + x\hat{j} + y\hat{k}[/Tex], compute the curl of [Tex]\vec{D}[/Tex]and provide an interpretation of its physical significance.

Q5. For a vector field [Tex]\vec{E} = (y^2 – z^2)\hat{i} + (z^2 – x^2)\hat{j} + (x^2 – y^2)\hat{k}[/Tex], prove that the divergence of the curl is zero.

FAQs on Divergence and Curl

Define Divergence.

Divergence is a measure of how a vector field’s values spread out from a point. It signifies the rate of outward flux or expansion of a vector field at a specific location in space.

What is the Meaning of Curl?

Curl describes the rotational behavior of a vector field around a point. It indicates the tendency of the vector field to circulate or rotate about an axis at a given point.

What is Divergence of a Vector Field?

Divergence of a Vector Field [Tex](\nabla \cdot \vec{F})[/Tex]: It measures how much the vector field is spreading out or converging at a particular point. Mathematically, it is the sum of the partial derivatives of the vector field’s components with respect to each coordinate.

What is Curl of a Vector Field?

Curl of a Vector Field [Tex](\nabla \times \vec{F})[/Tex] is rotational aspect of the vector field around a specific point. The curl is computed by taking the cross product of the del operator with the vector field.

How to Find Divergence of a Vector Field?

To find the divergence [Tex]\nabla \cdot \vec{F}[/Tex]of a vector field [Tex]\vec{F}[/Tex], calculate the sum of its partial derivatives with respect to each coordinate,

[Tex]\nabla \cdot \vec{F} = \frac{\partial F_x}{\partial x} + \frac{\partial F_y}{\partial y} + \frac{\partial F_z}{\partial z}[/Tex]

Is the Divergence of Curl?

Divergence of the curl is always zero.

What is Formula for div and curl?

Formulas for the divergence and curl of a vector field are

  • div F = ∂F1/∂x + ∂F2/∂y + ∂F3/∂z
  • curl F = (∂F3/∂y − ∂F2/∂z, ∂F1/∂z − ∂F3/∂x, ∂F2/∂x − ∂F1/∂y)



Reffered: https://www.geeksforgeeks.org


Engineering Mathematics

Related
Combinatorics: Definition, Properties, and Examples Combinatorics: Definition, Properties, and Examples
Probability Density Function(PDF): Definition, Formula, Example Probability Density Function(PDF): Definition, Formula, Example
Discrete Mathematics - GATE CSE Previous Year Questions Discrete Mathematics - GATE CSE Previous Year Questions
matrices in LaTeX matrices in LaTeX
Euler Graph and Arbitrarily Traceable Graphs in Graph Theory Euler Graph and Arbitrarily Traceable Graphs in Graph Theory

Type:
Geek
Category:
Coding
Sub Category:
Tutorial
Uploaded by:
Admin
Views:
17