Vector field

Vector field given by vectors of the form (-y, x)
Enlarge
Vector field given by vectors of the form (-y, x)

In mathematics a vector field is a construction in vector calculus which associates a vector to every point in a Euclidean space.

Vector fields are often used in physics 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.

In the rigorous mathematical treatment, vector fields are defined on manifolds as a section of the manifold's tangent bundle.

Contents

Definition

Given an open and connected subset X in Rn a vector field is a vector-valued function

<math> \mathbf{F}: X \rightarrow \mathbb{R}^n<math>

We say F is a Ck vector field if F is k times continuously differentiable in X.

A point x in X is called stationary if

<math> \mathbf{F}(\mathbf{x}) = \mathbf{0}<math>

A vector field can be visualized as a n-dimensional space with a n-dimensional vector attached to each point in X.

Given two Ck-vector fields F,G defined over X and a real valued Ck-function f defined over X

<math> (f \mathbf{F})(\mathbf{x}) = f(\mathbf{x}) \mathbf{F}(\mathbf{x})<math>
<math> \mathbf{(F+G)}(\mathbf{x}) = \mathbf{F}(\mathbf{x}) + \mathbf{G}(\mathbf{x})<math>

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

Notes

Vector fields should be compared to scalar fields, which associate a number or scalar to every point in space (or every point of some manifold).

The divergence and curl are two operations on a vector field which result in a scalar field and another vector field respectively. The first of these operations is defined in any number of dimensions (that is, for any value of n). The curl however, is defined only for n=3, but it can be generalized to an arbitrary dimension using the exterior product and exterior derivative.

Examples

  • A vector field for the movement of air on Earth will associate for every point on the surface of the Earth a vector with the wind speed and direction for that point. This can be drawn using arrows to represent the wind; the length (magnitude) of the arrow will be an indication of the wind speed. A "high" on the usual barometric pressure map would then act as a source (arrows pointing away), and a "low" would be a sink (arrows pointing towards), since air tends to move from high pressure areas to low pressure areas.
  • Velocity field of a moving fluid. In this case, a velocity vector is associated to each point in the fluid.
  • There are 3 types of lines that can be made from vector fields. They are :
streaklines — as revealed in wind tunnels using smoke.
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

Vector fields can be constructed out of scalar fields using the vector operator gradient which gives rise to the following definition.

A Ck-vector field F over X is called a gradient field or conservative field if there exists a real valued Ck+1-function f : X → R (a scalar field) so that

<math> \mathbf{F}(\mathbf{x}) = \nabla f(\mathbf{x}) \qquad (\mathbf{x} \in X)<math>

The curve integral along any closed curve (e.g. γ(a) = γ(b)) in a gradient field is always zero.

<math> \oint_\gamma \langle \mathbf{F}( \mathbf{x} ), d\mathbf{x} \rangle = \int_a^b \langle \nabla f( \mathbf{\gamma} (t)), \mathbf{\gamma}'(t) \rangle \, dt = \int_a^b \frac{d}{dt} f \circ \mathbf{\gamma}(t) \, dt = f(\mathbf{\gamma}(b)) - f(\mathbf{\gamma}(a)) = 0<math>

Central field

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

<math>\mathbf{F}(\mathbf{O}(\mathbf{x})) = \mathbf{O}(\mathbf{F}(\mathbf{x})) \qquad (\mathbf{O} \in O(n, \mathbf{R}) \mbox{ , } \mathbf{x} \in R^n \setminus \lbrace 0 \rbrace )<math>

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.

A central field is always a gradient field.

Curve integral

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

The curve 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 F(x) and a curve γ(t) from a to b the curve integral is defined as

<math>\int_\gamma \langle \mathbf{F}( \mathbf{x} ), d\mathbf{x} \rangle = \int_a^b \langle \mathbf{F}( \mathbf{\gamma}(t) ), \mathbf{\gamma}'(t) \rangle dt <math>

A few simple rules for calculation of curve integrals are

<math>\int_\gamma \langle (\mathbf{F} + \mathbf{G})( \mathbf{x} ), d\mathbf{x} \rangle = \int_\gamma \langle \mathbf{F}( \mathbf{x} ), d\mathbf{x} \rangle + \int_\gamma \langle \mathbf{G}( \mathbf{x} ), d\mathbf{x} \rangle<math>
<math>\int_\gamma \langle \alpha \cdot \mathbf{F}( \mathbf{x} ), d\mathbf{x} \rangle = \alpha \cdot \int_\gamma \langle \mathbf{F}( \mathbf{x} ), d\mathbf{x} \rangle <math>
<math>\int_{-\gamma} \langle \mathbf{F}( \mathbf{x} ), d\mathbf{x} \rangle = -\int_\gamma \langle \mathbf{F}( \mathbf{x} ), d\mathbf{x} \rangle <math>
<math>\int_{\gamma_1 + \gamma_2} \langle \mathbf{F}( \mathbf{x} ), d\mathbf{x} \rangle = \int_{\gamma_1} \langle \mathbf{F}( \mathbf{x} ), d\mathbf{x} \rangle + \int_{\gamma_2} \langle \mathbf{F}( \mathbf{x} ), d\mathbf{x} \rangle<math>

Flow curves

Vector fields have a nice interpretation in terms of autonomous, first order ordinary differential equations.

Given a C0 vector field F defined over X.

<math> \mathbf{y} = \mathbf{F}(\mathbf{x}) \qquad (\mathbf{x} \in X)<math>

we can try to define curves γ(t) over X so that for a each t in an interval I

<math>\mathbf{\gamma}(t) = \mathbf{x} \qquad (t \in I)<math>

and

<math>\mathbf{\gamma}'(t) = \mathbf{y} \qquad (t \in I)<math>

