Unit 4: Functions Involving Parameters, Vectors, and Matrices
AP Precalculus: 50 practice questions with detailed explanations.
Unit Study Guide
Core idea
Unit 4 generalizes description: parametric functions describe PATHS, vectors combine magnitude-with-direction, and matrices organize multi-variable computation.
Parametric functions
A path in the plane can be written x = f(t), y = g(t) with parameter t (often time). Plot points for several t to see direction of travel; ELIMINATE the parameter by solving one equation for t and substituting, revealing the underlying xy-curve.
Vectors
A vector carries magnitude and direction; component form
Matrices
An m-by-n matrix stores numbers in rows/columns. Addition requires identical dimensions (entrywise); SCALAR multiplication scales everything; MATRIX multiplication AB matches rows of A against columns of B and requires As columns = Bs rows - and it is NOT commutative. The 2x2 determinant ad - bc measures area scaling; det = 0 means no inverse exists.