Safekipedia
Mathematical physicsVector calculus

Vector calculus

Adapted from Wikipedia · Discoverer experience

Vector calculus is a branch of mathematics that deals with the differentiation and integration of vector fields, mainly in three-dimensional space. It helps us understand how quantities that have both magnitude and direction, like forces or winds, change and interact in space. This area of math is very important in physics and engineering because it is used to describe things like electromagnetic fields, gravitational fields, and fluid flow.

The ideas behind vector calculus began with the theory of quaternions and were developed by scientists such as J. Willard Gibbs, Oliver Heaviside, and Edwin Bidwell Wilson in the late 1800s. Their work created the notation and terms we use today. Even though vector calculus in its common form works best in three dimensions, other approaches like geometric algebra can extend these ideas to more complex spaces.

Basic objects

Scalar fields

Main article: Scalar field

A scalar field gives a single number to every point in space. This number can represent things like the temperature at different places or the pressure in a fluid. These fields help us understand how certain values change from place to place.

Vector fields

Main article: Vector field

A vector field assigns a vector — which has both size and direction — to each point in space. Imagine arrows pointing in different directions and with different lengths all over a surface. Vector fields are used to show things like how fast and in which direction water is flowing, or the strength and direction of forces like magnetic or gravitational fields. They help us calculate work done when moving along a path.

Vectors and pseudovectors

In more advanced math, we also talk about pseudovectors and pseudoscalars. These are like vectors and scalars but change in a special way when we flip the direction of our space. For example, the curl of a vector field is a pseudovector. This idea is explored further in geometric algebra.

Vector algebra

Main article: Euclidean vector § Basic properties

Vector algebra is about the basic math operations we can do with vectors. These operations help us work with vector fields, which are like maps that show vectors at every point in space. The main operations include adding vectors together and multiplying them by numbers. We can also use special operations called triple products to find more detailed information about how vectors relate to each other in three-dimensional space.

Notations in vector calculus
OperationNotationDescription
Vector additionv 1 + v 2 {\displaystyle \mathbf {v} _{1}+\mathbf {v} _{2}} Addition of two vectors, yielding a vector.
Scalar multiplicationa v {\displaystyle a\mathbf {v} } Multiplication of a scalar and a vector, yielding a vector.
Dot productv 1 ⋅ v 2 {\displaystyle \mathbf {v} _{1}\cdot \mathbf {v} _{2}} Multiplication of two vectors, yielding a scalar.
Cross productv 1 × v 2 {\displaystyle \mathbf {v} _{1}\times \mathbf {v} _{2}} Multiplication of two vectors in R 3 {\displaystyle \mathbb {R} ^{3}} , yielding a (pseudo)vector.
Vector calculus triple products
OperationNotationDescription
Scalar triple productv 1 ⋅ ( v 2 × v 3 ) {\displaystyle \mathbf {v} _{1}\cdot \left(\mathbf {v} _{2}\times \mathbf {v} _{3}\right)} The dot product of the cross product of two vectors.
Vector triple productv 1 × ( v 2 × v 3 ) {\displaystyle \mathbf {v} _{1}\times \left(\mathbf {v} _{2}\times \mathbf {v} _{3}\right)} The cross product of the cross product of two vectors.

Operators and theorems

Main articles: Gradient, Divergence, Curl (mathematics), and Laplacian

Vector calculus looks at special math tools called differential operators. These tools work on scalar or vector fields and often use something called the del operator (∇). The three main vector operators are gradient, divergence, and curl. There is also a Jacobian matrix that helps when studying functions with many variables, like during changes of variables in integration.

These vector operators connect to important theorems that extend the fundamental theorem of calculus to higher dimensions. In two dimensions, the ideas of divergence and curl become part of Green's theorem.

