Question 1081097
The point {{{P(x,y)}}} whose distance from (7, -3) is {{{sqrt(58)}}}
is part of the circle with equation
{{{(x-7)^2+(y+3)^2=58}}} .
The point {{{P(x,y)}}} whose abscissa equals its ordinate has {{{x=y}}} .
(The equation {{{x=y}}} is the equation of a line).
Substituting x for y in the first equation, we get
{{{(x-7)^2+(x+3)^2=58}}} .
We can simplify and solve:
{{{x^2-14x+49+x^2+6x+9=58}}}
{{{2x^2-8x+58=58}}}
{{{2x^2-8x=0}}}
{{{2x(x-4)=0}}}
That last equation's solutions are
{{{x=0}}} and {{{x=4}}} .
So, the points whose distance from (7, -3) is {{{sqrt(58)}}} ,
and whose abscissa equals its ordinate are {{{highlight(P(0,0))}}} and {{{highlight(Q(4,4))}}} .
{{{drawing(300,300,-2,18,-12,8,grid(1),
blue(line(-3,-3,10,10)),locate(6.6,6.8,blue(y=x)),
red(circle(7,-3,sqrt(58))),locate(1,-6.2,red((x-7)^2+(y+3)^2=58)),
circle(7,-3,0.1),locate(7.2,-2.5,"( 7 , -3 )")
)}}}
 
The points equidistant from {{{A(1, -6)}}} and {{{B(5, -6)}}} are
on the perpendicular bisector of AB. and (6, -1).
The points equidistant from {{{A(1, -6)}}} and {{{C(6,-1)}}} are
on the perpendicular bisector of AC.
We can find the equations for those two lines.
The point equidistant form A, B, and C is in the intersection of those two lines.
Segment AB is a "horizontal" segment (part of the {{{y=-6}}} line),
with midpoint {{{M(x[M],y[M])}}} , with {{{x[M]=(x[A]+x[B])/2=(1+5)/2=3}}}.
Its perpendicular bisector is the "vertical" line, passing through M,
and that is the line represented by {{{x=3}}} .
Segment AC is part of a line with slope
{{{m[AC]=(y[C]-y[A])/(x[C]-x[A])=(-1-(-6))/(6-1)=(-1+6)/5=5/5=1}}}
The midpoint of segment AC, {{{N(x[N],y[N])}}} , has coordinates
{{{x[N]=(x[A]+x[C])/2=(1+6)/2=7/2=3.5}}} and
{{{y[N]=(y[A]+y[C])/2=(-6+(-1))/2=(-7)/2=-7/2=-3.5}}} .
The perpendicular bisector of AC has slope {{{(-1)/m[AC]=(-1)/1=-1}}} ,
and passes through {{{N(3.5,-3.5)}}} , so its equation is
{{{y-(-3.5)=(-1)(x-3.5)}}} --> {{{y+3.5=-x+3.5}}} --> {{{y=-x}}} .
The point equidistant from {{{A(1, -6)}}} , {{{B(5, -6)}}} and {{{C(6,-1)}}}
can be found from
{{{system(x=3,y=-x)}}} --> {{{system(x=3,y=-3)}}} .
So, the point equidistant from A, B, and C is {{{highlight(D(3,-3))}}} .
{{{drawing(300,300,-2,8,-8,2,grid(0),
blue(line(1,-6,6,-1)),red(line(1,-6,5,-6)),
rectangle(3,-6,3.3,-5.7),locate(0.8,-6,A),
locate(5,-6,B),locate(6.1,-0.8,C),
line(3.7,-3.7,3.9,-3.5),line(3.7,-3.3,3.9,-3.5),
arrow(3,-10,3,10),arrow(-10,10,15,-15),
locate(2.7,-2.9,D)
)}}}
 
MORE: Let's say you want to find a point {{{C(x,y)}}} that is at a distance {{{4sqrt(2)}}} from {{{A(-3/2, -5/2)=A(-1.5,-2.5)}}} , and at a distance {{{2sqrt(5)}}} from {{{B(9/2,-5/2)=B(4.5,-2.5)}}}
You could draw AB, and use a compass to draw arcs (or circles) centered at A and B,using the given distances as radii, and find the location of point C where the arcs (or circles) intersect.
{{{drawing(300,300,-4,6,-8,2,
blue(circle(-1.5,-2.5,4sqrt(2))),
blue(circle(4.5,-2.5,2sqrt(5))),
red(triangle(-1.5,-2.5,4.5,-2.5,2.5,1.5)),
locate(-1.7,-2.5,A),locate(4.6,-2.5,B),
locate(2.4,2,C),locate(2.3,-6.6,"C '")
)}}} You would realize that there are two solutions: {{{C}}} and its mirror image, {{{"C '"}}} .
You could sketch the triangle ABC; draw the altitude from C to AB, and then apply the Pythagorean theorem to the right triangles formed, to find the location for point C.
{{{drawing(300,300,-4,6,-5,5,
green(triangle(2.5,-2.5,2.5,1.5,4.5,-2.5)),
green(rectangle(2.5,-2.5,2.7,-2.3)),
red(triangle(-1.5,-2.5,4.5,-2.5,2.5,1.5)),
locate(-1.7,-2.5,A),locate(4.6,-2.5,B),
locate(2.4,-2.5,D),locate(2.4,2,C)
)}}}
You could apply the distance formula.
When trying to get the coordinates of point C, all those approaches end in the same equations,
because the distance formula and the equation of a circle are both derived from the Pythagorean theorem.
The equations you end up with are:
{{{(x-(-1.5))^2+(y-(-2.5))^2=(4sqrt(2))^2}}} --> {{{(x+1.5)^2+(y+2.5)^2=32}}}
{{{(x-4.5)^2+(y-(-2.5))^2=(2sqrt(5))^2}}} --> {{{(x-4.5)^2+(y+2.5)^2=20}}}
Subtracting one equation from the other, we get
{{{(x+1.5)^2-(x-4.5)^2=32-12}}}
{{{((x+1.5)+(x-4.5))*((x+1.5)-(x-4.5))=12}}}
{{{(x+1.5+x-4.5)*(x+1.5-x+4.5)=12}}}
{{{(2x-3)*6=12}}}
{{{2x-3=2}}}
{{{2x=5}}}
{{{highlight(x=5/2=2.5)}}}
Substituting that value into either of the original equations, we find to values for {{{y}}} .
{{{(2.5+1.5)^2+(y+2.5)^2=32}}}
{{{4^2+(y+2.5)^2=32}}}
{{{16+(y+2.5)^2=32}}}
{{{(y+2.5)^2=16}}}
{{{y+2.5=" " +- 4}}} --> {{{y=-2.5 +- 4}}} --> {{{highlight(system(y["C '"]=-6.5,y[C]=1.5))}}}
 
{{{drawing(300,300,-4,6,-8,2,grid(1),
red(triangle(-1.5,-2.5,4.5,-2.5,2.5,1.5)),
red(triangle(-1.5,-2.5,4.5,-2.5,2.5,-6.5)),
locate(-1.7,-2.5,A),locate(4.6,-2.5,B),
locate(2.4,2,C),locate(2.3,-6.5,"C '")
)}}}