Equations of Perpendicular Bisectors
In the realm of coordinate geometry, perpendicular bisectors play a crucial role in various mathematical applications. A perpendicular bisector is a line that passes through the midpoint of a line segment at a right angle (90 degrees). Understanding how to find the equation of a perpendicular bisector is essential for solving problems involving distances, symmetry, and geometric constructions.
Finding the Midpoint
Before we dive into the equations of perpendicular bisectors, it's important to review how to find the midpoint of a line segment. Given two points $(x_1, y_1)$ and $(x_2, y_2)$, the midpoint formula is:
$$ \text{Midpoint} = \left(\frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2}\right) $$
ExampleIf we have a line segment with endpoints (2, 3) and (6, 7), the midpoint would be:
$$ \left(\frac{2 + 6}{2}, \frac{3 + 7}{2}\right) = (4, 5) $$
Perpendicular Slope
To find the equation of a perpendicular bisector, we need to understand the relationship between perpendicular lines. If two lines are perpendicular, their slopes are negative reciprocals of each other. This means that if the slope of one line is $m$, the slope of the line perpendicular to it is $-\frac{1}{m}$.
NoteThe product of the slopes of perpendicular lines is always -1.
Steps to Find the Equation of a Perpendicular Bisector
- Find the midpoint of the line segment.
- Calculate the slope of the original line segment.
- Determine the slope of the perpendicular bisector (negative reciprocal).
- Use the point-slope form of a line to write the equation.
Let's break this down with an example:
ExampleFind the equation of the perpendicular bisector of the line segment with endpoints (1, 2) and (5, 6).
- Midpoint: $(\frac{1+5}{2}, \frac{2+6}{2}) = (3, 4)$
- Slope of original line: $m = \frac{6-2}{5-1} = 1$
- Slope of perpendicular bisector: $-\frac{1}{m} = -\frac{1}{1} = -1$
- Using point-slope form: $y - y_1 = m(x - x_1)$ $y - 4 = -1(x - 3)$ $y - 4 = -x + 3$ $y = -x + 7$
Therefore, the equation of the perpendicular bisector is $y = -x + 7$.
Alternative Method: Using the General Form
Another approach to finding the equation of a perpendicular bisector is to use the general form of the line. If we have two points $(x_1, y_1)$ and $(x_2, y_2)$, the equation of the perpendicular bisector can be written as:
$$ (x - x_1)^2 + (y - y_1)^2 = (x - x_2)^2 + (y - y_2)^2 $$
This equation represents all points that are equidistant from both endpoints of the line segment.