Question

How to reflect and rotate a triangle on a coordinate grid

Original question: 5

The single transformation that maps triangle A onto triangle B is an enlargement. The center of enlargement is at (1,5)(1, 5) and The scale factor is 22.

(b) On the grid, draw the image of (i) triangle A after a reflection in the line x=1x=-1 [2] (ii) triangle A after a rotation 9090^\circ clockwise, centre (1,2)(1,-2). [2]

Expert Verified Solution

thumb_up100%(1 rated)

Key takeaway: This kind of coordinate geometry problem is really about being careful with rules. One transformation changes positions across a mirror line, and the other turns every point around a center by a fixed angle.

(i) Reflection in the line x=1x=-1

A reflection in a vertical line keeps the yy-coordinate the same and changes the xx-coordinate to the same distance on the other side of the line.

If a point is (x,y)(x,y), then after reflection in x=1x=-1:

x=2x,y=yx' = -2 - x, \quad y' = y

So each vertex of triangle A should be moved the same distance to the other side of x=1x=-1.

(ii) Rotation 9090^\circ clockwise about (1,2)(1,-2)

For a 9090^\circ clockwise rotation about (1,2)(1,-2):

  1. Translate the point so the center becomes the origin.
  2. Rotate using (u,v)(v,u)(u,v) \to (v,-u).
  3. Translate back.

If a point is (x,y)(x,y), then relative to (1,2)(1,-2):

u=x1,v=y+2u=x-1, \quad v=y+2

After rotation:

u=v,v=uu' = v, \quad v' = -u

Translate back:

x=1+v=1+(y+2)=y+3x' = 1 + v = 1 + (y+2) = y+3 y=2+v=2(x1)=x1y' = -2 + v' = -2 - (x-1) = -x-1

So the image rule is

(x,y)(y+3,x1)(x,y) \to (y+3,\,-x-1)

Use that on each vertex of triangle A to plot the rotated image.


Pitfalls the pros know 👇 For reflections, students often flip across the wrong line because they forget that x=1x=-1 is one unit left of the yy-axis, not the yy-axis itself.

For rotations, the biggest mistake is rotating around the origin instead of around (1,2)(1,-2). Always shift to the center first, then rotate, then shift back.

What if the problem changes? If the reflection line were x=kx=k instead of x=1x=-1, the reflection rule would become x=2kxx' = 2k-x while yy stays the same. If the rotation were counterclockwise instead of clockwise, the coordinate rule would change to (x,y)(3y,x+?)(x,y) \to (3-y,\,x+? ) after the same center-shift method, so you would need to redo the mapping carefully.

Tags: reflection, rotation, coordinate geometry

FAQ

How do I reflect a point in the line x = -1?

Keep the y-coordinate the same and place the x-coordinate the same distance on the other side of the line x = -1.

How do I rotate a point 90 degrees clockwise about (1,-2)?

Translate the point so (1,-2) becomes the origin, rotate using (u,v) to (v,-u), then translate back.

chat