4.4 Coordinate Geometry, Vectors, and Conics

Key Takeaways

  • Slope, distance, and midpoint provide algebraic evidence for geometric classifications.
  • Vector components describe displacement and connect naturally to coordinate translations.
  • Conic standard forms reveal centers, vertices, radii, axes, and orientation after algebraic rewriting.
  • Completing the square must preserve equality on both sides of the equation.
Last updated: June 2026

Coordinate Geometry as Algebraic Evidence

AEPA Mathematics names coordinate and transformational geometry as competency 0010, including coordinate systems, distance, midpoint, slope, conic sections, transformations of graphs, and symmetries. Coordinate geometry is powerful because it turns geometric claims into algebraic evidence. Instead of relying on a diagram, you can prove a figure is a rectangle, rhombus, right triangle, or parallelogram by comparing slopes, lengths, and midpoints.

Core Coordinate Tools

ToolFormula or ideaWhat it can prove
Slope(y2 - y1)/(x2 - x1)parallel lines, perpendicular lines, collinearity
Distancesqrt((x2 - x1)^2 + (y2 - y1)^2)congruent sides, radii, triangle type
Midpoint((x1 + x2)/2, (y1 + y2)/2)bisected diagonals, medians, centers
Section logiccompare ratios on a segmentpartition points and centroids
Vector components<change in x, change in y>displacement, translation, magnitude, direction

Parallel nonvertical lines have equal slopes. Perpendicular nonvertical lines have slopes whose product is -1. Vertical and horizontal lines are perpendicular to each other, but vertical slope is undefined, so do not try to multiply it by zero. A teacher-certification item may deliberately include a vertical side to see whether you know the exception.

Classifying a Figure From Coordinates

Worked example: Points A(1, 2), B(5, 4), C(4, 8), and D(0, 6) form a quadrilateral. Slope AB = (4 - 2)/(5 - 1) = 1/2. Slope CD = (6 - 8)/(0 - 4) = 1/2. Slope BC = (8 - 4)/(4 - 5) = -4. Slope AD = (6 - 2)/(0 - 1) = -4. Opposite sides are parallel, so the figure is a parallelogram. The slopes 1/2 and -4 are not negative reciprocals, so the angles are not right angles. Distance AB = sqrt(20) and BC = sqrt(17), so adjacent sides are not congruent. The best classification from this evidence is parallelogram, not rectangle, rhombus, or square.

This kind of problem rewards organized evidence. Make a small table of slopes and lengths instead of jumping to a visual classification. If a multiple-choice answer says "square," it must satisfy rectangle and rhombus conditions. If one condition fails, the stronger classification fails too.

Vectors in Coordinate Geometry

A vector represents magnitude and direction. From P(x1, y1) to Q(x2, y2), the displacement vector is <x2 - x1, y2 - y1>, and its magnitude is the distance from P to Q. Vectors add componentwise, so moving 3 units right and 2 units down followed by 5 units left and 1 unit up gives net displacement <-2, -1>. This aligns with transformations: translating a figure by <a, b> adds a to every x-coordinate and b to every y-coordinate.

Vectors also help with medians and parallelograms. If two diagonals have the same midpoint, a quadrilateral is a parallelogram. If vectors AB and DC are equal, then opposite sides have the same length and direction, another parallelogram signal. For AEPA, vector questions in geometry are usually about components and interpretation rather than advanced vector spaces.

Conic Sections in Standard Form

Conics appear when a plane intersects a cone, but on the exam they are often given algebraically. The standard forms reveal geometry:

  • Circle: (x - h)^2 + (y - k)^2 = r^2.
  • Parabola opening up or down: (x - h)^2 = 4p(y - k).
  • Parabola opening left or right: (y - k)^2 = 4p(x - h).
  • Ellipse: (x - h)^2/a^2 + (y - k)^2/b^2 = 1.
  • Hyperbola: difference of two squared terms equals 1.

To identify a conic from a general equation, inspect the squared terms. Equal positive coefficients on x squared and y squared suggest a circle after completing the square. Unequal positive coefficients suggest an ellipse. Opposite signs suggest a hyperbola. Only one squared variable suggests a parabola. Completing the square gives the center, radius, or vertex information.

Worked example: x squared + y squared - 6x + 4y - 12 = 0 becomes (x squared - 6x) + (y squared + 4y) = 12. Complete squares: (x - 3)^2 - 9 + (y + 2)^2 - 4 = 12. Therefore (x - 3)^2 + (y + 2)^2 = 25, a circle centered at (3, -2) with radius 5. The constants added to complete the squares must be added to the other side as well; losing that balance creates an incorrect radius.

Misconceptions to Watch

Students often confuse midpoint and distance because both use pairs of coordinates. Midpoint averages coordinates; distance subtracts, squares, adds, and square-roots. Students also overuse slope without checking length, or use length without checking angle. A robust classification needs the exact property named in the answer. For conics, the biggest traps are failing to complete the square, treating every quadratic graph as a function, and reading the center signs backward from (x - h) and (y - k).

A useful coordinate proof habit is to choose variables strategically when no coordinates are given. For example, a rectangle can be placed at (0, 0), (a, 0), (a, b), and (0, b), which makes side lengths and slopes easy to compute. A general isosceles triangle can be placed at (-a, 0), (a, 0), and (0, h), which makes the altitude to the base also a median. This strategy shows why coordinate geometry is not just computation; it can prove a theorem for an entire class of figures. On AEPA, that matters when a question asks which coordinate setup would best support a proof or which conclusion follows for all cases.

Test Your Knowledge

A line through (2, -1) and (6, 7) is perpendicular to which type of nonvertical line?

A
B
C
D
Test Your Knowledge

What is the center and radius of (x + 4)^2 + (y - 1)^2 = 36?

A
B
C
D
Test Your Knowledge

The vector from A(3, 5) to B(-2, 8) has which components?

A
B
C
D