πŸ”„ Transformations

Grade 8 Β· Geometry Β· FractionRush

Transformations

A transformation moves or changes a shape. The original shape is the object; the result is the image.

The four types: Translation (slide), Reflection (flip), Rotation (turn), Enlargement (scale). The first three are isometric β€” they preserve shape and size.

πŸ“– Learn

Translation

A translation slides every point the same distance in the same direction. Described by a column vector.

Vector (a, b) moves right a, up b. Negative = left/down.
Image point: (x + a, y + b)

Properties preserved: shape, size, orientation. No rotation or reflection.

πŸ’‘ To describe a translation, give the column vector. Do NOT say "moved right 3, up 2" β€” say vector (3, 2).

Reflection

A reflection flips a shape in a mirror line. Each point is the same perpendicular distance from the mirror on the other side.

y-axis (x=0): (x, y) β†’ (βˆ’x, y)
x-axis (y=0): (x, y) β†’ (x, βˆ’y)
y = x: (x, y) β†’ (y, x)
y = βˆ’x: (x, y) β†’ (βˆ’y, βˆ’x)

Properties preserved: shape, size. Orientation is reversed (mirror image).

πŸ’‘ To describe a reflection, state the mirror line equation (e.g. "reflection in y = 2").

Rotation

A rotation turns a shape around a fixed point called the centre of rotation.

90Β° clockwise about origin: (x, y) β†’ (y, βˆ’x)
90Β° anticlockwise about origin: (x, y) β†’ (βˆ’y, x)
180Β° about origin: (x, y) β†’ (βˆ’x, βˆ’y)

To describe: state angle, direction (clockwise/anticlockwise), and centre of rotation.

πŸ’‘ A 270Β° clockwise = 90Β° anticlockwise. Always use the smaller angle (≀180Β°).

Enlargement

An enlargement scales a shape by a scale factor from a centre of enlargement.

Image point = centre + k Γ— (object point βˆ’ centre)
k > 1: larger Β· 0 < k < 1: smaller Β· k negative: on opposite side

To find scale factor: k = image length Γ· object length

Area scale factor = kΒ² (e.g. k=3 β†’ area Γ—9)

πŸ’‘ To describe: state "enlargement, scale factor k, centre (a, b)".

Combined Transformations

Transformations can be combined. The order matters! Apply the first transformation, then the second to the image.

TransformationIsometric?Describe using…
TranslationYesColumn vector
ReflectionYesMirror line equation
RotationYesAngle, direction, centre
EnlargementNo (unless k=Β±1)Scale factor, centre

✏️ Worked Examples

Example 1: Translation

Triangle with vertices A(1,2), B(3,2), C(2,4) is translated by vector (4, βˆ’3). Find the image.

Add vector to each vertex: A' = (1+4, 2βˆ’3) = (5, βˆ’1)
B' = (3+4, 2βˆ’3) = (7, βˆ’1)
C' = (2+4, 4βˆ’3) = (6, 1)
Image: A'(5,βˆ’1), B'(7,βˆ’1), C'(6,1)

Example 2: Reflection in y = x

Reflect point P(3, 7) in the line y = x.

Rule for y = x: (x, y) β†’ (y, x)
P(3, 7) β†’ P'(7, 3)

Example 3: Rotation 90Β° clockwise about the origin

Rotate A(2, 5) by 90Β° clockwise about the origin.

Rule: (x, y) β†’ (y, βˆ’x)
A(2, 5) β†’ A'(5, βˆ’2)

Example 4: Enlargement

Enlarge triangle with vertices P(1,1), Q(3,1), R(3,4) by scale factor 2, centre (0,0).

Multiply each coordinate by 2: P' = (2, 2)
Q' = (6, 2), R' = (6, 8)
Side PQ = 2 β†’ P'Q' = 4 (doubled). Area Γ— 4 (kΒ² = 4).

🎨 Visualizer

Transformation Explorer

Coordinate Image Finder

Enter a point and choose a transformation to find its image.

,

Ex 1 β€” Translations

Ex 2 β€” Reflections

Ex 3 β€” Rotations

Ex 4 β€” Enlargements

Ex 5 β€” Combined & Mixed

⭐ Practice β€” 20 Questions

πŸ”₯ Challenge β€” 8 Questions