Geometry: Coordinates & Complex

Study Sheet

Geometry: Coordinates & Complex

Analytic and complex methods

Analytic Geometry

Tip
Shoelace formula

A polygon with vertices (xi,yi)(x_i,y_i) in order has area 12i(xiyi+1xi+1yi)\tfrac12\left|\sum_i (x_iy_{i+1} - x_{i+1}y_i)\right|.

In plain terms. List the corner coordinates in a loop, cross-multiply neighbors, and half the total gives the area — no need to cut the shape up.

Example. Triangle (0,0),(4,0),(0,3)(0,0),(4,0),(0,3): area =120040+4300+00=6= \tfrac12|0\cdot0 - 4\cdot0 + 4\cdot3 - 0\cdot0 + 0 - 0| = 6.

Complex Numbers as Points

Concept
Rotations by multiplication

Rotating a point zz about the origin by θ\theta is multiplication by eiθe^{i\theta}; about a center cc, use c+(zc)eiθc + (z-c)e^{i\theta}.

In plain terms. Treat plane points as complex numbers; a rotation is then just one multiplication, which makes symmetric figures easy.

Example. Rotating z=1z=1 by 9090^\circ gives 1i=i1\cdot i = i — the point (0,1)(0,1), exactly a quarter turn.

Cevians: Ceva & Menelaus

Tip
Ceva's theorem

Cevians ADAD, BEBE, CFCF (with D,E,FD, E, F on sides BCBC, CACA, ABAB) are concurrent if and only if BDDCCEEAAFFB=1\dfrac{BD}{DC}\cdot\dfrac{CE}{EA}\cdot\dfrac{AF}{FB} = 1.

In plain terms. Three lines from the corners of a triangle to the opposite sides pass through one common point exactly when the three side-splitting ratios multiply to 11. Two known ratios always lock in the third — no lengths of the triangle itself are ever needed.

Example. If BD:DC=2:3BD:DC = 2:3 and CE:EA=1:2CE:EA = 1:2 and the cevians are concurrent, then 2312AFFB=1\tfrac23\cdot\tfrac12\cdot\tfrac{AF}{FB} = 1 forces AF:FB=3:1AF:FB = 3:1.

Tip
Menelaus's theorem

A transversal line crossing lines BCBC, CACA, ABAB of triangle ABCABC at DD, EE, FF satisfies BDDCCEEAAFFB=1\dfrac{BD}{DC}\cdot\dfrac{CE}{EA}\cdot\dfrac{AF}{FB} = 1 (unsigned; with signed ratios the product is 1-1).

In plain terms. Same product as Ceva, but for a straight LINE slicing across the triangle instead of three concurrent cevians — the line always cuts one side externally, on its extension. Use it whenever a problem draws a line through two marked points and asks where it crosses a third side.

Example. With BD:DC=2:3BD:DC = 2:3 on BCBC and MM the midpoint of CACA (CM:MA=1CM:MA = 1), the line DMDM meets line ABAB at XX with AXXB231=1\tfrac{AX}{XB}\cdot\tfrac23\cdot 1 = 1, so AX:XB=3:2AX:XB = 3:2 — and XX lies outside segment ABAB.

Concept
Choosing between them — and mass points

Concurrency of three cevians \Rightarrow Ceva. One straight line cutting across the triangle \Rightarrow Menelaus. For the RATIO ALONG a cevian (like AP:PDAP:PD), assign masses inverse to the side ratios: the balance point is the cevian intersection, and APPD=mass at Dmass at A\dfrac{AP}{PD} = \dfrac{\text{mass at }D}{\text{mass at }A}.

In plain terms. The two theorems answer "where does the third cut land?"; mass points answer "how far along the cevian is the crossing?". Together they dispatch nearly every ratio-chasing problem without coordinates.

Example. With BD:DC=1:2BD:DC = 1:2 and CE:EA=1:2CE:EA = 1:2, masses 4,2,14, 2, 1 at B,C,AB, C, A make DD carry 66, so cevians ADAD and BEBE meet at PP with AP:PD=6:1AP:PD = 6:1.