Fine Art

.

In vector calculus, a vector field is an assignment of a vector to each point in a subset of Euclidean space.[1] A vector field in the plane for instance can be visualized as an arrow, with a given magnitude and direction, attached to each point in the plane. Vector fields are often used to model, for example, the speed and direction of a moving fluid throughout space, or the strength and direction of some force, such as the magnetic or gravitational force, as it changes from point to point.

The elements of differential and integral calculus extend to vector fields in a natural way. When a vector field represents force, the line integral of a vector field represents the work done by a force moving along a path, and under this interpretation conservation of energy is exhibited as a special case of the fundamental theorem of calculus. Vector fields can usefully be thought of as representing the velocity of a moving flow in space, and this physical intuition leads to notions such as the divergence (which represents the rate of change of volume of a flow) and curl (which represents the rotation of a flow).

In coordinates, a vector field on a domain in n-dimensional Euclidean space can be represented as a vector-valued function that associates an n-tuple of real numbers to each point of the domain. This representation of a vector field depends on the coordinate system, and there is a well-defined transformation law in passing from one coordinate system to the other. Vector fields are often discussed on open subsets of Euclidean space, but also make sense on other subsets such as surfaces, where they associate an arrow tangent to the surface at each point (a tangent vector).

More generally, vector fields are defined on differentiable manifolds, which are spaces that look like Euclidean space on small scales, but may have more complicated structure on larger scales. In this setting, a vector field gives a tangent vector at each point of the manifold (that is, a section of the tangent bundle to the manifold). Vector fields are one kind of tensor field.

Definition
Vector fields on subsets of Euclidean space
Sparse vector field representation
Dense vector field representation.
Two representations of the same vector field: \( \mathbf{v}(x, y) = -\mathbf{r} \). The arrows depict the field at discrete points, however, the field exists everywhere.

Given a subset S in Rn, a vector field is represented by a vector-valued function \( V: S \to \mathbf{R}^n \) in standard Cartesian coordinates (x1, ..., xn). If each component of V is continuous, then V is a continuous vector field, and more generally V is a Ck vector field if each component V is k times continuously differentiable.

A vector field can be visualized as assigning a vector to individual points within an n-dimensional space.[1]

Given two Ck-vector fields V, W defined on S and a real valued Ck-function f defined on S, the two operations scalar multiplication and vector addition

\( (fV)(p) := f(p)V(p)\, \)

\( (V+W)(p) := V(p) + W(p)\, \)

define the module of Ck-vector fields over the ring of Ck-functions.

Coordinate transformation law

In physics, a vector is additionally distinguished by how its coordinates change when one measures the same vector with respect to a different background coordinate system. The transformation properties of vectors distinguish a vector as a geometrically distinct entity from a simple list of scalars, or from a covector.

Thus, suppose that (x1,...,xn) is a choice of Cartesian coordinates, in terms of which the coordinates of the vector V are

