Facebook Pixel
Mathos AI logo

Coordinate Proofs with Quadrilaterals

Coordinate Proofs with Quadrilaterals

A coordinate proof uses algebra on the coordinate plane to prove geometric properties. When working with quadrilaterals, we can determine whether a shape is a general quadrilateral, parallelogram, rectangle, rhombus, or square by analyzing the coordinates of its vertices.

The Three Essential Formulas

To write coordinate proofs, you only need three basic algebraic formulas:

  1. Distance Formula: Used to prove sides or diagonals are equal in length (congruent). d=(x2x1)2+(y2y1)2d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}

  2. Slope Formula: Used to prove lines are parallel (equal slopes) or perpendicular (slopes are negative reciprocals, meaning m1m2=1m_1 \cdot m_2 = -1). m=y2y1x2x1m = \frac{y_2 - y_1}{x_2 - x_1}

  3. Midpoint Formula: Used to prove diagonals bisect each other (they share the exact same midpoint). M=(x1+x22,y1+y22)M = \left(\frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2}\right)

Proving Specific Quadrilaterals

Depending on what you want to prove, you can choose the most efficient formula:

  • Parallelogram: Prove both pairs of opposite sides are parallel (Slope Formula) OR prove the diagonals bisect each other (Midpoint Formula).
  • Rectangle: First prove it is a parallelogram, then prove one interior angle is 9090^\circ (Slope Formula for perpendicular adjacent sides) OR prove the diagonals are congruent (Distance Formula).
  • Rhombus: First prove it is a parallelogram, then prove adjacent sides are congruent (Distance Formula) OR prove the diagonals are perpendicular (Slope Formula).
  • Square: Prove it has the properties of both a rectangle (congruent diagonals / right angles) and a rhombus (perpendicular diagonals / congruent sides).

Example: Proving a Parallelogram

Problem: Prove that the quadrilateral with vertices A(1,1)A(1,1), B(4,1)B(4,1), C(5,4)C(5,4), and D(2,4)D(2,4) is a parallelogram using slopes.

Step 1: Find the slope of opposite sides ABAB and DCDC.

  • Slope of ABAB: mAB=1141=03=0m_{AB} = \frac{1 - 1}{4 - 1} = \frac{0}{3} = 0
  • Slope of DCDC: mDC=4452=03=0m_{DC} = \frac{4 - 4}{5 - 2} = \frac{0}{3} = 0

Since mAB=mDCm_{AB} = m_{DC}, side ABAB is parallel to side DCDC.

Step 2: Find the slope of opposite sides ADAD and BCBC.

  • Slope of ADAD: mAD=4121=31=3m_{AD} = \frac{4 - 1}{2 - 1} = \frac{3}{1} = 3
  • Slope of BCBC: mBC=4154=31=3m_{BC} = \frac{4 - 1}{5 - 4} = \frac{3}{1} = 3

Since mAD=mBCm_{AD} = m_{BC}, side ADAD is parallel to side BCBC.

Conclusion: Because both pairs of opposite sides have equal slopes, they are parallel. Therefore, quadrilateral ABCDABCD is a parallelogram.