Encyclopedia > Scalar product

  Article Content

Vector

Redirected from Scalar product

This article is about the concept of vector in mathematics. For other use, see vector (disambiguation)


Informally, a vector is a quantity, characterized by a number (indicating size or "magnitude") and a direction, that is often represented graphically by an arrow. Examples are "moving north at 90 m.p.h" or "pulling towards the center of Earth with a force of 70 Newtons".

In differential geometry, physics, and engineering, the term vector usually refers quantities that are closely related to the coordinates from Euclidean space (or to tangent spaces of a differentiable manifold)—the notion of having a "magnitude" and "direction" is formalized by saying that the vector has components that transform like the coordinates under rotations. Equivalently, a vector (or three-vector) is a tensor of contravariant rank one. Examples are displacement, velocity, momentum, force, torque, and acceleration. (A four-vector is a generalization of this concept to relate to both space and time coordinates.)

(In linear algebra, a vector is any element of a vector space. This is a general definition including a variety of mathematical objects (numbers, sequences, functions, and operators). Note that under this definition, a tensor is a special vector! )

Vectors can be contrasted with scalar quantities such as distance, speed, energy, time, temperature, charge, power, work, and mass, which have magnitude, but no direction (they are invariant under coordinate rotations).

A related concept is that of a pseudovector (or axial vector). This is a quantity that transforms like a three-vector under proper rotations, but gains an additional sign flip under improper rotations. Examples of pseudo-vectors include the magnetic field and the angular momentum. (This distinction is usually overlooked, however, although it becomes important in studying symmetry properties.) To distinguish from pseudo/axial vectors, an ordinary three-vector is sometimes called a polar vector.

Sometimes, one speaks informally of bound or fixed vectors, which are vectors additionally characterized by a "base point". Most often, this term is used for position vectors (relative to an origin point). More generally, however, the physical interpretation of a particular vector can be parameterized by any number of quantities.

See also vector field and vector calculus.

Table of contents

Representation of a vector

Symbols standing for vectors are usually printed in boldface as a; this is also the convention adopted in this encyclopedia. Other conventions includes <math>\vec{a}</math> or a . The length or magnitude or norm of the vector a is denoted by |a|.

Vectors are usually shown in graphs or other diagrams as arrows, as illustrated below:

Here the point A is called the "tail", the "base", the "start", or the "origin"; and the point B is called the "head", the "tip", the "endpoint", or the "destination". The length of the arrow represents the vector's magnitude, while the direction in which the arrow points represents the vector's direction.

In the figure above, the arrow can also be written as <math>\vec{AB}</math> or AB

In order to calculate with vectors, the graphical representation is too cumbersome. Vectors in a n-dimensional Euclidean spaces can be represented as a linear combination of n mutually prependicular unit vectors. In this article, we will consider R3 as an example. In R3, we usually denote the unit vectors parallel to the x-, y- and z-axes by i, j and k respectively. Any vector a in R3 can be written as a = a1i + a2j + a3k with real numbers a1, a2 and a3 which are uniquely determined by a. Sometimes a is then also written as a 3-by-1 or 1-by-3 matrix:

<math>\mathbf{a} =
\begin{pmatrix}
 a_1\\
 a_2\\
 a_3\\
\end{pmatrix}\quad\mbox{ or }\quad \mathbf{a} = \begin{pmatrix}
 a_1 & a_2 & a_3 \\
\end{pmatrix}</math>

even though this notation suppresses the dependence of the coordinates a1, a2 and a3 on the specific choice of coordinate system i, j and k.

the length of the vector a = a1i + a2j + a3k can be computed as

<math>\left|\mathbf{a}\right|=\sqrt{a_1^2+a_2^2+a_3^2}</math>

which is a consequence of the Pythagorean Theorem.

Vector Equality

Two vectors are said to be equal if they have the same magnitude and direction. However if we are talking about bound vector, then two bound vectors are equal if they have the same base point and end point.

For example, the vector i + 2j + 3k with base point (1,0,0) and the vector i+2j+3k with base point (0,1,0) are different bound vectors, but the same (unbounded) vector.

Vector Addition and Subtraction

Let a=a1i + a2j + a3k and b=b1i + b2j + b3k.

The sum of a and b is:

<math>\mathbf{a}+\mathbf{b}

(a_1+b_1)\mathbf{i} +(a_2+b_2)\mathbf{j} +(a_3+b_3)\mathbf{k}</math> The addition may be represented graphically by placing the the start of the arrow b at the tip of the arrow a, and then drawing an arrow from the start of a to the tip of b. The new arrow drawn represents the vector a + b, as illustrated below:
This addition method is sometimes called the parallelogram rule because a and b form the sides of a parallelogram and a + b is one of the diagonals. If a and b are bound vectors, then the addition is only defined if a and b have the same base point, which will then also be the base point of a + b. One can check geometrically that a + b

b + a and (a + b) + c = a + (b + c).

The difference of a and b is:

<math>\mathbf{a}-\mathbf{b}