\( V_x = (V_{1,x},\dots,V_{n,x})

and suppose that (y1,...,yn) are n functions of the xi defining a different coordinate system. Then the coordinates of the vector V in the new coordinates are required to satisfy the transformation law

\( V_{i,y} = \sum_{j=1}^n \frac{\partial y_j}{\partial x_i} V_{j,x}. \) (1)

Such a transformation law is called contravariant. A similar transformation law characterizes vector fields in physics: specifically, a vector field is a specification of n functions in each coordinate system subject to the transformation law (1) relating the different coordinate systems.

Vector fields are thus contrasted with scalar fields, which associate a number or scalar to every point in space, and are also contrasted with simple lists of scalar fields, which do not transform under coordinate changes.
Vector fields on manifolds
A vector field on a sphere

Given a differentiable manifold M, a vector field on M is an assignment of a tangent vector to each point in M.[2] More precisely, a vector field F is a mapping from M into the tangent bundle TM so that p\circ F is the identity mapping where p denotes the projection from TM to M. In other words, a vector field is a section of the tangent bundle.

If the manifold M is smooth (respectively analytic)---that is, the change of coordinates are smooth (respectively analytic)---then one can make sense of the notion of smooth (respectively analytic) vector fields. The collection of all smooth vector fields on a smooth manifold M is often denoted by Γ(TM) or C∞(M,TM) (especially when thinking of vector fields as sections); the collection of all smooth vector fields is also denoted by \( \scriptstyle \mathfrak{X} (M) \) (a fraktur "X").
Examples

The flow field around an airplane is a vector field in R3, here visualized by bubbles that follow the streamlines showing a wingtip vortex.

streaklines — as revealed in wind tunnels using smoke.
streamlines (or fieldlines)— as a line depicting the instantaneous field at a given time.
pathlines — showing the path that a given particle (of zero mass) would follow.

Gradient field
A vector field that has circulation about a point cannot be written as the gradient of a function.

Vector fields can be constructed out of scalar fields using the gradient operator (denoted by the del: \( \nabla \) ).[3]

A vector field V defined on a set S is called a gradient field or a conservative field if there exists a real-valued function (a scalar field) f on S such that

\( V = \nabla f = \bigg(\frac{\partial f}{\partial x_1}, \frac{\partial f}{\partial x_2}, \frac{\partial f}{\partial x_3}, \dots ,\frac{\partial f}{\partial x_n}\bigg). \)

The associated flow is called the gradient flow, and is used in the method of gradient descent.

The path integral along any closed curve γ (γ(0) = γ(1)) in a gradient field is zero:

\( \int_\gamma \langle V(x), \mathrm{d}x \rangle = \int_\gamma \langle \nabla f(x), \mathrm{d}x \rangle = f(\gamma(1)) - f(\gamma(0)). \)

Central field

A C-vector field over Rn \ {0} is called a central field if

\( V(T(p)) = T(V(p)) \qquad (T \in \mathrm{O}(n, \mathbf{R})) \)

where O(n, R) is the orthogonal group. We say central fields are invariant under orthogonal transformations around 0.

The point 0 is called the center of the field.

Since orthogonal transformations are actually rotations and reflections, the invariance conditions mean that vectors of a central field are always directed towards, or away from, 0; this is an alternate (and simpler) definition. A central field is always a gradient field, since defining it on one semiaxis and integrating gives an antigradient.
Operations on vector fields
Line integral
Main article: Line integral

A common technique in physics is to integrate a vector field along a curve: to determine a line integral. Given a particle in a gravitational vector field, where each vector represents the force acting on the particle at a given point in space, the line integral is the work done on the particle when it travels along a certain path.

The line integral is constructed analogously to the Riemann integral and it exists if the curve is rectifiable (has finite length) and the vector field is continuous.

Given a vector field V and a curve γ parametrized by [0, 1] the line integral is defined as

\( \int_\gamma \langle V(x), \mathrm{d}x \rangle = \int_0^1 \langle V(\gamma(t)), \gamma'(t)\;\mathrm{d}t \rangle. \)

Divergence
Main article: Divergence

The divergence of a vector field on Euclidean space is a function (or scalar field). In three-dimensions, the divergence is defined by

\( \operatorname{div} \mathbf{F} = \nabla \cdot \mathbf{F} = \frac{\partial F_1}{\partial x} + \frac{\partial F_2}{\partial y}+\frac{\partial F_3}{\partial z}, \)

with the obvious generalization to arbitrary dimensions. The divergence at a point represents the degree to which a small volume around the point is a source or a sink for the vector flow, a result which is made precise by the divergence theorem.

The divergence can also be defined on a Riemannian manifold, that is, a manifold with a Riemannian metric that measures the length of vectors.
Curl
Main article: Curl (mathematics)

The curl is an operation which takes a vector field and produces another vector field. The curl is defined only in three-dimensions, but some properties of the curl can be captured in higher dimensions with the exterior derivative. In three-dimensions, it is defined by

\( \operatorname{curl}\,\mathbf{F} = \nabla \times \mathbf{F} = \left(\frac{\partial F_3}{\partial y}- \frac{\partial F_2}{\partial z}\right)\mathbf{e}_1 - \left(\frac{\partial F_3}{\partial x}- \frac{\partial F_1}{\partial z}\right)\mathbf{e}_2 + \left(\frac{\partial F_2}{\partial x}- \frac{\partial F_1}{\partial y}\right)\mathbf{e}_3. \)

The curl measures the density of the angular momentum of the vector flow at a point, that is, the amount to which the flow circulates around a fixed axis. This intuitive description is made precise by Stokes' theorem.

History
Magnetic field lines of an iron bar (magnetic dipole)

Vector fields arose originally in classical field theory in 19th century physics, specifically in magnetism. They were formalized by Michael Faraday, in his concept of lines of force, who emphasized that the field itself should be an object of study, which it has become throughout physics in the form of field theory.

In addition to the magnetic field, other phenomena that were modeled as vector fields by Faraday include the electrical field and light field.
Flow curves
Main article: Integral curve

Consider the flow of a fluid through a region of space. At any given time, any point of the fluid has a particular velocity associated with it; thus there is a vector field associated to any flow. The converse is also true: it is possible to associate a flow to a vector field having that vector field as its velocity.

Given a vector field V defined on S, one defines curves \gamma(t) on S such that for each t in an interval I

\( \gamma'(t) = V(\gamma(t))\,. \)

By the Picard–Lindelöf theorem, if V is Lipschitz continuous there is a unique C1-curve γx for each point x in S so that

\( \gamma_x(0) = x\, \)
\( \gamma'_x(t) = V(\gamma_x(t)) \qquad ( t \in (-\epsilon, +\epsilon) \subset \mathbf{R}). \)

The curves γx are called flow curves of the vector field V and partition S into equivalence classes. It is not always possible to extend the interval (-ε, +ε) to the whole real number line. The flow may for example reach the edge of S in a finite time. In two or three dimensions one can visualize the vector field as giving rise to a flow on S. If we drop a particle into this flow at a point p it will move along the curve γp in the flow depending on the initial point p. If p is a stationary point of V then the particle will remain at p.

Typical applications are streamline in fluid, geodesic flow, and one-parameter subgroups and the exponential map in Lie groups.
Complete vector fields

A vector field is complete if its flow curves exist for all time.[4] In particular, compactly supported vector fields on a manifold are complete. If X is a complete vector field on M, then the one-parameter group of diffeomorphisms generated by the flow along X exists for all time.
Difference between scalar and vector field

The difference between a scalar and vector field is not that a scalar is just one number while a vector is several numbers. The difference is in how their coordinates respond to coordinate transformations. A scalar is a coordinate whereas a vector can be described by coordinates, but it is not the collection of its coordinates.

Example 1

This example is about 2-dimensional Euclidean space (R2) where we examine Euclidean (x, y) and polar (r, θ) coordinates (which are undefined at the origin). Thus x = r cos θ and y = r sin θ and also r2 = x2 + y2, cos θ = x/(x2 + y2)1/2 and sin θ = y/(x2 + y2)1/2. Suppose we have a scalar field which is given by the constant function 1, and a vector field which attaches a vector in the r-direction with length 1 to each point. More precisely, they are given by the functions

\( s_{\mathrm{polar}}:(r, \theta) \mapsto 1, \quad v_{\mathrm{polar}}:(r, \theta) \mapsto (1, \theta) \) .

Let us convert these fields to Euclidean coordinates. The vector of length 1 in the r-direction has the x coordinate cos θ and the y coordinate sin θ. Thus in Euclidean coordinates the same fields are described by the functions

\( s_{\mathrm{Euclidean}}:(x, y) \mapsto 1, \)
\( v_{\mathrm{Euclidean}}:(x, y) \mapsto (\cos \theta, \sin \theta) = \left(\frac{x}{\sqrt{{x^2 + y^2}}}, \frac{y}{\sqrt{x^2 + y^2}}\right). \)

We see that while the scalar field remains the same, the vector field now looks different. The same holds even in the 1-dimensional case, as illustrated by the next example.
Example 2

Consider the 1-dimensional Euclidean space R with its standard Euclidean coordinate x. Suppose we have a scalar field and a vector field which are both given in the x coordinate by the constant function 1,

\( s_{\mathrm{Euclidean}}:x \mapsto 1, \quad v_{\mathrm{Euclidean}}:x \mapsto 1. \)

Thus, we have a scalar field which has the value 1 everywhere and a vector field which attaches a vector in the x-direction with magnitude 1 unit of x to each point.

Now consider the coordinate ξ := 2x. If x changes one unit then ξ changes 2 units. Thus this vector field has a magnitude of 2 in units of ξ. Therefore, in the ξ coordinate the scalar field and the vector field are described by the functions

\( s_{\mathrm{unusual}}:\xi \mapsto 1, \quad v_{\mathrm{unusual}}:\xi \mapsto 2 \)

which are different.
f-relatedness

Given a smooth function between manifolds, \(f\colon M\rightarrow N \), the derivative is an induced map on tangent bundles, \( f_*\colon TM\rightarrow TN \). Given vector fields V\colon M\rightarrow TM and \( W\colon N\rightarrow TN\), we can ask whether they are compatible under f in the following sense. We say that W is f-related to V if the equation \( W\circ f^*=f_*\circ V holds. \)
Generalizations

Replacing vectors by p-vectors (pth exterior power of vectors) yields p-vector fields; taking the dual space and exterior powers yields differential k-forms, and combining these yields general tensor fields.

Algebraically, vector fields can be characterized as derivations of the algebra of smooth functions on the manifold, which leads to defining a vector field on a commutative algebra as a derivation on the algebra, which is developed in the theory of differential calculus over commutative algebras.
See also

Eisenbud–Levine–Khimshiashvili signature formula
Field line
Lie derivative
Scalar field
Time-dependent vector field
Vector fields in cylindrical and spherical coordinates

References

^ a b Galbis, Antonio & Maestre, Manuel (2012). Vector Analysis Versus Vector Calculus. Springer. p. 12. ISBN 978-1-4614-2199-3.
^ Tu, Loring W. (2010). "Vector fields". An Introduction to Manifolds. Springer. p. 149. ISBN 978-1-4419-7399-3.
^ Dawber, P.G. (1987). Vectors and Vector Operators. CRC Press. p. 29. ISBN 978-0-85274-585-4.
^ Sharpe, R. (1997). Differential geometry. Springer-Verlag. ISBN 0-387-94732-9.

Bibliography

Hubbard, J. H.; Hubbard, B. B. (1999). Vector calculus, linear algebra, and differential forms. A unified approach. Upper Saddle River, NJ: Prentice Hall. ISBN 0-13-657446-7.

Warner, Frank (1983) [1971]. Foundations of differentiable manifolds and Lie groups. New York-Berlin: Springer-Verlag. ISBN 0-387-90894-3.

Boothby, William (1986). An introduction to differentiable manifolds and Riemannian geometry. Pure and Applied Mathematics, volume 120 (second ed.). Orlando, FL: Academic Press. ISBN 0-12-116053-X.

External links
Wikimedia Commons has media related to: Vector fields

Vector field -- Mathworld
Vector field -- PlanetMath
3D Magnetic field viewer
Vector Field Simulation Java applet illustrating vectors fields
Vector fields and field lines
Vector field simulation An interactive application to show the effects of vector fields
Vector Fields Software 2d & 3d electromagnetic design software that can be used to visualise vector fields and field lines

Mathematics Encyclopedia

Retrieved from "http://en.wikipedia.org/"
All text is available under the terms of the GNU Free Documentation License

Home - Hellenica World