3.2 Coordinate Geometry and Proof

Key Takeaways

  • Distance formula d = sqrt[(x2-x1)^2 + (y2-y1)^2] and midpoint M = ((x1+x2)/2, (y1+y2)/2) anchor most coordinate computations on Praxis 5165.
  • Parallel lines have equal slopes; perpendicular non-vertical lines have slopes whose product is -1.
  • A parallelogram can be verified efficiently by showing diagonals bisect each other (equal midpoints).
  • When coordinates are given, coordinate proofs often beat synthetic proofs; match the method to the stem.
  • Subtracting coordinates requires care with negative values: 3 - (-1) = 4, not 2.
Last updated: July 2026

Why This Section Matters

Coordinate geometry turns shapes into algebra. On Praxis 5165, you will compute distances and midpoints, write equations of lines, and prove properties of quadrilaterals using coordinates — often faster than synthetic Euclidean proofs. Items also test whether you can choose an efficient verification strategy, especially in task-of-teaching stems where a student picks a weak or incomplete justification.

The on-screen graphing calculator can plot points, but you still need paper-and-pencil fluency with formulas because many items are multiple-choice setups that reward algebraic structure. Geometry is 20% of the exam; coordinate methods appear in multiple items across that domain.

Essential Formulas

ToolFormulaNotes
Distanced = √[(x₂ − x₁)² + (y₂ − y₁)²]Pythagorean theorem in the plane
MidpointM = ((x₁ + x₂)/2, (y₁ + y₂)/2)Average coordinates
Slopem = (y₂ − y₁)/(x₂ − x₁)Undefined for vertical lines
Point-slope liney − y₁ = m(x − x₁)Build from slope + point
Slope-intercepty = mx + bb is y-intercept

Parallel lines have equal slopes; perpendicular lines have slopes whose product is −1 (unless one line is vertical and the other horizontal). A horizontal line has slope 0; a vertical line has undefined slope.

Proving Figures in the Coordinate Plane

Common verification strategies:

GoalEfficient Coordinate Test
ParallelogramDiagonals bisect each other (same midpoint)
RectangleParallelogram + perpendicular adjacent sides (slopes m and −1/m)
RhombusAll four sides equal length
SquareRhombus + right angles (perpendicular slopes)

Showing adjacent sides equal alone does not prove a parallelogram — a kite can have equal adjacent pairs.

Worked Example: Parallelogram Proof

Vertices: A(0, 0), B(4, 1), C(6, 5), D(2, 4). Prove ABCD is a parallelogram.

Find midpoints of diagonals AC and BD:

  • Midpoint of AC: ((0 + 6)/2, (0 + 5)/2) = (3, 2.5)
  • Midpoint of BD: ((4 + 2)/2, (1 + 4)/2) = (3, 2.5)

The diagonals share a midpoint, so they bisect each other. Therefore ABCD is a parallelogram.

Worked Example: Distance

Find the distance between (−1, 2) and (3, 5).

d = √[(3 − (−1))² + (5 − 2)²] = √[4² + 3²] = √[16 + 9] = √25 = 5.

The horizontal change 4 and vertical change 3 form a 3-4-5 right triangle — a pattern worth recognizing on timed items.

Worked Example: Midpoint and Diameter

Endpoints of a segment are (1, 2) and (7, 6). Midpoint = ((1+7)/2, (2+6)/2) = (4, 4). This midpoint becomes the center when the segment is a circle's diameter.

Coordinate Proofs vs. Synthetic Proofs

A coordinate proof assigns coordinates strategically (often placing a vertex at the origin or a side on an axis) and uses algebra. A synthetic proof uses classical theorems without coordinates.

On Praxis, if vertices are already numbered with coordinates, lean coordinate. If the stem gives only a diagram with tick marks, lean synthetic congruence/similarity.

Equations of Lines in Context

To find the equation through (2, −3) with slope 4:

y − (−3) = 4(x − 2) → y + 3 = 4x − 8 → y = 4x − 11.

For a line perpendicular to y = (2/3)x + 1 through (6, 1), the perpendicular slope is −3/2:

y − 1 = (−3/2)(x − 6) → y = (−3/2)x + 10.

Worked Example: Parallel Line Through a Point

Line ℓ: y = −2x + 5. Find the equation of the line parallel to ℓ through (−1, 4).

Parallel lines share slope −2. Point-slope: y − 4 = −2(x + 1) → y = −2x + 2.

Partitioning and Polygon Area

For a triangle with vertices (x₁, y₁), (x₂, y₂), (x₃, y₃), area can be computed with:

Area = (1/2)|x₁(y₂ − y₃) + x₂(y₃ − y₁) + x₃(y₁ − y₂)|

Use this when coordinates are already given and the figure is not axis-aligned.

Slope as Rate of Change

Slope interprets as rise over run and as a constant rate in applied contexts (distance-time graphs, cost per unit). A negative slope indicates decrease; zero slope indicates a horizontal line.

Common Traps

  • Using adjacent side lengths equal alone to prove a parallelogram (could be a kite).
  • Forgetting sign when subtracting coordinates: (3 − (−1)) = 4, not 2.
  • Mixing up midpoint (average) with distance (Pythagorean sum).
  • Claiming slopes are perpendicular when the product is +1 instead of −1.
  • Leaving distance as √25 instead of simplifying to 5 when the stem expects a numeric length.

Section Checklist

  • Label (x₁, y₁) and (x₂, y₂) before substituting into distance or midpoint formulas.
  • For quadrilateral proofs, pick the test that uses the fewest computations.
  • Verify perpendicularity with m₁m₂ = −1, not by visual guess.
  • Convert point-slope form to slope-intercept when comparing intercepts.

Right-Triangle Altitude in Coordinates

When a right triangle has legs 5 and 12, the hypotenuse is 13 by the Pythagorean theorem. The altitude from the right angle to the hypotenuse satisfies (1/2)(5)(12) = (1/2)(13)h, so h = 60/13. Coordinate items may embed this relationship when vertices form a right triangle on a grid — compute side lengths with the distance formula first, then apply area equivalence.

Testing Collinearity

Three points A, B, and C are collinear if slopes AB and BC are equal (or if the area of triangle ABC is zero using the determinant formula). Collinearity checks appear when students must verify whether a fourth vertex lies on a line through two given points.

Link to Praxis Practice

After reading this section, drill coordinate items on /practice/praxis-math filtered to geometry. Prioritize distance, midpoint, circle-from-diameter, and parallelogram-proof stems — they mirror the highest-frequency coordinate patterns in the 5165 bank.

Test Your Knowledge

What is the distance between the points (-1, 2) and (3, 5)?

A
B
C
D
Test Your Knowledge

A teacher wants students to prove that the quadrilateral with vertices (0, 0), (4, 1), (6, 5), and (2, 4) is a parallelogram using coordinates. Which strategy is most direct?

A
B
C
D
Test Your Knowledge

Line p has slope 2/5. Which slope belongs to a line perpendicular to p?

A
B
C
D