ChalkBee
Teaching unit Β· Grade 8 (ages 13 to 14)

Transformations, congruence, similarity and angle relationships

Reflections, rotations, translations and dilations on the coordinate plane, what makes shapes congruent or similar, and angle facts from parallel lines

About five lessons of 45 to 60 minutes

Start here Β· hook

How do you prove two shapes are truly identical, not just 'they look the same'?

Two triangles can look roughly alike without actually being the same size and shape. The rigorous test is movement: if you can slide, flip or spin one shape exactly onto the other without stretching it, the two are congruent, truly identical. Add one more move, resizing (a dilation), and you get similarity: same shape, possibly different size.

These same rigid motions, translation, reflection, rotation, also explain WHY certain angle facts are always true wherever two parallel lines are crossed by a third line: sliding one parallel line onto the other (a translation) carries every angle at the crossing exactly onto its match at the other crossing.

Learning objective

What students will be able to do

Students will verify that rotations, reflections and translations preserve side lengths and angle measures, determine congruence and similarity using sequences of transformations, describe the effect of transformations on coordinates, and use angle relationships formed by parallel lines and a transversal to reason about figures.

Success criteria
  • I can perform a reflection, rotation, or translation on coordinates and confirm side lengths stay the same.
  • I can explain why two figures are congruent when a sequence of rigid motions maps one onto the other.
  • I can describe the coordinate rule for a reflection, rotation, translation, or dilation.
  • I can explain why two figures are similar when a sequence of rigid motions plus a dilation maps one onto the other.
  • I can find missing angles using facts about parallel lines cut by a transversal, and the angle sum of a triangle.
Curriculum anchor

Standards this unit teaches

  • 8.G.A.1Common Core (US)
    Properties of transformations

    Verify that rotations, reflections, and translations keep lengths and angle measures unchanged.

  • 8.G.A.2Common Core (US)
    Congruence through transformations

    Understand that two figures are congruent when a sequence of rigid motions maps one onto the other.

  • 8.G.A.3Common Core (US)
    Transformations with coordinates

    Describe the effect of dilations, translations, rotations, and reflections on figures using coordinates.

  • 8.G.A.4Common Core (US)
    Similarity through transformations

    Understand similarity as a sequence of rigid motions together with a dilation that maps one figure to another.

  • 8.G.A.5Common Core (US)
    Angle relationships

    Use facts about angles, including those formed by parallel lines and a transversal, to reason about figures.

Before you start

Prior knowledge

Key vocabulary

Words to teach and display

Rigid motion (transformation)
a reflection, rotation, or translation; a move that never changes a figure's size or angles
Reflection
flipping a figure across a line, so it faces the opposite direction
Rotation
turning a figure a certain angle about a fixed point
Translation
sliding a figure the same distance in the same direction, without turning or flipping it
Dilation
resizing a figure from a fixed point by a scale factor, keeping its shape but changing its size
Congruent
identical in size and shape; one figure maps exactly onto the other using only rigid motions
Similar
the same shape but possibly a different size; one figure maps onto the other using rigid motions plus a dilation
Transversal
a line that crosses two or more other lines, creating angle pairs at each crossing
Teaching sequence

Teach it: concrete, pictorial, abstract

The lesson moves from things students can hold, to pictures and diagrams, to the written maths. The diagrams below are drawn from data, so they are accurate and print cleanly. Teach straight from them.

1. What rigid motions preserve

Concrete

Reflections, rotations and translations are called RIGID motions because they never stretch, shrink, or distort a figure: every side length and every angle measure stays exactly the same, only the figure's position or orientation changes.

Reflect triangle A(1,1), B(3,1), C(2,3) across the y-axis: each point's x-coordinate flips sign, giving A'(-1,1), B'(-3,1), C'(-2,3). Side AB has length 2 (from x=1 to x=3, same y). Side A'B' also has length 2 (from x=-1 to x=-3, same y), confirming the length is unchanged.

ABCA'B'C'
Reflecting triangle ABC across the y-axis gives A'B'C'. Every side length and angle in the image matches the original exactly.
Worked example

