3.13 Vector Equation of a Line in 2D (HL)
1. The Vector Equation Structure
A straight line is completely determined spatially by a known coordinate point $A(a_1, a_2)$ functioning as an anchor, and a designated direction vector $\vec{b} = \begin{pmatrix} b_1 \\ b_2 \end{pmatrix}$ defining the trajectory.
The position vector $\vec{r} = \begin{pmatrix} x \\ y \end{pmatrix}$ describing any random point $P(x,y)$ residing on this continuous line is governed by the vector equation:
Where:
- $\vec{a}$ is the position vector of the known anchor point A ($\overrightarrow{OA}$).
- $\vec{b}$ is the parallel direction vector guiding the line.
- $\lambda$ acts as an unbounded scalar parameter ($\lambda \in \mathbb{R}$).
Derivation: The pathway from the origin to point $P$ follows $\overrightarrow{OP} = \overrightarrow{OA} + \overrightarrow{AP}$. Since $\overrightarrow{AP}$ is perfectly parallel to direction $\vec{b}$, it must be exactly equivalent to $\lambda\vec{b}$.
2. Parametric, Cartesian, and Normal Forms
Breaking the singular vector equation $\begin{pmatrix} x \\ y \end{pmatrix} = \begin{pmatrix} a_1 \\ a_2 \end{pmatrix} + \lambda\begin{pmatrix} b_1 \\ b_2 \end{pmatrix}$ into isolated coordinates produces the Parametric Equations:
$y = a_2 + \lambda b_2$
Isolating the parameter $\lambda$ in both sequences and equating the results yields the Cartesian Equation:
Note on Normal Vectors: When the Cartesian format is rearranged into the standard form $Ax + By + C = 0$, the coefficients organically yield the line's perpendicular Normal Vector: $\mathbf{\vec{n} = \begin{pmatrix} A \\ B \end{pmatrix}}$.
EXAMPLE 1 (Formulating the Line Equations)
Given the anchor point $A(1,2)$ and directional trajectory $\vec{b} = \begin{pmatrix} 3 \\ 4 \end{pmatrix}$, construct all line equation forms.
Notice on Non-Unique Representations
A singular geometric line can be legitimately described by infinitely many valid vector equations. The anchor position vector $\vec{a}$ can target any coordinate sitting on the line (by evaluating different $\lambda$ values), and the direction vector $\vec{b}$ can be swapped for any scalar multiple of itself (e.g., scaling $\begin{pmatrix} 3 \\ 4 \end{pmatrix}$ to $\begin{pmatrix} 6 \\ 8 \end{pmatrix}$ or $\begin{pmatrix} -3 \\ -4 \end{pmatrix}$).
3. Formulating Lines and Analyzing Points
EXAMPLE 2 (Line Between Two Points)
Determine the vector equation mapping the line extending through points $A(1,2)$ and $B(4,7)$.
Step 1: Select any coordinate as the anchor. Let's use $A \implies \vec{a} = \begin{pmatrix} 1 \\ 2 \end{pmatrix}$.
Step 2: Formulate the direction vector exactly by extracting the relative difference.
Step 3: The final vector equation seamlessly merges to $\mathbf{\vec{r} = \begin{pmatrix} 1 \\ 2 \end{pmatrix} + \lambda\begin{pmatrix} 3 \\ 5 \end{pmatrix}}$.
EXAMPLE 3 (Testing Point Incidence)
Determine strictly if the point $C(10, 17)$ lies geometrically on the line $L: \vec{r} = \begin{pmatrix} 1 \\ 2 \end{pmatrix} + \lambda\begin{pmatrix} 3 \\ 5 \end{pmatrix}$.
Equate the line equation to the target point's position vector:
$y\text{-component: } 17 = 2 + 5\lambda \implies 5\lambda = 15 \implies \lambda = 3$
Because the scalar parameter $\lambda$ produces identical values across all components, the point $C$ does securely lie on the line.
EXAMPLE 4 (Parallel and Perpendicular Lines)
A straight line $L_1$ passes through $P(2, -1)$ and is strictly perpendicular to the direction vector $\begin{pmatrix} 4 \\ 3 \end{pmatrix}$. Find the vector equation of $L_1$.
If $L_1$ is perpendicular to $\begin{pmatrix} 4 \\ 3 \end{pmatrix}$, its own direction vector $\vec{b}$ must yield a dot product of exactly $0$. Swapping the components and student-negating one provides the orthogonal vector:
Merging the anchor point and the derived direction constructs $\mathbf{\vec{r} = \begin{pmatrix} 2 \\ -1 \end{pmatrix} + \lambda\begin{pmatrix} -3 \\ 4 \end{pmatrix}}$.
4. Intersecting Lines and Angular Geometry
To precisely detect the intersection coordinate between line $L_1$ and line $L_2$, equate their respective position vectors ($\vec{r}_1 = \vec{r}_2$). It is strictly mandatory to designate different scalar parameters (e.g., $\lambda$ and $\mu$) for each independent line prior to evaluating the resulting linear system.
EXAMPLE 5 (Calculating Intersection Coordinates)
Locate the exact intersection junction for $\vec{r}_1 = \begin{pmatrix} 1 \\ 2 \end{pmatrix} + \lambda\begin{pmatrix} 3 \\ 4 \end{pmatrix}$ and $\vec{r}_2 = \begin{pmatrix} 2 \\ -2 \end{pmatrix} + \mu\begin{pmatrix} 1 \\ 4 \end{pmatrix}$.
Substitute back: $1 - \mu = -1 \implies \mathbf{\mu = 2}$
$\vec{r} = \begin{pmatrix} 1 \\ 2 \end{pmatrix} + 1\begin{pmatrix} 3 \\ 4 \end{pmatrix} = \mathbf{\begin{pmatrix} 4 \\ 6 \end{pmatrix}}$
EXAMPLE 6 (Angle Between Intersecting Lines)
Compute the exact geometric angle intersecting the lines utilized in Example 5.