m =
(y2 - y1)/(x2 - x1)
tanθ for acute angles=
mod [(m2 - m1)/1+m1m2]
when are 2 lines parallel?
if slopes are equal
when are 2 lines perpendicular?
if m1m2 = -1
equation of vertical line having dist b from y axis is
x=±b
equation of horizontal line having dist b from x axis is
y=±a
point slope form
m = y-y(0)/x-x(0)
two point form
y - y1 = ((y2-y1)/(x2-x1))(x-x1)
slope intercept form
y=mx + c
intercept form
x/a + y/b =1
distance btw 2 parallel lines d=
(mod c1-c2)/(A^2+B^2)1/2
distance of a point from a line d=
(mod Ax1 + By1 + C)/(A^2 + B^2)1/2