SOLUTION: Find the coordinates of the point that is equidistant from (-2,5), (8,5), and (6,7).

Algebra ->  Length-and-distance -> SOLUTION: Find the coordinates of the point that is equidistant from (-2,5), (8,5), and (6,7).      Log On


   



Question 1010001: Find the coordinates of the point that is equidistant from (-2,5), (8,5), and (6,7).
Found 2 solutions by stanbon, KMST:
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
Find the coordinates of the point that is equidistant from
(-2,5), (8,5), and (6,7).
-----
From (-2,5)::sqrt[(x+2)^2+(y-5)^2]
From (8,5):: sqrt[(x-8)^2+(y-5)^2]
From (6,7):: sqrt[(x-6)^2+(y-7)^2]
------
Equate rows 1 and 2::
(x+2)^2 = (x-8)^2
x^2 + 4x + 4 = x^2 - 16x + 64
-----
4x + 4 = -16x + 64
20x = 60
x = 3
----
Solve for "y"::
Equate rows 2 and 3
-----
(x-8)^2 + (y-5)^2 = (x-6)^2 + (y-7)^2
----
Since x = 3::
5^2 + y^2 - 10y + 25 = 3^2 + y^2 - 14y + 49
------
4y + 50 = 58
---
4y = 8
y = 2
----
Ans: (3,2)
--------------
Cheers,
Stan H.
--------

Answer by KMST(5328) About Me  (Show Source):
You can put this solution on YOUR website!
THE CONCEPTS NEEDED:
Three points (such as A%28-2%2C5%29 , B%288%2C5%29 and C%286%2C7%29 )determine a triangle.
and I bet the circumcenter of a triangle was mentioned in your math class.
I do not advocate memorizing lists of words for the sake of memorizing,
but the teacher will expect you to remember that word (and many others).
The circumcenter is a point that is equidistant from all three vertices of the triangle.
If you draw a circle centered at that point,
using the distance to a vertex as the radius,
all three vertices are on that circle,
and the rest of the triangle is inside the circle.
The circle goes all around the triangle as tightly as possible,
and that is why its center point is called the circumcenter of the triangle.

All the points equidistant from A%28-2%2C5%29 , and B%288%2C5%29 are in the perpendicular bisector of segment AB .
The perpendicular bisector of a segment is the perpendicular line that bisect the segment
(meaning that it divides the segment into two pieces of equal length).
It goes through the midpoint of the segment.
All the points equidistant from B%288%2C5%29 , and C%286%2C7%29 are in the perpendicular bisector of segment BC .
So, the point equidistant from A%28-2%2C5%29 , B%288%2C5%29 and C%286%2C7%29
is where those two bisectors intersect.
(The bisector of AC also goes through that point,
but we do not need it to solve the problem.

THE WAY TO "SEE" AND UNDERSTAND THE PROBLEM:
After drawing the triangle, I saw that AB was a "horizontal" segment
(meaning parallel to the x-axis),
so I realized that a line perpendicular to AB was going to be a "vertical" line
(meaning parallel to the y-axis).
I also saw that the midpoint of AB was M%283%2C5%29 .
So I could easily draw the perpendicular bisector of segment AB :

I also so that BC was one of the diagonals of two squares on the grid,
so a line perpendicular to that line was going o be a diagonal of squares slanted in the opposite direction.
It was also easy to see that the mid point of the segment between B%288%2C5%29 and C%286%2C7%29
is P%287%2C6%29 .
So I drew P and the perpendicular bisector of BC :
and at the intersection of those two perpendicular bisectors I found highlight%28X%283%2C2%29%29 ,
the point equidistant from A%28-2%2C5%29 , B%288%2C5%29 and C%286%2C7%29 .

IF YOU HAVE TO SHOW THE FANCY FOOTWORK:
The coordinates of the midpoint of a segment are found by averaging the coordinates of the endpoints of the segment.
In fancy formulas, for points A%28x%5BA%5D%2Cy%5BA%5D%29 and B%28x%5BB%5D%2Cy%5BB%5D%29 , the midpoint is M%28x%5BM%5D%2Cy%5BM%5D%29 ,
with x%5BM%5D=%28x%5BA%5D%2Bx%5BB%5D%29%2F2 and y%5BM%5D=%28y%5BA%5D%2By%5BB%5D%29%2F2 .
So, for points A%28-2%2C5%29 and B%288%2C5%29 , the coordinates of M are
x%5BM%5D=%28-2%2B8%29%2F2=6%2F2=3 and y%5BM%5D=%285%2B5%29%2F2=10%2F2=5 ,
and for points B%288%2C5%29 and C%286%2C7%29 , the coordinates of midpoint P are
x%5BP%5D=%288%2B6%29%2F2=14%2F2=7 and y%5BP%5D=%285%2B7%29%2F2=12%2F2=6 .
The perpendicular bisector to horizontal segment AB , that is part of the line with equation y=5 ,
is a vertical line with equation x=something that goes through M%283%2C5%29 .
Therefore the equation of the perpendicular bisector to segment AB is x=3 .
To find the perpendicular bisector to a segment that is neither vertical nor horizontal,
such as BC , you have to deal with slopes.
The slope of BC is calculated as
.
The slope of a line perpendicular to BC is
m%5Bperp%5D=%28-1%29%2Fm%5BBC%5D=%28-1%29%2F%28-1%29=1 .
The perpendicular bisector to BC is the line with slope m=1
passing through P%28x%5BP%5D%2Cy%5BP%5D%29=P%287%2C6%29 ,
which can be written in slope-point form as
y-y%5BP%5D=m%28x-x%5BP%5D%29 and substituting we get
y-6=1%2A%28x-7%29<-->y-6=x-7<-->y=x-7%2B6<-->y=x-1 .
The point we look is at the intersection of both perpendicular bisectors, so it is the solution to
system%28x=3%2Cy=x-1%29-->highlight%28system%28x=3%2Cy=2%29%29 .