Vectors and Lines
Chapter 4 • Section 4-1
"Direction and Magnitude... the DNA of geometry! 🧬"
📏 Vector Norms (Length)
The Euclidean Norm
The length (or magnitude) of a vector $\vec{v} = (v_1, v_2, \dots, v_n)$ is:
This is just the Pythagorean theorem in $n$ dimensions!
Unit Vectors
A vector with length 1.
To normalize any non-zero vector $\vec{v}$:
Distance
Distance between points $P$ and $Q$ (vectors $\vec{u}$ and $\vec{v}$):
Parallel Vectors
Two vectors are parallel if they lie on the same line. Equivalently, one is a scalar multiple of the other.
Example: $\vec{u}=(1, 2)$ and $\vec{v}=(2, 4)$ are parallel because $\vec{v} = 2\vec{u}$.
📐 Geometric Vectors
Parallelogram Law
Vector addition $\vec{u} + \vec{v}$ corresponds to the diagonal of the parallelogram formed by $\vec{u}$ and $\vec{v}$.
Vector Subtraction
$\vec{u} - \vec{v}$ is the vector from the tip of $\vec{v}$ to the tip of $\vec{u}$.
Example: Midpoint
Find the midpoint $M$ between $P_1(-1, -4, 3)$ and $P_2(5, 0, -3)$.
The midpoint is the average of the coordinates:
🧮 Vector Calculator
🧠 Quick Check Win $10
What is the length of vector $\vec{v} = (3, 4)$?
Lines in Space
Vector Equation
A line through point $P_0$ with direction $\vec{d}$ is given by:
where $t$ is any real number (scalar).
Parametric Equations
Breaking it down by component:
where $\vec{d} = (a, b, c)$.
Line Visualizer (2D)
Visualize $\vec{p} = \vec{p}_0 + t\vec{d}$. Drag the slider to change $t$.
$\vec{p}_0 = (1, 1)$, $\vec{d} = (2, 1)$
🤔 Logic Check Win $20
Are the vectors $\vec{u} = (2, -4, 1)$ and $\vec{v} = (-6, 12, -3)$ parallel?
Hint: Check if one is a scalar multiple of the other.