Vector Operators

#physics

Gradient $$\nabla T = \left( \frac{\partial T}{\partial x} \hat{x} + \frac{\partial T}{\partial y}\hat{y} + \frac{\partial T}{\partial z}\hat{z} \right)$$

where T(x,y,z) is any arbitrary scalar function in 3 dimensions.

It is more simply represented as $$\vec{\nabla}T = (\dd T)\cdot(\vec{\dd l})$$where $$\dd T = \frac{\partial T}{\partial x}\dd x + \frac{\partial T}{\partial y} \dd y + \frac{\partial T}{\partial z} \dd z$$
Note that \ddT is also a vector, otherwise dot product wouldn't have been defined.
It is sufficient to leave \ddT=T, with appropriate unit vectors in the direction.

In different coordinate systems $$\begin{align} (\rho, \phi, z)& \ \vec{\nabla} &= \left( \frac{\partial }{\partial \rho} \hat{\rho} + \frac{1}{\rho}\frac{\partial }{\partial \phi} \hat{\phi} + \frac{\partial }{\partial z} \hat{z} \right) \ \ \ (r, \theta, \phi)& \ \vec{\nabla} &= \left( \frac{\partial}{\partial r}\hat{r} + \frac{1}{r}\frac{\partial}{\partial \theta}\hat{\theta} + \frac{1}{r\sin \theta}\frac{\partial}{\partial \phi}\hat{\phi} \right) \end{align}$$

Note

Gradient, T points in the direction of maximum increase of T.

Important

We obtained a vector field, T from a scalar field, T.

Vector Field

F(x,y)=M(x,y)x^+N(x,y)y^

where M and N are arbitrary functions.
The vector field is characterized as having a vector for every (x,y) point.
Can be extrapolated to three dimensions.

Divergence $$\vec{\nabla} \cdot \vec{F} = \left( \frac{\partial F_{x}}{\partial x} + \frac{\partial F_{y}}{\partial y} + \frac{\partial F_{z}}{\partial z} \right)$$

Note that divergence of a vector field is scalar.

The operator is the same for gradient and divergence (when taken in cartesian system), just the operand is different, and that gives a different result.

Geometrical Interpretation : The spreading out of a field at a point, (x,y,z). It signifies flow through a closed surface.

Curl $$\vec{\nabla} \times \vec{F} = \begin{pmatrix}\hat{x} & \hat{y} & \hat{z} \ \frac{\partial}{\partial x} & \frac{\partial}{\partial y} & \frac{\partial}{\partial z} \ F_{x} & F_{y} & F_{z}\end{pmatrix}$$

A vector cross product between the and the vector field.

Geometrical Interpretation : How much the vector F curls around a point (x,y,z). Measure of counter-clockwise rotation.
Why counter-clockwise?
Because positive value of curl of F suggests rotation with ω pointing in the +z direction. Hence counter-clockwise is positive curl.

The operator gets transformed by coordinate system change.

Divergence and Curl in Cylindrical system

A(ρ,ϕ,z)=(Aρeρ+Aϕeϕ+Azz)A=(1ρρ(ρAρ)+1ρAϕϕ+Azz)×A=1ρ|eρρeϕz^ρϕzAρρAϕAz|

Divergence and curl in spherical system

A(r,θ,ϕ)A=(1r2(r2Ar)r+1rsinθ(Aθsinθ)θ+1rsinθAϕϕ)×A=1r2sinθ|erreθsinθeϕrθϕArrAθsinθAϕ|×A=er1rsinθ[θ(Aϕsinθ)Aθϕ]+eθ1r[1sinθArϕr(rAϕ)]+eϕ1r[r(rAθ)Arθ]

Laplacian $$\vec{\nabla}^2f = \vec{\nabla} \cdot(\vec{\nabla}f)$$

It is a scalar operator, ie, works on scalar fields.

Powered by Forestry.md