SOLUTION: Use the distance formula to find an equation of the perpendicular bisector of the line segment between the points (4,3) and (-2,5)

Algebra ->  Customizable Word Problem Solvers  -> Age -> SOLUTION: Use the distance formula to find an equation of the perpendicular bisector of the line segment between the points (4,3) and (-2,5)      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 1160443: Use the distance formula to find an equation of the perpendicular bisector of the line segment between the points (4,3) and (-2,5)
Found 2 solutions by Alan3354, ikleyn:
Answer by Alan3354(69443) About Me  (Show Source):
You can put this solution on YOUR website!
Use the distance formula to find an equation of the perpendicular bisector of the line segment between the points (4,3) and (-2,5)
----------------
Find the midpoint
It's the average of x & y separately
x: (4-2)/2 = 1
y: (3+5)/2 = 4
-----
The MP is (1,4)
======================
Find the slope of the line thru the 2 points:
slope = diffy/diffx = (5-3)/(-2-4) = -1/3
The slope, m, of lines perpendicular is the negative inverse. m = 3
----------------
Use y - y1 = m*(x - x1) where (x1,y1) is the Midpoint.
y-4 = 3*(x-1)
==============================
I don't see how the distance formula is involved.


Answer by ikleyn(52776) About Me  (Show Source):
You can put this solution on YOUR website!
.

Let (x,y) be the current point on the perpendicular bisector.


Its distance from the point (4,3) is  sqrt%28%28x-4%29%5E2%2B%28y-3%29%5E2%29.


Its distance from the point (-2,5) is  sqrt%28%28x%2B2%29%5E2%2B%28y-5%29%5E2%29.


The distances are equal

    sqrt%28%28x-4%29%5E2%2B%28y-3%29%5E2%29 = sqrt%28%28x%2B2%29%5E2%2B%28y-5%29%5E2%29.


Square both sides

    (x-4)^2 + (y-3)^2 = (x+2)^2 + (y-5)^2.


Simplify

    x^2 - 8x + 16 + y^2 - 6y + 9 = x^2 + 4x + 4 + y^2 - 10y + 25

    -8x - 4x + (-6y + 10y) = 4 + 25 - 16 - 9

    -12x + 4y = 4

     3x - y = -1.     ANSWER

Solved.