Mark M. answered 02/02/15
Tutor
4.9
(954)
Retired math prof. Calc 1, 2 and AP Calculus tutoring experience.
Find equation of the line through the points A and B:
Slope of AB = (3 - 4)/(1 - 2) = 1
Equation of AB: y - 4 = 1(x - 2) So, y = x + 2
=======================================
Are you looking for the equation of the perpendicular bisector of AB?
If so, the perpendicular bisector passes through the midpoint of AB.
Midpoint of AB = ((2 + 1)/2, (4 + 3)/2) = (3/2, 7/2)
Since the slope of AB is 1, the slope of the perpendicular bisector is the negative reciprocal of 1, so the slope of perpendicular bisector = -1
Perpendicular bisector has slope -1 and goes through the point (3/2, 7/2).
Equation of perpendicular bisector: y - 7/2 = -1(x - 3/2)
y - 7/2 = -x + 3/2
y = -x + 5