Source codeVideos

Command Palette

Search for a command to run...

Geometric Transformation

Reflection over Y Axis

Understanding Reflection over the Y-axis

Reflection over the Y-axis is a type of geometric transformation that moves every point on an object to a new position. Imagine the Y-axis as a mirror. Every point will have an image on the opposite side of the Y-axis at the same distance from the Y-axis.

Rule for Reflection over the Y-axis

If a point P(x,y)P(x, y) is reflected over the Y-axis, its image's coordinates, P(x,y)P'(x', y'), will follow the rule:

x=xx' = -x
y=yy' = y

Thus, the image of point P(x,y)P(x, y) is P(x,y)P'(-x, y).

Note that the value of the y-coordinate does not change, while the value of the x-coordinate becomes its opposite (negative if positive, positive if negative).

Reflecting a Point

Suppose we have point A(3,4)A(3, 4). If point A is reflected over the Y-axis, its image, AA', can be determined as follows:

The original x-coordinate is 3, so x=3x' = -3.

The original y-coordinate is 4, so y=4y' = 4.

Thus, the image of point A is A(3,4)A'(-3, 4).

Let's visualize this:

Point A(3,4)A(3,4) and its Image A(3,4)A'(-3,4)
Visualization of the reflection of point A over the Y-axis.

Reflecting a Triangle

Now, let's reflect a triangle PQRPQR with vertices P(1,2)P(1, 2), Q(4,4)Q(4, 4), and R(2,0)R(2, 0) over the Y-axis.

To reflect a triangle, we need to reflect each of its vertices.

  1. Point P(1,2)P(1, 2): Its image is P(1,2)P'(-1, 2).
  2. Point Q(4,4)Q(4, 4): Its image is Q(4,4)Q'(-4, 4).
  3. Point R(2,0)R(2, 0): Its image is R(2,0)R'(-2, 0).

By connecting the image points PQRP'Q'R', we obtain the reflected triangle.

Triangle PQRPQR and its Image PQRP'Q'R'
Visualization of the reflection of triangle PQR over the Y-axis.

Reflecting a Line Equation

Suppose we have a line with the equation y=x+2y = x + 2. To find the equation of its image after reflection over the Y-axis, we substitute xx with x-x (because x=xx' = -x) and yy with yy (because y=yy' = y) into the original equation.

Original equation:

y=x+2y = x + 2

Substitute xxx \rightarrow -x:

y=(x)+2y = (-x) + 2

The equation of the image is:

y=x+2y = -x + 2

Let's visualize these two lines:

Line y=x+2y = x + 2 and its Image y=x+2y = -x + 2
Reflection of a line over the Y-axis.

Exercises

  1. Determine the coordinates of the image of point K(5,8)K(-5, 8) if it is reflected over the Y-axis!
  2. A triangle ABCABC has vertices A(2,1)A(2, 1), B(5,3)B(5, 3), and C(3,6)C(3, 6). Determine the coordinates of the image triangle ABCA'B'C' after reflection over the Y-axis!
  3. Determine the equation of the image of the line 3x2y+6=03x - 2y + 6 = 0 if it is reflected over the Y-axis!
  4. A line has the equation y=3x4y = -3x - 4. Determine the equation of its image after reflection over the Y-axis.

Key Answers

  1. The image of point K(5,8)K(-5, 8) is K(5,8)K'(5, 8).

    Explanation: x=(5)=5x' = -(-5) = 5, y=8y' = 8.

  2. The coordinates of the image triangle ABCA'B'C' are:

    • A(2,1)A'(-2, 1)
    • B(5,3)B'(-5, 3)
    • C(3,6)C'(-3, 6)
  3. The equation of the image of the line 3x2y+6=03x - 2y + 6 = 0 is 3x2y+6=0-3x - 2y + 6 = 0.

    Explanation: Substitute xx with x-x into the original equation:

    3(x)2y+6=03(-x) - 2y + 6 = 0
    3x2y+6=0-3x - 2y + 6 = 0
  4. The equation of the image of the line y=3x4y = -3x - 4 is y=3x4y = 3x - 4.

    Explanation: Substitute xx with x-x:

    y=3(x)4y = -3(-x) - 4
    y=3x4y = 3x - 4