Mathfolis

Linear Transformations and Matrices

Unit 4 · Functions Involving Parameters, Vectors, and Matrices

What AP Precalc asks here

A linear transformation T:R2R2T: \mathbb{R}^2 \to \mathbb{R}^2 is captured by a 2×2 matrix: T(v)=AvT(\vec v) = A \vec v. Common transformations have recognizable matrices: rotations involve sinθ,cosθ\sin\theta, \cos\theta; reflections have ±1\pm 1 on the diagonals; scalings have kk on the diagonal. Composing two transformations corresponds to multiplying their matrices.

Standard 2D transformations

Scaling by k
(k00k)\begin{pmatrix} k & 0 \\ 0 & k \end{pmatrix}
Reflection over x-axis
(1001)\begin{pmatrix} 1 & 0 \\ 0 & -1 \end{pmatrix}
Rotation by θ\theta
(cosθsinθsinθcosθ)\begin{pmatrix} \cos\theta & -\sin\theta \\ \sin\theta & \cos\theta \end{pmatrix}
AP Tip: Composition order matters: T2(T1(v))=A2(A1v)=(A2A1)vT_2(T_1(\vec v)) = A_2 (A_1 \vec v) = (A_2 A_1) \vec v. The matrix applied first goes on the right.
Type 1

Apply T(v) = Av

Compute the matrix-vector product as in Topic 4.10.

Example 1
If TT corresponds to (0110)\begin{pmatrix} 0 & -1 \\ 1 & 0 \end{pmatrix}, find T((1,0))T((1, 0)). (A) (0,1)(0, 1) (B) (1,0)(1, 0) (C) (1,0)(-1, 0) (D) (0,1)(0, -1)

Practice more of this type— AI-generated · always-new problems

Generate Problems →
Type 2

Recognize common transformations

Match the matrix form to a named transformation.

Example 2
Which transformation does (3003)\begin{pmatrix} 3 & 0 \\ 0 & 3 \end{pmatrix} represent? (A) Rotation by 90° (B) Reflection across y-axis (C) Scaling by factor 3 (D) Shear

Practice more of this type— AI-generated · always-new problems

Generate Problems →
Type 3

Compose transformations

Multiply the two matrices in the right order, then apply to the vector.

Example 3
Apply rotation by 90° (matrix RR) then reflection across x-axis (matrix FF) to (1,0)(1, 0). What is the result? (A) (1,0)(1, 0) (B) (0,1)(0, 1) (C) (0,1)(0, -1) (D) (1,0)(-1, 0)

Practice more of this type— AI-generated · always-new problems

Generate Problems →
Linear Transformations and Matrices | AP Precalculus — Mathfolis