
Andrew M. answered 07/06/15
Tutor
New to Wyzant
Mathematics - Algebra a Specialty / F.I.T. Grad - B.S. w/Honors
We have two points (t, t+1) and (3t, t+3)
To find the perpendicular bisector we want the equation of the line perpendicular to
the line through these points that crosses this line at it's midpoint....
First: find the slope of the original line
m = (y2-y1)/(x2-x1) = (t+3 - (t+1))/(3t-t)
= (t+3-t-1)/2t = 2/2t = 1/t the slope of the original line is 1/t
The slope of the perpendicular bisector is m⊥ = -1/m = -1/(1/t) = -t
The slope of the perpendicular bisector is m⊥ = -1/m = -1/(1/t) = -t
We have he slope for our new line. Now we need a point through which it runs so we can use
the point slope form y-y1 = m(x - x1) to find the equation of the new line
We know the new line bisects the original line segment so it passes through the point halfway
between (t, t+1) and (3t, t+3) so we need to find the midpoint of these...
the midpoint of (x1, y1) , (x2, y2) is ((x1+x2)/2 , (y1+y2)/2)
The midpoint here is... ((t+3t)/2 , (t+1)+(t+3))/2)
= (4t/2 , (2t+4)/2)
= (2t, t+2)
We now have the perpendicular slope m⊥ = -t and a point on the line (2t, t+2)
so use the point slope formula gives:
y - (t+2) = -t(x-2t)
y -t -2 = -tx + 2t2
Simply rearranging this appropriately we have
y + tx = 2t2 + t + 2
**********************************
Now we want to find the value of t if this line passes through (5,2)
that means we substitute in 5 for x and 2 for y so...
2 + 5t = 2t2 + t + 2
2t2 -5t + t +2 - 2 = 0
2t2 -4t = 0
2t(t-2) = 0
t = 0 or t = 2