On the coordinate plane, every point is an ordered pair (x, y), and that’s all the information needed to answer geometric questions with arithmetic instead of a ruler and protractor. Three formulas cover almost everything: distance, midpoint, and slope.
The distance formula — really just the Pythagorean theorem
The distance between points (x₁, y₁) and (x₂, y₂) is √[(x₂−x₁)² + (y₂−y₁)²]. That looks intimidating until you notice it’s the Pythagorean theorem in disguise: the horizontal gap and vertical gap between the points form the two legs of a right triangle, and the distance you want is the hypotenuse.
The midpoint formula — just an average
The midpoint of a segment is simply the average of the two endpoints’ coordinates: ((x₁+x₂)/2, (y₁+y₂)/2). Nothing more exotic than that — average the x’s, average the y’s.
Slope — steepness as a number
Slope is “rise over run”: (y₂−y₁)/(x₂−x₁). A positive slope rises left to right, negative falls, zero is flat (horizontal), and undefined slope (division by zero) means a vertical line. Slope is also the bridge to proving figures are rectangles, parallelograms, or right triangles: parallel lines have equal slopes, and perpendicular lines have slopes that are negative reciprocalsof each other (multiply them together and you get −1).
Let me show you one
Find the distance and midpoint between (1, 2) and (5, 8). Distance: √[(5−1)² + (8−2)²] = √[16 + 36] = √52 ≈ 7.21. Midpoint: ((1+5)/2, (2+8)/2) = (3, 5). Slope between them: (8−2)/(5−1) = 6/4 = 1.5. Three different questions, three quick calculations — no drawing required.
The mistake I see most
Subtracting coordinates in inconsistent order between the slope and distance steps of the same problem — using (x₂−x₁) in one formula and (x₁−x₂) in the next. It doesn’t change distance (since you square it), but it flips the sign of slope. Pick one point as “point 1” at the start of a problem and stick with that order throughout.
Want to work through it together?
If the formulas feel like they belong to algebra more than geometry, that’s exactly right — and exactly why this topic often clicks fast once you see it as algebra wearing a geometry costume.