Skip to content
🚨 This site is a work in progress. Exciting updates are coming soon!

4.3 Q-11

Question Statement

Find the equation of the perpendicular bisector joining the points A(3,5)A(3,5) and B(9,6)B(9,6).


Background and Explanation

To solve this problem, we need to:

  1. Find the midpoint of the line segment joining points AA and BB.
  2. Determine the slope of the line through AA and BB.
  3. Use the fact that the perpendicular bisector of a line segment has a slope that is the negative reciprocal of the original slope.
  4. Find the equation of the perpendicular bisector using the point-slope form.

Solution

Step 1: Find the Midpoint of ABβ€Ύ\overline{AB}

The midpoint MM of a line segment joining two points (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) is given by the formula:

M=(x1+x22,y1+y22)M = \left(\frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2}\right)

Substituting the coordinates of points A(3,5)A(3, 5) and B(9,6)B(9, 6):

M=(3+92,5+62)=(6,112)M = \left(\frac{3 + 9}{2}, \frac{5 + 6}{2}\right) = (6, \frac{11}{2})

So, the midpoint of ABβ€Ύ\overline{AB} is M(6,112)M(6, \frac{11}{2}).

Step 2: Find the Slope of Line ABβ€Ύ\overline{AB}

The slope mm of a line through two points (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) is given by:

m=y2βˆ’y1x2βˆ’x1m = \frac{y_2 - y_1}{x_2 - x_1}

Substituting the coordinates of A(3,5)A(3, 5) and B(9,6)B(9, 6):

m=6βˆ’59βˆ’3=16m = \frac{6 - 5}{9 - 3} = \frac{1}{6}

So, the slope of the line joining AA and BB is 16\frac{1}{6}.

Step 3: Find the Slope of the Perpendicular Bisector

The slope of the perpendicular bisector is the negative reciprocal of the slope of line ABβ€Ύ\overline{AB}. If the slope of ABβ€Ύ\overline{AB} is 16\frac{1}{6}, the slope of the perpendicular bisector is:

mperp=βˆ’6m_{\text{perp}} = -6

Step 4: Write the Equation of the Perpendicular Bisector

Now, use the point-slope form of the equation of a line:

yβˆ’y1=m(xβˆ’x1)y - y_1 = m(x - x_1)

We know the slope m=βˆ’6m = -6 and the point on the line is the midpoint (6,112)(6, \frac{11}{2}). Substituting these values into the point-slope form:

yβˆ’112=βˆ’6(xβˆ’6)y - \frac{11}{2} = -6(x - 6)

Simplify the equation:

yβˆ’112=βˆ’6x+36y - \frac{11}{2} = -6x + 36

Multiply through by 2 to eliminate the fraction:

2yβˆ’11=βˆ’12x+722y - 11 = -12x + 72

Now, rearrange the terms to put the equation in standard form:

12x+2yβˆ’83=012x + 2y - 83 = 0

So, the equation of the perpendicular bisector is:

12x+2yβˆ’83=0\boxed{12x + 2y - 83 = 0}

Key Formulas or Methods Used

  1. Midpoint Formula:
M=(x1+x22,y1+y22) M = \left(\frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2}\right)
  1. Slope Formula:
m=y2βˆ’y1x2βˆ’x1 m = \frac{y_2 - y_1}{x_2 - x_1}
  1. Negative Reciprocal for perpendicular lines: If the slope of one line is mm, the slope of the perpendicular line is βˆ’1m-\frac{1}{m}.

  2. Point-Slope Form of a Line:

yβˆ’y1=m(xβˆ’x1) y - y_1 = m(x - x_1)

Summary of Steps

  1. Find the midpoint of ABβ€Ύ\overline{AB} using the midpoint formula: M=(6,112)M = (6, \frac{11}{2}).
  2. Calculate the slope of line ABβ€Ύ\overline{AB}: m=16m = \frac{1}{6}.
  3. Find the slope of the perpendicular bisector by taking the negative reciprocal: mperp=βˆ’6m_{\text{perp}} = -6.
  4. Use the point-slope form to write the equation of the perpendicular bisector, simplifying it to standard form: 12x+2yβˆ’83=012x + 2y - 83 = 0.