📐 Geometry · Coordinate Geometry

Coordinate tricks that make the plane click

Slope, distance, midpoint, and line equations — memorized.

📊 Coordinate

Memory tricks

Proven mnemonics — fast to learn, hard to forget.

Distance Formula
Distance = √[(x₂-x₁)² + (y₂-y₁)²] — Pythagoras in the coordinate plane
Distance Formula
The distance between two points — Pythagoras applied to coordinates
Square the x-difference, add the squared y-difference, take the square root. It IS the Pythagorean theorem — the horizontal and vertical gaps are the two legs.
Midpoint Formula
Midpoint = average of coordinates: ((x₁+x₂)/2, (y₁+y₂)/2)
Midpoint Formula
Average the x-coordinates and average the y-coordinates
The midpoint is literally the average position. x-mid = (x₁+x₂)/2. y-mid = (y₁+y₂)/2. Used to find centers, bisectors, and medians of triangles.
Slope-Intercept Form
y = mx + b: m = slope, b = y-intercept
Slope-Intercept Form
The most useful form of a linear equation
m is slope (steepness and direction). b is y-intercept (where line crosses y-axis). To graph: start at (0, b), then go rise/run. Parallel lines share m. Perpendicular: m₁ × m₂ = -1.
Equation of a Circle
Equation of a circle: (x-h)² + (y-k)² = r² where (h,k) is center and r is radius
Equation of a Circle
Standard form of a circle equation — center and radius from the equation
Center (h, k), radius r. Expand to get general form: x² + y² + Dx + Ey + F = 0. To convert back to standard form, complete the square for x and y separately.
Standard Form of a Line
Standard form of a line: Ax + By = C. Convert to slope-intercept: solve for y.
Standard Form of a Line
A third way to write linear equations — and when to use it
Standard form: Ax + By = C where A, B, C are integers and A ≥ 0. Easy to find x and y intercepts: set y=0 for x-intercept, set x=0 for y-intercept. Converting to slope-intercept: By = -Ax + C → y = (-A/B)x + C/B. Point-slope form: y - y₁ = m(x - x₁) — useful when you have a point and slope.
Coordinate Plane Quadrants
Quadrants: I (+,+) upper right. II (-,+) upper left. III (-,-) lower left. IV (+,-) lower right.
Coordinate Plane Quadrants
The four quadrants and their sign patterns
Quadrant I: x>0, y>0 (upper right). Quadrant II: x<0, y>0 (upper left). Quadrant III: x<0, y<0 (lower left). Quadrant IV: x>0, y<0 (lower right). Memory: start upper right, go counterclockwise. Points on axes are not in any quadrant.
Perpendicular Bisector
Perpendicular bisector of a segment: passes through midpoint at 90°. All points equidistant from both endpoints.
Perpendicular Bisector
The set of all points equidistant from two endpoints
The perpendicular bisector of segment AB: passes through the midpoint of AB at a 90° angle. Every point on the perpendicular bisector is equidistant from A and B. To find it: (1) find midpoint, (2) find slope of AB, (3) take negative reciprocal for perpendicular slope, (4) write equation through midpoint.
Coordinate Geometry Triangle Classification
Classify triangles by vertices: find side lengths with distance formula, find slopes to check right angles
Coordinate Geometry Triangle Classification
Using distance and slope formulas to classify triangles
Scalene: all three sides different lengths. Isosceles: two sides equal (use distance formula). Equilateral: all three sides equal. Right: check if two sides are perpendicular (slopes are negative reciprocals). Right isosceles: both conditions. Use distance formula for side lengths, slope for angle types.
Locus Problems
Locus: set of all points satisfying a condition. Circle is locus of points equidistant from center.
Locus Problems
Geometric sets defined by a condition
Locus: all points satisfying a given condition. Locus equidistant from two points: perpendicular bisector. Locus equidistant from two parallel lines: parallel line between them. Locus equidistant from a point (circle center): circle. Locus equidistant from two intersecting lines: angle bisectors.
Slope Special Cases
Slope of horizontal line = 0. Vertical line = undefined. Parallel lines have same slope.
Slope Special Cases
The slopes that cause the most confusion
Horizontal line (y = k): slope = 0, zero rise. Vertical line (x = k): slope = undefined, zero run (can't divide by zero). Two lines are parallel if slopes are equal (and they're different lines). Two lines are perpendicular if slopes are negative reciprocals: m₁ × m₂ = -1. Horizontal ⊥ vertical: 0 × undefined = special case.
Coordinate Transformations Summary
Transformations in coordinate geometry: translate (add), reflect (negate), rotate (use rules), dilate (multiply)
Coordinate Transformations Summary
All four transformations expressed as coordinate operations
Translation by (a,b): (x,y) → (x+a, y+b). Reflection over x-axis: (x,y) → (x,-y). Reflection over y-axis: (x,y) → (-x,y). Reflection over y=x: (x,y) → (y,x). Rotation 90° CCW: (x,y) → (-y,x). Dilation by k from origin: (x,y) → (kx,ky).