Mathwords logoMathwords

Two-Point Form — Definition, Formula & Examples

Two-point form is a way to write the equation of a line when you know two points that lie on it. It builds the slope directly into the equation so you can find the line in one step.

Given two distinct points (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) with x1x2x_1 \neq x_2, the two-point form of a linear equation is yy1y2y1=xx1x2x1\dfrac{y - y_1}{y_2 - y_1} = \dfrac{x - x_1}{x_2 - x_1}, which is equivalent to applying the slope formula within point-slope form.

Key Formula

yy1y2y1=xx1x2x1\frac{y - y_1}{y_2 - y_1} = \frac{x - x_1}{x_2 - x_1}
Where:
  • (x1,y1)(x_1, y_1) = First known point on the line
  • (x2,y2)(x_2, y_2) = Second known point on the line
  • (x,y)(x, y) = Any other point on the line

How It Works

Start by labeling your two known points as (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2). Substitute those four values into the two-point form formula. Then simplify by cross-multiplying and isolating yy if you want slope-intercept form. The left side compares how far yy is from y1y_1 relative to the total vertical change; the right side does the same horizontally. When both ratios are equal, the point (x,y)(x, y) lies on the line through your two points.

Worked Example

Problem: Find the equation of the line through (2, 3) and (6, 11).
Substitute into two-point form: Let (x1,y1)=(2,3)(x_1, y_1) = (2, 3) and (x2,y2)=(6,11)(x_2, y_2) = (6, 11).
y3113=x262\frac{y - 3}{11 - 3} = \frac{x - 2}{6 - 2}
Simplify the denominators: Compute the differences on each side.
y38=x24\frac{y - 3}{8} = \frac{x - 2}{4}
Cross-multiply and solve for y: Multiply both sides by 8 and simplify.
y3=2(x2)    y=2x1y - 3 = 2(x - 2) \implies y = 2x - 1
Answer: y=2x1y = 2x - 1

Why It Matters

Coordinate geometry problems on the SAT, ACT, and in analytic geometry courses often give you two points and ask for the line's equation. Two-point form lets you skip the separate slope calculation and go straight to the equation. It also appears when setting up lines of best fit by hand in statistics.

Common Mistakes

Mistake: Mixing up which coordinates go with xx and which go with yy in the denominators.
Correction: Keep the pattern consistent: the yy-values stay on the left fraction and the xx-values on the right. Both denominators use subscript-2 minus subscript-1 in the same order.