Distance & Midpoint
The distance between two points is the Pythagorean theorem in disguise: d = √[(x₂ − x₁)² + (y₂ − y₁)²], where the coordinate differences are the two legs of a right triangle and the distance is the hypotenuse. Because it is Pythagoras, the GRE's favourite point pairs give clean answers through 3-4-5 and 5-12-13 triangles — recognising those saves the calculator. The midpoint is simply the average of the coordinates: M = ((x₁ + x₂)/2, (y₁ + y₂)/2), the point exactly halfway between the two. A common reverse question gives one endpoint and the midpoint and asks for the other endpoint — solve each coordinate equation (the midpoint's x is the average of the two x's). Squaring makes signs disappear inside the distance formula, so (x₂ − x₁)² is the same whichever way you subtract; that forgiveness does not extend to the midpoint, where you must add, not subtract.
✅ Solved examples
✏️ Practice — try these, take hints as needed
📝 Topic test — 8 questions
Auto-graded with full solutions; saved to your dashboard. Use the calculator and formula sheet (top-right) any time.
Formula Reference Sheet
Points, distance & midpoint
| Distance between two points | d = √[ (x₂ − x₁)² + (y₂ − y₁)² ] |
|---|---|
| Midpoint | M = ( (x₁ + x₂)/2 , (y₁ + y₂)/2 ) |
| Slope | m = (y₂ − y₁) / (x₂ − x₁) |
Lines & parabolas
| Slope-intercept form | y = mx + b (b = y-intercept) |
|---|---|
| Parallel lines | same slope: m₁ = m₂ |
| Perpendicular lines | m₁ × m₂ = −1 |
| x-intercept | set y = 0 and solve for x |
| Parabola (vertex form) | y = a(x − h)² + k, vertex (h, k) |