Vector notation, geometric interpretation, column and row vectors, and basic terminology.
Overview
Vectors are fundamental mathematical objects that represent quantities with both magnitude and direction. They form the building blocks of linear algebra.
Key Concepts
Concept
Description
Vector
An ordered list of numbers (components)
Column Vector
Vertical arrangement: entries stacked
Row Vector
Horizontal arrangement: entries side by side
Components
Individual entries of a vector
Dimension
Number of components in a vector
Notation
Column Vector
v=v1v2⋮vnorv=(v1,v2,…,vn)T
Row Vector
v=[v1v2⋯vn]
Geometric Interpretation
In 2D (R2)
A vector v=[ab] represents:
A point at coordinates (a,b)
An arrow from origin to (a,b)
A displacement of a units right and b units up
In 3D (R3)
A vector v=abc represents a point or arrow in 3-dimensional space.
Vector Magnitude (Length)
The magnitude or norm of a vector:
∥v∥=v12+v22+⋯+vn2
Examples
For v=[34]:
∥v∥=32+42=9+16=25=5
Unit Vectors
A unit vector has magnitude 1. To find the unit vector in the direction of v: