---
title: "Rotation Matrix — AP Precalculus Definition & Exam Guide"
description: "The rotation matrix [[cos θ, -sin θ], [sin θ, cos θ]] rotates vectors θ counterclockwise about the origin. A core Topic 4.13 idea tied to matrix products."
canonical: "https://fiveable.me/ap-pre-calc/key-terms/rotation-matrix"
type: "key-term"
subject: "AP Pre-Calculus"
unit: "Unit 4"
---

# Rotation Matrix — AP Precalculus Definition & Exam Guide

## Definition

In AP Precalculus (Topic 4.13), the rotation matrix is the 2 × 2 matrix [[cos θ, -sin θ], [sin θ, cos θ]] associated with the linear transformation that rotates every vector counterclockwise by angle θ about the origin, leaving all lengths unchanged.

## What It Is

A rotation matrix is the [matrix](/ap-pre-calc/unit-4/matrices/study-guide/V3FaFXSlBTaJW9k0 "fv-autolink") that turns "rotate everything by θ" into something you can compute. Per the CED (4.13.A.3), the matrix [[cos θ, -sin θ], [sin θ, cos θ]] is associated with the [linear transformation](/ap-pre-calc/unit-4/matrices-as-functions/study-guide/5YRNj78FIP4lmMi9 "fv-autolink") that rotates every vector an angle θ counterclockwise about the origin. Multiply this matrix by a vector ⟨x, y⟩ and the output is that same vector, swung counterclockwise by θ, same length, new direction.

Where do those entries come from? Track the [unit vectors](/ap-pre-calc/key-terms/unit-vector "fv-autolink") (that's exactly the strategy in 4.13.A.2). The vector ⟨1, 0⟩ rotated by θ lands at ⟨cos θ, sin θ⟩, which becomes the first column. The vector ⟨0, 1⟩ lands at ⟨-sin θ, cos θ⟩, the second column. Once you see that the columns are just "where the unit vectors go," you never have to memorize the matrix blindly again. One more built-in fact worth knowing. The determinant of a rotation matrix is cos²θ + sin²θ = 1, so by 4.13.A.4 a rotation produces no dilation at all. It spins regions without stretching or shrinking them.

## Why It Matters

The rotation matrix lives in **Topic 4.13 (Matrices as Functions)** in [Unit 4](/ap-pre-calc/unit-4 "fv-autolink"), and it's the CED's signature example of learning objective **4.13.A**, determining the association between a linear transformation and a matrix. It's also the cleanest way the exam tests **4.13.B** and **4.13.C**, because rotations compose and invert beautifully. Multiplying R(α) by R(β) gives R(α + β), rotating by α then β is the same as rotating by α + β in one shot. And the inverse of rotating by θ is just rotating by -θ. If you understand the rotation matrix, you understand what "a matrix is a [function](/ap-pre-calc/unit-1/change-tandem/study-guide/eQFiTo22fpkDFsnj "fv-autolink")" actually means, which is the whole point of Topic 4.13.

## Connections

### Matrix product and composition of transformations (Unit 4)

Per 4.13.B.2, composing two linear transformations means multiplying their matrices. Rotation matrices are the perfect demo because R(α)R(β) = R(α + β). Two quarter-turns multiply out to one half-turn, which is exactly what a practice question about rotating by π/2 twice is checking.

### Unit vector mapping (Unit 4)

EK 4.13.A.2 says the images of the unit vectors determine the matrix. The rotation matrix is built this way. Rotate ⟨1, 0⟩ and ⟨0, 1⟩ by θ, write down where they land, and those landing spots are the columns. This trick works for any [transformation matrix](/ap-pre-calc/key-terms/transformation-matrix "fv-autolink"), not just rotations.

### Dilation and the determinant (Unit 4)

EK 4.13.A.4 says the absolute value of the determinant measures how a transformation scales area. A rotation matrix has determinant cos²θ + sin²θ = 1, so it's the textbook example of a transformation with zero [dilation](/ap-pre-calc/key-terms/dilation "fv-autolink"). It moves things without resizing them.

### Trigonometric sum identities (Unit 3)

Multiply R(α) by R(β) entry by entry and the top-left entry is cos α cos β - sin α sin β, which is exactly cos(α + β). The rotation matrix is the angle-sum identities from [Unit 3](/ap-pre-calc/unit-3 "fv-autolink") wearing a matrix costume, and recognizing that saves you from grinding out the multiplication.

## On the AP Exam

This shows up in multiple-choice questions in a few predictable flavors. One type hands you a matrix with sine and cosine entries and asks what it does to a vector, where the answer is "rotates it by θ about the origin." Another gives you an angle like 2π/3 and asks you to pick the matching matrix, so you need to evaluate cos and sin at that angle and watch which entry carries the negative sign. The composition type asks what rotating twice by π/2 is equivalent to (a single rotation by π, which is also the matrix product R(π/2)·R(π/2)) or what R(α) × R(β) equals in general (R(α + β)). You should be able to build the matrix from unit vector images, evaluate it at standard angles, multiply two rotation matrices, and state that its inverse is rotation by -θ.

## rotation matrix vs Clockwise rotation matrix (the transpose)

Flip the sign placement and you flip the direction. The CED's counterclockwise rotation matrix is [[cos θ, -sin θ], [sin θ, cos θ]], with the negative on the top-right sin. The matrix [[cos θ, sin θ], [-sin θ, cos θ]] rotates clockwise by θ instead (equivalently, it's R(-θ), the inverse). Multiple-choice distractors love swapping these, so check where the minus sign sits before you answer. Quick test if you blank: see where the matrix sends ⟨1, 0⟩ for a small positive θ. Counterclockwise sends it slightly upward, to a point with positive y.

