Unit 4: Functions Involving Parameters, Vectors & Matrices
Matrices as Transformations
Using matrices, their inverses, and determinants to represent linear transformations.
Prerequisites
- Vector-Valued Functions
A Matrix as a Function That Moves the Whole Plane
A vector-valued function assigns a vector to each value of a parameter. Before reading on: could a matrix, multiplied against any point's coordinate vector, act as its own kind of function — one that transforms every point in the plane according to one fixed rule?
Definition — Matrix as a Linear Transformation
Worked Example — Rotating a Point with a Rotation Matrix
Worked Example — Determinant, Inverse, and Undoing a Transformation
Matrix Calculator
Matrix A
Matrix B
Operation
Result
A + B
Tip
Common Mistakes
Computing a determinant as ad + bc instead of ad − bc for a matrix [[a,b],[c,d]].
The 2×2 determinant formula is ad − bc, subtraction, not addition — for M = [[2,1],[0,3]] that's 2(3) − 1(0) = 6, not 2(3) + 1(0) = 6, which happens to coincide here only because 1(0) = 0.
Assuming every matrix has an inverse.
A matrix has an inverse only when its determinant is nonzero — a zero determinant means the transformation collapses area to zero and can't be undone, the matrix equivalent of a function that isn't one-to-one.
Key Takeaways
- A matrix acts as a function on the plane, sending each point's coordinate vector to a new vector via matrix multiplication.
- A matrix's determinant gives its area-scaling factor; a zero determinant means the transformation has no inverse.
- An inverse matrix undoes a transformation exactly the way an inverse function undoes a function — verified the same way, by composing and checking for the identity.
Summary
This closes AP Precalculus: functions studied through rates of change, equivalent representations, exponential and logarithmic growth, periodic and polar behavior, and now parametric, vector, and matrix functions — every representation describing structure the others could leave hidden. Calculus builds directly on this foundation, turning the average rates of change studied throughout this course into instantaneous ones.
Sign in to track your progress and mark this lesson complete.
Track your progress