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