Triangle ABC has A(1,1), B(3,1), C(2,3). Reflect it across the y-axis and confirm side AB has the same length before and after.

  1. Reflecting across the y-axis negates the x-coordinate: A(1,1) -> A'(-1,1), B(3,1) -> B'(-3,1).
  2. Length AB (before): both points share y = 1, so the length is the difference in x: |3 - 1| = 2.
  3. Length A'B' (after): both points share y = 1, so the length is |-3 - (-1)| = |-2| = 2.

Answer: AB = 2 before and after the reflection; length is preserved.

Check for understanding, ask
  • Which coordinate changes sign when reflecting across the y-axis, and which stays the same?
  • Why must a rigid motion preserve angle measures, not just side lengths?

2. Congruence: a sequence of rigid motions

Pictorial

Two figures are congruent exactly when SOME sequence of rigid motions (reflections, rotations, translations, one after another if needed) maps one exactly onto the other. This is the precise, provable meaning of 'the same shape and size'.

Rotate the same triangle A(1,1), B(3,1), C(2,3) by 90 degrees counterclockwise about the origin: the rule (x,y) -> (-y,x) gives A'(-1,1), B'(-1,3). Side A'B' has length |3 - 1| = 2, matching the original AB = 2 exactly, since a rotation is also a rigid motion.

ABCA'B'C'
Rotating triangle ABC 90 degrees about the origin gives a congruent triangle A'B'C': same side lengths, same angles, just turned.
Check for understanding, ask
  • If two figures are congruent, must there be only ONE sequence of rigid motions that maps one to the other?
  • Could a figure be congruent to itself under some rotation? Give an example (think of a square).

3. Describing transformations with coordinate rules

Abstract

Every transformation has a simple coordinate rule: reflection across the y-axis is (x,y) -> (-x,y); rotation 90 degrees counterclockwise about the origin is (x,y) -> (-y,x); translation by (dx,dy) is (x,y) -> (x+dx, y+dy); and dilation by scale factor k from the origin is (x,y) -> (kx, ky).

