Vector Calculus Chapter Notes
Introduction
Vector calculus involves the differentiation and integration of vectors, crucial for electromagnetics and mathematics.
This chapter expands previous concepts in vector addition, subtraction, and multiplication in different coordinate systems, focusing on the application of these concepts.
Differential Elements in Vector Calculus
3.1 Differential Length, Area, and Volume
Essential for calculation within vector calculus, differential elements are denoted in various coordinate systems:
A. Cartesian Coordinates
Differential Displacement:
[ d\mathbf{l} = dx \mathbf{ax} + dy \mathbf{ay} + dz \mathbf{a_z} ]
The total displacement in Cartesian coordinates can be expressed as three components along the x, y, and z axes.
Differential Area:
[ dS = dy \, dz \, \mathbf{a_x} \quad (and \, others) ]
Represents the area element and varies based on orientation; product of differential lengths.
Differential Volume:
[ dv = dx \, dy \, dz ]
B. Cylindrical Coordinates
Differential Displacement:
[ d\mathbf{l} = dp \, \mathbf{ap} + p \, d\theta \, \mathbf{a\theta} + dz \, \mathbf{a_z} ]
Differential Area:
[ dS = p \, d\theta \, dz \, \mathbf{a_p} \quad (and \, others) ]
Differential Volume:
[ dv = p \, dp \, d\theta \, dz ]
C. Spherical Coordinates
Differential Displacement:
[ d\mathbf{l} = dr \, \mathbf{ar} + r \, d\theta \, \mathbf{a\theta} + r \sin \theta \, d\phi \, \mathbf{a_\phi} ]
Differential Area:
[ dS = r^2 \sin \theta \, d\theta \, d\phi \, \mathbf{a_r} \quad (and \, others) ]
Differential Volume:
[ dv = r^2 \sin \theta \, dr \, d\theta \, d\phi ]
Integration in Vector Calculus
3.3 Line, Surface, and Volume Integrals
Line Integral:
[ \int_L \mathbf{A} \, d\mathbf{l} ]
Represents integration along a curve where ( \mathbf{A} ) is a vector field.
Surface Integral:
[ \int_S \mathbf{A} \, dS ]
Refers to the total flux of a vector field through a surface.
Volume Integral:
[ \int_V \rho \, dv ]
Used for integrating scalar fields over a volume.
Differential Operators
3.4 Del Operator
The del operator (( \nabla )) defines various vector operations:
Gradient: ( \nabla V )
Divergence: ( \nabla \cdot \mathbf{A} )
Curl: ( \nabla \times \mathbf{A} )
Laplacian: ( \nabla^2 V )
Expression for Del Operator
In Cartesian Coordinates:
[ \nabla = \left( \frac{\partial}{\partial x} , \frac{\partial}{\partial y} , \frac{\partial}{\partial z} \right) ]In Cylindrical Coordinates:
[ \nabla = \left( \frac{\partial}{\partial r} , \frac{1}{r} \frac{\partial}{\partial \theta} , \frac{\partial}{\partial z} \right) ]In Spherical Coordinates:
[ \nabla = \left( \frac{\partial}{\partial r} , \frac{1}{r} \frac{\partial}{\partial \theta}, \frac{1}{r \sin \theta} \frac{\partial}{\partial \phi} \right) ]
Gradient of a Scalar
3.5 Gradient Properties
The gradient indicates the direction of the steepest ascent of a scalar field.
It is represented mathematically as
[ \nabla V = \frac{\partial V}{\partial x} \mathbf{ax} + \frac{\partial V}{\partial y} \mathbf{ay} + \frac{\partial V}{\partial z} \mathbf{a_z} ]
Divergence of a Vector Field
3.6 Divergence Theorem
The divergence theorem relates the flow of a vector field across a closed surface to the volume integral of its divergence:
[ \int{S} \mathbf{A} \cdot dS = \int{V} \nabla \cdot \mathbf{A} \, dv ]
Curl of a Vector Field
3.7 Stokes's Theorem
The curl measures the tendency of a vector field to induce rotation. The relationship defined by Stokes's theorem is
[ \int{L} \mathbf{A} \cdot d\mathbf{l} = \int{S} (\nabla \times \mathbf{A}) \cdot dS ]
Laplacian of a Scalar
3.8 Laplacian Operator
The Laplacian operator is a second-order differential operator defined for scalar fields. It can be computed in different coordinate systems:
Cartesian:
[ \nabla^2 V = \frac{\partial^2 V}{\partial x^2} + \frac{\partial^2 V}{\partial y^2} + \frac{\partial^2 V}{\partial z^2} ]Cylindrical:
[ \nabla^2 V = \frac{1}{r} \frac{\partial}{\partial r}(r \frac{\partial V}{\partial r}) + \frac{1}{r^2} \frac{\partial^2 V}{\partial \theta^2} + \frac{\partial^2 V}{\partial z^2} ]Spherical:
[ \nabla^2 V = \frac{1}{r^2} \frac{\partial}{\partial r}(r^2 \frac{\partial V}{\partial r}) + \frac{1}{r^2 \sin \theta} \frac{\partial}{\partial \theta} \left( \sin \theta \frac{\partial V}{\partial \theta} \right) + \frac{1}{r^2 \sin^2 \theta} \frac{\partial^2 V}{\partial \phi^2} ]
Classifying Vector Fields
3.9 Characteristics of Vector Fields
Vector fields can be classified based on whether their divergence or curl is zero or non-zero:
Solenoidal: Divergence equals zero (no sources or sinks).
Irrotational: Curl equals zero (line integrals independent of path).
Helmholtz’s Theorem: Any vector field can be expressed in terms of irrotational and solenoidal components.