Line segment has endpoints and . Line segment has endpoints and and is created by rotating line segment around point . What are the coordinates of ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Relevant wiki: Distance Formula
Let ( x , y ) be the coordinates of P . The distance between P and the endpoints of M and M ′ are the same, regardless of the rotation. We can set up the system of equations
( x − 3 ) 2 + ( y − 1 ) 2 = ( x − 4 ) 2 + ( y − 2 ) 2
( x − 2 ) 2 + ( y − 4 ) 2 = ( x − 7 ) 2 + ( y − 3 ) 2
Simplifing the first equation, we have
x 2 − 6 x + 9 + y 2 − 2 y + 1 = x 2 − 8 x + 1 6 + y 2 − 4 y + 4
2 x + 2 y = 1 0
x + y = 5
Simplifying the second equation, we have
x 2 − 4 x + 4 + y 2 − 8 y + 1 6 = x 2 − 1 4 x + 4 9 + y 2 − 6 y − 9
1 0 x − 2 y = 3 8
5 x − y = 1 9
Adding these two equations together, we get
6 x = 2 4
x = 4
⟹ y = 1
Therefore, point P is located at ( 4 , 1 ) .