📐 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.

Slope Formula
Slope = rise/run = (y₂-y₁)/(x₂-x₁). Parallel: equal slopes. Perpendicular: negative reciprocals.
Slope Formula
Calculate and interpret slope from two points
Positive slope: up left to right. Negative: down. Zero: horizontal. Undefined: vertical. Parallel lines: equal slopes. Perpendicular lines: slopes that multiply to -1 (e.g., 2 and -½).
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 (positive x, positive y) upper right. II (negative x, positive y) upper left. III (negative x, negative y) 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).
Mnemonic
What it means
00📚 0 left

No saved cards yet — click ☆ Save on any memory trick.

🎓 Common Exam Questions
Q: Derive the distance formula and explain its connection to the Pythagorean theorem.
A: To find the distance between (x1, y1) and (x2, y2): draw a right triangle with the segment as hypotenuse. The horizontal leg has length |x2 - x1| and the vertical leg has length |y2 - y1|. By the Pythagorean theorem: d squared = (x2-x1) squared + (y2-y1) squared. Taking the square root: d = square root of [(x2-x1) squared + (y2-y1) squared]. The distance formula IS the Pythagorean theorem applied in the coordinate plane.
Q: What are parallel and perpendicular slope relationships and how do you prove them?
A: Parallel lines have equal slopes (m1 = m2) because they have the same steepness and never intersect. Perpendicular lines have slopes that are negative reciprocals: m1 times m2 = -1, so m2 = -1/m1. To prove perpendicularity from slopes: if one line has slope 3/4, the perpendicular has slope -4/3. Check: (3/4) times (-4/3) = -1. Special cases: horizontal lines (slope 0) are perpendicular to vertical lines (undefined slope).
Q: How do you find the equation of a line given two points? Explain slope-intercept and point-slope forms.
A: Given two points (x1, y1) and (x2, y2): Step 1: find slope m = (y2-y1)/(x2-x1). Step 2a (slope-intercept): substitute m and one point into y = mx + b to solve for b, then write y = mx + b. Step 2b (point-slope): write directly as y - y1 = m(x - x1). Both forms give the same line. Standard form Ax + By = C can be derived from either. Point-slope is fastest when you have a point and slope; slope-intercept is most useful for graphing.
Q: Explain locus problems — what are the loci for common geometric conditions?
A: Locus: the set of all points satisfying a given condition. Common loci: equidistant from two points = perpendicular bisector of segment connecting them. Equidistant from two parallel lines = the parallel line halfway between them. Equidistant from one fixed point = a circle centered at that point. Equidistant from a point and a line = a parabola (conic section). Fixed distance from a line = two parallel lines. To solve a locus problem: describe the condition algebraically, simplify, and identify the geometric figure.
Q: How do you use coordinates to classify a quadrilateral? Walk through an example.
A: To classify a quadrilateral given vertices A, B, C, D: Step 1 find all four side lengths using the distance formula — if all four equal, it is a rhombus or square. Step 2 find slopes of all four sides — if opposite sides have equal slopes, it is a parallelogram. If all four angles are right angles (slopes are negative reciprocals for adjacent sides), it is a rectangle. Step 3 find diagonals — if diagonals bisect each other (midpoints equal), it is a parallelogram. If diagonals are also equal in length, it is a rectangle. Combining: if all sides equal AND all angles right = square.