---
title: "AP Precalculus 4.12: Linear Transformations and Matrices"
description: "Review AP Precalculus Topic 4.12, including what a matrix is, 2 x 2 transformation matrices, input and output vectors, linear transformation rules, L(v)=Av, the zero vector, and transforming multiple vectors at once."
canonical: "https://fiveable.me/ap-pre-calc/unit-4/linear-transformations-matrices/study-guide/fcZC60nNumkMiS05"
type: "study-guide"
subject: "AP Pre-Calculus"
unit: "Unit 4 – Functions Involving Parameters, Vectors, and Matrices"
lastUpdated: "2026-06-09"
---

# AP Precalculus 4.12: Linear Transformations and Matrices

## Summary

Review AP Precalculus Topic 4.12, including what a matrix is, 2 x 2 transformation matrices, input and output vectors, linear transformation rules, L(v)=Av, the zero vector, and transforming multiple vectors at once.

## Guide

A [linear transformation](/ap-pre-calc/unit-4/matrices-as-functions/study-guide/5YRNj78FIP4lmMi9 "fv-autolink") from $$\mathbb{R}^2$$ to $$\mathbb{R}^2$$ is a function that sends each input vector to an output vector using a unique $2 \times 2$ matrix $$A$$, where $$L(v) = Av$$. To find an output vector, you multiply the [transformation matrix](/ap-pre-calc/key-terms/transformation-matrix "fv-autolink") by the input column vector, and you can transform many vectors at once by putting them in a $2 \times n$ matrix.

## Why This Matters for the AP Precalculus Exam

[Unit 4](/ap-pre-calc/unit-4 "fv-autolink") topics, including this one, are not assessed on the [AP Precalculus exam](/ap-pre-calc/ap-precalculus-exam "fv-autolink"). The exam covers material from Units 1, 2, and 3. Still, learning linear transformations is worth your time because it builds the reasoning skills that show up across AP Precalculus: working with multiple representations, choosing the right procedure, and explaining why your steps work. This topic also connects directly to matrix multiplication, inverses, and determinants, so practicing it strengthens your overall comfort with matrices and vectors. If your school includes Unit 4, you will also get practice using a graphing calculator to build matrices and compute products.

## Key Takeaways

- A linear transformation maps each component of the output vector as a sum of constant multiples of the input vector's components.
- Every linear transformation sends the zero vector to the zero vector.
- A single vector in $$\mathbb{R}^2$$ is a 2 x 1 column vector; a set of $$n$$ vectors is a 2 x n matrix.
- For any linear transformation $$L$$ from $$\mathbb{R}^2$$ to $$\mathbb{R}^2$$, there is exactly one 2 x 2 matrix $$A$$ with $$L(v) = Av$$, and any 2 x 2 matrix $$A$$ defines a linear transformation.
- Multiplying a 2 x 2 matrix by a 2 x n matrix of input vectors gives a 2 x n matrix of output vectors, so you can transform many vectors in one step.

## What a Linear Transformation Does

A **linear transformation** is a function that maps an input vector to an output vector so that each component of the output is the sum of constant multiples of the input vector's components. This is what makes the function "linear."

For an input vector $$v$$, you find the output by multiplying $$v$$ by the matrix $$A$$ that represents the [transformation](/ap-pre-calc/unit-1/function-model-construction-application/study-guide/n3ZaYWJqkvxnoJEt "fv-autolink"):

$$L(v) = Av$$

Because the output is built from constant multiples of the input components, transformations preserve vector addition and [scalar multiplication](/ap-pre-calc/key-terms/scalar-multiplication "fv-autolink"). In other words, for vectors $$u$$ and $$v$$ and a scalar $$c$$:

$$L(u + v) = L(u) + L(v) \quad \text{and} \quad L(cu) = cL(u)$$

The 2 x 2 matrix that represents the transformation is often called the **transformation matrix**.

## Expressing Zero, Single, and n-Vectors

The set of all two-dimensional vectors is written $$\mathbb{R}^2$$.

### The zero vector

One key property of every linear transformation is that it maps the zero vector to the zero vector. The zero vector has all components equal to [zero](/ap-pre-calc/unit-1/polynomial-functions-complex-zeros/study-guide/Ex6Y5wBlobCpxdVr "fv-autolink").

Because a linear transformation preserves scalar multiplication, you can see why this always works:

$$L(\mathbf{0}) = L(0 \cdot u) = 0 \cdot L(u) = \mathbf{0}$$

So no matter what transformation you have, the zero vector stays put.

### Single vectors and sets of vectors

A **single vector in $$\mathbb{R}^2$$** can be written as a 2 x 1 matrix, also called a *column vector*. It has two rows and one column and looks like $$[x; y]$$, where $$x$$ and $$y$$ are the [coordinates](/ap-pre-calc/unit-3 "fv-autolink") of the vector.

