Coordinate Geometry
Select a difficulty level to start practicing. Easy exams are free. Medium and hard exams require a premium subscription.
Practice Coordinate Geometry with tests designed for the University Practice. Each question includes a full explanation so you can learn from every mistake. Mastering this Mathematics topic is key to improving your score on the entrance exam.
Coordinate Geometry accounts for about 15-20% of the ACT Math section. This area tests your ability to work with points, lines, curves, and shapes on the coordinate plane.
Distance between (x₁, y₁) and (x₂, y₂): d = √((x₂−x₁)² + (y₂−y₁)²)
Midpoint: ((x₁+x₂)/2, (y₁+y₂)/2)
Example 1: Find the distance and midpoint between A(1, 3) and B(7, 11).
Distance: √((7−1)² + (11−3)²) = √(36 + 64) = √100 = 10
Midpoint: ((1+7)/2, (3+11)/2) = (4, 7)
Example 2: The endpoints of a diameter are (−2, 5) and (6, 1). Find the center and radius of the circle.
Center = midpoint = ((−2+6)/2, (5+1)/2) = (2, 3)
Radius = half the diameter = √((6−(−2))² + (1−5)²)/2 = √(64+16)/2 = √80/2 = 4√5/2 = 2√5
Example 3: Point M(3, 7) is the midpoint of segment PQ. If P = (1, 4), find Q.
Using midpoint formula: (1 + x)/2 = 3 → x = 5 and (4 + y)/2 = 7 → y = 10. So Q = (5, 10).
Using point-slope form: y − 5 = 3(x − 2) → y − 5 = 3x − 6 → y = 3x − 1
Example 2: Find the equation of a line perpendicular to y = 2x + 4 passing through (6, 1).
The original slope is 2, so the perpendicular slope is −1/2.
y − 1 = −1/2(x − 6) → y = −1/2 x + 3 + 1 → y = −1/2 x + 4
Example 3: Find the slope of the line 3x − 5y = 15.
Solve for y: −5y = −3x + 15 → y = (3/5)x − 3. Slope = 3/5.
Example 4: Line A passes through (0, 4) and (3, 10). Line B passes through (1, 2) and (4, 8). Are they parallel?
Slope of A = (10−4)/(3−0) = 6/3 = 2. Slope of B = (8−2)/(4−1) = 6/3 = 2. Same slope → yes, they are parallel.
If the equation is in general form (x² + y² + Dx + Ey + F = 0), complete the square to find the center and radius.
Example 1: x² + y² − 6x + 4y − 12 = 0
Group and complete the square: (x² − 6x + 9) + (y² + 4y + 4) = 12 + 9 + 4
(x − 3)² + (y + 2)² = 25 → Center: (3, −2), Radius: 5
Example 2: Does the point (1, 6) lie inside, on, or outside the circle (x − 3)² + (y − 4)² = 9?
Substitute: (1−3)² + (6−4)² = 4 + 4 = 8. Since 8 < 9, the point lies inside the circle.
Vertex form: y = a(x − h)² + k with vertex (h, k).
Example: Find the vertex of y = −2x² + 12x − 7.
x = −12/(2(−2)) = −12/(−4) = 3. y = −2(9) + 12(3) − 7 = −18 + 36 − 7 = 11. Vertex: (3, 11). Since a = −2 < 0, the parabola opens down and the vertex is a maximum.
Example: The graph of y = f(x) is shifted right 3 units and up 2 units. What is the new equation?
y = f(x − 3) + 2. (Right 3 → subtract 3 inside; up 2 → add 2 outside.)
Example: Graph y > 2x − 1.
Draw the dashed line y = 2x − 1 (dashed because > is strict, not ≥). Test (0, 0): 0 > 2(0) − 1 → 0 > −1, true. Shade the side containing the origin.
A. y = −2x − 1 B. y = 1/2 x + 4 C. y = 2x + 3 D. y = −1/2 x + 2
Step 1 — Find the original slope: 4x + 2y = 10 → 2y = −4x + 10 → y = −2x + 5. Slope = −2.
Step 2 — Find perpendicular slope: Negative reciprocal of −2 is 1/2.
Step 3 — Use point-slope form: y − 3 = 1/2(x − (−2)) → y − 3 = 1/2(x + 2) → y = 1/2 x + 1 + 3 → y = 1/2 x + 4.
Elimination: Choice A has slope −2 (parallel, not perpendicular). Choice C has slope 2 (wrong reciprocal — forgot the negative). Choice D has slope −1/2 (negative of the correct answer). Only B (y = 1/2 x + 4) is correct.
Distance and Midpoint Formulas
These two formulas are essential for coordinate geometry:Distance between (x₁, y₁) and (x₂, y₂): d = √((x₂−x₁)² + (y₂−y₁)²)
Midpoint: ((x₁+x₂)/2, (y₁+y₂)/2)
Example 1: Find the distance and midpoint between A(1, 3) and B(7, 11).
Distance: √((7−1)² + (11−3)²) = √(36 + 64) = √100 = 10
Midpoint: ((1+7)/2, (3+11)/2) = (4, 7)
Example 2: The endpoints of a diameter are (−2, 5) and (6, 1). Find the center and radius of the circle.
Center = midpoint = ((−2+6)/2, (5+1)/2) = (2, 3)
Radius = half the diameter = √((6−(−2))² + (1−5)²)/2 = √(64+16)/2 = √80/2 = 4√5/2 = 2√5
Example 3: Point M(3, 7) is the midpoint of segment PQ. If P = (1, 4), find Q.
Using midpoint formula: (1 + x)/2 = 3 → x = 5 and (4 + y)/2 = 7 → y = 10. So Q = (5, 10).
Slope and Equations of Lines
Example 1: Write the equation of a line passing through (2, 5) with slope 3.Using point-slope form: y − 5 = 3(x − 2) → y − 5 = 3x − 6 → y = 3x − 1
Example 2: Find the equation of a line perpendicular to y = 2x + 4 passing through (6, 1).
The original slope is 2, so the perpendicular slope is −1/2.
y − 1 = −1/2(x − 6) → y = −1/2 x + 3 + 1 → y = −1/2 x + 4
Example 3: Find the slope of the line 3x − 5y = 15.
Solve for y: −5y = −3x + 15 → y = (3/5)x − 3. Slope = 3/5.
Example 4: Line A passes through (0, 4) and (3, 10). Line B passes through (1, 2) and (4, 8). Are they parallel?
Slope of A = (10−4)/(3−0) = 6/3 = 2. Slope of B = (8−2)/(4−1) = 6/3 = 2. Same slope → yes, they are parallel.
Circles in Coordinate Geometry
Standard form: (x − h)² + (y − k)² = r², centered at (h, k) with radius r.If the equation is in general form (x² + y² + Dx + Ey + F = 0), complete the square to find the center and radius.
Example 1: x² + y² − 6x + 4y − 12 = 0
Group and complete the square: (x² − 6x + 9) + (y² + 4y + 4) = 12 + 9 + 4
(x − 3)² + (y + 2)² = 25 → Center: (3, −2), Radius: 5
Example 2: Does the point (1, 6) lie inside, on, or outside the circle (x − 3)² + (y − 4)² = 9?
Substitute: (1−3)² + (6−4)² = 4 + 4 = 8. Since 8 < 9, the point lies inside the circle.
Parabolas
y = ax² + bx + c opens up (a > 0) or down (a < 0). Vertex at x = −b/(2a).Vertex form: y = a(x − h)² + k with vertex (h, k).
Example: Find the vertex of y = −2x² + 12x − 7.
x = −12/(2(−2)) = −12/(−4) = 3. y = −2(9) + 12(3) − 7 = −18 + 36 − 7 = 11. Vertex: (3, 11). Since a = −2 < 0, the parabola opens down and the vertex is a maximum.
Transformations
- Translation: shifts the graph without changing shape
- Reflection over x-axis: (x, y) → (x, −y)
- Reflection over y-axis: (x, y) → (−x, y)
- f(x) + k shifts up k; f(x − h) shifts right h
Example: The graph of y = f(x) is shifted right 3 units and up 2 units. What is the new equation?
y = f(x − 3) + 2. (Right 3 → subtract 3 inside; up 2 → add 2 outside.)
Linear Inequalities and Regions
Graph the boundary line, then shade the region that satisfies the inequality. Use a test point (often the origin) to determine which side to shade.Example: Graph y > 2x − 1.
Draw the dashed line y = 2x − 1 (dashed because > is strict, not ≥). Test (0, 0): 0 > 2(0) − 1 → 0 > −1, true. Shade the side containing the origin.
Common Mistakes
Quick Reference — Formula Sheet
ACT Strategies for Coordinate Geometry
- Memorize the big three: Distance, midpoint, and slope formulas appear in nearly every coordinate geometry problem.
- Parallel/Perpendicular: Find the slope first, then use point-slope form for the new equation.
- Complete the square: When given a circle in general form, complete the square to identify center and radius.
- Transformation rule: Inside changes → opposite direction. Outside changes → same direction.
- Intersection of lines: Set the equations equal and solve for x, then find y.
- Sketch it: Draw a quick diagram when possible — it helps catch errors and eliminate wrong answers.
- Vertex formula: x = −b/(2a) is the fastest way to find a parabola's vertex on the ACT.
- Rearrange to slope-intercept: If the line is in standard form, convert to y = mx + b to instantly read slope and y-intercept.
Practice Walkthrough
ACT-Style Problem: What is the equation of the line that is perpendicular to 4x + 2y = 10 and passes through the point (−2, 3)?A. y = −2x − 1 B. y = 1/2 x + 4 C. y = 2x + 3 D. y = −1/2 x + 2
Step 1 — Find the original slope: 4x + 2y = 10 → 2y = −4x + 10 → y = −2x + 5. Slope = −2.
Step 2 — Find perpendicular slope: Negative reciprocal of −2 is 1/2.
Step 3 — Use point-slope form: y − 3 = 1/2(x − (−2)) → y − 3 = 1/2(x + 2) → y = 1/2 x + 1 + 3 → y = 1/2 x + 4.
Elimination: Choice A has slope −2 (parallel, not perpendicular). Choice C has slope 2 (wrong reciprocal — forgot the negative). Choice D has slope −1/2 (negative of the correct answer). Only B (y = 1/2 x + 4) is correct.