Distance between two points
d = root[ (x2 - X1)^2 + (y2-y1)^2]
Midpoint
M = (X1 + x2 , y1 + y2)
——- ——-
2 2
Gradient
Run
X2 - X1
Angle of inclination
M = tan theta
Eg gradient is 2
M= tan theta
2 = tan theta Tan ^-1 x 2 = theta
Theta = 63.43°Parallel lines
Same gradients
M1 = m2
Perpendicular lines
The gradients are negative reciprocals of each other (flip the fraction and change the sign)
M1 x m2 = -1
Horizontal and vertical lines
Horizontal- y=c
Vertical- x=c
Where c is a constant number
Gradient intercept form
Y= mx + b
General form
MUST ALWAYS HAVE POSITIVE X AND NO FRACTIONS
0 = x + y + constant
Eg 0= 3x - 2y + 12
Point gradient form
Y - y1 = m(x - X1)
Or two point gradient form (m is replaced with gradient formula)