Vector calculus identities
Part of a series of articles about |
Calculus |
---|
The following are important identities involving derivatives and integrals in vector calculus.
Operator notation
Gradient
For a function [math]\displaystyle{ f(x, y, z) }[/math] in three-dimensional Cartesian coordinate variables, the gradient is the vector field:
- [math]\displaystyle{ \operatorname{grad}(f) = \nabla f = \begin{pmatrix}\displaystyle \frac{\partial }{\partial x},\ \frac{\partial }{\partial y},\ \frac{\partial }{\partial z} \end{pmatrix} f = \frac{\partial f}{\partial x} \mathbf{i} + \frac{\partial f}{\partial y} \mathbf{j} + \frac{\partial f}{\partial z} \mathbf{k} }[/math]
where i, j, k are the standard unit vectors for the x, y, z-axes. More generally, for a function of n variables [math]\displaystyle{ \psi(x_1, \ldots, x_n) }[/math], also called a scalar field, the gradient is the vector field: [math]\displaystyle{ \nabla\psi = \begin{pmatrix}\displaystyle\frac{\partial}{\partial x_1}, \ldots, \frac{\partial}{\partial x_n} \end{pmatrix}\psi = \frac{\partial\psi}{\partial x_1} \mathbf{e}_1 + \dots + \frac{\partial\psi}{\partial x_n}\mathbf{e}_n }[/math] where [math]\displaystyle{ \mathbf{e}_{i} \, (i=1,2,..., n) }[/math] are mutually orthogonal unit vectors.
As the name implies, the gradient is proportional to, and points in the direction of, the function's most rapid (positive) change.
For a vector field [math]\displaystyle{ \mathbf{A} = \left(A_1, \ldots, A_n\right) }[/math], also called a tensor field of order 1, the gradient or total derivative is the n × n Jacobian matrix: [math]\displaystyle{ \mathbf{J}_{\mathbf{A}} = d\mathbf{A} = (\nabla \!\mathbf{A})^\textsf{T} = \left(\frac{\partial A_i}{\partial x_j}\right)_{\!ij}. }[/math]
For a tensor field [math]\displaystyle{ \mathbf{T} }[/math] of any order k, the gradient [math]\displaystyle{ \operatorname{grad}(\mathbf{T}) = d\mathbf{T} = (\nabla \mathbf{T})^\textsf{T} }[/math] is a tensor field of order k + 1.
For a tensor field [math]\displaystyle{ \mathbf{T} }[/math] of order k > 0, the tensor field [math]\displaystyle{ \nabla \mathbf{T} }[/math] of order k + 1 is defined by the recursive relation [math]\displaystyle{ (\nabla \mathbf{T}) \cdot \mathbf{C} = \nabla (\mathbf{T} \cdot \mathbf{C}) }[/math] where [math]\displaystyle{ \mathbf{C} }[/math] is an arbitrary constant vector.
Divergence
In Cartesian coordinates, the divergence of a continuously differentiable vector field [math]\displaystyle{ \mathbf{F} = F_x\mathbf{i} + F_y\mathbf{j} + F_z\mathbf{k} }[/math] is the scalar-valued function: [math]\displaystyle{ \operatorname{div}\mathbf{F} = \nabla\cdot\mathbf{F} = \begin{pmatrix}\displaystyle\frac{\partial}{\partial x},\ \frac{\partial}{\partial y},\ \frac{\partial}{\partial z}\end{pmatrix} \cdot \begin{pmatrix}F_{x},\ F_{y},\ F_{z}\end{pmatrix} = \frac{\partial F_x}{\partial x} + \frac{\partial F_y}{\partial y} + \frac{\partial F_z}{\partial z}. }[/math]
As the name implies, the divergence is a (local) measure of the degree to which vectors in the field diverge.
The divergence of a tensor field [math]\displaystyle{ \mathbf{T} }[/math] of non-zero order k is written as [math]\displaystyle{ \operatorname{div}(\mathbf{T}) = \nabla \cdot \mathbf{T} }[/math], a contraction of a tensor field of order k − 1. Specifically, the divergence of a vector is a scalar. The divergence of a higher-order tensor field may be found by decomposing the tensor field into a sum of outer products and using the identity, [math]\displaystyle{ \nabla \cdot \left(\mathbf{A} \otimes \mathbf{T}\right) = \mathbf{T} (\nabla \cdot \mathbf{A}) + (\mathbf{A} \cdot \nabla) \mathbf{T} }[/math] where [math]\displaystyle{ \mathbf{A} \cdot \nabla }[/math] is the directional derivative in the direction of [math]\displaystyle{ \mathbf{A} }[/math] multiplied by its magnitude. Specifically, for the outer product of two vectors, [math]\displaystyle{ \nabla \cdot \left(\mathbf{A} \mathbf{B}^\textsf{T}\right) = \mathbf{B} (\nabla \cdot \mathbf{A}) + (\mathbf{A} \cdot \nabla) \mathbf{B}. }[/math]
For a tensor field [math]\displaystyle{ \mathbf{T} }[/math] of order k > 1, the tensor field [math]\displaystyle{ \nabla \cdot \mathbf{T} }[/math] of order k − 1 is defined by the recursive relation [math]\displaystyle{ (\nabla \cdot \mathbf{T}) \cdot \mathbf{C} = \nabla \cdot (\mathbf{T} \cdot \mathbf{C}) }[/math] where [math]\displaystyle{ \mathbf{C} }[/math] is an arbitrary constant vector.
Curl
In Cartesian coordinates, for [math]\displaystyle{ \mathbf{F} = F_x\mathbf{i} + F_y\mathbf{j} + F_z\mathbf{k} }[/math] the curl is the vector field: [math]\displaystyle{ \begin{align} \operatorname{curl}\mathbf{F} &= \nabla \times \mathbf{F} = \begin{pmatrix}\displaystyle\frac{\partial}{\partial x},\ \frac{\partial}{\partial y},\ \frac{\partial}{\partial z}\end{pmatrix} \times \begin{pmatrix}F_{x},\ F_{y},\ F_{z}\end{pmatrix} = \begin{vmatrix} \mathbf{i} & \mathbf{j} & \mathbf{k} \\ \frac{\partial}{\partial x} & \frac{\partial}{\partial y} & \frac{\partial}{\partial z} \\ F_x & F_y & F_z \end{vmatrix} \\[1em] &= \left(\frac{\partial F_z}{\partial y} - \frac{\partial F_y}{\partial z}\right) \mathbf{i} + \left(\frac{\partial F_x}{\partial z} - \frac{\partial F_z}{\partial x}\right) \mathbf{j} + \left(\frac{\partial F_y}{\partial x} - \frac{\partial F_x}{\partial y}\right) \mathbf{k} \end{align} }[/math] where i, j, and k are the unit vectors for the x-, y-, and z-axes, respectively.
As the name implies the curl is a measure of how much nearby vectors tend in a circular direction.
In Einstein notation, the vector field [math]\displaystyle{ \mathbf{F} = \begin{pmatrix}F_1,\ F_2,\ F_3\end{pmatrix} }[/math] has curl given by: [math]\displaystyle{ \nabla \times \mathbf{F} = \varepsilon^{ijk}\mathbf{e}_i \frac{\partial F_k}{\partial x_j} }[/math] where [math]\displaystyle{ \varepsilon }[/math] = ±1 or 0 is the Levi-Civita parity symbol.
For a tensor field [math]\displaystyle{ \mathbf{T} }[/math] of order k > 1, the tensor field [math]\displaystyle{ \nabla \times \mathbf{T} }[/math] of order k is defined by the recursive relation [math]\displaystyle{ (\nabla \times \mathbf{T}) \cdot \mathbf{C} = \nabla \times (\mathbf{T} \cdot \mathbf{C}) }[/math] where [math]\displaystyle{ \mathbf{C} }[/math] is an arbitrary constant vector.
A tensor field of order greater than one may be decomposed into a sum of outer products, and then the following identity may be used: [math]\displaystyle{ \nabla \times \left(\mathbf{A} \otimes \mathbf{T}\right) = (\nabla \times \mathbf{A}) \otimes \mathbf{T} - \mathbf{A} \times (\nabla \mathbf{T}). }[/math] Specifically, for the outer product of two vectors, [math]\displaystyle{ \nabla \times \left(\mathbf{A} \mathbf{B}^\textsf{T}\right) = (\nabla \times \mathbf{A}) \mathbf{B}^\textsf{T} - \mathbf{A} \times (\nabla \mathbf{B}). }[/math]
Laplacian
In Cartesian coordinates, the Laplacian of a function [math]\displaystyle{ f(x,y,z) }[/math] is [math]\displaystyle{ \Delta f = \nabla^2\! f = (\nabla \cdot \nabla) f = \frac{\partial^2\! f}{\partial x^2} + \frac{\partial^2\! f}{\partial y^2} + \frac{\partial^2\! f}{\partial z^2}. }[/math]
The Laplacian is a measure of how much a function is changing over a small sphere centered at the point.
When the Laplacian is equal to 0, the function is called a harmonic function. That is, [math]\displaystyle{ \Delta f = 0. }[/math]
For a tensor field, [math]\displaystyle{ \mathbf{T} }[/math], the Laplacian is generally written as: [math]\displaystyle{ \Delta\mathbf{T} = \nabla^2 \mathbf{T} = (\nabla \cdot \nabla) \mathbf{T} }[/math] and is a tensor field of the same order.
For a tensor field [math]\displaystyle{ \mathbf{T} }[/math] of order k > 0, the tensor field [math]\displaystyle{ \nabla^2 \mathbf{T} }[/math] of order k is defined by the recursive relation [math]\displaystyle{ \left(\nabla^2 \mathbf{T}\right) \cdot \mathbf{C} = \nabla^2 (\mathbf{T} \cdot \mathbf{C}) }[/math] where [math]\displaystyle{ \mathbf{C} }[/math] is an arbitrary constant vector.
Special notations
In Feynman subscript notation, [math]\displaystyle{ \nabla_\mathbf{B}\! \left( \mathbf{A {\cdot} B} \right) = \mathbf{A} {\times}\! \left( \nabla {\times} \mathbf{B} \right) + \left( \mathbf{A} {\cdot} \nabla \right) \mathbf{B} }[/math] where the notation ∇B means the subscripted gradient operates on only the factor B.[1][2]
Less general but similar is the Hestenes overdot notation in geometric algebra.[3] The above identity is then expressed as: [math]\displaystyle{ \dot{\nabla} \left( \mathbf{A} {\cdot} \dot{\mathbf{B}} \right) = \mathbf{A} {\times}\! \left( \nabla {\times} \mathbf{B} \right) + \left( \mathbf{A} {\cdot} \nabla \right) \mathbf{B} }[/math] where overdots define the scope of the vector derivative. The dotted vector, in this case B, is differentiated, while the (undotted) A is held constant.
For the remainder of this article, Feynman subscript notation will be used where appropriate.
First derivative identities
For scalar fields [math]\displaystyle{ \psi }[/math], [math]\displaystyle{ \phi }[/math] and vector fields [math]\displaystyle{ \mathbf{A} }[/math], [math]\displaystyle{ \mathbf{B} }[/math], we have the following derivative identities.
Distributive properties
- [math]\displaystyle{ \begin{align} \nabla ( \psi + \phi ) &= \nabla \psi + \nabla \phi \\ \nabla ( \mathbf{A} + \mathbf{B} ) &= \nabla \mathbf{A} + \nabla \mathbf{B} \\ \nabla \cdot ( \mathbf{A} + \mathbf{B} ) &= \nabla \cdot \mathbf{A} + \nabla \cdot \mathbf{B} \\ \nabla \times ( \mathbf{A} + \mathbf{B} ) &= \nabla \times \mathbf{A} + \nabla \times \mathbf{B} \end{align} }[/math]
First derivative associative properties
- [math]\displaystyle{ \begin{align} ( \mathbf{A} \cdot \nabla ) \psi &= \mathbf{A} \cdot ( \nabla \psi ) \\ ( \mathbf{A} \cdot \nabla ) \mathbf{B} &= \mathbf{A} \cdot ( \nabla \mathbf{B} ) \\ ( \mathbf{A} \times \nabla ) \psi &= \mathbf{A} \times ( \nabla \psi ) \\ ( \mathbf{A} \times \nabla ) \mathbf{B} &= \mathbf{A} \times ( \nabla \mathbf{B} ) \end{align} }[/math]
Product rule for multiplication by a scalar
We have the following generalizations of the product rule in single-variable calculus.
- [math]\displaystyle{ \begin{align} \nabla ( \psi \phi ) &= \phi\, \nabla \psi + \psi\, \nabla \phi \\ \nabla ( \psi \mathbf{A} ) &= (\nabla \psi) \mathbf{A}^\textsf{T} + \psi \nabla \mathbf{A} \ =\ \nabla \psi \otimes \mathbf{A} + \psi\, \nabla \mathbf{A} \\ \nabla \cdot ( \psi \mathbf{A} ) &= \psi\, \nabla {\cdot} \mathbf{A} + ( \nabla \psi ) \,{\cdot} \mathbf{A} \\ \nabla {\times} ( \psi \mathbf{A} ) &= \psi\, \nabla {\times} \mathbf{A} + ( \nabla \psi ) {\times} \mathbf{A} \\ \nabla^{2}(\psi \phi) &= \psi\,\nabla^{2\!}\phi + 2\,\nabla\! \psi\cdot\!\nabla \phi+\phi\, \nabla^{2\!}\psi \end{align} }[/math]
Quotient rule for division by a scalar
- [math]\displaystyle{ \begin{align} \nabla\left(\frac{\psi}{\phi}\right) &= \frac{\phi\,\nabla \psi - \psi\,\nabla\phi}{\phi^2} \\[1em] \nabla\left(\frac{\mathbf{A}}{\phi}\right) &= \frac{\phi\,\nabla \mathbf{A} - \nabla\phi \otimes \mathbf{A}}{\phi^2} \\[1em] \nabla \cdot \left(\frac{\mathbf{A}}{\phi}\right) &= \frac{\phi\, \nabla{\cdot} \mathbf{A} - \nabla\!\phi \cdot \mathbf{A}}{\phi^2} \\[1em] \nabla \times \left(\frac{\mathbf{A}}{\phi}\right) &= \frac{\phi\, \nabla {\times} \mathbf{A} - \nabla\!\phi \,{\times}\, \mathbf{A}}{\phi^2} \\[1em] \nabla^2 \left(\frac{\psi}{\phi}\right) &= \frac{\phi\, \nabla^{2\!}\psi - 2\, \phi\, \nabla\!\left(\frac{\psi}{\phi}\right)\cdot\!\nabla\phi - \psi\, \nabla^{2\!}\phi}{\phi^2} \end{align} }[/math]
Chain rule
Let [math]\displaystyle{ f(x) }[/math] be a one-variable function from scalars to scalars, [math]\displaystyle{ \mathbf{r}(t) = (x_1(t), \ldots, x_n(t)) }[/math] a parametrized curve, [math]\displaystyle{ \phi\!: \mathbb{R}^n \to \mathbb{R} }[/math] a function from vectors to scalars, and [math]\displaystyle{ \mathbf{A}\!: \mathbb{R}^n \to \mathbb{R}^n }[/math] a vector field. We have the following special cases of the multi-variable chain rule.
- [math]\displaystyle{ \begin{align} \nabla(f \circ \phi) &= \left(f' \circ \phi\right) \nabla \phi \\ (\mathbf{r} \circ f)' &= (\mathbf{r}' \circ f) f' \\ (\phi \circ \mathbf{r})' &= (\nabla \phi \circ \mathbf{r}) \cdot \mathbf{r}' \\ (\mathbf{A} \circ \mathbf{r})' &= \mathbf{r}' \cdot (\nabla \mathbf{A} \circ \mathbf{r}) \\ \nabla(\phi \circ \mathbf{A}) &= (\nabla \mathbf{A}) \cdot (\nabla \phi \circ \mathbf{A}) \\ \nabla \cdot (\mathbf{r} \circ \phi) &= \nabla \phi \cdot (\mathbf{r}' \circ \phi) \\ \nabla \times (\mathbf{r} \circ \phi) &= \nabla \phi \times (\mathbf{r}' \circ \phi) \end{align} }[/math]
For a vector transformation [math]\displaystyle{ \mathbf{x}\!: \mathbb{R}^n \to \mathbb{R}^n }[/math] we have:
- [math]\displaystyle{ \nabla \cdot (\mathbf{A} \circ \mathbf{x}) = \mathrm{tr} \left((\nabla \mathbf{x}) \cdot (\nabla \mathbf{A} \circ \mathbf{x})\right) }[/math]
Here we take the trace of the dot product of two second-order tensors, which corresponds to the product of their matrices.
Dot product rule
- [math]\displaystyle{ \begin{align} \nabla(\mathbf{A} \cdot \mathbf{B}) &\ =\ (\mathbf{A} \cdot \nabla)\mathbf{B} \,+\, (\mathbf{B} \cdot \nabla)\mathbf{A} \,+\, \mathbf{A} {\times} (\nabla {\times} \mathbf{B}) \,+\, \mathbf{B} {\times} (\nabla {\times} \mathbf{A}) \\ &\ =\ \mathbf{A}\cdot\mathbf{J}_\mathbf{B} + \mathbf{B}\cdot\mathbf{J}_\mathbf{A} \ =\ (\nabla\mathbf{B})\cdot \mathbf{A} \,+\, (\nabla\mathbf{A}) \cdot\mathbf{B} \end{align} }[/math]
where [math]\displaystyle{ \mathbf{J}_{\mathbf{A}} = (\nabla \!\mathbf{A})^\textsf{T} = (\partial A_i/\partial x_j)_{ij} }[/math] denotes the Jacobian matrix of the vector field [math]\displaystyle{ \mathbf{A} = (A_1,\ldots,A_n) }[/math].
Alternatively, using Feynman subscript notation,
- [math]\displaystyle{ \nabla(\mathbf{A} \cdot \mathbf{B}) = \nabla_\mathbf{A}(\mathbf{A} \cdot \mathbf{B}) + \nabla_\mathbf{B} (\mathbf{A} \cdot \mathbf{B}) \ . }[/math]
See these notes.[4]
As a special case, when A = B,
- [math]\displaystyle{ \tfrac{1}{2} \nabla \left( \mathbf{A} \cdot \mathbf{A} \right) \ =\ \mathbf{A} \cdot \mathbf{J}_\mathbf{A} \ =\ (\nabla \mathbf{A})\cdot \mathbf{A}\ =\ (\mathbf{A} {\cdot} \nabla) \mathbf{A} \,+\, \mathbf{A} {\times} (\nabla {\times} \mathbf{A}) \ =\ A \nabla A . }[/math]
The generalization of the dot product formula to Riemannian manifolds is a defining property of a Riemannian connection, which differentiates a vector field to give a vector-valued 1-form.
Cross product rule
- [math]\displaystyle{ \begin{align} \nabla \cdot (\mathbf{A} \times \mathbf{B}) &\ =\ (\nabla {\times} \mathbf{A}) \cdot \mathbf{B} \,-\, \mathbf{A} \cdot (\nabla {\times} \mathbf{B}) \\[5pt] \nabla \times (\mathbf{A} \times \mathbf{B}) &\ =\ \mathbf{A}(\nabla {\cdot} \mathbf{B}) \,-\, \mathbf{B}(\nabla {\cdot} \mathbf{A}) \,+\, (\mathbf{B} {\cdot} \nabla) \mathbf{A} \,-\, (\mathbf{A} {\cdot} \nabla) \mathbf{B} \\[2pt] &\ =\ \mathbf{A}(\nabla {\cdot} \mathbf{B}) \,+\, (\mathbf{B} {\cdot} \nabla) \mathbf{A} \,-\, (\mathbf{B}(\nabla {\cdot} \mathbf{A}) \,+\, (\mathbf{A} {\cdot} \nabla) \mathbf{B}) \\[2pt] &\ =\ \nabla {\cdot} \left(\mathbf{B} \mathbf{A}^\textsf{T}\right) \,-\, \nabla {\cdot} \left(\mathbf{A} \mathbf{B}^\textsf{T}\right) \\[2pt] &\ =\ \nabla {\cdot} \left(\mathbf{B} \mathbf{A}^\textsf{T} \,-\, \mathbf{A} \mathbf{B}^\textsf{T}\right) \\[5pt] \mathbf{A} \times (\nabla \times \mathbf{B}) &\ =\ \nabla_{\mathbf{B}}(\mathbf{A} {\cdot} \mathbf{B}) \,-\, (\mathbf{A} {\cdot} \nabla) \mathbf{B} \\[2pt] &\ =\ \mathbf{A} \cdot \mathbf{J}_\mathbf{B} \,-\, (\mathbf{A} {\cdot} \nabla) \mathbf{B} \\[2pt] &\ =\ (\nabla\mathbf{B})\cdot\mathbf{A} \,-\, \mathbf{A} \cdot (\nabla \mathbf{B}) \\[2pt] &\ =\ \mathbf{A} \cdot (\mathbf{J}_\mathbf{B} \,-\, \mathbf{J}_\mathbf{B}^\textsf{T}) \\[5pt] (\mathbf{A} \times \nabla) \times \mathbf{B} &\ =\ (\nabla\mathbf{B}) \cdot \mathbf{A} \,-\, \mathbf{A} (\nabla {\cdot} \mathbf{B}) \\[2pt] &\ =\ \mathbf{A} \times (\nabla \times \mathbf{B}) \,+\, (\mathbf{A} {\cdot} \nabla) \mathbf{B} \,-\, \mathbf{A} (\nabla {\cdot} \mathbf{B}) \\[5pt] (\mathbf{A} \times \nabla) \cdot \mathbf{B} &\ =\ \mathbf{A} \cdot (\nabla {\times} \mathbf{B}) \end{align} }[/math]
Note that the matrix [math]\displaystyle{ \mathbf{J}_\mathbf{B} \,-\, \mathbf{J}_\mathbf{B}^\textsf{T} }[/math] is antisymmetric.
Second derivative identities
Divergence of curl is zero
The divergence of the curl of any continuously twice-differentiable vector field A is always zero: [math]\displaystyle{ \nabla \cdot ( \nabla \times \mathbf{A} ) = 0 }[/math]
This is a special case of the vanishing of the square of the exterior derivative in the De Rham chain complex.
Divergence of gradient is Laplacian
The Laplacian of a scalar field is the divergence of its gradient: [math]\displaystyle{ \Delta \psi = \nabla^2 \psi = \nabla \cdot (\nabla \psi) }[/math] The result is a scalar quantity.
Divergence of divergence is not defined
The divergence of a vector field A is a scalar, and the divergence of a scalar quantity is undefined. Therefore, [math]\displaystyle{ \nabla \cdot (\nabla \cdot \mathbf{A}) \text{ is undefined.} }[/math]
Curl of gradient is zero
The curl of the gradient of any continuously twice-differentiable scalar field [math]\displaystyle{ \varphi }[/math] (i.e., differentiability class [math]\displaystyle{ C^2 }[/math]) is always the zero vector: [math]\displaystyle{ \nabla \times ( \nabla \varphi ) = \mathbf{0}. }[/math]
It can be easily proved by expressing [math]\displaystyle{ \nabla \times ( \nabla \varphi ) }[/math] in a Cartesian coordinate system with Schwarz's theorem (also called Clairaut's theorem on equality of mixed partials). This result is a special case of the vanishing of the square of the exterior derivative in the De Rham chain complex.
Curl of curl
[math]\displaystyle{ \nabla \times \left( \nabla \times \mathbf{A} \right) \ =\ \nabla(\nabla {\cdot} \mathbf{A}) \,-\, \nabla^{2\!}\mathbf{A} }[/math]
Here ∇2 is the vector Laplacian operating on the vector field A.
Curl of divergence is not defined
The divergence of a vector field A is a scalar, and the curl of a scalar quantity is undefined. Therefore, [math]\displaystyle{ \nabla \times (\nabla \cdot \mathbf{A}) \text{ is undefined.} }[/math]
Second derivative associative properties
- [math]\displaystyle{ \begin{align} ( \nabla \cdot \nabla ) \psi &= \nabla \cdot ( \nabla \psi ) = \nabla^2 \psi \\ ( \nabla \cdot \nabla ) \mathbf{A} &= \nabla \cdot ( \nabla \mathbf{A} ) = \nabla^2 \mathbf{A} \\ ( \nabla \times \nabla ) \psi &= \nabla \times ( \nabla \psi ) = \mathbf{0} \\ ( \nabla \times \nabla ) \mathbf{A} &= \nabla \times ( \nabla \mathbf{A} ) = \mathbf{0} \end{align} }[/math]
A mnemonic
The figure to the right is a mnemonic for some of these identities. The abbreviations used are:
- D: divergence,
- C: curl,
- G: gradient,
- L: Laplacian,
- CC: curl of curl.
Each arrow is labeled with the result of an identity, specifically, the result of applying the operator at the arrow's tail to the operator at its head. The blue circle in the middle means curl of curl exists, whereas the other two red circles (dashed) mean that DD and GG do not exist.
Summary of important identities
Differentiation
Gradient
- [math]\displaystyle{ \nabla(\psi+\phi)=\nabla\psi+\nabla\phi }[/math]
- [math]\displaystyle{ \nabla(\psi \phi) = \phi\nabla \psi + \psi \nabla \phi }[/math]
- [math]\displaystyle{ \nabla(\psi \mathbf{A} ) = \nabla \psi \otimes \mathbf{A} + \psi \nabla \mathbf{A} }[/math]
- [math]\displaystyle{ \nabla(\mathbf{A} \cdot \mathbf{B}) = (\mathbf{A} \cdot \nabla)\mathbf{B} + (\mathbf{B} \cdot \nabla)\mathbf{A} + \mathbf{A} \times (\nabla \times \mathbf{B}) + \mathbf{B} \times (\nabla \times \mathbf{A}) }[/math]
Divergence
- [math]\displaystyle{ \nabla\cdot(\mathbf{A}+\mathbf{B})= \nabla\cdot\mathbf{A}+\nabla\cdot\mathbf{B} }[/math]
- [math]\displaystyle{ \nabla\cdot\left(\psi\mathbf{A}\right)= \psi\nabla\cdot\mathbf{A}+\mathbf{A}\cdot\nabla \psi }[/math]
- [math]\displaystyle{ \nabla\cdot\left(\mathbf{A}\times\mathbf{B}\right)= (\nabla\times\mathbf{A})\cdot \mathbf{B}-(\nabla\times\mathbf{B})\cdot \mathbf{A} }[/math]
Curl
- [math]\displaystyle{ \nabla\times(\mathbf{A}+\mathbf{B})=\nabla\times\mathbf{A}+\nabla\times\mathbf{B} }[/math]
- [math]\displaystyle{ \nabla\times\left(\psi\mathbf{A}\right)=\psi\,(\nabla\times\mathbf{A})-(\mathbf{A}\times\nabla)\psi=\psi\,(\nabla\times\mathbf{A})+(\nabla\psi)\times\mathbf{A} }[/math]
- [math]\displaystyle{ \nabla\times\left(\psi\nabla\phi\right)= \nabla \psi \times \nabla \phi }[/math]
- [math]\displaystyle{ \nabla\times\left(\mathbf{A}\times\mathbf{B}\right)= \mathbf{A}\left(\nabla\cdot\mathbf{B}\right)-\mathbf{B} \left( \nabla\cdot\mathbf{A}\right)+\left(\mathbf{B}\cdot\nabla\right)\mathbf{A}- \left(\mathbf{A}\cdot\nabla\right)\mathbf{B} }[/math][5]
Vector-dot-Del Operator
- [math]\displaystyle{ (\mathbf{A} \cdot \nabla)\mathbf{B} = \frac{1}{2}\bigg[\nabla(\mathbf{A} \cdot \mathbf{B}) - \nabla\times(\mathbf{A} \times \mathbf{B}) - \mathbf{B}\times(\nabla \times \mathbf{A}) - \mathbf{A}\times(\nabla \times \mathbf{B}) - \mathbf{B}(\nabla \cdot \mathbf{A}) + \mathbf{A}(\nabla \cdot\mathbf{B})\bigg] }[/math][6]
- [math]\displaystyle{ (\mathbf{A} \cdot \nabla)\mathbf{A} = \frac{1}{2}\nabla |\mathbf{A}|^2-\mathbf{A}\times(\nabla\times\mathbf{A}) = \frac{1}{2}\nabla |\mathbf{A}|^2 + (\nabla\times\mathbf{A})\times \mathbf{A} }[/math]
Second derivatives
- [math]\displaystyle{ \nabla \cdot (\nabla \times \mathbf{A}) = 0 }[/math]
- [math]\displaystyle{ \nabla \times (\nabla\psi) = \mathbf{0} }[/math]
- [math]\displaystyle{ \nabla \cdot (\nabla\psi) = \nabla^2\psi }[/math] (scalar Laplacian)
- [math]\displaystyle{ \nabla\left(\nabla \cdot \mathbf{A}\right) - \nabla \times \left(\nabla \times \mathbf{A}\right) = \nabla^2\mathbf{A} }[/math] (vector Laplacian)
- [math]\displaystyle{ \nabla \cdot (\phi\nabla\psi) = \phi\nabla^2\psi + \nabla\phi \cdot \nabla\psi }[/math]
- [math]\displaystyle{ \psi\nabla^2\phi - \phi\nabla^2\psi = \nabla \cdot \left(\psi\nabla\phi - \phi\nabla\psi\right) }[/math]
- [math]\displaystyle{ \nabla^2(\phi\psi) = \phi\nabla^2\psi + 2(\nabla\phi) \cdot(\nabla\psi) + \left(\nabla^2\phi\right)\psi }[/math]
- [math]\displaystyle{ \nabla^2(\psi\mathbf{A}) = \mathbf{A}\nabla^2\psi + 2(\nabla\psi \cdot \nabla)\mathbf{A} + \psi\nabla^2\mathbf{A} }[/math]
- [math]\displaystyle{ \nabla^2(\mathbf{A} \cdot \mathbf{B}) = \mathbf{A} \cdot \nabla^2\mathbf{B} - \mathbf{B} \cdot \nabla^2\!\mathbf{A} + 2\nabla \cdot ((\mathbf{B} \cdot \nabla)\mathbf{A} + \mathbf{B} \times (\nabla \times \mathbf{A})) }[/math] (Green's vector identity)
Third derivatives
- [math]\displaystyle{ \nabla^2(\nabla\psi) = \nabla(\nabla \cdot (\nabla\psi)) = \nabla\left(\nabla^2\psi\right) }[/math]
- [math]\displaystyle{ \nabla^2(\nabla \cdot \mathbf{A}) = \nabla \cdot (\nabla(\nabla \cdot \mathbf{A})) = \nabla \cdot \left(\nabla^2\mathbf{A}\right) }[/math]
- [math]\displaystyle{ \nabla^{2}(\nabla\times\mathbf{A}) = -\nabla \times (\nabla \times (\nabla \times \mathbf{A})) = \nabla \times \left(\nabla^2\mathbf{A}\right) }[/math]
Integration
Below, the curly symbol ∂ means "boundary of" a surface or solid.
Surface–volume integrals
In the following surface–volume integral theorems, V denotes a three-dimensional volume with a corresponding two-dimensional boundary S = ∂V (a closed surface):
- [math]\displaystyle{ \scriptstyle \partial V }[/math] [math]\displaystyle{ \psi\,d\mathbf{S}\ =\ \iiint_V \nabla\psi\,dV }[/math]
- [math]\displaystyle{ \scriptstyle \partial V }[/math] [math]\displaystyle{ \mathbf{A} \cdot d\mathbf{S}\ =\ \iiint_V \nabla \cdot \mathbf{A}\,dV }[/math] (divergence theorem)
- [math]\displaystyle{ \scriptstyle \partial V }[/math] [math]\displaystyle{ \mathbf{A} \times d\mathbf{S}\ =\ -\iiint_V \nabla \times \mathbf{A}\,dV }[/math]
- [math]\displaystyle{ \scriptstyle \partial V }[/math] [math]\displaystyle{ \psi \nabla\!\varphi \cdot d\mathbf{S}\ =\ \iiint_V \left(\psi\nabla^2 \!\varphi + \nabla\!\varphi \cdot \nabla\!\psi\right)\,dV }[/math] (Green's first identity)
- [math]\displaystyle{ \scriptstyle \partial V }[/math] [math]\displaystyle{ \left(\psi\nabla\!\varphi - \varphi\nabla\!\psi\right) \cdot d\mathbf{S} \ =\ }[/math] [math]\displaystyle{ \scriptstyle \partial V }[/math] [math]\displaystyle{ \left(\psi\frac{\partial\varphi}{\partial n} - \varphi\frac{\partial\psi}{\partial n}\right)dS }[/math] [math]\displaystyle{ \displaystyle\ =\ \iiint_{V}\left(\psi\nabla^2\!\varphi - \varphi\nabla^2\!\psi\right)\,dV }[/math] (Green's second identity)
- [math]\displaystyle{ \iiint_V \mathbf{A} \cdot \nabla\psi\,dV\ =\ }[/math] [math]\displaystyle{ \scriptstyle \partial V }[/math] [math]\displaystyle{ \psi\mathbf{A} \cdot d\mathbf{S} - \iiint_V \psi\nabla \cdot \mathbf{A}\,dV }[/math] (integration by parts)
- [math]\displaystyle{ \iiint_V \psi\nabla \cdot \mathbf{A}\,dV\ =\ }[/math] [math]\displaystyle{ \scriptstyle \partial V }[/math] [math]\displaystyle{ \psi\mathbf{A} \cdot d\mathbf{S} - \iiint_V \mathbf{A} \cdot \nabla\psi\,dV }[/math] (integration by parts)
- [math]\displaystyle{ \iiint_V \mathbf{A} \cdot \left(\nabla \times \mathbf{B}\right)\,dV\ =\ - }[/math] [math]\displaystyle{ \scriptstyle \partial V }[/math] [math]\displaystyle{ \left(\mathbf{A} \times \mathbf{B}\right) \cdot d\mathbf{S} + \iiint_V \left(\nabla \times \mathbf{A}\right) \cdot \mathbf{B}\,dV }[/math] (integration by parts)
Curve–surface integrals
In the following curve–surface integral theorems, S denotes a 2d open surface with a corresponding 1d boundary C = ∂S (a closed curve):
- [math]\displaystyle{ \oint_{\partial S}\mathbf{A}\cdot d\boldsymbol{\ell}\ =\ \iint_{S}\left(\nabla \times \mathbf{A}\right)\cdot d\mathbf{S} }[/math] (Stokes' theorem)
- [math]\displaystyle{ \oint_{\partial S}\psi\, d\boldsymbol{\ell}\ =\ -\iint_{S} \nabla\psi \times d\mathbf{S} }[/math]
- [math]\displaystyle{ \oint_{\partial S}\mathbf{A}\times d\boldsymbol{\ell}\ =\ -\iint_{S}\left(\nabla \mathbf{A} - (\nabla \cdot \mathbf{A})\mathbf{1}\right)\cdot d\mathbf{S}\ =\ -\iint_{S}\left(d\mathbf{S} \times \nabla\right)\times \mathbf{A} }[/math]
Integration around a closed curve in the clockwise sense is the negative of the same line integral in the counterclockwise sense (analogous to interchanging the limits in a definite integral):
Endpoint-curve integrals
In the following endpoint–curve integral theorems, P denotes a 1d open path with signed 0d boundary points [math]\displaystyle{ \mathbf{q}-\mathbf{p} = \partial P }[/math] and integration along P is from [math]\displaystyle{ \mathbf{p} }[/math] to [math]\displaystyle{ \mathbf{q} }[/math]:
- [math]\displaystyle{ \psi|_{\partial P} = \psi(\mathbf{q})-\psi(\mathbf{p}) = \int_{P} \nabla\psi\cdot d\boldsymbol{\ell} }[/math] (gradient theorem)
- [math]\displaystyle{ \mathbf{A}|_{\partial P} = \mathbf{A}(\mathbf{q})-\mathbf{A}(\mathbf{p}) = \int_{P} \left(d\boldsymbol{\ell} \cdot \nabla\right)\mathbf{A} }[/math]
See also
- Comparison of vector algebra and geometric algebra
- Del in cylindrical and spherical coordinates – Mathematical gradient operator in certain coordinate systems
- Differentiation rules – Rules for computing derivatives of functions
- Exterior calculus identities
- Exterior derivative – Operation on differential forms
- List of limits
- Vector algebra relations – Formulas about vectors in three-dimensional Euclidean space
References
- ↑ Feynman, R. P.; Leighton, R. B.; Sands, M. (1964). The Feynman Lectures on Physics. Addison-Wesley. pp. Vol II, p. 27–4. ISBN 0-8053-9049-9.
- ↑ Kholmetskii, A. L.; Missevitch, O. V. (2005). "The Faraday induction law in relativity theory". p. 4. arXiv:physics/0504223.
- ↑ Doran, C.; Lasenby, A. (2003). Geometric algebra for physicists. Cambridge University Press. p. 169. ISBN 978-0-521-71595-9.
- ↑ Kelly, P. (2013). "Chapter 1.14 Tensor Calculus 1: Tensor Fields". Mechanics Lecture Notes Part III: Foundations of Continuum Mechanics. University of Auckland. http://homepages.engineering.auckland.ac.nz/~pkel015/SolidMechanicsBooks/Part_III/Chapter_1_Vectors_Tensors/Vectors_Tensors_14_Tensor_Calculus.pdf. Retrieved 7 December 2017.
- ↑ "lecture15.pdf". https://www2.ph.ed.ac.uk/~mevans/mp2h/VTF/lecture15.pdf.
- ↑ Kuo, Kenneth K.; Acharya, Ragini (2012). Applications of turbulent and multi-phase combustion. Hoboken, N.J.: Wiley. p. 520. doi:10.1002/9781118127575.app1. ISBN 9781118127575. https://onlinelibrary.wiley.com/doi/pdf/10.1002/9781118127575.app1. Retrieved 19 April 2020.
Further reading
- Balanis, Constantine A. (23 May 1989). Advanced Engineering Electromagnetics. ISBN 0-471-62194-3.
- Schey, H. M. (1997). Div Grad Curl and all that: An informal text on vector calculus. W. W. Norton & Company. ISBN 0-393-96997-5.
- Griffiths, David J. (1999). Introduction to Electrodynamics. Prentice Hall. ISBN 0-13-805326-X. https://archive.org/details/introductiontoel00grif_0.
eo:Vektoraj identoj zh:向量恆等式列表
Original source: https://en.wikipedia.org/wiki/Vector calculus identities.
Read more |