(a_1-b_1)\mathbf{i} +(a_2-b_2)\mathbf{j} +(a_3-b_3)\mathbf{k}</math> Subtraction of two vectors can be geometrically defined as follows: to subtract b from a, place the ends of a and b at the same point, and then draw an arrow from the tip of b to the tip of a. That arrow represents the vector a - b, as illustrated below:
If a and b are bound vectors, then the subtraction is only defined if they share the same base point which will then also become the base point of their difference. This operations deserves the name "subtraction" because (a - b) + b

a.

A vector may also be multiplied by a real number r. Numbers are often called scalars to distinguish them from vectors, and this operation is therefore called scalar multiplication. The resulting vector is:

<math>r\mathbf{a}=(ra_1)\mathbf{i}
+(ra_2)\mathbf{j} +(ra_3)\mathbf{k}</math>

The length of ra is |r||a|. If the scalar is negative, it also changes the direction of the vector by 180o. Two examples (r = -1 and r = 2) are given below:

Here it is important to check that the scalar multiplication is compatible with vector addition in the following sense: r(a + b) = ra + rb for all vectors a and b and all scalars r. One can also show that a - b = a + (-1)b.

The set of all geometrical vectors, together with the operations of vector addition and scalar multiplication, satisfies all the axioms of a vector space. Similarly, the set of all bound vectors with a common base point forms a vector space. This is where the term "vector space" originated.

Dot Product

The dot product of two vectors a and b (also called the inner product, or, since its result is a scalar, the scalar product) is denoted by a·b or sometimes by (a, b) and is defined as:

<math>\mathbf{a}\cdot\mathbf{b}
=\left|\mathbf{a}\right|\left|\mathbf{b}\right|\cos(\theta)</math>

where θ is the measure of the angle between a and b (see trigonometric function for an explanation of cosine). Geometrically, this means that a and b are drawn with a common start point and then the length of a is multiplied with the length of that component of b that points in the same direction as a. This operation is often useful in physics; for instance, work is the dot product of force and displacement.

Cross Product

The cross product (also vector product or outer product) differs from the dot product primarily in that the result of a cross product of two vectors is a vector. While everything that was said above can be generalized in a straightforward manner to more than three dimensions, the cross product is only meaningful in three dimensions (although a related product exists in seven dimensions - see below). The cross product, denoted a×b, is a vector perpendicular to both a and b and is defined as:

<math>\mathbf{a}\times\mathbf{b}
=\left|\mathbf{a}\right|\left|\mathbf{b}\right|\sin(\theta)\mathbf{n}</math>

where θ is the measure of the angle between a and b, and n is a unit vector perpendicular to both a and b. The problem with this definition is that there are two unit vectors perpendicular to both b and a. Which vector is the correct one depends upon the orientation of the vector space, i.e. on the handedness of the coordinate system. The coordinate system i, j, k is called right handed, if the three vectors are situated like the thumb, index finger and middle finger (pointing straight up from your palm) of your right hand. Graphically the cross product can be represented by

In such a system, a×b is defined so that a, b and a×b also becomes a right handed system. If i, j, k is left-handed, then a, b and a×b is defined to be left-handed. Because the cross product depends on the choice of coordinate systems, its result is referred to as a pseudovector. Fortunately, in nature cross products tend to come in pairs, so that the "handedness" of the coordinate system is undone by a second cross product.

The length of a×b can be interpreted as the area of the parallelogram having a and b as sides.

Scalar Triple Product The scalar triple product (also called the box product or mixed triple product) isn't really a new operator, but a way of applying the other two multiplication operators to three vectors. The scalar triple product is denoted by (a b c) and defined as:

<math>(\mathbf{a}\ \mathbf{b}\ \mathbf{c})
=\mathbf{a}\cdot(\mathbf{b}\times\mathbf{c})</math>

It has three primary uses. First, the absolute value of the box product is the volume of the parallelepiped which has edges that are defined by the three vectors. Second, the scalar triple product is zero if and only if the three vectors are linearly dependent, which can be easily proved by considering that in order for the three vectors to not make a volume, they must all lie in the same plane. Third, the box product is positive if and only if the three vectors a, b and c are oriented like the coordinate system i, j and k.

In coordinates, if the three vectors are thought of as rows, the scalar triple product is simply the determinant of the 3-by-3 matrix having the three vectors as rows. The scalar triple product is linear in all three entries and anti-symmetric in the following sense:

<math>(\mathbf{a}\ \mathbf{b}\ \mathbf{c})
=(\mathbf{c}\ \mathbf{a}\ \mathbf{b}) =(\mathbf{b}\ \mathbf{c}\ \mathbf{a}) =-(\mathbf{a}\ \mathbf{c}\ \mathbf{b}) =-(\mathbf{b}\ \mathbf{a}\ \mathbf{c}) =-(\mathbf{c}\ \mathbf{b}\ \mathbf{a})</math>

Technically, the scalar triple product isn't a scalar, it is a pseudoscalar: under a coordinate inversion (x goes to -x), it flips sign.

External Link Online vector identities (pdf) (http://wwwppd.nrl.navy.mil/nrlformulary/vector_identities.pdf)



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
Great River, New York

... Bureau, the town has a total area of 13.1 km² (5.1 mi²). 11.9 km² (4.6 mi²) of it is land and 1.2 km² (0.4 mi²) of it is water. The total ...

 
 
 
This page was created in 38.8 ms