ironfern @ docs ~/geometry/grade-9/coordinates/coordinate-method $

Coordinate Method

The coordinate method — also called analytic geometry — is a strategy for solving geometric problems by translating them into algebra. Once coordinates are assigned, geometric conditions (equal lengths, perpendicularity, collinearity, etc.) become equations that can be manipulated and solved.

The Strategy

The coordinate method follows a clear four-step plan:

  1. Choose a coordinate system. Place the origin and axes to exploit symmetry and make coordinates of key points as simple as possible.
  2. Assign coordinates. Label all relevant points with coordinates consistent with the given conditions.
  3. Translate geometry into algebra. Express each geometric condition (distance, parallel, perpendicular, midpoint, collinearity, …) as an equation or inequality.
  4. Solve and interpret. Solve the algebraic problem; translate the answer back into geometric language.

A well-chosen coordinate system can dramatically simplify a problem.

Key Algebraic Translations

Geometric conditionAlgebraic expression
PP lies on line Ax+By+C=0Ax + By + C = 0AxP+ByP+C=0Ax_P + By_P + C = 0
$AB
MM is midpoint of ABABxM=xA+xB2x_M = \frac{x_A + x_B}{2}, yM=yA+yB2y_M = \frac{y_A + y_B}{2}
ABCDAB \parallel CDslopes are equal: kAB=kCDk_{AB} = k_{CD}
ABCDAB \perp CDkABkCD=1k_{AB} \cdot k_{CD} = -1
AA, BB, CC are collinearyByAxBxA=yCyAxCxA\dfrac{y_B - y_A}{x_B - x_A} = \dfrac{y_C - y_A}{x_C - x_A}

Worked Examples

Example — Example 1 — Diagonals of a Rectangle Bisect Each Other

Use coordinates to prove that the diagonals of a rectangle bisect each other.

Proof. Place the rectangle with one vertex at the origin: A(0,0)A(0, 0), B(a,0)B(a, 0), C(a,b)C(a, b), D(0,b)D(0, b), where a,b>0a, b > 0.

The two diagonals are ACAC (from A(0,0)A(0,0) to C(a,b)C(a,b)) and BDBD (from B(a,0)B(a,0) to D(0,b)D(0,b)).

Midpoint of ACAC:

MAC=(0+a2,  0+b2)=(a2,  b2)M_{AC} = \left(\frac{0 + a}{2},\; \frac{0 + b}{2}\right) = \left(\frac{a}{2},\; \frac{b}{2}\right)

Midpoint of BDBD:

MBD=(a+02,  0+b2)=(a2,  b2)M_{BD} = \left(\frac{a + 0}{2},\; \frac{0 + b}{2}\right) = \left(\frac{a}{2},\; \frac{b}{2}\right)

Since MAC=MBDM_{AC} = M_{BD}, the diagonals share the same midpoint, which means they bisect each other. \blacktriangleleft

Example — Example 2 — Perpendicular Bisector as a Locus

Find the locus of all points equidistant from A(1,3)A(1, 3) and B(5,1)B(5, 1).

Solution. Let P(x,y)P(x, y) satisfy PA=PB|PA| = |PB|. Then:

PA2=PB2|PA|^2 = |PB|^2

(x1)2+(y3)2=(x5)2+(y1)2(x - 1)^2 + (y - 3)^2 = (x - 5)^2 + (y - 1)^2

Expanding both sides:

x22x+1+y26y+9=x210x+25+y22y+1x^2 - 2x + 1 + y^2 - 6y + 9 = x^2 - 10x + 25 + y^2 - 2y + 1

2x+16y+9=10x+252y+1-2x + 1 - 6y + 9 = -10x + 25 - 2y + 1

8x4y16=08x - 4y - 16 = 0

2xy4=0i.e.,y=2x42x - y - 4 = 0 \quad \text{i.e.,} \quad y = 2x - 4

Geometric interpretation. This is the perpendicular bisector of ABAB.

Let us verify: the midpoint of ABAB is M(3,2)M\left(3, 2\right), which satisfies y=2(3)4=2y = 2(3) - 4 = 2 \checkmark. The slope of ABAB is kAB=1351=12k_{AB} = \frac{1-3}{5-1} = -\frac{1}{2}, and the slope of the perpendicular bisector is k=2k = 2, giving kABk=122=1k_{AB} \cdot k = -\frac{1}{2} \cdot 2 = -1 \checkmark (perpendicular).

Answer: The locus is the line 2xy4=02x - y - 4 = 0. \blacktriangleleft

Example — Example 3 — Medians Meet at a Point

Prove using coordinates that the three medians of triangle ABCABC are concurrent (meet at a single point).

Proof. Place the triangle with vertices A(0,0)A(0, 0), B(2b,0)B(2b, 0), C(2c,2d)C(2c, 2d) (choosing coordinates to keep the midpoints integer).

The midpoints of the sides are:

  • MAM_A = midpoint of BCBC = (b+c,  d)\left(b + c,\; d\right)
  • MBM_B = midpoint of ACAC = (c,  d)\left(c,\; d\right)
  • MCM_C = midpoint of ABAB = (b,  0)\left(b,\; 0\right)

The point G=(0+2b+2c3,  0+0+2d3)=(2(b+c)3,  2d3)G = \left(\dfrac{0 + 2b + 2c}{3},\; \dfrac{0 + 0 + 2d}{3}\right) = \left(\dfrac{2(b+c)}{3},\; \dfrac{2d}{3}\right) divides each median in ratio 2:12:1 from vertex to midpoint.

Check that GG lies on median AMAAM_A (from A(0,0)A(0,0) to MA(b+c,d)M_A(b+c, d)):

GG divides AMAAM_A in ratio 2:12:1, so G=(2(b+c)3,2d3)G = \left(\frac{2(b+c)}{3}, \frac{2d}{3}\right) \checkmark.

By symmetry, GG lies on all three medians. Therefore the medians are concurrent at GG. \blacktriangleleft

Exercises

Exercise

Use coordinates to prove that the midpoints of the sides of any quadrilateral form a parallelogram (Varignon’s theorem).

Hint: Place the vertices of the quadrilateral at A(x1,y1)A(x_1, y_1), B(x2,y2)B(x_2, y_2), C(x3,y3)C(x_3, y_3), D(x4,y4)D(x_4, y_4). Find the midpoints of the four sides, then show that opposite sides of the midpoint quadrilateral are parallel (equal slopes) and equal in length.

Exercise

Find the locus of points P(x,y)P(x, y) such that PA2+PB2=50|PA|^2 + |PB|^2 = 50, where A(3,0)A(-3, 0) and B(3,0)B(3, 0).

Describe the locus geometrically (what figure does the equation represent?).

Exercise

Using coordinates, prove that the diagonals of a rhombus are perpendicular.

Hint: Let the rhombus have vertices A(a,0)A(a, 0), B(0,b)B(0, b), C(a,0)C(-a, 0), D(0,b)D(0, -b). Compute the slopes of diagonals ACAC and BDBD and verify their product equals 1-1.

Exercise

A point PP moves so that it is always twice as far from A(6,0)A(6, 0) as from the origin O(0,0)O(0, 0): that is, PA=2PO|PA| = 2|PO|. Find and identify the locus of PP.

Hint: Write out PA2=4PO2|PA|^2 = 4|PO|^2, expand, and complete the square.