A **set of $$n$$ vectors in $$\mathbb{R}^2$$** can be written as a 2 x n matrix by placing the column vectors side by side. The result has two rows and $$n$$ columns and can be written as $$[v_1, v_2, \ldots, v_n]$$.

Writing a set of vectors as one matrix lets you use matrix multiplication to transform all of them in a single operation instead of one at a time.

## Working Out Linear Transformations

For a linear transformation $$L$$ from $$\mathbb{R}^2$$ to $$\mathbb{R}^2$$, there is a unique 2 x 2 matrix $$A$$ such that $$L(v) = Av$$ for every vector $$v$$ in $$\mathbb{R}^2$$. This matrix $$A$$ is the **transformation matrix**, and it holds all the information about how $$L$$ stretches, rotates, or reflects vectors. Different transformations have different matrices.

The connection works both ways. For any 2 x 2 matrix $$A$$, the function $$L(v) = Av$$ is a linear transformation from $$\mathbb{R}^2$$ to $$\mathbb{R}^2$$, because it preserves vector addition and scalar multiplication:

$$L(u + v) = A(u + v) = Au + Av = L(u) + L(v)$$
$$L(cu) = A(cu) = c(Au) = cL(u)$$

## Multiplying to Transform Many Vectors at Once

Multiplying a 2 x 2 transformation matrix $$A$$ by a 2 x n matrix of $$n$$ input vectors gives a 2 x n matrix of the $$n$$ output vectors for the transformation $$L(v) = Av$$. Each column of the result is the output vector that goes with the matching input column.

To compute the product, use the row-by-column rule: the entry in row $$i$$, column $$j$$ of the result is the [dot product](/ap-pre-calc/key-terms/dot-product "fv-autolink") of row $$i$$ of $$A$$ and column $$j$$ of the input matrix. The output matrix has the same number of columns as the input matrix, and each column is the transformed version of the corresponding input vector.

This is the efficient part of linear transformations: you set up all your input vectors as columns, multiply once, and read off every output vector from the result.

## How to Use This on the AP Precalculus Exam

Unit 4 is not tested on the AP Precalculus exam, so treat this section as guidance for class assessments and for building skills that carry into calculus.

### Problem Solving

- To transform a single vector, write it as a 2 x 1 column vector and compute $$Av$$ using the row-by-column rule.
- To transform several vectors at once, stack them as columns in a 2 x n matrix, then multiply $$A$$ by that matrix.
- Use the zero vector check: if your transformation does not send $$\langle 0, 0 \rangle$$ to $$\langle 0, 0 \rangle$$, something is off, because every linear transformation must fix the zero vector.
- Keep your matrix dimensions clear. A 2 x 2 matrix times a 2 x n matrix gives a 2 x n result, so the number of output vectors matches the number of input vectors.

### Common Trap

- Order matters in matrix multiplication. The transformation matrix goes on the left and the vector or vector matrix on the right: $$Av$$, not $$vA$$.
- Showing each dot product step keeps your work clear and easy to check, which is important for clean problem solving.

## Common Misconceptions

- "Any function on vectors is a linear transformation." Only functions where each output component is a sum of constant multiples of the input components qualify. If a function does not send the zero vector to the zero vector, it is not linear.
- "$$Av$$ and $$vA$$ give the same thing." Matrix multiplication is not [commutative](/ap-pre-calc/unit-2/composition-functions/study-guide/glFlt2HgsCSjvjSL "fv-autolink"). The transformation matrix must multiply the vector from the left.
- "Each transformation could match several different 2 x 2 matrices." For a transformation from $$\mathbb{R}^2$$ to $$\mathbb{R}^2$$, the 2 x 2 matrix is unique.
- "Transforming many vectors means repeating the work for each one." You can place all input vectors as columns in a 2 x n matrix and transform them with a single multiplication.
- "The output column matches the wrong input." In the result, column $$j$$ is always the transform of column $$j$$ of the input matrix, so keep your columns lined up.

## Related AP Precalculus Guides

- [4.9 Vector-Valued Functions](/ap-pre-calc/unit-4/vector-valued-functions/study-guide/whLsHN0aHpK1U3Ae)
- [4.11 The Inverse and Determinant of a Matrix](/ap-pre-calc/unit-4/inverse-determinant-matrix/study-guide/5R16yv2jjzGKkQ3H)
- [4.5 Implicitly Defined Functions](/ap-pre-calc/unit-4/implicitly-defined-functions/study-guide/Mte9qLDnbtGWht7g)
- [4.8 Vectors](/ap-pre-calc/unit-4/vectors/study-guide/E38atN4oigqKq7in)
- [4.13 Matrices as Functions](/ap-pre-calc/unit-4/matrices-as-functions/study-guide/5YRNj78FIP4lmMi9)
- [4.4 Parametrically Defined Circles and Lines](/ap-pre-calc/unit-4/parametrically-defined-circles-lines/study-guide/5PNaoSvqKLbAnKQQ)

