Perpendicular Bisector of a Segment

\( m_{\perp}=-\tfrac{1}{m},\;\text{passes through }\left(\tfrac{x_1+x_2}{2},\tfrac{y_1+y_2}{2}\right) \)
Coordinate Geometry GCSE

Find perpendicular bisector of segment between (2,0) and (2,6).

Hint (H)
Find midpoint and slope.

Explanation

Show / hide — toggle with X

Statement

The perpendicular bisector of a segment is the line that is perpendicular to the segment and passes through its midpoint. If the segment has slope \(m\), then the perpendicular slope is:

\[ m_\perp = -\frac{1}{m} \]

The line passes through the midpoint:

\[ \left(\frac{x_1+x_2}{2}, \frac{y_1+y_2}{2}\right) \]

Why it’s true

  • The midpoint formula gives the exact halfway point between two endpoints of a segment.
  • The negative reciprocal slope ensures the new line is perpendicular to the original segment.
  • Together, they uniquely define the perpendicular bisector.

Recipe (how to use it)

  1. Find the slope of the segment: \(m=\frac{y_2-y_1}{x_2-x_1}\).
  2. Compute the perpendicular slope: \(m_\perp=-1/m\).
  3. Find the midpoint: \(\big(\tfrac{x_1+x_2}{2}, \tfrac{y_1+y_2}{2}\big)\).
  4. Write the line equation using point–slope form: \(y-y_0=m_\perp(x-x_0)\).

Spotting it

Perpendicular bisectors often appear in coordinate geometry problems, circle theorems, and questions involving right angles or symmetry.

Common pairings

  • Midpoint and slope calculations.
  • Equations of lines.
  • Circle center-finding problems.

Mini examples

  1. Given: Points (0,0) and (4,4).
    Answer: Midpoint (2,2), slope = 1, perpendicular slope = -1, equation: \(y-2=-1(x-2)\).
  2. Given: Points (2,3) and (6,3).
    Answer: Midpoint (4,3), slope = 0, perpendicular slope = undefined, bisector is vertical line \(x=4\).

Pitfalls

  • Forgetting negative reciprocal for perpendicular slope.
  • Mixing midpoint with slope formula.
  • Special cases: horizontal lines ⟶ perpendicular is vertical (undefined slope), vertical lines ⟶ perpendicular is horizontal (slope 0).

Exam strategy

  • Always compute midpoint first—it’s the anchor point for the bisector.
  • Check slope carefully for special cases (0 or undefined).
  • Use point–slope form to avoid mistakes when substituting values.

Summary

The perpendicular bisector of a line segment has slope \(m_\perp=-1/m\) and passes through the midpoint \(\big(\tfrac{x_1+x_2}{2}, \tfrac{y_1+y_2}{2}\big)\). It is the line that divides the segment into two equal parts at right angles.

Worked examples

Show / hide (10) — toggle with E
  1. Find the perpendicular bisector of segment between (0,0) and (4,4).
    1. \( Midpoint=(2,2) \)
    2. \( Slope=1 \)
    3. \( Perpendicular slope=-1 \)
    4. \( Equation: y-2=-1(x-2) \)
    Answer: \( y=-x+4 \)
  2. Find the perpendicular bisector of segment between (2,3) and (6,3).
    1. \( Midpoint=(4,3) \)
    2. \( Slope=0 \)
    3. \( Perpendicular slope=undefined \)
    4. \( Equation: x=4 \)
    Answer: \( x=4 \)
  3. Find the perpendicular bisector of segment between (1,1) and (5,1).
    1. \( Midpoint=(3,1) \)
    2. \( Slope=0 \)
    3. \( Perpendicular slope=undefined \)
    4. \( Equation: x=3 \)
    Answer: \( x=3 \)
  4. Find the perpendicular bisector of segment between (0,2) and (4,6).
    1. \( Midpoint=(2,4) \)
    2. \( Slope=1 \)
    3. \( Perpendicular slope=-1 \)
    4. \( Equation: y-4=-1(x-2) \)
    Answer: \( y=-x+6 \)
  5. Find the perpendicular bisector of segment between (2,0) and (2,6).
    1. \( Midpoint=(2,3) \)
    2. \( Slope=undefined \)
    3. \( Perpendicular slope=0 \)
    4. \( Equation: y=3 \)
    Answer: \( y=3 \)
  6. Find the perpendicular bisector of segment between (1,4) and (7,10).
    1. \( Midpoint=(4,7) \)
    2. \( Slope=(10-4)/(7-1)=1 \)
    3. \( Perpendicular slope=-1 \)
    4. \( Equation: y-7=-1(x-4) \)
    Answer: \( y=-x+11 \)
  7. Find the perpendicular bisector of segment between (3,3) and (7,5).
    1. \( Midpoint=(5,4) \)
    2. \( Slope=(5-3)/(7-3)=0.5 \)
    3. \( Perpendicular slope=-2 \)
    4. \( Equation: y-4=-2(x-5) \)
    Answer: \( y=-2x+14 \)
  8. Find the perpendicular bisector of segment between (-2,0) and (2,0).
    1. \( Midpoint=(0,0) \)
    2. \( Slope=0 \)
    3. \( Perpendicular slope=undefined \)
    4. \( Equation: x=0 \)
    Answer: \( x=0 \)
  9. Find the perpendicular bisector of segment between (0,5) and (6,1).
    1. \( Midpoint=(3,3) \)
    2. \( Slope=(1-5)/(6-0)=-4/6=-2/3 \)
    3. \( Perpendicular slope=3/2 \)
    4. \( Equation: y-3=(3/2)(x-3) \)
    Answer: \( y=1.5x-1.5 \)
  10. Find the perpendicular bisector of segment between (4,0) and (4,8).
    1. \( Midpoint=(4,4) \)
    2. \( Slope=undefined \)
    3. \( Perpendicular slope=0 \)
    4. \( Equation: y=4 \)
    Answer: \( y=4 \)