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)and (5,−2)?
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=(2x1+x2,2y1+y2) and then find the slope of two points using x2−x1y2−y1. Then by using the equation of line y−y1=m(x−x1) 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=(2x1+x2,2y1+y2)
Where x1 and x2 are coordinates of x−axis
y1 and y2 are coordinates of y−axis
Here (x1,y1) is (1,4) and (x2,y2) is (5,−2). Substituting these in the above midpoint formula, we get
midpoint=(21+5,24+(−2))
⇒midpoint=(21+5,24−2)
⇒midpoint=(26,22)
Therefore, midpoint=(3,1) .
Now, to find the equation of a line, we need to find slope by using the formula given by:
m=x2−x1y2−y1 where m is slope
By substituting the values into the slope equation we get
m=5−1−2−4
⇒m=4−6
⇒m=2−3
Given a line with slope m then the slope of a line perpendicular to it can be calculated as
mperpendicular=−m1
On substituting the value of slope, we get
⇒mperpendicular=−−231
⇒mperpendicular=32
Now, to find the equation of line we have a formula
y−y1=m(x−x1)
Here, x1 and y1 is mid-point which is (3,1)
Therefore, equation of line becomes,
y−1=32(x−3)
⇒y−1=32x−2
⇒y=32x−2+1
⇒y=32x−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.