Basic Concepts and Operations of Vectors

Definition of a Vector

Vector

A vector is a quantity that has both magnitude and direction, usually drawn as an arrow.

Geometric Representation

  • A vector is represented by a directed segment, written AB\vec{AB} for a segment from AA to BB.
  • The length of a vector is its magnitude (norm), written AB|\vec{AB}|.
  • Zero vector: the vector of length 0; its direction is arbitrary.
  • Unit vector: a vector of length 1.

Coordinate Representation

In 3-space a vector is written

a=(a1,a2,a3)\vec{a} = (a_1, a_2, a_3)

where a1,a2,a3a_1, a_2, a_3 are the projections of the vector onto the x,y,zx, y, z axes. Concretely, if the vector starts at the origin, its coordinates equal the coordinates of its endpoint.

Vector Addition

Vector Addition

Let a=(a1,a2,a3)\vec{a} = (a_1, a_2, a_3) and b=(b1,b2,b3)\vec{b} = (b_1, b_2, b_3). Then

a+b=(a1+b1,a2+b2,a3+b3)\vec{a} + \vec{b} = (a_1 + b_1, a_2 + b_2, a_3 + b_3)
几何解释

Addition can be visualized by the parallelogram law or the triangle rule.

Geometric Meaning

  • Parallelogram law: place a\vec{a} and b\vec{b} at a common starting point and build the parallelogram; the diagonal is a+b\vec{a} + \vec{b}.
  • Triangle rule: move the start of b\vec{b} to the end of a\vec{a}; the vector from the start of a\vec{a} to the end of b\vec{b} is a+b\vec{a} + \vec{b}.

Properties of Addition

Properties of vector addition
  • Commutativity: a+b=b+a\vec{a} + \vec{b} = \vec{b} + \vec{a}
  • Associativity: (a+b)+c=a+(b+c)(\vec{a} + \vec{b}) + \vec{c} = \vec{a} + (\vec{b} + \vec{c})
  • Zero vector: a+0=a\vec{a} + \vec{0} = \vec{a}
  • Opposite: a+(a)=0\vec{a} + (-\vec{a}) = \vec{0}

Subtraction

Subtraction is addition with the opposite vector:

ab=(a1b1,a2b2,a3b3)\vec{a} - \vec{b} = (a_1 - b_1, a_2 - b_2, a_3 - b_3)

Geometrically, if a\vec{a} and b\vec{b} share a start point, then ab\vec{a} - \vec{b} is the vector from the endpoint of b\vec{b} to the endpoint of a\vec{a}.

Scalar Multiplication

Scalar Multiplication

For a real number λ\lambda and a=(a1,a2,a3)\vec{a} = (a_1, a_2, a_3),

λa=(λa1,λa2,λa3)\lambda\vec{a} = (\lambda a_1, \lambda a_2, \lambda a_3)
几何解释

Multiplying by λ>0\lambda > 0 stretches or shrinks the vector without changing direction; λ<0\lambda < 0 reverses the direction.

Properties:

  • (λμ)a=λ(μa)(\lambda\mu)\vec{a} = \lambda(\mu\vec{a})
  • (λ+μ)a=λa+μa(\lambda + \mu)\vec{a} = \lambda\vec{a} + \mu\vec{a}
  • λ(a+b)=λa+λb\lambda(\vec{a} + \vec{b}) = \lambda\vec{a} + \lambda\vec{b}
  • 1a=a1 \cdot \vec{a} = \vec{a}

Linear Combinations

Linear Combination

For vectors a1,a2,,an\vec{a}_1, \vec{a}_2, \ldots, \vec{a}_n and scalars k1,k2,,knk_1, k_2, \ldots, k_n, the vector

k1a1+k2a2++knank_1\vec{a}_1 + k_2\vec{a}_2 + \cdots + k_n\vec{a}_n

is called a linear combination of a1,,an\vec{a}_1, \ldots, \vec{a}_n.

A useful connection: a vector b\vec{b} is collinear with a\vec{a} exactly when b=λa\vec{b} = \lambda\vec{a} for some scalar λ\lambda (for nonzero a\vec{a}). Three vectors are coplanar iff one of them is a linear combination of the other two.


Summary

Symbols Used in This Article

SymbolTypeReading/ExplanationMeaning in This Article
AB\vec{AB}vectorVector ABThe vector from point AA to point BB
a\vec{a}vectorVector aA generic vector
a\lvert\vec{a}\rvertscalarnorm of aThe magnitude of a\vec{a}
0\vec{0}vectorzero vectorThe zero vector
λ\lambdaGreek letterLambdaA scalar multiplier

English–Chinese Glossary

English termChinese termPhoneticExplanation
vector向量/ˈvɛktər/A quantity with magnitude and direction
zero vector零向量/ˈzɪərəʊ ˈvɛktər/The vector of length 0
unit vector单位向量/ˈjuːnɪt ˈvɛktər/A vector of length 1
magnitude/norm/ˈmæɡnɪtjuːd/ /nɔːm/The length of a vector
vector addition向量加法/ˈvɛktər əˈdɪʃən/The sum of two vectors
scalar multiplication数乘/ˈskeɪlə ˌmʌltɪplɪˈkeɪʃən/Multiplying a vector by a number
linear combination线性组合/ˈlɪniə ˌkɒmbɪˈneɪʃən/A sum of scaled vectors
collinear共线/kɒˈlɪniə/Lying on the same line
coplanar共面/kəʊˈpleɪnə/Lying in the same plane