161k views
4 votes
The point A(7, -3) is reflected over the point (6, -5) and it's image is pointB. What are the coordinates of point B?

User Christylez
by
4.6k points

1 Answer

5 votes

We have a point A=(7,-3) that is reflected over point C=(6,-5). This means that is refected in an axis that is perpendicular to the segment AC.

The image is point B, and we need to calculate its coordinates.

We can relocate the center of coordinates to point C, do the reflection and then relocate the original center of coordinates.

If now C became the center of coordinates A becomes:


A^(\prime)=A-C=(7-6,-3-(-5))=(1,2)

Now, we can reflect it as normal:


\begin{gathered} (x,y)\longrightarrow(-x,-y) \\ A^(\prime)=(1,2)\longrightarrow B^(\prime)=(-1,-2) \end{gathered}

Now, we convert this to the original coordinates as:


B^(\prime)=B-C\longrightarrow B=B^(\prime)+C=(-1+6,-2-5)=(5,-7)

The point B is (5,-7).

User Cyntech
by
5.1k points