Formula Sheet

Straight Lines Formulas

All key formulas grouped by subtopic. Each one has a quick reminder and common mistakes to watch for.

8 formulas · 8 subtopics

Slope-Intercept Form

#1
y=mx+cy = mx + c

💡 m = slope, c = y-intercept. Slope = tan(θ) where θ is angle with positive x-axis.

Two-Point Form & Slope Formula

#2
m=y2y1x2x1,yy1y2y1=xx1x2x1m = \frac{y_2 - y_1}{x_2 - x_1}, \quad \frac{y - y_1}{y_2 - y_1} = \frac{x - x_1}{x_2 - x_1}

💡 Slope is undefined for vertical lines (x₁ = x₂).

Distance from Point to Line

#3
d=ax1+by1+ca2+b2d = \frac{|ax_1 + by_1 + c|}{\sqrt{a^2 + b^2}}

💡 Line: ax + by + c = 0. Don't forget the absolute value. Distance between parallel lines: |c₁-c₂|/√(a²+b²).

Angle Between Two Lines

#4
tanθ=m1m21+m1m2\tan\theta = \left|\frac{m_1 - m_2}{1 + m_1 m_2}\right|

💡 For perpendicular lines: m₁m₂ = -1. For parallel lines: m₁ = m₂.

Forgetting the absolute value gives the acute angle. Without |·| you get the signed angle.

Family of Lines

#5
L1+λL2=0L_1 + \lambda L_2 = 0

💡 Passes through the intersection of L₁ = 0 and L₂ = 0 for all values of λ. Choose λ to satisfy additional conditions.

Area of Triangle (Coordinate)

#6
Area=12x1(y2y3)+x2(y3y1)+x3(y1y2)\text{Area} = \frac{1}{2}|x_1(y_2-y_3) + x_2(y_3-y_1) + x_3(y_1-y_2)|

💡 Area = 0 means the points are collinear. Can also use determinant form.

Section Formula

#7
(mx2+nx1m+n,my2+ny1m+n)\left(\frac{mx_2 + nx_1}{m+n}, \frac{my_2 + ny_1}{m+n}\right)

💡 Internal division: both +. External division: replace n with -n. Midpoint: m = n = 1.

Image of Point in a Line

#8
xx1a=yy1b=2(ax1+by1+c)a2+b2\frac{x - x_1}{a} = \frac{y - y_1}{b} = -\frac{2(ax_1 + by_1 + c)}{a^2 + b^2}

💡 Line: ax + by + c = 0. The foot of perpendicular uses the same formula but with -1 instead of -2.