DP Math AI · HL · Geometry and Trigonometry

AHL 3.9—Matrix transformations

Get started
Notes

Introduction to Matrix Transformations

A matrix transformation is a systematic way of mapping every point in a 2D plane to a new position using matrix multiplication (and optionally vector addition). This unified framework lets us describe rotations, reflections, stretches, enlargements, and translations with a single algebraic structure.

Matrix Transformation: A matrix transformation in 2D maps a position vector [xy​] to a new position according to:
[x′y′​]=[ac​bd​][xy​]+[ef​]
where the 2×2 matrix encodes the linear part of the transformation (rotation, reflection, scaling) and the vector [ef​] encodes translation.

The power of this approach is that any combination of these geometric operations can be expressed compactly in matrix form, and compositions of transformations reduce to matrix multiplication.

Note

When [ef​]=[00​], the transformation is purely linear , it always maps the origin to itself. A translation alone is not a linear transformation in the strict sense; it requires the added vector.

Reflections

A reflection maps every point to its mirror image across a specified line. The key reflection matrices to know are:

Line of reflectionTransformation matrix
x-axis[10​0−1​]
y-axis[−10​01​]
Line y=x[01​10​]
Line y=−x[0−1​−10​]
Example

Reflecting (3,2) about the y-axis:

[−10​01​][32​]=[(−1)(3)+(0)(2)(0)(3)+(1)(2)​]=[−32​]

The x-coordinate changes sign; the y-coordinate is unchanged , exactly what we expect geometrically.

Exam Tip

To verify a reflection matrix is correct, check that the basis vectors transform correctly. For reflection about y=x: [10​]→[01​] and [01​]→[10​] , these are the columns of [01​10​]. ✓

Free preview

9 more sections in this topic

← Previous topicAHL 3.8—Unit circle, Pythag identity, solving trig equations graphicallyNext topic →AHL 3.10—Vector definitions
Koncepts

Learn it properly. Then practise like it's the real paper.

Start free

Features

  • Lessons
  • Past papers
  • Library
  • Homework Help
  • Duels

More

  • For parents
  • Compare
  • Plans & pricing
  • DP for students

Legal

  • Privacy
  • Terms
  • Account deletion

© 2026 Koncepts (product of PrepAiro, Inc). All rights reserved.
DP, IB, EE and TOK are terms of the International Baccalaureate Organization.

Made for IB DP students.