Question
Question: How do you find the perpendicular bisector of a line segment for the given points (2, 5) and (8, 3) ...
How do you find the perpendicular bisector of a line segment for the given points (2, 5) and (8, 3) ?
Solution
To find the perpendicular bisector of a line segment all you need to do is find their midpoint and negative reciprocal, and plug these answers into the equation for a line in slope-intercept form.
Formula used:
y=mx+b
y is equation of a line
m is slope.
m =slope=x2−x1y2−y1
Midpoint = (2x1+x2,2y1+y2)
(x1,y1) are the coordinates of x
(x2,y2) are the coordinates of y
Complete step-by-step solution:
To explain this let us consider the perpendicular bisector of a line segment consisting of two points.
Considering the points (2, 5) and (8, 3).
First, we need to find out the mid points using the formula
Midpoint = (2x1+x2,2y1+y2)
(x1,y1) are the coordinates of (2, 5)
(x2,y2) are the coordinates of (8, 3)
Now substitute the values, we get
⇒(22+8,25+3)
⇒(210,28)
⇒(5,4)
Hence, the coordinates of the midpoint of (2, 5) and (8, 3) are (5,4)
Next, we need to find the slope of a line in which the slope of a line measures the distance of its vertical change over the distance of its horizontal change.
⇒slope=x2−x1y2−y1
⇒8−23−5
⇒6−2
Therefore,
⇒slope=3−1
Find the negative reciprocal of the slope of the two points i.e.,
⇒slope−1=3= m
Calculate the equation of a line, which is given by
⇒y=mx+b
⇒y=3x+b
Since the perpendicular bisector runs through the midpoint of the two lines, you can plug the coordinates of the midpoint into the equation of the line. Simply plug in (5, 4) into the x and y coordinates of the line.
⇒y=3x+b
⇒4=3(5)+b
⇒4=15+b
To solve for the remaining variable, "b," which is the y-intercept of this line. Isolate the variable "b" to find its value.
Subtract 15 from both sides of the equation.
⇒4−15=b
⇒−11=b
⇒b=−11.
Therefore, equation of perpendicular bisector of the points (2, 5) and (8, 3) is
⇒y=mx+b
⇒y=3x−11
Note: When the equation of a line using the slope of the line and a point through which the line passes, that equation can be found using the point-slope formula. The equation of a line whose slope is m and which passes through a point (x1,y1) is found using the point-slope form and is given as y−y1=m(x−x1).