The Coordinate Plane
The plane is built from two perpendicular number lines: the horizontal x-axis and the vertical y-axis, crossing at the origin (0, 0). A point is an ordered pair (x, y) where x is read first (right/left) and y second (up/down) — reversing them is the most common beginner error. The axes split the plane into four quadrants, numbered counter-clockwise starting top-right: Quadrant I has (+, +), II has (−, +), III has (−, −), and IV has (+, −). A point on an axis belongs to no quadrant — for example (0, 5) sits on the y-axis. The GRE uses this for quick sign reasoning: if xy > 0 the point is in Quadrant I or III; if xy < 0 it is in II or IV. Many "which quadrant" and Quantitative Comparison questions are answered purely from the signs of x and y, with no calculation at all.
✅ 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) |