## Key Takeaways

- The matrix [[cos θ, -sin θ], [sin θ, cos θ]] rotates every vector counterclockwise by angle θ about the origin (EK 4.13.A.3).
- Its columns are just the images of the unit vectors ⟨1, 0⟩ and ⟨0, 1⟩ after rotation, so you can rebuild the matrix anytime instead of memorizing it.
- Multiplying two rotation matrices adds the angles, so R(α)R(β) = R(α + β), which is composition of transformations in action (4.13.B).
- The inverse of a rotation by θ is a rotation by -θ, since composing them maps every vector back to itself (4.13.C).
- The determinant of any rotation matrix equals 1, so rotations never dilate, they preserve all lengths and areas (4.13.A.4).
- Watch the sign placement, because moving the negative to the bottom-left sin entry turns the matrix into a clockwise rotation.

## FAQs

### What is the rotation matrix in AP Precalculus?

It's the 2 × 2 matrix [[cos θ, -sin θ], [sin θ, cos θ]] from Topic 4.13 that rotates every vector counterclockwise by angle θ about the origin. Multiply it by a vector ⟨x, y⟩ and you get the rotated vector.

### Does a rotation matrix change the length of a vector?

No. A rotation matrix only changes direction, never length. Its determinant is cos²θ + sin²θ = 1, which by EK 4.13.A.4 means zero dilation of regions in the plane.

### How is a rotation matrix different from a dilation matrix?

A rotation matrix spins vectors without resizing them (determinant 1), while a dilation scales lengths and areas. A matrix like [[k, 0], [0, k]] dilates by factor k, and the absolute value of the determinant tells you the area-scaling factor either way.

### What happens when you multiply two rotation matrices?

The angles add, so R(α) × R(β) = R(α + β). For example, applying a π/2 rotation twice is the same as one rotation by π. This is EK 4.13.B.2 in action, and the entries reproduce the angle-sum identities from Unit 3.

### How do I find the inverse of a rotation matrix?

Rotate the other way. The inverse of R(θ) is R(-θ), which is [[cos θ, sin θ], [-sin θ, cos θ]] since cos(-θ) = cos θ and sin(-θ) = -sin θ. Composing the two maps every vector back to itself, which is the definition of inverse transformations in EK 4.13.C.1.

## Related Study Guides

