Geometry Advanced coordinate proofalgebragenerality

Coordinate Proofs

Proving a theorem for every case by using variables instead of numbers.

Video by Khan Academy — “Proof: Diagonals of a parallelogram bisect each other | Quadrilaterals | Geometry | Khan Academy” Watch on YouTube

The explanation

Key idea Place the figure conveniently, then let the algebra do the proving.

A coordinate proof puts a figure on the grid and proves something with formulas rather than with a two-column argument.

The critical move is placement. Put a vertex at the origin and a side along the x-axis. That kills as many variables as possible and makes the algebra manageable.

Use variables, not numbers. Proving something for the specific triangle (0,0), (4,0), (2,6) shows it holds for that one triangle. Using (0,0), (2a,0), (2b,2c) proves it for all of them.

Choose coefficients that keep midpoints clean. Writing 2a instead of a means the midpoint is a rather than a/2, which saves fractions throughout.

Then match the tool to the claim: distance for congruent, slope for parallel or perpendicular, midpoint for bisects.

Worked example

Prove the diagonals of a parallelogram bisect each other, using coordinates.

  1. Place it generally: A(0,0), B(a,0), C(a+b, c), D(b, c).
  2. Midpoint of AC: ((a+b)/2, c/2).
  3. Midpoint of BD: ((a+b)/2, c/2).
  4. The midpoints coincide.

Answer: Both diagonals share a midpoint, so each bisects the other.

Common mistakes

  • Using specific numbers, which proves only one case.
  • Placing the figure so that it accidentally assumes an extra property such as isosceles or right.