Question

Difficulty: MediumTransformations in the Coordinate Plane

In the standard (x,y)(x, y) coordinate plane, a vertex VV of a square is translated 33 units to the left and 44 units up, and then reflected across the xx-axis. If the coordinates of the final image of VV are (2,5)(2, -5), what are the coordinates of the original vertex VV?

  1. A
    (1,9)(-1, 9)
  2. B
    (5,9)(5, 9)
  3. C
    (1,9)(1, -9)
  4. (5,1)(5, 1)Answer
  5. E
    (5,9)(5, -9)

Answer

The coordinates of the original vertex V are (5, 1)
The correct answer is the coordinates (5,1)(5, 1). Starting with the original vertex V(x,y)V(x, y), a horizontal translation of 33 units left results in x3x - 3, and a vertical translation of 44 units up results in y+4y + 4, yielding the intermediate point (x3,y+4)(x - 3, y + 4). Reflecting this point across the xx-axis negates the entire y-coordinate expression, giving (x3,y4)(x - 3, -y - 4). Equating this to the final coordinates (2,5)(2, -5) results in x3=2x - 3 = 2, which solves to x=5x = 5, and y4=5-y - 4 = -5, which simplifies to y=1-y = -1, or y=1y = 1.

Step-by-Step Solution

1
Represent the transformations algebraically starting from the original vertex V(x,y)V(x, y).
Translating 33 units left and 44 units up maps V(x,y)V(x, y) to an intermediate point V(x3,y+4)V'(x - 3, y + 4).
Horizontal translation left subtracts from the x-coordinate, and vertical translation up adds to the y-coordinate.
2
Apply the second transformation, reflecting the intermediate point VV' across the xx-axis.
Reflecting V(x3,y+4)V'(x - 3, y + 4) across the xx-axis negates the y-coordinate, resulting in the final image V(x3,(y+4))=(x3,y4)V''(x - 3, -(y + 4)) = (x - 3, -y - 4).
A reflection across the x-axis transforms any point (a,b)(a, b) to (a,b)(a, -b).
3
Set the algebraic coordinates of the final image equal to the given coordinates (2,5)(2, -5) and solve for xx and yy.
x3=2    x=5x - 3 = 2 \implies x = 5 and y4=5    y=1    y=1-y - 4 = -5 \implies -y = -1 \implies y = 1.
This determines the coordinates of the original pre-image vertex V(5,1)V(5, 1).

Key Concept

Performing composite transformations in reverse order to find the pre-image coordinates.
Rate this question