3.10 Vectors: Geometric RepresentationHL ONLY

1. Scalars versus Vectors

Physical and mathematical quantities are strictly classified into two distinct operational categories:

Scalars: Possess only magnitude (size). Examples include age ($28$), length ($4\text{ m}$), and temperature ($25^\circ\text{C}$).
Vectors: Possess both magnitude and a specific directional orientation. Examples include force ($7\text{ N}$ downwards) and velocity ($35\text{ m/s}$ towards southeast).

Geometrically, a vector is represented as a directed arrow. It is denoted symbolically by a bold letter ($\mathbf{u}$), a letter with an arrow ($\vec{u}$), or by its terminal endpoints ($\overrightarrow{AB}$, where $A$ is the tail and $B$ is the head). The absolute length of the vector defines its magnitude, denoted as $|\vec{u}|$ or $|\overrightarrow{AB}|$.

Equality of Vectors & Unit Vectors

Two vectors are classified as completely equal ($\vec{u} = \vec{v}$) $\iff$ they possess identical magnitudes and identical directions. A vector is not bound to a fixed spatial coordinate; it remains mathematically identical regardless of parallel translation.

In a standard parallelogram $ABCD$, the parallel boundary lines establish vector equivalencies: $\overrightarrow{AB} = \overrightarrow{DC}$ and $\overrightarrow{AD} = \overrightarrow{BC}$.

Unit Vector: A vector with a strict magnitude of $1$. To find a unit vector $\hat{u}$ strictly parallel and in the exact same direction as $\vec{u}$, divide by its magnitude:

$\hat{u} = \dfrac{1}{|\vec{u}|} \vec{u}$

2. Geometric Vector Operations

Addition ($\vec{u} + \vec{v}$): Executed physically by placing vectors "head-to-tail". Moving from point $A$ to $B$, and sequentially from $B$ to $C$, produces the resultant vector traversing directly from $A$ to $C$. Thus, $\overrightarrow{AB} + \overrightarrow{BC} = \overrightarrow{AC}$.

Subtraction ($\vec{u} - \vec{v}$): Executed by adding the opposite vector: $\vec{u} + (-\vec{v})$. When drawn strictly "tail-to-tail", $\vec{u} - \vec{v}$ spans from the head of $\vec{v}$ directly to the head of $\vec{u}$.
u v u + v u v u - v

The Opposite Vector ($-\vec{u}$): Maintains the exact identical magnitude but strictly reverses the directional orientation by $180^\circ$. Using endpoint notation: $\overrightarrow{AB} = -\overrightarrow{BA}$.
The Zero Vector ($\vec{0}$): An entity possessing exactly zero magnitude and lacking any defined geometric direction. Arises purely when a vector cancels itself: $\overrightarrow{AB} - \overrightarrow{AB} = \overrightarrow{AA} = \vec{0}$.
Scalar Multiplication ($k\vec{u}$): For any positive scalar $k > 0$, the product $k\vec{u}$ generates a parallel vector scaling the initial magnitude strictly by $k$. If $k < 0$, the magnitude scales by $|k|$ while the direction reverses. Two vectors are parallel ($\vec{u} \parallel \vec{v}$) $\iff \vec{u} = k\vec{v}$ for some scalar $k \in \mathbb{R}$.
Collinearity: Three distinct spatial points $A$, $B$, and $C$ are collinear (lie on a single straight line) $\iff \overrightarrow{AB} = k\overrightarrow{BC}$ for some scalar $k$.

EXAMPLE 1 (Vector Pathways in a Cube)

Consider a standard geometric cube $ABCDEFGH$. Base vectors are strictly assigned to edges emanating from origin node $A$:

  • $\vec{a} = \overrightarrow{AB}$
  • $\vec{b} = \overrightarrow{AD}$
  • $\vec{c} = \overrightarrow{AF}$

Parallel edges geometrically equate directly to these base vectors:
$\vec{a} = \overrightarrow{DC} = \overrightarrow{FG} = \overrightarrow{EH}$.

To express the structural diagonal vector $\overrightarrow{FC}$ exclusively in terms of $\vec{a}$, $\vec{b}$, and $\vec{c}$, a continuous path must be systematically mapped from node $F$ directly to node $C$.

Path formulation:

$$\begin{aligned} \overrightarrow{FC} &= \overrightarrow{FG} + \overrightarrow{GB} + \overrightarrow{BC} \\ &= \overrightarrow{AB} + (-\overrightarrow{AF}) + \overrightarrow{AD} \\ &= \vec{a} - \vec{c} + \vec{b} \end{aligned}$$
A B C D F G a b c FC

3. Position Vectors & Coordinates

Any geometric vector floating freely on a Cartesian plane can undergo a strict parallel translation to originate precisely from the origin $O(0,0)$.

If a vector's head terminates at coordinate $A(a,b)$ after originating from $O$, it is strictly designated as the position vector of point $A$, denoted analytically as $\overrightarrow{OA} = \begin{pmatrix} a \\ b \end{pmatrix}$.

For any two arbitrary coordinates $A$ and $B$, the bridging displacement vector connecting them is calculated analytically by subtracting their position vectors:

$\overrightarrow{AB} = \overrightarrow{OB} - \overrightarrow{OA}$

EXAMPLE 2 (Cartesian Translation & Position)

Consider spatial points $A(1, 2)$ and $B(4, 6)$. Determine the algebraic displacement vector $\overrightarrow{AB}$.

Step 1: Identify the respective position vectors from the origin $O$:

  • $\overrightarrow{OA} = \begin{pmatrix} 1 \\ 2 \end{pmatrix}$
  • $\overrightarrow{OB} = \begin{pmatrix} 4 \\ 6 \end{pmatrix}$

Step 2: Apply the position vector subtraction formula:

$$\begin{aligned} \overrightarrow{AB} &= \overrightarrow{OB} - \overrightarrow{OA} \\ &= \begin{pmatrix} 4 \\ 6 \end{pmatrix} - \begin{pmatrix} 1 \\ 2 \end{pmatrix} \\ &= \begin{pmatrix} 3 \\ 4 \end{pmatrix} \end{aligned}$$

This demonstrates the vector linearly translates strictly $3$ units horizontally and $4$ units vertically.

x y O A(1,2) B(4,6) AB