Coordinate Bashing is the habit of placing a diagram on coordinates to turn geometry relations into algebra. In contest math, that habit turns a crowded setup into a relation the student can test, bound, count, or compute. MathGrit teaches it as a recognizable signal, a deliberate move, and a final translation back to the original question.
You pin the figure onto the coordinate plane so geometric conditions become algebra you can grind out directly.
Why It Works
1
Choose axes to kill as many unknowns as possible: put a key vertex at the origin, a side along the $x$-axis, exploit symmetry.
2
Translate the conditions: distances via the distance formula, parallel lines via equal slopes, perpendicular lines via $m_1 m_2 = -1$, a point on a circle via $(x-h)^2 + (y-k)^2 = r^2$.
3
Solve the resulting equations algebraically for the unknown coordinates or lengths.
4
Read the answer back as a geometric quantity. The cost is messy algebra; the payoff is a guaranteed, configuration-free path.
Worked Examples
Example 1
Triangle $ABC$ has $A = (0,0)$, $B = (6,0)$, $C = (0,8)$. Find the length of the median from $A$ to the midpoint of $BC$.
1
The midpoint $M$ of $BC$ is $\left(\dfrac{6+0}{2}, \dfrac{0+8}{2}\right) = (3,4)$.
2
The median length is the distance $AM = \sqrt{(3-0)^2 + (4-0)^2}$.
3
Compute: $\sqrt{9 + 16} = \sqrt{25} = 5$.
Answer:
The median from $A$ has length $5$.
Warm-up
Find the orthocenter of the triangle with vertices $A = (0,0)$, $B = (4,0)$, $C = (1,3)$.
1
The altitude from $C$ is perpendicular to $AB$. Since $AB$ is horizontal, this altitude is the vertical line $x = 1$.
2
The altitude from $A$ is perpendicular to $BC$. Slope of $BC$ is $\dfrac{3-0}{1-4} = -1$, so the altitude from $A$ has slope $1$: the line $y = x$.
3
Intersect $x = 1$ with $y = x$: the orthocenter is $(1,1)$.
Answer:
Orthocenter $= (1,1)$.
Contest level
Points $A = (0,0)$ and $B = (8,0)$ are fixed. Find the locus of points $P$ with $PA = 2\,PB$, and identify it.
1
Let $P = (x,y)$. The condition $PA^2 = 4\,PB^2$ gives $x^2 + y^2 = 4\big[(x-8)^2 + y^2\big]$.
Divide by $3$ and complete the square: $x^2 - \dfrac{64}{3}x + y^2 = -\dfrac{256}{3}$, i.e. $\left(x - \dfrac{32}{3}\right)^2 + y^2 = \dfrac{1024}{9} - \dfrac{256}{3} = \dfrac{1024 - 768}{9} = \dfrac{256}{9}$.
4
This is a circle (the Apollonius circle) of center $\left(\dfrac{32}{3}, 0\right)$ and radius $\dfrac{16}{3}$.
Answer:
An Apollonius circle: center $\left(\tfrac{32}{3}, 0\right)$, radius $\tfrac{16}{3}$.
Olympiad / Challenge
In square $ABCD$ with $A=(0,0)$, $B=(1,0)$, $C=(1,1)$, $D=(0,1)$, let $M$ be the midpoint of $CD$ and $N$ the midpoint of $AD$. Show that $BM \perp CN$ and find their intersection.
1
Coordinates: $M = \left(\tfrac12, 1\right)$ (midpoint of $CD$) and $N = \left(0, \tfrac12\right)$ (midpoint of $AD$).
Product of slopes $= (-2)\cdot\tfrac12 = -1$, so $BM \perp CN$.
4
Solve $BM:\ y = -2(x-1)$ and $CN:\ y - 1 = \tfrac12(x-1)$, i.e. $y = \tfrac12 x + \tfrac12$. Setting equal: $-2x + 2 = \tfrac12 x + \tfrac12 \Rightarrow \tfrac52 x = \tfrac32 \Rightarrow x = \tfrac35$, $y = -2(\tfrac35 - 1) = \tfrac45$.
Answer:
$BM \perp CN$; they meet at $\left(\tfrac35, \tfrac45\right)$.
Going Deeper
Generalization: any geometric condition becomes a polynomial equation — collinearity is a $2\times 2$ determinant $= 0$, concyclicity a $4\times 4$ determinant $= 0$, perpendicularity a dot product $= 0$. The Apollonius circle (locus of fixed distance ratio) and the radical axis both fall out of completing the square on the resulting quadratic.
Where it appears: coordinates are the reliable fallback when a synthetic angle chase stalls, especially on AIME problems with explicit lengths or a natural right angle / symmetry axis to exploit for a clean origin. They turn 'prove perpendicular/concurrent' into pure algebra.
Pitfall: a bad coordinate choice buries you in algebra. ALWAYS spend the first move placing the figure to maximize zeros — origin at a key vertex, a side on an axis, exploit symmetry. Forcing a generic placement when symmetry was available is the difference between two lines and two pages.
Spot the Signal
Look for problems where the key step is placing a diagram on coordinates to turn geometry relations into algebra.
You can describe the hard part as placing a diagram on coordinates to turn geometry relations into algebra, but a direct attack starts producing clutter.
The problem rewards preserving structure instead of expanding, listing, or guessing too early.
Learn the Move
Start by identify the diagram relation that calls for coordinate bashing, then rewrite the givens around it.
Name the relation that makes Coordinate Bashing legal before doing computation.
Use the new relation to replace the messiest part of the problem with a cleaner one.
Translate the result back to the quantity the problem actually asks for.
Avoid These Traps
Do not use Coordinate Bashing just because the surface looks familiar; verify the required condition first.
Applying Coordinate Bashing because it sounds relevant, without checking the trigger first.
Stopping after spotting the technique instead of finishing the calculation or proof.
MathGrit Coach Note
Let coordinate bashing reveal the geometric configuration; then compute only what remains.
Try it on:
Practice a contest problem where the key step is placing a diagram on coordinates to turn geometry relations into algebra.