Transformations • Topic 1 of 3

Translation, Reflection, and Rotation

What is a transformation? In geometry, a transformation is a way of moving or changing a geometric shape. The original shape is called the object, and the new shape after the movement is called the image.

Translation: A translation means sliding a shape across a flat surface without turning it, flipping it, or changing its size. Every point of the shape moves by the exact same distance and in the exact same direction. Think of pushing a chess piece forward on a chessboard, or sliding a video game character across the screen. We can describe a translation using a column vector:

\[ \begin{pmatrix} x \\ y \end{pmatrix} \]

Where \(x\) tells us how many steps to move horizontally (right is positive, left is negative) and \(y\) tells us how many steps to move vertically (up is positive, down is negative).

Reflection: A reflection is a flip over a straight line called the line of reflection (or mirror line). The image looks like a mirror reflection of the object. Think of looking at a mountain reflected in a perfectly still lake. Every single point on the image is at the exact same distance from the mirror line as its corresponding point on the original object, but on the completely opposite side.

Rotation: A rotation means turning a shape around a fixed point called the center of rotation. To perfectly describe a rotation, you need three specific details:

  • The center of rotation (the point you pin down with your finger while turning).
  • The angle of rotation (how far you turn, such as \(90^\circ\) or \(180^\circ\)).
  • The direction of rotation (clockwise or counter-clockwise).

Think of the moving hands on an analog clock or turning a steering wheel.

Transformation TypeCommon Action WordWhat Changes?What Stays the Same?
TranslationSlidePosition onlySize, Shape, Orientation
ReflectionFlipPosition and OrientationSize, Shape
RotationTurnPosition and OrientationSize, Shape
TYPES OF TRANSFORMATIONS slide TRANSLATION Same size, same orientation mirror line REFLECTION Flipped over the mirror line centre ROTATION Turned around a centre point
1
Worked Example
A point \(A(3, 5)\) is translated using the vector \(\begin{pmatrix} 4 \\ -2 \end{pmatrix}\). Find the coordinates of its image \(A'\).
Solution*Step 1: Identify the starting coordinates of the object point: \(x = 3, y = 5\). *Step 2: Read the translation values from the column vector. The top number (\(4\)) means add \(4\) to the \(x\)-coordinate. The bottom number (\(-2\)) means subtract \(2\) from the \(y\)-coordinate. *Step 3: Calculate the new \(x\)-coordinate:* \(x' = 3 + 4 = 7\) *Step 4: Calculate the new \(y\)-coordinate:* \(y' = 5 + (-2) = 3\) *Step 5: Write down the final combined coordinate point.

Key Points

  • A translation moves a shape cleanly along a straight track without tilting it.
  • A reflection creates a mirror image across a line; matching points on both sides are equidistant from that line.
  • A rotation turns a shape around a fixed pivot point by a specific angle and direction.
  • Translations, reflections, and rotations are called congruence transformations because the image always maintains the exact same size and shape as the original object.
  • ---
Tap an option to check your answer0 / 4
Q1.A transformation that slides a figure is a:
Explanation: Translation slides.
Q2.A transformation that produces a mirror image is a:
Explanation: Reflection flips.
Q3.A transformation that turns a figure about a point is a:
Explanation: Rotation turns.
Q4.After a translation, reflection or rotation, the image is:
Explanation: Same size and shape.