Differential operators in vector calculus
OperationNotationDescriptionNotational
analogy
Domain/Range
Gradientgrad ⁡ ( f ) = ∇ f {\displaystyle \operatorname {grad} (f)=\nabla f} Measures the rate and direction of change in a scalar field.Scalar multiplicationMaps scalar fields to vector fields.
Divergencediv ⁡ ( F ) = ∇ ⋅ F {\displaystyle \operatorname {div} (\mathbf {F} )=\nabla \cdot \mathbf {F} } Measures the scalar of a source or sink at a given point in a vector field.Dot productMaps vector fields to scalar fields.
Curlcurl ⁡ ( F ) = ∇ × F {\displaystyle \operatorname {curl} (\mathbf {F} )=\nabla \times \mathbf {F} } Measures the tendency to rotate about a point in a vector field in R 3 {\displaystyle \mathbb {R} ^{3}} .Cross productMaps vector fields to (pseudo)vector fields.
f denotes a scalar field and F denotes a vector field
Laplace operators in vector calculus
OperationNotationDescriptionDomain/Range
LaplacianΔ f = ∇ 2 f = ∇ ⋅ ∇ f {\displaystyle \Delta f=\nabla ^{2}f=\nabla \cdot \nabla f} Measures the difference between the value of the scalar field with its average on infinitesimal balls.Maps between scalar fields.
Vector Laplacian∇ 2 F = ∇ ( ∇ ⋅ F ) − ∇ × ( ∇ × F ) {\displaystyle \nabla ^{2}\mathbf {F} =\nabla (\nabla \cdot \mathbf {F} )-\nabla \times (\nabla \times \mathbf {F} )} Measures the difference between the value of the vector field with its average on infinitesimal balls.Maps between vector fields.
f denotes a scalar field and F denotes a vector field
Integral theorems of vector calculus
TheoremStatementDescription
Gradient theorem∫ L ⊂ R n ∇ φ ⋅ d r   =   φ ( q ) − φ ( p )      for      L = L [ p → q ] {\displaystyle \int _{L\subset \mathbb {R} ^{n}}\!\!\!\nabla \varphi \cdot d\mathbf {r} \ =\ \varphi \left(\mathbf {q} \right)-\varphi \left(\mathbf {p} \right)\ \ {\text{ for }}\ \ L=L[p\to q]} The line integral of the gradient of a scalar field over a curve L is equal to the change in the scalar field between the endpoints p and q of the curve.
Divergence theorem∫ ⋯ ∫ V ⊂ R n ⏟ n ( ∇ ⋅ F ) d V   =   ∮ ⋯ ∮ ∂ V ⏟ n − 1 F ⋅ d S {\displaystyle \underbrace {\int \!\cdots \!\int _{V\subset \mathbb {R} ^{n}}} _{n}(\nabla \cdot \mathbf {F} )\,dV\ =\ \underbrace {\oint \!\cdots \!\oint _{\partial V}} _{n-1}\mathbf {F} \cdot d\mathbf {S} } The integral of the divergence of a vector field over an n-dimensional solid V is equal to the flux of the vector field through the (n−1)-dimensional closed boundary surface of the solid.
Curl (Kelvin–Stokes) theorem∬ Σ ⊂ R 3 ( ∇ × F ) ⋅ d Σ   =   ∮ ∂ Σ F ⋅ d r {\displaystyle \iint _{\Sigma \subset \mathbb {R} ^{3}}(\nabla \times \mathbf {F} )\cdot d\mathbf {\Sigma } \ =\ \oint _{\partial \Sigma }\mathbf {F} \cdot d\mathbf {r} } The integral of the curl of a vector field over a surface Σ in R 3 {\displaystyle \mathbb {R} ^{3}} is equal to the circulation of the vector field around the closed curve bounding the surface.
φ {\displaystyle \varphi } denotes a scalar field and F denotes a vector field
Green's theorem of vector calculus
TheoremStatementDescription
Green's theorem∬ A ⊂ R 2 ( ∂ M ∂ x − ∂ L ∂ y ) d A   =   ∮ ∂ A ( L d x + M d y ) {\displaystyle \iint _{A\,\subset \mathbb {R} ^{2}}\left({\frac {\partial M}{\partial x}}-{\frac {\partial L}{\partial y}}\right)dA\ =\ \oint _{\partial A}\left(L\,dx+M\,dy\right)} The integral of the divergence (or curl) of a vector field over some region A in R 2 {\displaystyle \mathbb {R} ^{2}} equals the flux (or circulation) of the vector field over the closed curve bounding the region.
For divergence, F = (M, −L). For curl, F = (L, M, 0). L and M are functions of (x, y).

Applications

Main article: Linear approximation

Main article: Mathematical optimization

Vector calculus helps us understand and simplify complex problems. One important use is making difficult functions easier to work with by using straight-line approximations. This helps us get close answers quickly without complicated calculations.

Another key use is finding the highest and lowest points of functions. By studying where certain values change, we can pinpoint where a function reaches its peaks or valleys. This is useful in many areas, like designing shapes or optimizing processes.

Generalizations

Vector calculus can also be generalized to other 3-manifolds and higher-dimensional spaces.

Vector calculus starts in Euclidean 3-space, R3, which has special features like angles and orientation. These help define important ideas such as length, volume, and the cross product. Vector calculus can also work in other 3D spaces with similar features.

In higher dimensions, some parts of vector calculus still work, like gradients and divergence, but others, like the curl and cross product, need new ideas. Two main ways to generalize vector calculus are geometric algebra and differential forms. Geometric algebra uses a new kind of product that works in any dimension. Differential forms are used a lot in advanced math and help explain the key theorems of vector calculus in a broader way.

This article is a child-friendly adaptation of the Wikipedia article on Vector calculus, available under CC BY-SA 4.0.