Vector notation

Vector notation

This page is an overview of the common notations used when working with vectors, which may be spatial or more abstract members of vector spaces.

The common typographic convention for representing a vector is upright boldface type, as in v for a vector named ‘v’. In handwriting, where boldface type is either unavailable or unwieldy, vectors are often represented with right-pointing arrows or harpoons above their names, as in vec{v}. Shorthand notations include tildes and straight lines placed above or below the name of a vector.

Rectangular vectors

A rectangular vector is a coordinate vector specified by components that define a rectangle (or rectangular prism in three dimensions, and similar shapes in greater dimensions). The starting point and terminal point of the vector lie at opposite ends of the rectangle (or prism, etc.).

Ordered set notation

A rectangular vector in mathbb{R}^n can be specified using an ordered set of components, enclosed in either parentheses or angle brackets.

In a general sense, an "n"-dimensional vector v can be specified in either of the following forms:

*mathbf{v} = (v_1, v_2, dots, v_{n - 1}, v_n)
*mathbf{v} = langle v_1, v_2, dots, v_{n - 1}, v_n angle

Where "v"1, "v"2, …, "v""n" − 1, "v""n" are the components of v.

Matrix notation

A rectangular vector in mathbb{R}^n can also be specified as a row or column matrix containing the ordered set of components. A vector specified as a row matrix is known as a row vector; one specified as a column matrix is known as a column vector.

Again, an "n"-dimensional vector mathbf{v} can be specified in either of the following forms using matrices:

*mathbf{v} = left [ egin{matrix} v_1 & v_2 & cdots & v_{n - 1} & v_n end{matrix} ight]
*mathbf{v} = left [ egin{matrix} v_1 \ v_2 \ vdots \ v_{n - 1} \ v_n end{matrix} ight]

Where "v"1, "v"2, …, "v""n" − 1, "v""n" are the components of v. In some advanced contexts, a row and a column vector have different meaning; see covariance and contravariance of vectors.

Engineering notation

