y

Transformations: Translation, Reflection, Rotation

Geometry Module 2: Geometric Transformations

Essential Understanding: Geometric transformations are operations that move or change a shape while preserving its essential properties. Master the three fundamental transformations to solve CSEC exam problems with confidence.

🔑 Key Skill: Coordinate Mapping Rules
📈 Exam Focus: Describing Transformations
🎯 Problem Solving: Interactive Construction

Core Concepts

↗️
The Slide

Translation

A translation moves a shape without rotating or flipping it. Every point moves the same distance in the same direction.

Column Vector Notation:

\[ \begin{pmatrix} x \\ y \end{pmatrix} \rightarrow \begin{pmatrix} x+a \\ y+b \end{pmatrix} \]

where a = horizontal shift, b = vertical shift

🪞
The Flip

Reflection

A reflection creates a mirror image across a line called the axis of reflection or mirror line. The shape appears "flipped."

mirror line
🔄
The Turn

Rotation

A rotation turns a shape around a fixed point called the center of rotation. The shape stays the same size but changes orientation.

Rotation Angle:

90°

Positive angles are anticlockwise

2. Interactive Transformation Lab

Drag the Blue Triangle (Object) to see the Red Triangle (Image) transform!

Interactive Rule Matrix

Your quick reference cheat sheet for coordinate transformations. These rules apply to any point (x, y):

Transformation Input Point Mapping Rule Output Point
↗️ Translation (x, y) Add vector \[ \begin{pmatrix} a \\ b \end{pmatrix} \] (x+a, y+b)
🪞 Reflection (x-axis) (x, y) Flip y-coordinate (x, -y)
🪞 Reflection (y-axis) (x, y) Flip x-coordinate (-x, y)
🔄 Rotation 90° ACW (x, y) Cycle coordinates, negate new x (-y, x)
🔄 Rotation 180° (x, y) Negate both coordinates (-x, -y)
🔄 Rotation 90° CW (x, y) Cycle coordinates, negate new y (y, -x)

💡 Memory Tip

Reflection: Think of it as "flipping" the sign of the coordinate perpendicular to the mirror line.

Rotation 90°: Remember the pattern as a cycle: (x, y) → (-y, x) for anticlockwise, or (x, y) → (y, -x) for clockwise.

Step-by-Step Construction Guides

How to Translate: Vector Addition Method

1
Identify the translation vector from the problem, written in column form: \[ \begin{pmatrix} a \\ b \end{pmatrix} \]
2
Add to each coordinate: For each vertex (A, B, C), add a to x and b to y.
3
Calculate new positions: If A is at (x₁, y₁), then A' is at (x₁ + a, y₁ + b)
4
Plot and connect: Plot the new points (A', B', C') and connect them in the same order.

Example: Translate by vector \[ \begin{pmatrix} 3 \\ -2 \end{pmatrix} \]

Triangle ABC with A(1, 2), B(4, 2), C(2, 5)

A'(1+3, 2+(-2)) = A'(4, 0)

B'(4+3, 2+(-2)) = B'(7, 0)

C'(2+3, 5+(-2)) = C'(5, 3)

How to Reflect: Distance to Mirror Line

1
Draw the mirror line clearly on your grid (e.g., x = 2, y = -1, or y = x)
2
Drop perpendicular lines from each vertex to the mirror line (use set squares if possible).
3
Measure the distance from each point to the mirror line on one side.
4
Mark equal distance on the opposite side of the mirror line to locate the image point.
5
Connect the image points in the same order as the original shape.

How to Rotate: Center Point Method

1
Identify the center of rotation (usually the origin (0,0) unless specified otherwise).
2
Draw radius lines from the center to each vertex of the original shape.
3
Measure the angle from each radius line. Remember: anticlockwise is positive!
4
Draw new radius lines at the new angles, keeping them the same length as the originals.
5
Connect the endpoints — these are your image vertices!
🔧

Tracing Paper Method

For rotations, you can also use tracing paper:

  1. Trace the shape AND the center point on tracing paper
  2. Place a pin at the center point
  3. Rotate the paper exactly the required angle
  4. The new position shows your image!

CSEC Common Pitfalls

⚠️ Exam Trap Alert — Don't Fall for These!

Direction Matters!

Always specify anticlockwise or clockwise when describing rotations. Positive angles are anticlockwise by default.

✗ "Rotate 90° about origin"
✓ "Rotate 90° anticlockwise about origin"

Mirror Lines: x vs y

x = k is vertical, y = k is horizontal. They're completely different!

x = 3: vertical line through x = 3
y = 3: horizontal line through y = 3

Prime Notation

Always use the prime symbol (') to denote image points.

✗ Image: A2, B2, C2
✓ Image: A', B', C'

Rotation Center

Never assume the center of rotation! It might be a vertex, midpoint, or other point — not necessarily the origin!

Check: "Rotate 180° about point P(2,3)"

CSEC Practice Arena

Quick Quiz

1
What is the image of point P(3, -4) after a reflection across the x-axis?
(-3, -4)
(3, 4)
(-3, 4)
(4, -3)
Explanation: Reflection across the x-axis keeps x the same and negates y. So (3, -4) → (3, 4).
2
Which transformation moves a shape by adding a column vector to each coordinate?
Reflection
Translation
Rotation
Dilation
Explanation: Translation is the only transformation that adds a vector to move all points by the same amount.
3
A point is rotated 90° clockwise about the origin. If the image is (-2, 3), what was the original point?
(-3, -2)
(3, -2)
(-2, -3)
(3, 2)
Explanation: For 90° CW rotation: (x, y) → (y, -x). Working backwards: if (-2, 3) is the image, the original was (3, 2).
Scroll to Top