Distance between points on horizontal and vertical lines.
d=x2-x1 where line is horizontal, and x2>x1
d=y2-y1 where line is verticle and y2>y1
Distance between points on a diagonal line
d= square root of (x2-x1) squared+ (y2-y1) squared units
Midpoint formula
Midpoint = (x1 + x2/2, y1 + y2/2)
Angles and gradient
tanø = m where ø is the angle between line and the positive direction of the x axis