A rectangular vector in mathbb{R}^3 (or fewer dimensions, such as mathbb{R}^2 where "v""z" below is zero) can be specified as the sum of the scalar multiples of the components of the vector with the members of the standard basis in mathbb{R}^3. The basis is represented with the unit vectors mathbf{hat{i = (1, 0, 0), mathbf{hat{j = (0, 1, 0), and mathbf{hat{k = (0, 0, 1).

A three-dimensional vector v can be specified in the following form, using engineering notation:

*mathbf{v} = v_x mathbf{hat{i + v_y mathbf{hat{j + v_z mathbf{hat{k

Where "v""x", "v""y", and "v""z" are the magnitudes of the components of v.

Polar vectors

A polar vector is a vector in two dimensions specified as a magnitude (or length) and a direction (or angle). It is akin to an arrow in the polar coordinate system. The magnitude, typically represented as "r", is the length from the starting point of the vector to its endpoint. The angle, typically represented as "θ" (the Greek letter theta), is measured as the offset from the horizontal (or a line collinear with the "x"-axis in the positive direction). The angle is typically reduced to lie within the range 0 le heta < 2pi radians or 0 le heta < 360^{circ}.

Ordered set and matrix notations

Polar vectors can be specified using either ordered pair notation (a subset of ordered set notation using only two components) or matrix notation, as with rectangular vectors. In these forms, the first component of the vector is "r" (instead of "v"1) and the second component is "θ" (instead of "v"2). To differentiate polar vectors from rectangular vectors, the angle may be prefixed with the angle symbol, angle.

A two-dimensional polar vector "v" can be represented as any of the following, using either ordered pair or matrix notation:

*mathbf{v} = (r, angle heta)
*mathbf{v} = langle r, angle heta angle

*mathbf{v} = left [ egin{matrix} r & angle heta end{matrix} ight]
*mathbf{v} = left [ egin{matrix} r \ angle heta end{matrix} ight]

Where "r" is the magnitude, "θ" is the angle, and the angle symbol (angle) is optional.

Direct notation

Polar vectors can also be specified using simplified autonomous equations that define "r" and "θ" explicitly. This can be unwieldy, but is useful for avoiding the confusion with two-dimensional rectangular vectors that arises from using ordered pair or matrix notation.

A two-dimensional vector whose magnitude is 5 units and whose direction is "π"/9 radians (20°) can be specified using either of the following forms:

*r=5, heta={pi over 9}
*r=5, heta=20^{circ}

Cylindrical vectors

A cylindrical vector is an extension of the concept of polar vectors into three dimensions. It is akin to an arrow in the cylindrical coordinate system. A cylindrical vector is specified by a distance in the "xy"-plane, an angle, and a distance from the "xy"-plane (a height). The first distance, usually represented as "r" or "ρ" (the Greek letter rho), is the magnitude of the projection of the vector onto the "xy"-plane. The angle, usually represented as "θ" or "φ" (the Greek letter phi), is measured as the offset from the line collinear with the "x"-axis in the positive direction; the angle is typically reduced to lie within the range 0 le heta < 2pi. The second distance, usually represented as "h" or "z", is the distance from the "xy"-plane to the endpoint of the vector.

Ordered set and matrix notations

Cylindrical vectors are specified like polar vectors, where the second distance component is concatenated as a third component to form ordered triplets (again, a subset of ordered set notation) and matrices. The angle may be prefixed with the angle symbol (angle); the distance-angle-distance combination distinguishes cylindrical vectors in this notation from spherical vectors in similar notation.

A three-dimensional cylindrical vector "v" can be represented as any of the following, using either ordered triplet or matrix notation:

*mathbf{v} = (r, angle heta, h)
*mathbf{v} = langle r, angle heta, h angle

*mathbf{v} = left [ egin{matrix} r & angle heta & h end{matrix} ight]
*mathbf{v} = left [ egin{matrix} r \ angle heta \ h end{matrix} ight]

Where "r" is the magnitude of the projection of v onto the "xy"-plane, "θ" is the angle between the positive "x"-axis and v, and "h" is the height from the "xy"-plane to the endpoint of "v". Again, the angle symbol (angle) is optional.

Direct notation

A cylindrical vector can also be specified directly, using simplified autonomous equations that define "r" (or "ρ"), "θ" (or "φ"), and "h" (or "z"). Consistency should be used when choosing the names to use for the variables; "ρ" should not be mixed with "θ" and so on.

A three-dimensional vector, the magnitude of whose projection onto the "xy"-plane is 5 units, whose angle from the positive "x"-axis is "π"/9 radians (20°), and whose height from the "xy"-plane is 3 units can be specified in any of the following forms:

*r=5, heta={pi over 9}, h=3

*r=5, heta=20^{circ}, h=3

* ho=5, phi={pi over 9}, z=3

* ho=5, phi=20^{circ}, z=3

pherical vectors

A spherical vector is another method for extending the concept of polar vectors into three dimensions. It is akin to an arrow in the spherical coordinate system. A spherical vector is specified by a magnitude, an azimuth angle, and a zenith angle. The magnitude is usually represented as "ρ". The azimuth angle, usually represented as "θ", is the offset from the line collinear with the "x"-axis in the positive direction. The zenith angle, usually represented as "φ", is the offset from the line collinear with the "z"-axis in the positive direction. Both angles are typically reduced to lie within the range from zero (inclusive) to 2"π" (exclusive).

Ordered set and matrix notations

Spherical vectors are specified like polar vectors, where the zenith angle is concatenated as a third component to form ordered triplets and matrices. The azimuth and zenith angles may be both prefixed with the angle symbol (angle); the prefix should be used consistently to produce the distance-angle-angle combination that distinguishes spherical vectors from cylindrical ones.

A three-dimensional spherical vector "v" can be represented as any of the following, using either ordered triplet or matrix notation:

*mathbf{v} = ( ho, angle heta, angle phi)
*mathbf{v} = langle ho, angle heta, angle phi angle

*mathbf{v} = left [ egin{matrix} ho & angle heta & angle phi end{matrix} ight]
*mathbf{v} = left [ egin{matrix} ho \ angle heta \ angle phi end{matrix} ight]

Where "ρ" is the magnitude, "θ" is the azimuth angle, and "φ" is the zenith angle.

Direct notation

Like polar and cylindrical vectors, spherical vectors can be specified using simplified autonomous equations, in this case for "ρ", "θ", and "φ".

A three-dimensional vector whose magnitude is 5 units, whose azimuth angle is "π"/9 radians (20°), and whose zenith angle is "π"/4 radians (45°) can be specified as:

* ho=5, heta={pi over 9}, phi={pi over 4}

* ho=5, heta=20^{circ}, phi=45^{circ}

Operations

In any given vector space, the operations of vector addition and scalar multiplication are defined. Normed vector spaces also define an operation known as the norm (or determination of magnitude). Inner product spaces also define an operation known as the inner product. In mathbb{R}^n, the inner product is known as the dot product. In mathbb{R}^3 and mathbb{R}^7, an additional operation known as the cross product is also defined.

Vector addition

Vector addition is represented with the plus sign used as an operator between two vectors. The sum of two vectors u and v would be represented as:

:mathbf{u} + mathbf{v}

calar multiplication

Scalar multiplication is represented in the same manners as algebraic multiplication. A scalar beside a vector (either or both of which may be in parentheses) implies scalar multiplication. The two common operators, a dot and a rotated cross, are also acceptable (although the rotated cross is almost never used), but they risk confusion with dot products and cross products, which operate on two vectors. The product of a scalar "c" with a vector v can be represented in any of the following fashions:

*c mathbf{v}
*c cdot mathbf{v}
*c imes mathbf{v}

Vector subtraction and scalar division

Using the algebraic properties of subtraction and division, along with scalar multiplication, it is also possible to “subtract” two vectors and “divide” a vector by a scalar.

Vector subtraction is performed by adding the scalar multiple of −1 with the second vector operand to the first vector operand. This can be represented by the use of the minus sign as an operator. The difference between two vectors u and v can be represented in either of the following fashions:

*mathbf{u} + -mathbf{v}
*mathbf{u} - mathbf{v}

Scalar division is performed by multiplying the vector operand with the numeric inverse of the scalar operand. This can be represented by the use of the fraction bar or division signs as operators. The quotient of a vector v and a scalar "c" can be represented in any of the following forms:

*{1 over c} mathbf{v}

*{mathbf{v} over c}

*{mathbf{v} div c}

Norm

The norm of a vector is represented with double bars on both sides of the vector. The norm of a vector v can be represented as:

:|mathbf{v}|

The norm is also sometimes represented with single bars, like |mathbf{v}|, but this can be confused with absolute value (which is a type of norm).

Inner product

The inner product (also known as the scalar product, not to be confused with scalar multiplication) of two vectors is represented as an ordered pair enclosed in angle brackets. The inner product of two vectors u and v would be represented as:

:langle mathbf{u}, mathbf{v} angle

Dot product

In mathbb{R}^n, the inner product is also known as the dot product. In addition to the standard inner product notation, the dot product notation (using the dot as an operator) can also be used (and is more common). The dot product of two vectors u and v can be represented as:

:mathbf{u} cdot mathbf{v}

Cross product

The cross product of two vectors (in mathbb{R}^3) is represented using the rotated cross as an operator. The cross product of two vectors u and v would be represented as:

:mathbf{u} imes mathbf{v}


Wikimedia Foundation. 2010.

Игры ⚽ Нужна курсовая?

Look at other dictionaries:

  • vector notation — vektorinis žymuo statusas T sritis fizika atitikmenys: angl. vector notation vok. Vektor Bezeichnung, f rus. векторное обозначение, n pranc. notation vectorielle, f …   Fizikos terminų žodynas

  • notation vectorielle — vektorinis žymuo statusas T sritis fizika atitikmenys: angl. vector notation vok. Vektor Bezeichnung, f rus. векторное обозначение, n pranc. notation vectorielle, f …   Fizikos terminų žodynas

  • Vector autoregression — (VAR) is an econometric model used to capture the evolution and the interdependencies between multiple time series, generalizing the univariate AR models. All the variables in a VAR are treated symmetrically by including for each variable an… …   Wikipedia

  • Notation for differentiation — In differential calculus, there is no single uniform notation for differentiation. Instead, several different notations for the derivative of a function or variable have been proposed by different mathematicians. The usefulness of each notation… …   Wikipedia

  • Vector calculus identities — The following identities are important in vector calculus:ingle operators (summary)This section explicitly lists what some symbols mean for clarity.DivergenceDivergence of a vector fieldFor a vector field mathbf{v} , divergence is generally… …   Wikipedia

  • Vector-valued function — A vector valued function is a mathematical function that maps real numbers onto vectors. Vector valued functions can be defined as: *mathbf{r}(t)=f(t)mathbfhat{i}+g(t)mathbfhat{j} or *mathbf{r}(t)=f(t)mathbfhat{i}+g(t)mathbfhat{j}+h(t)mathbfhat{k}… …   Wikipedia

  • Vector calculus — Topics in Calculus Fundamental theorem Limits of functions Continuity Mean value theorem Differential calculus  Derivative Change of variables Implicit differentiation Taylor s theorem Related rates …   Wikipedia

  • Vector group — A Vector group is the International Electrotechnical Commission (IEC) method of categorizing the primary and secondary winding configurations of three phase transformers. Within a polyphase system power transformer it indicates the windings… …   Wikipedia

  • Notation in probability and statistics — Probability theory and statistics has some commonly used conventions of its own, in addition to standard mathematical notation and mathematical symbols. Contents 1 Probability theory 2 Statistics 3 Critical values …   Wikipedia

  • Vector space — This article is about linear (vector) spaces. For the structure in incidence geometry, see Linear space (geometry). Vector addition and scalar multiplication: a vector v (blue) is added to another vector w (red, upper illustration). Below, w is… …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”