Source codeVideos

Command Palette

Search for a command to run...

Geometric Transformation

Reflection over Point

Understanding Reflection over a Point

Reflection over a point, often called a half-turn rotation (180180^\circ), is a geometric transformation where each point on an object is mapped to a new position such that the center of reflection becomes the midpoint between the original point and its image.

Suppose the center of reflection is P(a,b)P(a,b). If a point Q(x,y)Q(x,y) is reflected over point PP, its image Q(x,y)Q'(x',y') will lie on the line passing through QQ and PP, with PP as the midpoint of the segment QQQQ'.

Rule for Reflection over a Point

If a point Q(x,y)Q(x, y) is reflected over the point P(a,b)P(a, b), its image's coordinates, Q(x,y)Q'(x', y'), are determined by the formula:

x=2axx' = 2a - x
y=2byy' = 2b - y

Alternatively, it can be written as:

Q(x+2a,y+2b)Q'(-x + 2a, -y + 2b)

This means the x-coordinate of the image is twice the x-coordinate of the center minus the original x-coordinate, and the same applies to the y-coordinate.

Reflecting a Point over Another Point

Determine the image of a half-turn σ(2,3)\sigma_{(2,3)} for the point (5,4)(5, 4).

This means we are reflecting point Q(5,4)Q(5,4) over the center point P(2,3)P(2,3).

Here, x=5x=5, y=4y=4, a=2a=2, and b=3b=3.

Using the formula:

x=2ax=2(2)5=45=1x' = 2a - x = 2(2) - 5 = 4 - 5 = -1
y=2by=2(3)4=64=2y' = 2b - y = 2(3) - 4 = 6 - 4 = 2

Thus, the image of point (5,4)(5,4) is (1,2)(-1,2).

Image of Point Q(5,4)Q(5,4) over Point P(2,3)P(2,3)
Visualization of reflecting point Q(5,4)Q(5,4) over the center point P(2,3)P(2,3) resulting in Q(1,2)Q'(-1,2).

Reflecting a Line over a Point

Determine the image of a half-turn σ(1,3)\sigma_{(1,3)} for the line ll with the equation 2xy+3=02x - y + 3 = 0.

Take an arbitrary point (x,y)(x,y) on line ll. Its image, (x,y)(x',y'), after reflection over point P(1,3)P(1,3) is:

x=2(1)x=2x    x=2xx' = 2(1) - x = 2 - x \implies x = 2 - x'
y=2(3)y=6y    y=6yy' = 2(3) - y = 6 - y \implies y = 6 - y'

Substitute x=2xx = 2 - x' and y=6yy = 6 - y' into the equation of line ll:

2(2x)(6y)+3=02(2 - x') - (6 - y') + 3 = 0
42x6+y+3=04 - 2x' - 6 + y' + 3 = 0
2x+y+1=0-2x' + y' + 1 = 0

Replacing xx' and yy' back to xx and yy, the equation of the image line ll' is:

2x+y+1=0-2x + y + 1 = 0

Alternatively, it can be written as 2xy1=02x - y - 1 = 0.

Image of Line 2xy+3=02x-y+3=0 over Point P(1,3)P(1,3)
Original line 2xy+3=02x-y+3=0 reflected over point P(1,3)P(1,3) results in image line 2xy1=02x-y-1=0.

Exercises

  1. Determine the image of a half-turn σ(2,3)\sigma_{(-2,3)} for the point (3,4)(3, -4).
  2. Point K(5,1)K(-5, 1) is reflected over the origin O(0,0)O(0,0). Determine the coordinates of its image!
  3. Determine the image of a half-turn σ(1,3)\sigma_{(1,-3)} for the line ll with the equation 2x+5y+6=02x + 5y + 6 = 0.

Key Answers

  1. Center P(2,3)P(-2,3), point Q(3,4)Q(3,-4). So a=2,b=3,x=3,y=4a=-2, b=3, x=3, y=-4.

    x=2ax=2(2)3=43=7x' = 2a - x = 2(-2) - 3 = -4 - 3 = -7
    y=2by=2(3)(4)=6+4=10y' = 2b - y = 2(3) - (-4) = 6 + 4 = 10

    Thus, the image of point Q(3,4)Q(3,-4) is (7,10)(-7,10).

  2. Center O(0,0)O(0,0), point K(5,1)K(-5,1). So a=0,b=0,x=5,y=1a=0, b=0, x=-5, y=1.

    x=2(0)(5)=0+5=5x' = 2(0) - (-5) = 0 + 5 = 5
    y=2(0)1=01=1y' = 2(0) - 1 = 0 - 1 = -1

    Thus, the image of point K(5,1)K(-5,1) is K(5,1)K'(5,-1).

  3. Center P(1,3)P(1,-3). Line 2x+5y+6=02x + 5y + 6 = 0.

    x=2(1)x=2x    x=2xx' = 2(1) - x = 2 - x \implies x = 2 - x'
    y=2(3)y=6y    y=6yy' = 2(-3) - y = -6 - y \implies y = -6 - y'

    Substitute into the line equation:

    2(2x)+5(6y)+6=02(2 - x') + 5(-6 - y') + 6 = 0
    42x305y+6=04 - 2x' - 30 - 5y' + 6 = 0
    2x5y20=0-2x' - 5y' - 20 = 0

    Image line equation: 2x5y20=0-2x - 5y - 20 = 0 or 2x+5y+20=02x + 5y + 20 = 0.