Vectors

Overview

A scalar is a quantity that has a magnitude only whereas a vector is a quantity that has both magnitude and direction. Compare this definition with those used in the more abstract sense used when defining vector spaces.

Vectors are typically depicted as an arrow, i.e. a directed line segment. The arrowhead indicates the direction of the vector whereas the length of the arrow describes the magnitude of the vector.

The zero vector is the vector with 0 magnitude and no direction.

Norm

The norm of a vector v, denoted as v, refers to its magnitude.

Component Form

Consider vector space Fn over field F. The component form of a vector vFn corresponds to the explicit listing of each component as an n-tuple

v=v1,v2,,vn.

Each component vi denotes the direction v moves along the ith component of its relative basis.

Properties

Scalar Multiplication

Consider vector space Fn over field F. Scalar multiplication in Fn refers to multiplication of a scalar λF by a vector vFn such that

λv=λv1,λv2,,λvn.

The vector λv is a vector with magnitude |λ|v.

Two vectors A,BRn are said to have the same direction if B=cA for some positive cR and to have the opposite direction if B=cA for some negative cR. They are called parallel if B=cA for some nonzero cR.

vector-scalar-multiplication-apostol.png

Addition

Consider vector space Fn over field F. Let v,wFn. Then addition of v and w yields the resultant v+w, defined using component-wise addition:

v+w=v1+w1,v2+w2,,vn+wn.

Visually, the resultant is determined by positioning the vectors such that the initial point of w coincides with the terminal point of v. In R2, v+w is visualized using the parallelogram rule or triangle rule.

vector-addition.png

Subtraction

Consider vector space Fn over field F. Let v,wFn. Then subtraction of v and w yields the difference between v and w, defined as:

vw=v+(w).

Visually, the difference is determined by positioning the vectors by placing the tails of v and w at the same point, and then drawing a vector from the head of w to the head of v.

vector-subtraction.png

Dot Product

Let v and w be members of vector space Rn. Then the dot product of v and w is defined as

vw=v1w1+v2w2++vnwn.

If 0θπ is the angle between two nonzero vectors v and w, then

vw=vwcosθ.

Two vectors are orthogonal if and only if their dot product equals 0.

dot-product-proof.png

Powered by Forestry.md