Geometry: Euclidean and Coordinate
From the Math Olympiad curriculum
Geometry: Euclidean and Coordinate
TL;DR
Euclidean geometry deals with shapes, sizes, and relative positions of figures without coordinates. Coordinate geometry uses a system of coordinates to define points, lines, and figures, allowing algebraic methods to solve geometric problems. Combining both approaches gives you powerful tools for Math Olympiad problems.
1. The Mental Model
Think of Euclidean geometry as drawing and reasoning about shapes on paper. Coordinate geometry is like putting those shapes on a grid, giving every point an address, so you can use equations to describe them.
2. The Core Material
You'll often find yourself switching between Euclidean and coordinate geometry. Euclidean methods are great for proofs involving angles, congruency, and similarity, while coordinate methods are powerful for finding distances, slopes, areas, and dealing with equations of lines and circles.
2.1 Euclidean Geometry Essentials

Photo by https://kaboompics.com/ on Pexels
Euclidean geometry focuses on properties of figures in a plane or 3D space. Key concepts include:
- Points, Lines, Planes: Basic building blocks.
- Angles: Acute, obtuse, right, straight, reflex. Complementary, supplementary.
- Triangles: Types (equilateral, isosceles, scalene, right), congruence (SSS, SAS, ASA, AAS), similarity (AA, SSS, SAS). Important lines: medians, altitudes, angle bisectors, perpendicular bisectors. Special points: centroid, orthocenter, incenter, circumcenter.
- Quadrilaterals: Parallelograms, rectangles, squares, rhombi, trapezoids, kites. Their properties.
- Circles: Radius, diameter, circumference, chord, arc, tangent, secant. Angle theorems (central angle, inscribed angle).
- Theorems: Pythagorean theorem, Thales' theorem, Angle Bisector theorem, Ceva's theorem, Menelaus' theorem, Ptolemy's theorem.
2.2 Coordinate Geometry Essentials

Photo by https://kaboompics.com/ on Pexels
Coordinate geometry places geometric figures on a coordinate plane (usually Cartesian, with x and y axes).
- Points: Represented as ordered pairs
(x, y). - Distance Formula: The distance between
(x1, y1)and(x2, y2)issqrt((x2 - x1)^2 + (y2 - y1)^2). This is just a fancy Pythagorean theorem application! - Midpoint Formula: The midpoint of the segment connecting
(x1, y1)and(x2, y2)is((x1 + x2)/2, (y1 + y2)/2). - Slope of a Line: The slope
mbetween(x1, y1)and(x2, y2)is(y2 - y1) / (x2 - x1). - Equations of Lines:
- Slope-intercept form:
y = mx + b(wherebis the y-intercept). - Point-slope form:
y - y1 = m(x - x1). - General form:
Ax + By + C = 0.
- Slope-intercept form:
- Parallel Lines: Have the same slope (
m1 = m2). - Perpendicular Lines: Slopes are negative reciprocals (
m1 * m2 = -1, unless one is vertical). - Circles: Equation of a circle with center
(h, k)and radiusris(x - h)^2 + (y - k)^2 = r^2. - Area of a Polygon (Shoelace Formula): For a polygon with vertices
(x1, y1), (x2, y2), ..., (xn, yn)in order, the area is1/2 |(x1y2 + x2y3 + ... + xny1) - (y1x2 + y2x3 + ... + ynx1)|.
graph TD
A["Problem Statement"] --> B{"Geometric Proof or Calculation?"}
B -- "Proof (Angles, Congruence, Similarity)" --> C["Euclidean Approach"]
C --> D{"Easier to reason with spatial relationships?"}
D -- "Yes" --> E["Apply Euclidean Theorems (Pythagorean, Angle Bisector, etc.)"]
E --> F["Solution"]
B -- "Calculation (Distances, Areas, Coordinates)" --> G["Coordinate Approach"]
G --> H{"Can assign coordinates easily?"}
H -- "Yes" --> I["Place origin strategically (e.g., at a vertex)"]
I --> J["Define points with (x,y) coordinates"]
J --> K["Apply Coordinate Formulas (Distance, Midpoint, Slope, Line/Circle Eqns)"]
K --> F
D -- "No (Euclidean gets messy)" --> G
H -- "No (Coordinate gets messy)" --> C
2.3 Strategy: When to Use Which

Photo by Ann H on Pexels
You'll often find that one approach is much simpler than the other.
- Choose Euclidean when:
- The problem involves lots of angle relationships, parallel lines, or congruence/similarity proofs.
- You can easily spot special triangles (e.g., 30-60-90, 45-45-90).
- The diagram is simple and doesn't require precise lengths or positions, only relationships.
- Choose Coordinate when:
- You need to find exact lengths, areas, or equations of lines/circles.
- The problem naturally involves points on a grid, or you can place a complex figure onto a grid easily.
- You're dealing with midpoints, perpendiculars, or finding collinearity.
- Algebraic manipulation seems more straightforward than geometric reasoning.
- Sometimes both: You might use coordinates to find a specific length, then switch to Euclidean methods to prove a relationship using that length.
3. Worked Example
Problem: A triangle ABC has vertices A(1, 1), B(5, 3), and C(3, 7). Find the length of the median from A to BC.
Solution:
-
Understand the request: We need the length of a median. A median connects a vertex to the midpoint of the opposite side. Here, it's from A to the midpoint of BC.
-
Find the midpoint of BC (let's call it M):
Using the midpoint formula for B(5, 3) and C(3, 7):
Mx = (5 + 3) / 2 = 8 / 2 = 4
My = (3 + 7) / 2 = 10 / 2 = 5
So, the midpoint M is (4, 5). -
Find the distance between A and M:
Using the distance formula for A(1, 1) and M(4, 5):
Distance AM = sqrt((4 - 1)^2 + (5 - 1)^2)
Distance AM = sqrt((3)^2 + (4)^2)
Distance AM = sqrt(9 + 16)
Distance AM = sqrt(25)
Distance AM = 5
The length of the median from A to BC is 5 units.
4. Key Takeaways
- Euclidean geometry focuses on properties, relationships, and proofs without a coordinate system.
- Coordinate geometry translates geometric problems into algebraic ones using a coordinate grid.
- The distance formula is a direct application of the Pythagorean theorem.
- Strategic placement of the origin can simplify coordinate geometry calculations significantly.
- Knowing when to switch between Euclidean and coordinate approaches is crucial for efficiency.
- Don't be afraid to try both methods if one seems stuck; often, one is much easier.
-
Formulas like Shoelace for area are powerful but require careful ordering of vertices.
-
Common Mistakes:
- Confusing properties of different quadrilaterals (e.g., assuming a parallelogram is a rectangle).
- Incorrectly applying distance or midpoint formulas (e.g.,
(x2-x1)vs(x1+x2)). - Making arithmetic errors in coordinate calculations – double-check your work!
- Choosing an overly complicated coordinate system when a simpler one exists (e.g., placing the origin at a random point instead of a vertex).
5. Now Try It
A triangle has vertices P(0, 0), Q(6, 0), and R(3, 4). Calculate its area using the Shoelace Formula. What success looks like: You'll arrive at a specific numerical value for the area of the triangle.
Frequently asked about Geometry: Euclidean and Coordinate
More from Math Olympiad
Get the full Math Olympiad curriculum
Clone the complete plan to your dashboard for unlimited AI-generated notes, practice quizzes, and a personalised revision schedule.
Create Free Account