Big Ideas Math Geometry, 2014
BI
Big Ideas Math Geometry, 2014 View details
1. Perpendicular and Angle Bisectors
Continue to next subchapter

Exercise 8 Page 305

The perpendicular bisector of a segment is the perpendicular through its midpoint.

y=- x-2

Practice makes perfect

We have to find the equation of the perpendicular bisector of the segment whose endpoints are (-1,-5) and (3,-1). We will do this in three steps.

  1. Find the midpoint of the segment.
  2. Find the slope of the perpendicular bisector.
  3. Use the point-slope form to write the equation of the line.

Let's go for it!

Midpoint of the Segment

A segment bisector contains the midpoint of the segment. We can find its coordinates using the Midpoint Formula. M( x_1+x_2/2,y_1+y_2/2 )Let's substitute the given endpoints (-1,-5) and (3,-1) into the above formula.
M( x_1+x_2/2,y_1+y_2/2 )
M( -1+ 3/2,-5+( -1)/2 )
M( -1+3/2,-5-1/2 )
M( 2/2,-6/2 )
M(1,-3)
Therefore, the coordinates of the midpoint are (1,-3).

Slope of the Perpendicular Bisector

A perpendicular bisector is perpendicular to the segment through the midpoint. In order to find the slope of the bisector, we will first find the slope of the segment. To do so, we can use the Slope Formula. m = y_2-y_1/x_2-x_1 We can choose any two points from the segment. Let's use the endpoints (-1,-5) and (3,-1).
m = y_2-y_1/x_2-x_1
m=-1-( -5)/3-( -1)
m=-1+5/3+1
m=4/4
m=1
The slope of the segment is 1. Let m_p be the slope of the perpendicular bisector. The product of the slopes of two perpendicular lines is - 1. 1 * m_p = - 1 ⇔ m_p = - 1 The slope of the perpendicular bisector is - 1.

Equation of the Perpendicular Bisector

Since we know a point and the slope of the bisector, we can use the point-slope form of a line to write its equation. y-y_1=m(x-x_1) Let's substitute the slope - 1 and the midpoint ( 1, -3) as a point into the formula.
y-y_1=m(x-x_1)
y-( -3)= - 1(x- 1)
y-(-3)=- x+1
y+3=- x+1
y=- x-2
The equation of the perpendicular bisector of the segment whose endpoints are (-1,-5) and (3,-1) is y=- x-2.