Task
Given that P(h,k) is a point equidistant from the points A(3,5) and B(7,−1), prove that 3k−2h+4=0
Solution
As it is given, PA=PB, so we can find squares of lengths and then equate them:
AB2=(x1−x2)2+(y1−y2)2 - general formula of the square of the distance between points A(x1;y1) and B(x2;y2).
In this case:
PA2=(h−3)2+(k−5)2PB2=(h−7)2+(k+1)2
Since PA=PB, so PA2=PB2;
(h−7)2+(k+1)2=(h−3)2+(k−5)2h2−6h+9+k2−10k+25=h2−14h+49+k2+2k+112k−8h+16=0/:43k−2h+4=0Answer
Proved: 3k−2h+4=0