- [4.13 Matrices as Functions](/ap-pre-calc/unit-4/matrices-as-functions/study-guide/5YRNj78FIP4lmMi9)

## Structured Data

```json
{"@context":"https://schema.org","@graph":[{"@type":"LearningResource","@id":"https://fiveable.me/ap-pre-calc/key-terms/rotation-matrix#resource","name":"Rotation Matrix — AP Precalculus Definition & Exam Guide","url":"https://fiveable.me/ap-pre-calc/key-terms/rotation-matrix","learningResourceType":"Concept explainer","educationalLevel":"AP® / High School","about":{"@id":"https://fiveable.me/ap-pre-calc/key-terms/rotation-matrix#term"},"audience":{"@type":"EducationalAudience","educationalRole":"student"},"dateModified":"2026-06-11T05:27:27.592Z","isPartOf":{"@type":"Collection","name":"AP Pre-Calculus Key Terms","url":"https://fiveable.me/ap-pre-calc/key-terms"},"publisher":{"@type":"Organization","name":"Fiveable","url":"https://fiveable.me"}},{"@type":"DefinedTerm","@id":"https://fiveable.me/ap-pre-calc/key-terms/rotation-matrix#term","name":"rotation matrix","description":"In AP Precalculus (Topic 4.13), the rotation matrix is the 2 × 2 matrix [[cos θ, -sin θ], [sin θ, cos θ]] associated with the linear transformation that rotates every vector counterclockwise by angle θ about the origin, leaving all lengths unchanged.","url":"https://fiveable.me/ap-pre-calc/key-terms/rotation-matrix","inDefinedTermSet":{"@type":"DefinedTermSet","name":"AP Pre-Calculus Key Terms","url":"https://fiveable.me/ap-pre-calc/key-terms"}},{"@type":"FAQPage","mainEntity":[{"@type":"Question","name":"What is the rotation matrix in AP Precalculus?","acceptedAnswer":{"@type":"Answer","text":"It's the 2 × 2 matrix [[cos θ, -sin θ], [sin θ, cos θ]] from Topic 4.13 that rotates every vector counterclockwise by angle θ about the origin. Multiply it by a vector ⟨x, y⟩ and you get the rotated vector."}},{"@type":"Question","name":"Does a rotation matrix change the length of a vector?","acceptedAnswer":{"@type":"Answer","text":"No. A rotation matrix only changes direction, never length. Its determinant is cos²θ + sin²θ = 1, which by EK 4.13.A.4 means zero dilation of regions in the plane."}},{"@type":"Question","name":"How is a rotation matrix different from a dilation matrix?","acceptedAnswer":{"@type":"Answer","text":"A rotation matrix spins vectors without resizing them (determinant 1), while a dilation scales lengths and areas. A matrix like [[k, 0], [0, k]] dilates by factor k, and the absolute value of the determinant tells you the area-scaling factor either way."}},{"@type":"Question","name":"What happens when you multiply two rotation matrices?","acceptedAnswer":{"@type":"Answer","text":"The angles add, so R(α) × R(β) = R(α + β). For example, applying a π/2 rotation twice is the same as one rotation by π. This is EK 4.13.B.2 in action, and the entries reproduce the angle-sum identities from Unit 3."}},{"@type":"Question","name":"How do I find the inverse of a rotation matrix?","acceptedAnswer":{"@type":"Answer","text":"Rotate the other way. The inverse of R(θ) is R(-θ), which is [[cos θ, sin θ], [-sin θ, cos θ]] since cos(-θ) = cos θ and sin(-θ) = -sin θ. Composing the two maps every vector back to itself, which is the definition of inverse transformations in EK 4.13.C.1."}}]},{"@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"AP Pre-Calculus","item":"https://fiveable.me/ap-pre-calc"},{"@type":"ListItem","position":2,"name":"Key Terms","item":"https://fiveable.me/ap-pre-calc/key-terms"},{"@type":"ListItem","position":3,"name":"Unit 4","item":"https://fiveable.me/ap-pre-calc/unit-4"},{"@type":"ListItem","position":4,"name":"rotation matrix"}]}]}
```
