
David W. answered 03/08/16
Experienced Prof
1. The midpoint formula: the midpoint of a line segment with endpoints (x1,y1) and (x2,y2) is:
Midpoint: ( (x1+x2)/2, (y1+y2)/2 )
That means that the x-coordinate of the midpoint is the average of the x-coordinates of the endpoints; the y-coordinate of the midpoint is the average of the y-coordinates of the endpoints.
Midpoint: ( (-1-3)/2, (5-7)/2 )
Midpoint: ( -2, -1 )
2. The distance formula: the distance between two points, (x1,y1) and (x2,y2) can be expressed in terms of the two sides of the triangle that the points form with lines parallel to the x-axis and the y-axis (using the Pythagorean Theorem). The distance formula is:
D = √ ( (x2-x1)2 + (y2-y1)2)
D = √ ( (-3-(-1))2 + (-7-5)2 )
D = √ ( (-2)2 + (-12)2 )
D = √ ( 4 + 144 )
D = 2 √(37)
3. The slope of a line is often called “rise over run” because it is the increase in the y-coordinates divided by the increase in the x-coordinates. Note: positive slope means that the line points upward to the right (North-East); negative slope means that the line goes downward to the right (S-E). The slope m = (y2-y1) / (x2-x1)
We have new points now: (-3,2) and (3,-8)
m = (-8-2) / (3-(-3))
m = -10 / (6)
m = =-5/3
4. The slope-intercept form of the equation of a line looks like this
: y = mx + b where m is slope and b is y-intercept
From (3) we have m=-5/3.
All perpendicular lines have a slope that is the negative reciprocal of the slope of this line. So, their m=3/5.
Their equation looks like:
y = (3/5)x + b [and we need a point to determine b]
The perpendicular line goes through the midpoint (“perpendicular bisector”), so plug in (0,-3) -- you know how to find this]:
-3 = (3/5)(0) + b
-3 = b
The perpendicular bisector line has the equation:
y = (3/5)x - 3
4. I can’t see the jpg file on your desktop, but you should have enough info now to use the distance formula to determine the length of a line segment.
Ayriel H.
03/08/16