Comprehensive Guide to Unit 4: Vectors, Matrices, and Linear Transformations
Fundamentals of Plane Vectors
Vectors in Two Dimensions
A vector is a mathematical object that possesses both magnitude (length) and direction. In AP Precalculus, we primarily analyze vectors in a two-dimensional plane.
Vector Notation and Components
Vectors are often represented by directed line segments (arrows) or algebraic pairs.
- Standard Form:
- $a$ is the horizontal component.
- $b$ is the vertical component.
- Unit Basis Vectors: , where and .

Magnitude and Direction
Given a vector :
- Magnitude (Length): Calculated using the Pythagorean theorem.
- Direction Angle (): The angle the vector makes with the positive x-axis.
- Note: You must adjust based on the quadrant where $(a,b)$ lies.
Vector Arithmetic
We can perform arithmetic operations on vectors component-wise.
- Vector Addition:
- Geometrically: This follows the head-to-tail method (triangle rule) or parallelogram rule.
- Scalar Multiplication:
- Scales the length by $|k|$.
- If $k < 0$, the direction reverses.
Vector-Valued Functions
A vector-valued function takes a scalar input (typically time, $t$) and outputs a vector.
Motion Along a Curve
This concept ties directly to parametric equations. While parametric equations describe $x$ and $y$ separately, a vector-valued function describes the position vector pointing from the origin to the point $(x(t), y(t))$ on the curve.
- Input domain: The set of allowed $t$ values.
- Output range: Variations of the position vector .
Example:
If for :
- At $t=1$, position is .
- At $t=2$, position is .

Matrices and Matrix Operations
A matrix is a rectangular array of numbers arranged in rows and columns. A matrix with $m$ rows and $n$ columns has dimensions .
Basic Operations
- Addition/Subtraction: Only possible if dimensions represent the exact same size. Add corresponding entries.
- Scalar Multiplication: Multiply every entry in the matrix by the scalar constant $k$.
Matrix Multiplication
This is a non-commutative operation (order matters).
- Condition: To multiply Matrix $A$ () by Matrix $B$ (), the number of columns in $A$ must equal the number of rows in $B$.
- Result: The resulting matrix will have dimensions .
To find the entry in row $i$ and column $j$ of the product, find the dot product of row $i$ from the first matrix and column $j$ from the second matrix.
Linear Transformations and Matrices
Matrices can be viewed as functions that map (transform) vectors from one position to another. The input is a vector , and the function is the matrix multiplication .
Geometric Interpretation on the Plane
For a matrix transforming a vector:
- The Identity Matrix ($I$): leaves a vector unchanged.
- Zero Matrix: Maps all vectors to .
- Dilation: scales the vector by factor $k$.
- Reflection (over x-axis): flips the y-coordinate.
- Rotation (90° CCW): maps and .

Matrices as Functions
Just as we analyze functions for inverses and domain, we analyze matrices similarly.
The Determinant
For a matrix , the determinant is:
Significance of the Determinant:
- Area Scale Factor: The absolute value represents the factor by which the matrix scales the area of a region. If , shapes become twice as large after transformation.
- Invertibility: If , the matrix squashes the plane into a line or a point (loss of dimension). Such a matrix has no inverse (it is singular).
The Inverse Matrix
The inverse matrix $A^{-1}$ "undoes" the transformation of $A$. It exists only if .
Property: (The Identity Matrix).
If we view a matrix as a function , then the inverse function is .
Common Mistakes & Pitfalls
- Matrix Multiplication Order: Students often think $AB = BA$. This is false for matrices. Always maintain strict left-to-right order.
- Determinant Denominator: When calculating the inverse, remember to divide by the determinant ($ad-bc$). If you multiply by it, your result is wrong.
- Vector Direction (Quadrants): When finding , the calculator gives the reference angle. You must visualize the point $(a,b)$ to determine the correct quadrant (e.g., adding or if vectors are in Q2/Q3).
- Dimension Mismatch: Attempting to multiply a matrix by a (row) vector instead of a (column) vector. The inner dimensions must match.