
Momtaj K. answered 08/21/19
A Student Friendly Math Teacher
Step 1: Find the midpoint of EF. Since we are trying to find the equation of a perpendicular bisector and a bisector divides a line into two equal parts, we will use the midpoint formula to find the midpoint of EF.
x1 + x2 y1 + y2
( ---------- , ---------- )
2 2
Consider E(2, 6) to be (x1 , y1) and F(4, -2) to be (x2 , y2).
2+4 6+(-2)
( ---------- , ---------- )
2 2
6 4
( ---------- , ---------- )
2 2
(3, 2)
Step 2: Find the slope of EF using the slope formula. Consider E(2, 6) to be (x1 , y1) and F(4, -2) to be (x2 , y2).
y2 - y1
m = ----------
x2 - x1
-2-6
m = ----------
4-2
-8
m = -----------
2
m = -4
Step 3: The equation we are told to find is perpendicular to EF, and perpendicular lines have slope that are opposite reciprocal of one another. So, the opposite of -4 is 4 and the reciprocal of 4 is 1/4.
The slope of the perpendicular line is 1/4.
Step 4: Find the b value for the equation of the perpendicular line. We know it has a slope of 1/4 and goes through (3, 2). All coordinates are written in the form (x, y) so in the coordinate (3, 2), 3 is x and 2 is y. Plug these in to find the b value.
y = mx + b
2 = 1/4(3) + b
2 = 3/4 + b
-3/4 -3/4
---------------
5/4 = b
Step 5: Write the equation of the perpendicular line in y = mx+b form.
y = 1/4 x + 5/4