Point = (x, y) Origin = (0,0)
x first: left −, right + y second: down −, up +
M = ( (x₁+x₂)/2 , (y₁+y₂)/2 )
The average of the two ends.
Backwards: know M + one end → repeat the jump for the other end.
|AB| = √[(x₂−x₁)² + (y₂−y₁)²]
It is Pythagoras on the run & rise.
m = rise/run = (y₂−y₁)/(x₂−x₁)
Up-right → + Down-right → − Flat → 0 Vertical → none
Two forms:
y = mx + c (c = y-intercept)
y − y₁ = m(x − x₁)
From 2 points: find m first, then use point−slope.
Parallel: m₁ = m₂
Perpendicular: m₁ · m₂ = −1
x-intercept: let y = 0, solve for x
y-intercept: let x = 0, solve for y
Substitute the point into the equation.
Both sides equal → the point is ON the line.
Slope = steepness Intercept = where it cuts an axis
Collinear = points on one straight line (equal slopes)