Translating the point (2,5) by dx=3, dy=-2 gives (2+3, 5-2) = (5,3). Dilating the point (2,3) by scale factor 2 from the origin gives (2x2, 3x2) = (4,6): twice as far from the origin in both directions, but along exactly the same line from the origin (so the shape's angles do not change).

ABCA'B'C'
A translation slides every point of a figure the same distance in the same direction, here 3 right and 2 up.
Worked example

Translate the point (2,5) by dx=3, dy=-2. Then dilate the point (2,3) by scale factor 2 from the origin.

  1. Translation rule: (x,y) -> (x+dx, y+dy). Substitute: (2+3, 5+(-2)) = (5,3).
  2. Dilation rule: (x,y) -> (kx, ky) with k=2. Substitute: (2x2, 3x2) = (4,6).

Answer: The translated point is (5,3). The dilated point is (4,6).

Check for understanding, ask
  • Which coordinate rule leaves BOTH coordinates unchanged in sign, only shifting their values?
  • Why does a dilation by scale factor 2 double the DISTANCE from the origin, not just one coordinate?

4. Similarity: rigid motions plus a dilation

Abstract

Two figures are similar exactly when a sequence of rigid motions AND a dilation maps one onto the other: same shape (same angles), but the dilation is allowed to change the size, unlike congruence.

A right triangle with legs 3 and 4 (hypotenuse 5, since 3^2+4^2=25=5^2) dilated by scale factor 2 gives legs 6 and 8. Check similarity by comparing ratios: 6/3 = 2, 8/4 = 2, and the new hypotenuse is sqrt(6^2+8^2) = sqrt(100) = 10, and 10/5 = 2 as well. Every side scaled by exactly the same factor, so the two triangles are similar (and share identical angles).

Worked example

A triangle has legs 3 and 4 (hypotenuse 5). Dilate it by scale factor 2 and confirm the image is similar to the original.

  1. Dilate each leg by scale factor 2: 3 x 2 = 6, and 4 x 2 = 8.
  2. Find the new hypotenuse using the Pythagorean theorem: sqrt(6^2 + 8^2) = sqrt(36 + 64) = sqrt(100) = 10.
  3. Compare all three side ratios to the original: 6/3 = 2, 8/4 = 2, 10/5 = 2.
  4. Every ratio equals the same scale factor, 2, confirming the triangles are similar.

Answer: The dilated triangle has legs 6 and 8 and hypotenuse 10; every side ratio is 2, so it is similar to the original.

Check for understanding, ask
  • What is the one property congruent figures have that similar figures do not need?
  • If a dilation's scale factor is exactly 1, what happens to the figure?

5. Angle relationships from parallel lines and a transversal

Abstract

When a transversal crosses two parallel lines, matching angle pairs are created: corresponding angles are equal, alternate interior angles are equal, and co-interior (same-side interior) angles are supplementary (add to 180 degrees). These facts, together with the angle sum of a triangle (always 180 degrees), let you find any missing angle.

If one angle at a crossing measures 65 degrees, its alternate interior angle at the OTHER crossing also measures 65 degrees (equal), while the co-interior angle on the same side measures 180 - 65 = 115 degrees (supplementary, not equal). For a triangle with two known angles, 50 and 70 degrees, the third is 180 - 50 - 70 = 60 degrees.

Worked example

A transversal crosses two parallel lines, creating one angle of 65 degrees. Find its alternate interior angle and its co-interior (same-side interior) angle. Then find the third angle of a triangle with two known angles, 50 and 70 degrees.

  1. Alternate interior angles are always EQUAL, so the alternate interior angle is also 65 degrees.
  2. Co-interior (same-side interior) angles are always SUPPLEMENTARY (sum to 180 degrees), so that angle is 180 - 65 = 115 degrees.
  3. A triangle's three angles always sum to 180 degrees, so the third angle is 180 - 50 - 70 = 60 degrees.

Answer: Alternate interior angle = 65 degrees. Co-interior angle = 115 degrees. Third triangle angle = 60 degrees.

Check for understanding, ask
  • Why are alternate interior angles equal but co-interior angles supplementary, not equal?
  • If a triangle's two angles are both given as 90 degrees, what does that tell you about the third angle, and is that triangle possible?
Watch for

Common misconceptions and how to address them

MisconceptionReflecting across the y-axis flips the y-coordinate, not the x-coordinate.

Why it happens: Students associate 'the y-axis' with 'the y-coordinate changes', rather than realising a reflection across a vertical line flips the HORIZONTAL position.

How to address it: Reflecting across the y-axis moves a point left-right, so its x-coordinate flips sign: (x,y) -> (-x,y). Reflecting across the x-axis is the one that flips the y-coordinate instead: (x,y) -> (x,-y). Test both rules on a single point and check which axis the point actually crossed.

MisconceptionRotating a shape changes its size, since it looks different afterward.

Why it happens: A rotated figure looks unfamiliar (turned at an angle), leading students to assume something about it must have changed besides orientation.

How to address it: Measure a side length before and after a rotation, as in section 1: it is unchanged. Only the ORIENTATION changes in a rotation, never the size or the angles.

Misconception'Congruent' and 'similar' mean the same thing.

Why it happens: Both describe 'the same shape', so the distinction between 'and also the same size' (congruent) versus 'possibly a different size' (similar) gets lost.

How to address it: Every congruent pair is automatically similar (a scale factor of exactly 1), but not every similar pair is congruent. Always check side ratios: if every ratio equals 1, the figures are congruent; if the ratios are equal to each other but not to 1, they are similar but not congruent.

MisconceptionA dilation changes a figure's angle measures, since the figure gets bigger or smaller.

Why it happens: Students assume resizing must affect every property of a shape, including its angles.

How to address it: A dilation scales every LENGTH by the same factor but never changes any ANGLE; that is exactly why the dilated shape looks identical, just bigger or smaller. Compare the angle at any vertex before and after dilating in section 4 to confirm it is unchanged.

MisconceptionEvery angle pair formed by a transversal crossing two parallel lines is equal.

Why it happens: Students learn 'parallel lines create equal angles' as a blanket rule and apply it to co-interior angles too, which are actually supplementary.

How to address it: Only SOME angle pairs are equal (corresponding, alternate interior, alternate exterior, and vertical angles); co-interior (same-side interior) angles are supplementary instead, adding to 180 degrees. Sketch the pair being asked about and name it precisely before deciding equal or supplementary.

Do it together

Guided practice (with answers)

  1. 1. Reflect the point (4,2) across the y-axis.

    Answer: (-4,2), because a reflection across the y-axis negates the x-coordinate: (x,y) -> (-x,y).

  2. 2. Rotate the point (3,1) by 90 degrees counterclockwise about the origin, using the rule (x,y) -> (-y,x).

    Answer: (-1,3), because -y = -1 and x = 3.

  3. 3. Translate the point (-2,4) by dx=5, dy=-3.

    Answer: (3,1), because -2+5=3 and 4+(-3)=1.

  4. 4. A triangle with legs 5 and 12 (hypotenuse 13) is dilated by scale factor 3. Find the new side lengths.

    Answer: Legs 15 and 36, hypotenuse 39, because every side is multiplied by the scale factor: 5x3=15, 12x3=36, 13x3=39.

  5. 5. A transversal crosses two parallel lines, creating a 40-degree angle. Find its co-interior (same-side interior) angle.

    Answer: 140 degrees, because co-interior angles are supplementary: 180 - 40 = 140.

On their own

Independent practice worksheets

Reach every student

Differentiation

Support
  • Practise each transformation's coordinate rule on ONE point at a time before applying it to a whole triangle's three vertices.
  • Keep a reference card of the four coordinate rules (reflect, rotate, translate, dilate) with a worked example beside each.
  • For congruence vs similarity, always compute and write out every side ratio in a table, rather than comparing shapes by eye.
  • Provide a labelled diagram of a transversal crossing two parallel lines, with the eight angles numbered, before naming any relationship.
Extension
  • Combine two transformations in sequence (reflect, then translate) and find the single coordinate rule for the combined move.
  • Explore rotations by angles other than 90 degrees, such as 180 degrees, and derive their coordinate rule.
  • Prove informally, using the properties from section 1, why the sum of a triangle's angles must be 180 degrees (using a transversal parallel to one side through the opposite vertex).
  • Investigate dilations with a scale factor between 0 and 1 (a reduction) and a negative scale factor, and describe what each does to a figure.
Check it stuck

Assessment: exit ticket

A three-question exit ticket sampling transformations, similarity, and angle relationships.

  1. 1. Reflect the point (6,-2) across the y-axis.

    Answer: (-6,-2), because reflecting across the y-axis negates the x-coordinate.

  2. 2. A triangle with legs 6 and 8 (hypotenuse 10) is dilated by scale factor 0.5. Find the new hypotenuse.

    Answer: 5, because every side is multiplied by the scale factor: 10 x 0.5 = 5.

  3. 3. A transversal crosses two parallel lines, creating an angle of 72 degrees. Find its alternate interior angle and explain why.

    Answer: 72 degrees, because alternate interior angles formed by a transversal crossing parallel lines are always equal.

For the teacher

Teacher notes and timings

  • Rough timing across five lessons: Lesson 1 properties preserved by rigid motions (section 1), Lesson 2 congruence (section 2), Lesson 3 coordinate rules including dilation (section 3), Lesson 4 similarity (section 4), Lesson 5 angle relationships plus the exit ticket (section 5 and assessment).
  • This is a five-standard unit (8.G.A.1 through 8.G.A.5), the full Grade 8 'Understand congruence and similarity' cluster. Angle relationships (8.G.A.5) is placed last since parallel-line angle facts are most convincingly explained by imagining one parallel line translated onto the other, a direct callback to section 1's rigid motions.
  • This unit assumes comfort with plotting coordinates and basic angle facts (angles on a line sum to 180 degrees, at a point sum to 360 degrees) from Grade 7. Revisit those first if either is shaky.
  • Language to repeat: rigid motions preserve size and angle, dilations preserve angle but not size; congruent means an exact match, similar means the same shape at possibly a different size; alternate interior angles are equal, co-interior angles are supplementary.
  • Curriculum note: 8.G.A.1-8.G.A.4 (Common Core) build the congruence/similarity-through-transformations story; 8.G.A.5 covers angle relationships including the triangle angle sum, often taught as an application of the same transformation reasoning.
  • Print and present both work: use the Print button for a clean handout, or work each transformation live on the board using the coordinate rules, having students predict the image before it is drawn.
All teaching unitsMake a worksheet