Find the gradient of a line segment, the midpoint of the line interval and the distance between 2 distinct points on the Cartesian plane.
Things you should know.
Method
Gradient between two points
m=x2−x1y2−y1
Change in $y$ over change in $x$.
Parallel
m1=m2
Equal gradients.
Perpendicular
m1×m2=−1
Gradients multiply to $-1$.
Worked example
e.g.compare the gradients of y=32x+4 and y=−23x+1
Calculate gradients (m) of both linesm1=32 and m2=−23
If m1=m2, the lines are PARALLELm1=m2∴ not parallel
If the gradients are different, multiply togetherm1×m2=32×2−3=−1
If m1×m2=−1, the lines are PERPENDICULAR∴ perpendicular
Practice
Determine the gradients between the following points, and state which lines are parallel to each other and which are perpendicular: A(1;3), B(6;9), C(9;6), D(4;0), E(5;4.5)