Put in our vector field equation we get

<math> \mathbf{\gamma}'(t) = \mathbf{F}(\mathbf{\gamma}(t)) \qquad (t \in I)<math>

which is the definition of an explicit first order ordinary differential equation with the curves γ(t) as solutions.

If F is Lipschitz continuous we can find a unique C1-curve γx for each point x in X so that

<math>\mathbf{\gamma}_x(0) = \mathbf(x)<math>
<math>\mathbf{\gamma}'_x(t) = \mathbf{F}(\mathbf{\gamma}_x(t)) \qquad ( t \in (-\epsilon, +\epsilon) \subset \mathbb{R})<math>

The curves γx are called flow curves of the vector field F and partition X 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 X in a finite time.

Integrating the vector field along any flow curve γ yields

<math>\int_\gamma \langle \mathbf{F}( \mathbf{x} ), d\mathbf{x} \rangle = \int_a^b \langle \mathbf{F}( \mathbf{\gamma}(t) ), \mathbf{\gamma}'(t) \rangle dt = \int_a^b dt = \mbox{constant}. <math>

In two or three dimensions one can visualize the vector field as given rise to a flow on X. If we drop a particle into this flow at point x it will move along the a curve γx in the flow depending on the initial point x. If x is a stationary point in F then the particle will remain stationary.

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

See also

External links

es:Campo vectorial it:Campo vettoriale pl:Pole wektorowe ru:Векторное поле sv:Vektorflt zh:矢量场

Navigation

  • Art and Cultures
    • Art (https://academickids.com/encyclopedia/index.php/Art)
    • Architecture (https://academickids.com/encyclopedia/index.php/Architecture)
    • Cultures (https://www.academickids.com/encyclopedia/index.php/Cultures)
    • Music (https://www.academickids.com/encyclopedia/index.php/Music)
    • Musical Instruments (http://academickids.com/encyclopedia/index.php/List_of_musical_instruments)
  • Biographies (http://www.academickids.com/encyclopedia/index.php/Biographies)
  • Clipart (http://www.academickids.com/encyclopedia/index.php/Clipart)
  • Geography (http://www.academickids.com/encyclopedia/index.php/Geography)
    • Countries of the World (http://www.academickids.com/encyclopedia/index.php/Countries)
    • Maps (http://www.academickids.com/encyclopedia/index.php/Maps)
    • Flags (http://www.academickids.com/encyclopedia/index.php/Flags)
    • Continents (http://www.academickids.com/encyclopedia/index.php/Continents)
  • History (http://www.academickids.com/encyclopedia/index.php/History)
    • Ancient Civilizations (http://www.academickids.com/encyclopedia/index.php/Ancient_Civilizations)
    • Industrial Revolution (http://www.academickids.com/encyclopedia/index.php/Industrial_Revolution)
    • Middle Ages (http://www.academickids.com/encyclopedia/index.php/Middle_Ages)
    • Prehistory (http://www.academickids.com/encyclopedia/index.php/Prehistory)
    • Renaissance (http://www.academickids.com/encyclopedia/index.php/Renaissance)
    • Timelines (http://www.academickids.com/encyclopedia/index.php/Timelines)
    • United States (http://www.academickids.com/encyclopedia/index.php/United_States)
    • Wars (http://www.academickids.com/encyclopedia/index.php/Wars)
    • World History (http://www.academickids.com/encyclopedia/index.php/History_of_the_world)
  • Human Body (http://www.academickids.com/encyclopedia/index.php/Human_Body)
  • Mathematics (http://www.academickids.com/encyclopedia/index.php/Mathematics)
  • Reference (http://www.academickids.com/encyclopedia/index.php/Reference)
  • Science (http://www.academickids.com/encyclopedia/index.php/Science)
    • Animals (http://www.academickids.com/encyclopedia/index.php/Animals)
    • Aviation (http://www.academickids.com/encyclopedia/index.php/Aviation)
    • Dinosaurs (http://www.academickids.com/encyclopedia/index.php/Dinosaurs)
    • Earth (http://www.academickids.com/encyclopedia/index.php/Earth)
    • Inventions (http://www.academickids.com/encyclopedia/index.php/Inventions)
    • Physical Science (http://www.academickids.com/encyclopedia/index.php/Physical_Science)
    • Plants (http://www.academickids.com/encyclopedia/index.php/Plants)
    • Scientists (http://www.academickids.com/encyclopedia/index.php/Scientists)
  • Social Studies (http://www.academickids.com/encyclopedia/index.php/Social_Studies)
    • Anthropology (http://www.academickids.com/encyclopedia/index.php/Anthropology)
    • Economics (http://www.academickids.com/encyclopedia/index.php/Economics)
    • Government (http://www.academickids.com/encyclopedia/index.php/Government)
    • Religion (http://www.academickids.com/encyclopedia/index.php/Religion)
    • Holidays (http://www.academickids.com/encyclopedia/index.php/Holidays)
  • Space and Astronomy
    • Solar System (http://www.academickids.com/encyclopedia/index.php/Solar_System)
    • Planets (http://www.academickids.com/encyclopedia/index.php/Planets)
  • Sports (http://www.academickids.com/encyclopedia/index.php/Sports)
  • Timelines (http://www.academickids.com/encyclopedia/index.php/Timelines)
  • Weather (http://www.academickids.com/encyclopedia/index.php/Weather)
  • US States (http://www.academickids.com/encyclopedia/index.php/US_States)

Information

  • Home Page (http://academickids.com/encyclopedia/index.php)
  • Contact Us (http://www.academickids.com/encyclopedia/index.php/Contactus)

  • Clip Art (http://classroomclipart.com)
Toolbox
Personal tools