ADVANCED VECTOR ANALYSIS & GEOMETRIC
FOUNDATIONS
Reference Guide for Pure and Additional Mathematics
Vectors represent quantities possessing both magnitude and spatial direction. In analytical Euclidean geometry, a
vector is rigorously defined as an equivalence class of ordered pairs of points, mapping directional displacements
across linear spaces. This reference provides the fundamental algebraic formulations necessary for vector
operations in multi-dimensional space.
1. Fundamental Vector Notation & Components
A position vector r in three-dimensional Cartesian space extending from the origin to an arbitrary point (x, y, z) is
expressed linearly via standard orthogonal unit basis vectors:
r = xi + yj + zk
Alternatively, it is efficiently represented as an ordered column matrix or component tuple:
r = [x, y, z]T
The scalar magnitude, or norm, of the spatial displacement vector is calculated utilizing the Euclidean metric
derivation derived directly from the Pythagorean theorem:
|r| = √(x² + y² + z²)
2. The Scalar (Dot) Product
The algebraic scalar product of two distinct vectors a and b yields a pure scalar entity, quantifying directional
projection. Geometrically, it scales the product of their spatial magnitudes by the cosine of the subtended angle θ:
a · b = |a||b| cos(θ)
In analytical component form across isotropic Cartesian dimensions, this calculation expands directly to the sum of
corresponding coordinate products:
a · b = a1b1 + a2b2 + a3b3
3. Geometric Applications and Properties
The scalar product serves as a precise mathematical criterion for evaluating orthogonality between non-zero spatial
configurations:
Page 1 of 2
Condition Mathematical Implication
a·b=0 The vectors are strictly orthogonal (θ = 90°).
a·b>0 The vectors form an acute angle (0° ≤ θ < 90°).
a·b<0 The vectors form an obtuse angle (90° < θ ≤ 180°).
The unique analytical unit vector pointing entirely along the directional trajectory of any arbitrary parent vector v is
systematically constructed via scalar scaling:
û = v / |v|
Page 2 of 2