Distance Formula
The distance between two points (x1,y1) and (x2,y2):
d=(x2−x1)2+(y2−y1)2
Midpoint Formula
The midpoint of a line segment with endpoints (x1,y1) and (x2,y2):
M=(2x1+x2,2y1+y2)
Slope Formula
The slope of a line passing through (x1,y1) and (x2,y2):
m=x2−x1y2−y1=runrise=ΔxΔy
Special Cases
| Type | Slope |
|---|
| Horizontal line | m=0 |
| Vertical line | m is undefined |
| Rising left to right | m>0 |
| Falling left to right | m<0 |
Equations of Lines
Slope-Intercept Form
y=mx+b
where m = slope, b = y-intercept
Point-Slope Form
y−y1=m(x−x1)
where m = slope, (x1,y1) = point on line
Standard Form
Ax+By=C
where A, B, C are integers and A≥0
Two-Point Form
y2−y1y−y1=x2−x1x−x1
Intercept Form
ax+by=1
where a = x-intercept, b = y-intercept
Parallel and Perpendicular Lines
Parallel Lines
Same slope: m1=m2
Perpendicular Lines
Slopes are negative reciprocals: m1⋅m2=−1
m2=−m11
Standard Equation of a Circle
Center at Origin
x2+y2=r2
Center at (h,k)
(x−h)2+(y−k)2=r2
where (h,k) = center, r = radius
General Form
x2+y2+Dx+Ey+F=0
Center: (−2D,−2E)
Radius: r=4D2+4E2−F
Quadratic Formula
For ax2+bx+c=0:
x=2a−b±b2−4ac
Discriminant
Δ=b2−4ac
| Discriminant | Nature of Roots |
|---|
| Δ>0 | Two distinct real roots |
| Δ=0 | One repeated real root |
| Δ<0 | Two complex conjugate roots |
Distance from Point to Line
Distance from point (x0,y0) to line Ax+By+C=0:
d=A2+B2∣Ax0+By0+C∣