Perpendicular Bisector of a Given Line Segment
The perpendicular bisector of a line segment is a line that intersects the segment at its midpoint and forms a 90-degree angle (a right angle) with the segment. In simpler terms, it cuts the line segment exactly in half and is perfectly upright to it.
Key Characteristics:
- Midpoint: It passes through the midpoint of the line segment, dividing the segment into two equal parts.
- Perpendicularity: It is perpendicular to the line segment, meaning it forms a right angle with the segment.
- Equidistance: Any point on the perpendicular bisector is equidistant (the same distance) from the two endpoints of the line segment.
Formulae
Let’s consider a line segment with endpoints $A(x_1, y_1)$ and $B(x_2, y_2)$.
1. Midpoint Formula: The midpoint $M$ of the line segment $AB$ is calculated as:
$M = \left( \frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2} \right)$
2. Slope of the Line Segment (AB):
$m_{AB} = \frac{y_2 – y_1}{x_2 – x_1}$
3. Slope of the Perpendicular Bisector: The slope of the perpendicular bisector, $m_{\perp}$, is the negative reciprocal of the slope of the line segment:
$m_{\perp} = -\frac{1}{m_{AB}}$
If $m_{AB} = 0$ (horizontal line segment), then $m_{\perp}$ is undefined (vertical line).
If $m_{AB}$ is undefined (vertical line segment), then $m_{\perp} = 0$ (horizontal line).
4. Equation of the Perpendicular Bisector: Using the point-slope form of a line (passing through midpoint M):
$y – y_M = m_{\perp}(x – x_M)$, where $(x_M, y_M)$ is the midpoint M.
Examples
Example-1: Find the equation of the perpendicular bisector of the line segment with endpoints A(1, 2) and B(5, 6).
- Find the midpoint M: $M = \left( \frac{1+5}{2}, \frac{2+6}{2} \right) = (3, 4)$
- Find the slope of AB: $m_{AB} = \frac{6-2}{5-1} = \frac{4}{4} = 1$
- Find the slope of the perpendicular bisector: $m_{\perp} = -\frac{1}{1} = -1$
- Find the equation of the perpendicular bisector: Using the point-slope form, $y – 4 = -1(x – 3)$. Simplifying, $y – 4 = -x + 3$, or $y = -x + 7$.
Example-2: Find the equation of the perpendicular bisector of the line segment with endpoints C(-2, 1) and D(2, 1).
- Find the midpoint M: $M = \left( \frac{-2+2}{2}, \frac{1+1}{2} \right) = (0, 1)$
- Find the slope of CD: $m_{CD} = \frac{1-1}{2-(-2)} = \frac{0}{4} = 0$ (horizontal line)
- Find the slope of the perpendicular bisector: Since the slope of CD is 0, the perpendicular bisector is a vertical line, so $m_{\perp}$ is undefined.
- Find the equation of the perpendicular bisector: The equation of a vertical line passing through (0, 1) is $x = 0$.
Theorem with Proof
Theorem: Any point on the perpendicular bisector of a line segment is equidistant from the endpoints of the line segment.
Proof:
- Setup: Let $AB$ be a line segment, and let $L$ be its perpendicular bisector. Let $M$ be the midpoint of $AB$, where $M$ lies on $L$. Let $P$ be any point on $L$.
- Consider triangles: Connect points $P$, $A$, and $B$, forming triangles $PMA$ and $PMB$.
- Identify congruent parts:
- $AM = MB$ (M is the midpoint).
- $\angle PMA = \angle PMB = 90^\circ$ (L is the perpendicular bisector).
- $PM = PM$ (Common side).
- Prove congruence: By the Side-Angle-Side (SAS) congruence postulate, $\triangle PMA \cong \triangle PMB$.
- Conclusion: Since the triangles are congruent, their corresponding sides are equal. Therefore, $PA = PB$. This proves that point P (any point on the perpendicular bisector) is equidistant from points A and B.
Common mistakes by students
- Confusing Perpendicular with Parallel: Students often confuse perpendicular bisectors with lines parallel to the given segment. Remember the perpendicular bisector creates a right angle.
- Incorrect Slope Calculation: Making mistakes in calculating the slope or in taking the negative reciprocal is common. Be careful with the signs!
- Using the wrong point: Using one of the endpoints instead of midpoint while finding the equation of line.
- Incorrect Application of the Midpoint Formula: Miscalculating the midpoint or using an incorrect version of the formula.
- Forgetting the Negative Reciprocal: The most crucial aspect of perpendicularity is to use the *negative reciprocal* of the slope. Failing to do so results in a line that’s not perpendicular.
Real Life Application
The concept of a perpendicular bisector has various real-life applications, including:
- Construction: Building a bridge perpendicular to a river or road. Ensures the structure is stable and the shortest distance across.
- Engineering: Design of symmetrical objects or structures where the perpendicular bisector acts as a line of symmetry.
- Computer Graphics: Used in algorithms for drawing lines, curves, and shapes.
- Mapping: In geographic information systems (GIS), perpendicular bisectors can be used to define boundaries or areas.
- Art and Design: Artists and designers use it for symmetrical and balanced design.
Fun Fact
The perpendicular bisector is a key element in constructing the circumcircle of a triangle. The intersection of the perpendicular bisectors of the sides of a triangle is the circumcenter, which is the center of the circle that passes through all three vertices of the triangle!
Recommended YouTube Videos for Deeper Understanding
Q.1 What is the locus of points equidistant from the endpoints of a line segment?
Check Solution
Ans: B
The perpendicular bisector is, by definition, the set of all points equidistant from the endpoints of a segment.
Q.2 The endpoints of a line segment are A(2, 3) and B(8, 1). What is the equation of the perpendicular bisector of AB?
Check Solution
Ans: C
Midpoint is ((2+8)/2, (3+1)/2) = (5, 2). Slope of AB is (1-3)/(8-2) = -1/3. Slope of perpendicular bisector is 3. Equation: y – 2 = 3(x – 5) => y – 2 = 3x – 15 => 3x – y = 13. However, this is not one of the options. Let’s check again. Midpoint is correct, slope of AB is correct. Slope of perpendicular bisector is correct. Equation should be 3x – y = 13. No option is correct. Re-checking again. Midpoint is (5, 2). Slope is -1/3. Perpendicular slope is 3. y-2=3(x-5) => y-2=3x-15 => 3x-y-13=0, or 3x – y = 13, still nothing. We need to find where i went wrong? My mistake is that the answer options are wrong! Solution: Slope of AB is $\frac{1-3}{8-2}=-\frac{1}{3}$. Midpoint is $(5, 2)$. Perpendicular slope is 3. Equation: $y-2=3(x-5) \implies y-2 = 3x-15 \implies 3x-y = 13$. Since this answer is not in the options, the question is wrong. Consider now if we use the slope of AB to make up the right question, we would get the equation $y-2 = -\frac{1}{3}(x-5)$, or $3y-6=-x+5$, or $x+3y=11$.
Q.3 Line segment PQ has endpoints P(-1, 4) and Q(5, -2). At which point does the perpendicular bisector of PQ intersect the x-axis?
Check Solution
Ans: A
Midpoint of PQ is ((-1+5)/2, (4-2)/2) = (2, 1). Slope of PQ is (-2-4)/(5-(-1)) = -6/6 = -1. Perpendicular slope is 1. Equation: y – 1 = 1(x – 2) => y – 1 = x – 2 => y = x – 1. Intersection with x-axis (y=0): 0 = x – 1 => x = 1. Thus, (1, 0).
Q.4 If the equation of the perpendicular bisector of a line segment is $2x + y = 5$, and one endpoint of the line segment is (1, 1), what can you deduce about the other endpoint?
Check Solution
Ans: C
Let the other endpoint be $(x, y)$. The midpoint is $((x+1)/2, (y+1)/2)$. This midpoint lies on the perpendicular bisector: $2((x+1)/2) + ((y+1)/2) = 5$. Also, the segment connecting the points is perpendicular to the line. The point is (1, 1). Thus, the slope of the segment is perpendicular to the slope of the perpendicular bisector. The slope of the line is -2. Thus the slope of the segment must be 1/2. Thus $(y-1)/(x-1) = 1/2$ => $2y-2 = x-1$, thus $x-2y=-1$.
Q.5 A line segment has endpoints A(0, 0) and B(6, 8). What is the distance from the origin to the perpendicular bisector of AB?
Check Solution
Ans: C
Midpoint is (3, 4). Slope of AB is 8/6 = 4/3. Perpendicular slope is -3/4. Equation of perpendicular bisector is y – 4 = (-3/4)(x – 3) => 4y – 16 = -3x + 9 => 3x + 4y = 25. The distance from (0, 0) is $|3(0) + 4(0) – 25|/sqrt(3^2 + 4^2) = 25/5 = 5$.
Next Topic: Construction of Specific Angles
Improve Maths with LearnTheta’s AI Practice
Adaptive Practice | Real Time Insights | Resume your Progress
