Operator notations -Trigonometry formulas


Operator notations

Gradient:

In the three-dimensional Cartesian coordinate variables, the gradient of some function f(x,y,z) is given by:

grad(f)=f=(x,y,z)f=fxi+fyj+fzk

where i, j, k are the standard unit vectors for the x, y, z-axes.

More generally, for a function of n variables ψ(x1,…,xn), also called a scalar field, the gradient is the vector field:

ψ=x1,,xnψ=ψx1e1++ψxnen

where ei are orthogonal unit vectors in arbitrary directions.

For a vector field A=(A1,…,An) written as a 1 × n row vector, also called a tensor field of order 1, the gradient or covariant derivative is the n × n Jacobian matrix:

A=JA=Aixjij

The gradient of a tensor field, A of any order k, is generally written as: grad⁡(A)=∇A and is a tensor field of order k + 1.

Divergence:

In three-dimensional Cartesian coordinates, the divergence of a continuously differentiable vector field F=Fxi+Fyj+Fzk is the scalar-valued function:

divF=·F=(x,y,z)·(Fx,Fy,Fz)=Fxxi+Fyyj+Fzzk

The divergence of a tensor field A of non-zero order k is written as

divA=·A

and is a contraction to 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,

·BA^=A^(·B)+(B·)A^

where B⋅∇ is the directional derivative in the direction of B multiplied by its magnitude. Specifically, for the outer product of two vectors,

·(baT)=a(·b)+(b·)a

Curl:

In Cartesian coordinates, for F=Fxi+Fyj+Fzk the curl is the vector field:

$$ \text{curl}F=\nabla \times F=(\frac {\partial}{\partial x},\frac {\partial}{\partial y},\frac {\partial}{\partial z})\times (F_x,F_y,F_z)= \left| \matrix{ i & j & k \cr \frac {\partial}{\partial x} & \frac {\partial}{\partial y} & \frac {\partial}{\partial z} \cr F_x & F_y & F_z } \right| $$
=FzyFyzi+FxzFzxj+FyxFxyk

where i, j, and k are the unit vectors for the x-, y-, and z-axes, respectively.

In Einstein notation, the vector field F=(F1 F2 F3)has curl given by:

×F=εijkeiFkxj

where ε is the Levi-Civita parity symbol.

Laplacian:

In Cartesian coordinates, the Laplacian of a function f(x,y,z) is

Δf=2f=(·)f=2fx2+2fy2+2fz2

For a tensor field, A, the Laplacian is generally written as:

ΔA=2A=(·)A

and is a tensor field of the same order.

When the Laplacian is equal to 0, the function is called a Harmonic Function. That is,

Δf=0

Special notations:

In Feynman subscript notation,

B(A·B)=A×(×B)+(A·)B

where the notation ∇B means the subscripted gradient operates on only the factor B. Less general but similar is the Hestenes overdot notation in geometric algebra. The above identity is then expressed as:

(A·B)=A×(×B)+(A·)B

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.

Leave a Reply