How to Draw a Perpendicular Bisector: 3 Methods

A perpendicular bisector is a line that cuts a line segment exactly in half at a 90-degree angle. You can draw one with a compass and straightedge, with a ruler and protractor, or even by folding a piece of paper. Each method works in different situations, so here’s how to do all three, plus how to find the equation of a perpendicular bisector when you’re working with coordinates.

What a Perpendicular Bisector Actually Does

A perpendicular bisector does two things at once: it passes through the exact midpoint of a line segment, and it crosses that segment at a right angle (90 degrees). Every single point on the perpendicular bisector is the same distance from both endpoints of the original segment. This property, known as the perpendicular bisector theorem, is the reason the construction works and the reason perpendicular bisectors show up so often in geometry problems.

The converse is also true. If you find any point that is equidistant from both endpoints, that point sits on the perpendicular bisector. This idea is the backbone of the compass method below.

Compass and Straightedge Method

This is the classic geometric construction, and it’s the version most teachers expect on homework and exams. You only need a compass and a straightedge (an unmarked ruler). No measuring involved.

Start with a line segment. Call its endpoints A and B.

  • Step 1: Place the compass point on endpoint A. Open the compass to any radius that is clearly more than half the length of segment AB. Draw an arc that extends above and below the segment.
  • Step 2: Without changing the compass width, place the compass point on endpoint B. Draw another arc above and below the segment so that it crosses both arcs you drew in Step 1.
  • Step 3: The two arcs intersect at two points, one above the segment and one below it. Label these intersection points P and Q.
  • Step 4: Use your straightedge to draw a line through P and Q. This line is the perpendicular bisector of segment AB.

The key detail that trips people up is the compass width. It must be the same for both arcs, and it must be larger than half the segment. If you set the radius too small, the arcs won’t intersect and you’ll have nothing to connect. A good habit is to open the compass to roughly the full length of the segment, which guarantees the arcs cross comfortably.

Why does this work? When you draw an arc from A and an identical arc from B, the two intersection points P and Q are each equidistant from A and B. By the converse of the perpendicular bisector theorem, any point equidistant from both endpoints lies on the perpendicular bisector. Since P and Q both satisfy that condition, the line through them is the perpendicular bisector.

Ruler and Protractor Method

If you don’t have a compass, or if your teacher allows measuring tools, you can construct a perpendicular bisector with a ruler and a protractor.

  • Step 1: Measure the length of your line segment with the ruler. Divide that measurement by two to find the midpoint. Mark the midpoint on the segment.
  • Step 2: Place the center hole of your protractor on the midpoint, aligning the baseline of the protractor with the segment.
  • Step 3: Find the 90-degree mark on the protractor and make a small pencil dot there.
  • Step 4: Remove the protractor and use your ruler to draw a straight line through the midpoint and the dot. That line is perpendicular to the segment and passes through its midpoint, making it the perpendicular bisector.

This method is faster but less elegant. In formal geometry courses, compass-and-straightedge constructions are usually required because they rely on geometric reasoning rather than measurement.

Paper Folding Method

If the line segment is drawn on a piece of paper, you can skip tools entirely. Pick up the paper and fold it so that endpoint A lands directly on top of endpoint B. Crease the fold firmly. When you unfold the paper, the crease line is the perpendicular bisector. It passes through the midpoint and meets the segment at a right angle. This is a great way to check your work after using another method.

Finding the Equation on a Coordinate Plane

When you’re given two points as coordinates rather than a physical drawing, you need an algebraic approach. Suppose your two points are A(x₁, y₁) and B(x₂, y₂). The process has four steps.

Step 1: Find the Midpoint

The perpendicular bisector passes through the midpoint of the segment. Use the midpoint formula: add the two x-values and divide by 2, then do the same for the y-values. The midpoint M is ((x₁ + x₂) / 2, (y₁ + y₂) / 2). For example, if A is (2, 4) and B is (6, 8), the midpoint is ((2 + 6) / 2, (4 + 8) / 2) = (4, 6).

Step 2: Find the Slope of AB

Calculate the slope (also called gradient) of the original segment: m = (y₂ – y₁) / (x₂ – x₁). Using our example, that’s (8 – 4) / (6 – 2) = 4 / 4 = 1.

Step 3: Find the Perpendicular Slope

A perpendicular line has a slope that is the negative reciprocal of the original. In other words, if the original slope is m, the perpendicular slope is -1/m. The product of the two slopes always equals -1. In our example, the original slope is 1, so the perpendicular slope is -1.

One edge case to watch for: if the original segment is horizontal (slope = 0), the perpendicular bisector is a vertical line passing through the midpoint, and you’d write its equation as x = (the midpoint’s x-value). If the original segment is vertical (undefined slope), the perpendicular bisector is horizontal, written as y = (the midpoint’s y-value).

Step 4: Write the Equation

Plug the perpendicular slope and the midpoint into the point-slope formula: y – y₁ = m(x – x₁), where (x₁, y₁) is your midpoint and m is the perpendicular slope. Continuing our example: y – 6 = -1(x – 4), which simplifies to y = -x + 10. That is the equation of the perpendicular bisector of the segment connecting (2, 4) and (6, 8).

When Perpendicular Bisectors Come Up

Beyond geometry homework, perpendicular bisectors solve a specific type of problem: finding a point equidistant from two locations. If you need to place something (a facility, a meeting spot, a signal tower) exactly the same distance from two fixed points, the answer lies somewhere on their perpendicular bisector.

In triangle geometry, drawing the perpendicular bisector of all three sides gives you three lines that meet at a single point called the circumcenter. The circumcenter is equidistant from all three vertices of the triangle, which means it’s the center of the circle that passes through all three corners. This shows up in problems like finding the best location that is equally accessible from three different areas, or fitting a circle through three given points.

Post navigation