Advanced Mathematics for Engineers and Scientists/The Front Cover

From testwiki
Jump to navigation Jump to search

Nomenclature

ODE Ordinary Differential Equation
PDE Partial Differential Equation
BC Boundary Condition
IVP Initial Value Problem
BVP Boundary Value Problem
IBVP Initial Boundary Value Problem

Common Operators

Operators are shown applied to the scalar u(x1,x2,,xn) or the vector field 𝐯(x1,x2,,xn)=(v1,v2,,vn).

Notation Common names and other notation Description and notes Definition in Cartesian coordinates
uxi Partial derivative, uxi, xiu The rate of change of u with respect to xi, holding the other independent variables constant. limΔxi0u(x1,,xi+Δxi,,xn)uΔxi
dudxi Derivative, total derivative, dudxi The rate of change of u with respect to xi. If u is multivariate, this derivative will typically depend on the other variables following a path. ux1dx1dxi++uxndxndxi
u Gradient, del operator, grad u Vector that describes the direction and magnitude of the greatest rate of change of a function of more than one variable. The symbol is called nabla. (ux1,,uxn)
2u Laplacian, Scalar Laplacian, Laplace operator, Δu, ()u A measure of the concavity of u, equivalently a comparison of the value of u at some point to neighboring values. 2ux12++2uxn2
𝐯 Divergence, div 𝐯 A measure of "generation", in other words how much the vector field acts as a source or sink at a point. v1x1++vnxn
×𝐯 Curl, rotor, circulation density, curl 𝐯, rot 𝐯 A vector that describes the rate of rotation of a (normally 3D) vector field and the corresponding axis of rotation. (v3x2v2x3,v1x3v3x1,v2x1v1x2)
2𝐯 Vector Laplacian Similar to the (scalar) Laplacian. Note however, that it is generally not equal to the element-by-element Laplacian of a vector. (𝐯)×(×𝐯)

3D Operators in Different Coordinate Systems

Cartesian representations appear in the table above. The (r,θ,ϕ)=(distance,azimuth,colatitude) convention is used for spherical coordinates.

Operator Cylindrical Spherical
u (ur,1ruθ,uz) (ur,1rsin(ϕ)uθ,1ruϕ)
2u 1rr(rur)+1r22uθ2+2uz2 1r2r(r2ur)+1r2sin(ϕ)2uθ2+1r2sin(ϕ)ϕ(sin(ϕ)uϕ)
𝐯 1rr(rvr)+1rvθθ+vzz 1r2r(r2vr)+1rsin(ϕ)vθθ+1rsin(ϕ)ϕ(sin(ϕ)vϕ)

Template:BookCat