Solveeit Logo

Question

Question: How do you find the equation of the perpendicular bisector of the points \((1,4)\)and \((5, - 2)?\)...

How do you find the equation of the perpendicular bisector of the points (1,4)(1,4)and (5,2)?(5, - 2)?

Explanation

Solution

Whenever they ask for an equation of perpendicular bisector, it is nothing but the point is at mid-point. So, first find the midpoint using midpoint formula given by: midpoint=(x1+x22,y1+y22)midpo\operatorname{int} = \left( {\dfrac{{{x_1} + {x_2}}}{2},\dfrac{{{y_1} + {y_2}}}{2}} \right) and then find the slope of two points using y2y1x2x1\dfrac{{{y_2} - {y_1}}}{{{x_2} - {x_1}}}. Then by using the equation of line yy1=m(xx1)y - {y_1} = m(x - {x_1}) find the required equation.

Complete step by step solution:
In the given question they have asked to find the equation for perpendicular bisector where perpendicular bisector is a line which cuts the line exactly at the midpoint, which is shown as in the below diagram.

So now find the midpoint using midpoint formula given by:
midpoint=(x1+x22,y1+y22)midpo\operatorname{int} = \left( {\dfrac{{{x_1} + {x_2}}}{2},\dfrac{{{y_1} + {y_2}}}{2}} \right)
Where x1{x_1} and x2{x_2} are coordinates of xaxisx - axis
y1{y_1} and y2{y_2} are coordinates of yaxisy - axis
Here (x1,y1)({x_1},{y_1}) is (1,4)(1,4) and (x2,y2)({x_2},{y_2}) is (5,2)(5, - 2). Substituting these in the above midpoint formula, we get
midpoint=(1+52,4+(2)2)midpo\operatorname{int} = \left( {\dfrac{{1 + 5}}{2},\dfrac{{4 + ( - 2)}}{2}} \right)
midpoint=(1+52,422)\Rightarrow midpo\operatorname{int} = \left( {\dfrac{{1 + 5}}{2},\dfrac{{4 - 2}}{2}} \right)
midpoint=(62,22)\Rightarrow midpo\operatorname{int} = \left( {\dfrac{6}{2},\dfrac{2}{2}} \right)
Therefore, midpoint=(3,1)midpo\operatorname{int} = \left( {3,1} \right) .
Now, to find the equation of a line, we need to find slope by using the formula given by:
m=y2y1x2x1m = \dfrac{{{y_2} - {y_1}}}{{{x_2} - {x_1}}} where mm is slope
By substituting the values into the slope equation we get
m=2451m = \dfrac{{ - 2 - 4}}{{5 - 1}}
m=64\Rightarrow m = \dfrac{{ - 6}}{4}
m=32\Rightarrow m = \dfrac{{ - 3}}{2}
Given a line with slope mm then the slope of a line perpendicular to it can be calculated as
mperpendicular=1m{m_{perpendicular}} = - \dfrac{1}{m}
On substituting the value of slope, we get
mperpendicular=132\Rightarrow {m_{perpendicular}} = - \dfrac{1}{{ - \dfrac{3}{2}}}
mperpendicular=23\Rightarrow {m_{perpendicular}} = \dfrac{2}{3}
Now, to find the equation of line we have a formula
yy1=m(xx1)y - {y_1} = m(x - {x_1})
Here, x1{x_1} and y1{y_1} is mid-point which is (3,1)\left( {3,1} \right)
Therefore, equation of line becomes,
y1=23(x3)y - 1 = \dfrac{2}{3}(x - 3)
y1=23x2\Rightarrow y - 1 = \dfrac{2}{3}x - 2
y=23x2+1\Rightarrow y = \dfrac{2}{3}x - 2 + 1

y=23x1 \Rightarrow y = \dfrac{2}{3}x - 1 is the required equation.

Note:
Whenever they ask to find the equation of two points first try to understand whether the given problem is on mid-point or not and find the slope of the line and finally solve for the equation. Once you find the slope if it is asked for a perpendicular bisector form then find slope for that or else the answer you get is not the correct one.