Source codeVideos

Command Palette

Search for a command to run...

Geometric Transformation

Reflection over Line y = -x

Understanding Reflection over the Line y = -x

Reflection over the line y=xy = -x is a geometric transformation where each point of an object is mapped to a new position, with the line y=xy = -x acting as a mirror.

The line connecting the original point to its image will be perpendicular to the line y=xy = -x, and the distance from the original point to the mirror line is equal to the distance from its image to the mirror line.

Rule for Reflection over the Line y = -x

If a point P(x,y)P(x, y) is reflected over the line y=xy = -x, its image's coordinates, P(x,y)P'(x', y'), are determined by the rule:

x=yx' = -y
y=xy' = -x

Thus, the image of point P(x,y)P(x, y) is P(y,x)P'(-y, -x). Notice that the x and y coordinates swap places AND change signs (become their negatives).

Reflecting a Point

Suppose we have point D(2,1)D(2, 1). If point D is reflected over the line y=xy = -x, its image, DD', is:

x=(1)=1x' = -(1) = -1
y=(2)=2y' = -(2) = -2

Thus, the image of point D is D(1,2)D'(-1, -2).

Let's visualize the reflection of several points over the line y=xy = -x:

Image of Points over the Line y=xy=-x
Visualization of the reflection of several points over the line y=xy=-x.

Reflecting a Triangle

Determine the image of triangle ABC with vertices A(2,4)A(-2,4), B(3,1)B(3,1), and C(3,1)C(-3,-1) reflected over the line y=xy=-x.

To reflect the triangle, we reflect each of its vertices:

  1. Point A(2,4)A(-2, 4): Its image is A(4,2)A'(-4, 2).
  2. Point B(3,1)B(3, 1): Its image is B(1,3)B'(-1, -3).
  3. Point C(3,1)C(-3, -1): Its image is C(1,3)C'(1, 3).

The image triangle ABCA'B'C' is formed by connecting the points A(4,2)A'(-4, 2), B(1,3)B'(-1, -3), and C(1,3)C'(1, 3).

Triangle ABCABC and its Image ABCA'B'C' over y=xy=-x
Visualization of the reflection of triangle ABCABC over the line y=xy=-x.

Reflecting a Line Equation

If a line has the equation y=4x2y = -4x - 2 is reflected over the line y=xy=-x, determine the equation of its image.

To find the equation of the image, we use the rule x=yx' = -y and y=xy' = -x. This means we replace every xx in the original equation with y-y and every yy with x-x.

Original equation:

y=4x2y = -4x - 2

Substitute xyx \rightarrow -y and yxy \rightarrow -x:

(x)=4(y)2(-x) = -4(-y) - 2

Simplify the equation for the image line:

x=4y2-x = 4y - 2
x+2=4y-x + 2 = 4y
y=14x+24y = -\frac{1}{4}x + \frac{2}{4}
y=14x+12y = -\frac{1}{4}x + \frac{1}{2}

So, the equation of the image of the line y=4x2y = -4x - 2 after reflection over y=xy=-x is y=14x+12y = -\frac{1}{4}x + \frac{1}{2}.

Line y=4x2y=-4x-2 and its Image over y=xy=-x
Reflection of the line y=4x2y=-4x-2 over the line y=xy=-x.

Exercises

  1. Determine the coordinates of the image of point S(5,9)S(5, -9) if it is reflected over the line y=xy = -x!
  2. Determine the image of triangle ABC with vertices A(1,2)A(1, -2), B(2,3)B(2, 3), and C(2,0)C(-2, 0) reflected over the line y=xy = -x.
  3. If a line has the equation 4x+3y2=04x + 3y - 2 = 0 is reflected over the line y=xy = -x, determine the equation of its image.

Key Answers

  1. The image of point S(5,9)S(5, -9) is S(9,5)S'(9, -5).

    Explanation:

    x=(9)=9x' = -(-9) = 9
    y=(5)=5y' = -(5) = -5
  2. The coordinates of the image triangle ABCA'B'C' are:

    • A(2,1)A'(2, -1) (from A(1,2)A(1, -2))
    • B(3,2)B'(-3, -2) (from B(2,3)B(2, 3))
    • C(0,2)C'(0, 2) (from C(2,0)C(-2, 0))
  3. The equation of the image of the line 4x+3y2=04x + 3y - 2 = 0 is 4(y)+3(x)2=04(-y) + 3(-x) - 2 = 0.

    Explanation: Substitute xyx \rightarrow -y and yxy \rightarrow -x into the original equation:

    4(y)+3(x)2=04(-y) + 3(-x) - 2 = 0
    4y3x2=0-4y - 3x - 2 = 0
    3x+4y+2=03x + 4y + 2 = 0