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 encodes horizontal and vertical change. Magnitude |v| = √(v1^2 + v2^2); direction from arctan(v2/v1) with quadrant care. Add vectors tip-to-tail or component-wise; scalar multiplication rescales length without turning the vector (flipping it if negative).

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.

Top 5 Concepts to Master

  1. 1Plot parametric paths including direction, then eliminate the parameter.
  2. 2Convert vectors between component and magnitude-direction forms.
  3. 3Combine vectors component-wise and interpret resultants.
  4. 4Execute matrix operations with correct dimension and order rules.
  5. 5Use determinants to decide invertibility and interpret area scaling.

Key Terms & Definitions

Practice with Flashcards
Parametric function

Curve given by x = f(t), y = g(t); t is the parameter.

Eliminating the parameter

Removing t to recover a single Cartesian relation between x and y.

Vector

Quantity with magnitude and direction, written in component form .

Magnitude

Length of a vector: √(v1^2 + v2^2).

Scalar multiplication

Rescaling every component; length scales by |k|, direction flips if k < 0.

Matrix multiplication

Row-by-column products; defined only when inner dimensions match, and AB does not generally equal BA.

Determinant (2x2)

ad - bc; a nonzero determinant means the matrix is invertible.

Identity matrix

Square matrix with ones on the diagonal; multiplying by it leaves a matrix unchanged.

Common Misconceptions: Exam Traps

Matrix multiplication is commutative.

Correct: AB and BA generally differ (and may not both exist); order matters.

The parameter t must represent time.

Correct: t is any convenient variable; interpreting it as time is common but not required.

Resultant length equals the sum of lengths.

Correct: Only for same-direction vectors; otherwise use components (the triangle inequality keeps it smaller).

Every matrix has an inverse.

Correct: Inverses require square shape AND nonzero determinant.

Scalars multiply entries unevenly.

Correct: Scalars multiply EVERY entry uniformly.

Question Bank Breakdown

By difficulty

easy 45medium 5

By topic

Vectors and Vector-Valued Functions 10Parametric Functions 9Matrix Inverses and Systems of Linear Equations 9Determinants and the Invertibility of Matrices 8Linear Transformations 8Matrices 6

All Questions in this Unit