Problem 77
Question
The problem of finding the perpendicular bisector of a line segment presents itself often in the study of analytic geometry. As with any problem of writing the equation of a line, you must determine the slope of the line and a point that the line passes through. A perpendicular bisector passes through the midpoint of the line segment and has a slope that is the negative reciprocal of the slope of the line segment. The problem can be solved as follows: Find the perpendicular bisector of the line segment between the points \((1,-2)\) and \((7,8)\). The midpoint of the line segment is \(\left(\frac{1+7}{2}, \frac{-2+8}{2}\right)\) \(=(4,3)\). \(=(4,3)\). The slope of the line segment is \(m=\frac{8-(-2)}{7-1}\) \(=\frac{10}{6}=\frac{5}{3}\) Hence the perpendicular bisector will pass through the point \((4,3)\) and have a slope of \(m=-\frac{3}{5}\). $$ \begin{aligned} y-3 &=-\frac{3}{5}(x-4) \\ 5(y-3) &=-3(x-4) \\ 5 y-15 &=-3 x+12 \\ 3 x+5 y &=27 \end{aligned} $$ Thus the equation of the perpendicular bisector of the line segment between the points \((1,-2)\) and \((7,8)\) is \(3 x+5 y=27 .\) Find the perpendicular bisector of the line segment between the points for the following. Write the equation in standard form. (a) \((-1,2)\) and \((3,0)\) (b) \((6,-10)\) and \((-4,2)\) (c) \((-7,-3)\) and \((5,9)\) (d) \((0,4)\) and \((12,-4)\)
Step-by-Step Solution
VerifiedKey Concepts
Midpoint Formula
To locate the midpoint, you simply take the average of the x-coordinates and y-coordinates of the two points. The formula is as follows:
- Given two points \( (x_1, y_1) \) and \( (x_2, y_2) \), the midpoint \( M \) is given by: \\[ M = \left( \frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2} \right) \]
- \[ M = \left(\frac{-1+3}{2}, \frac{2+0}{2}\right) = (1, 1) \]
Slope of a Line
- The formula for the slope \( m \) between two points \( (x_1, y_1) \) and \( (x_2, y_2) \) is given by:\[m = \frac{y_2 - y_1}{x_2 - x_1}\]
- Substituting the values:\[m = \frac{0 - 2}{3 - (-1)} = -\frac{1}{2}\]
Negative Reciprocal
- Finding the negative reciprocal involves flipping the fraction of the slope and changing its sign.
- Negative reciprocal:\[2 = \frac{1}{-\frac{1}{2}} = 2\]
Equation of a Line
- The point-slope form of a line's equation, especially useful in these exercises, is given by:\[y - y_1 = m(x - x_1)\]
- Using point-slope form:\[y - 1 = 2(x - 1)\]
- Rearrange to standard form:\[2x - y = 1\]