## Vocabulary

- **input vector**: The vector that is mapped or transformed by a linear transformation.
- **linear transformation**: A function that maps vectors to vectors while preserving vector addition and scalar multiplication, represented by a matrix.
- **matrix multiplication**: The operation of multiplying a transformation matrix by a vector or matrix to produce output vectors.
- **output vector**: The resulting vector produced by applying a linear transformation to an input vector.
- **transformation matrix**: A 2 × 2 matrix A that represents a linear transformation, where L(v) = Av for vectors v in ℝ².
- **zero vector**: A vector with components ⟨0, 0⟩ that occurs when the tail and head are at the same point.
- **ℝ²**: The two-dimensional real vector space consisting of all ordered pairs of real numbers.

## FAQs

### What is a matrix in AP Precalculus?

A matrix is a rectangular array of numbers. In Topic 4.12, a 2 x 2 matrix represents a linear transformation from R^2 to R^2.

### What is a linear transformation?

A linear transformation maps an input vector to an output vector so each output component is a sum of constant multiples of the input components.

### How do you use a matrix to transform a vector?

Write the vector as a column vector and multiply it by the transformation matrix on the left, using L(v)=Av.

### What happens to the zero vector under a linear transformation?

Every linear transformation maps the zero vector to the zero vector. If a function does not do that, it is not linear.

### How can a matrix transform many vectors at once?

Place the input vectors as columns in a 2 x n matrix, then multiply the 2 x 2 transformation matrix by that input matrix.

### Is Unit 4 tested on the AP Precalculus exam?

No. Unit 4 is not assessed on the AP Precalculus exam, but it builds useful matrix, vector, and representation skills for class and later math.

## Structured Data

```json
{"@context":"https://schema.org","@type":"FAQPage","inLanguage":"en","mainEntity":[{"@type":"Question","@id":"https://fiveable.me/ap-pre-calc/unit-4/linear-transformations-matrices/study-guide/fcZC60nNumkMiS05#what-is-a-matrix-in-ap-precalculus","name":"What is a matrix in AP Precalculus?","acceptedAnswer":{"@type":"Answer","text":"A matrix is a rectangular array of numbers. In Topic 4.12, a 2 x 2 matrix represents a linear transformation from R^2 to R^2."}},{"@type":"Question","@id":"https://fiveable.me/ap-pre-calc/unit-4/linear-transformations-matrices/study-guide/fcZC60nNumkMiS05#what-is-a-linear-transformation","name":"What is a linear transformation?","acceptedAnswer":{"@type":"Answer","text":"A linear transformation maps an input vector to an output vector so each output component is a sum of constant multiples of the input components."}},{"@type":"Question","@id":"https://fiveable.me/ap-pre-calc/unit-4/linear-transformations-matrices/study-guide/fcZC60nNumkMiS05#how-do-you-use-a-matrix-to-transform-a-vector","name":"How do you use a matrix to transform a vector?","acceptedAnswer":{"@type":"Answer","text":"Write the vector as a column vector and multiply it by the transformation matrix on the left, using L(v)=Av."}},{"@type":"Question","@id":"https://fiveable.me/ap-pre-calc/unit-4/linear-transformations-matrices/study-guide/fcZC60nNumkMiS05#what-happens-to-the-zero-vector-under-a-linear-transformation","name":"What happens to the zero vector under a linear transformation?","acceptedAnswer":{"@type":"Answer","text":"Every linear transformation maps the zero vector to the zero vector. If a function does not do that, it is not linear."}},{"@type":"Question","@id":"https://fiveable.me/ap-pre-calc/unit-4/linear-transformations-matrices/study-guide/fcZC60nNumkMiS05#how-can-a-matrix-transform-many-vectors-at-once","name":"How can a matrix transform many vectors at once?","acceptedAnswer":{"@type":"Answer","text":"Place the input vectors as columns in a 2 x n matrix, then multiply the 2 x 2 transformation matrix by that input matrix."}},{"@type":"Question","@id":"https://fiveable.me/ap-pre-calc/unit-4/linear-transformations-matrices/study-guide/fcZC60nNumkMiS05#is-unit-4-tested-on-the-ap-precalculus-exam","name":"Is Unit 4 tested on the AP Precalculus exam?","acceptedAnswer":{"@type":"Answer","text":"No. Unit 4 is not assessed on the AP Precalculus exam, but it builds useful matrix, vector, and representation skills for class and later math."}}]}
```
