Vector calculus is a part of mathematics that studies how vector fields change and interact in space. Vectors have both size and direction, like forces or winds. This math helps us understand how these quantities behave, especially in three-dimensional space. It is important in physics and engineering for describing things such as electromagnetic fields, gravitational fields, and fluid flow.
The ideas for vector calculus started with the theory of quaternions. Scientists like J. Willard Gibbs, Oliver Heaviside, and Edwin Bidwell Wilson in the late 1800s helped develop the rules and names we use today. While vector calculus works best in three dimensions, other methods like geometric algebra can apply these ideas to more complicated spaces.
Basic objects
Scalar fields
Main article: Scalar field
A scalar field gives one number to every point in space. This number can be things like the temperature at different places or the pressure in a fluid. These fields help us see how values change from one place to another.
Vector fields
Main article: Vector field
A vector field gives a vector — which has size and direction — to each point in space. Picture arrows pointing in many directions and with many lengths all over a surface. Vector fields show things like how fast and in which way water moves, or the strength and direction of forces like magnetic or gravitational fields. They help us figure out work done when moving along a path.
Vectors and pseudovectors
In more advanced math, we also learn about pseudovectors and pseudoscalars. These act 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. We explore this idea more in geometric algebra.
Vector algebra
Main article: Euclidean vector § Basic properties
Vector algebra is about simple math we can do with vectors. Vectors show direction and size, like pointing north or moving up. These math operations help us understand vector fields. Vector fields are like maps that show vectors at every point in space.
The main things we can do with vectors are adding them together and multiplying them by numbers. We can also use special operations called triple products. These help us learn more about how vectors relate to each other in three-dimensional space.
| Operation | Notation | Description |
|---|---|---|
| Vector addition | v 1 + v 2 {\displaystyle \mathbf {v} _{1}+\mathbf {v} _{2}} | Addition of two vectors, yielding a vector. |
| Scalar multiplication | a v {\displaystyle a\mathbf {v} } | Multiplication of a scalar and a vector, yielding a vector. |
| Dot product | v 1 ⋅ v 2 {\displaystyle \mathbf {v} _{1}\cdot \mathbf {v} _{2}} | Multiplication of two vectors, yielding a scalar. |
| Cross product | v 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. |
| Operation | Notation | Description |
|---|---|---|
| Scalar triple product | v 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 product | v 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 uses special math tools called differential operators. These tools work on scalar or vector fields and often use 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.
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.
| Operation | Notation | Description | Notational analogy | Domain/Range |
|---|---|---|---|---|
| Gradient | grad ( f ) = ∇ f {\displaystyle \operatorname {grad} (f)=\nabla f} | Measures the rate and direction of change in a scalar field. | Scalar multiplication | Maps scalar fields to vector fields. |
| Divergence | div ( 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 product | Maps vector fields to scalar fields. |
| Curl | curl ( 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 product | Maps vector fields to (pseudo)vector fields. |
| f denotes a scalar field and F denotes a vector field | ||||
| Operation | Notation | Description | Domain/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 | |||
| Theorem | Statement | Description | ||
|---|---|---|---|---|
| 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 | ||||
| Theorem | Statement | Description | ||
|---|---|---|---|---|
| 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 solve complex problems. It can make hard math easier by using straight-line guesses. This gives us quick, close answers without long calculations.
It also helps us find the highest and lowest points of functions. By looking at where values change, we can spot where a function reaches its peaks or valleys. This is useful for designing shapes or making processes better.
Generalizations
Vector calculus can be used in other 3-manifolds and higher-dimensional spaces.
Vector calculus usually starts in Euclidean 3-space, R3. This space has special features like angles and direction. These help us understand ideas such as length, volume, and the cross product. Vector calculus can also be used 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 expand vector calculus are geometric algebra and differential forms. Geometric algebra uses a new kind of product that works in any dimension. Differential forms are important in advanced math and help explain the main 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.
Safekipedia