Geometric Transformation Math Example 2

Follow the full solution, then compare it with the other examples linked below.

Example 2

medium
Point P(3,โˆ’1)P(3, -1) is reflected over the y-axis, then translated by (2,5)(2, 5). Find the final image.

Solution

  1. 1
    Step 1: Reflect P(3,โˆ’1)P(3,-1) over the y-axis: (x,y)โ†’(โˆ’x,y)(x,y) \to (-x, y), giving Pโ€ฒ(โˆ’3,โˆ’1)P'(-3, -1).
  2. 2
    Step 2: Translate Pโ€ฒ(โˆ’3,โˆ’1)P'(-3,-1) by (2,5)(2,5): (โˆ’3+2,ย โˆ’1+5)=(โˆ’1,4)(-3+2,\ -1+5) = (-1, 4).
  3. 3
    Step 3: Final image: (โˆ’1,4)(-1, 4).

Answer

Final image: (โˆ’1,4)(-1, 4)
Composition of transformations means applying them one after another. The order matters โ€” reflecting then translating generally gives a different result than translating then reflecting. Here, we reflect first (step 1), then translate (step 2).

About Geometric Transformation

A function that maps every point of a geometric figure to a new position, changing its location, orientation, or size.

Learn more about Geometric Transformation โ†’

More Geometric Transformation Examples