7.3 Coordinate Geometry: Slope, Distance, Midpoint & Linear Graphs
Key Takeaways
- The slope formula m = (y2 - y1) / (x2 - x1) measures the steepness and direction of a line through two points (x1, y1) and (x2, y2).
- Parallel lines have equal slopes (m1 = m2), whereas perpendicular lines have negative reciprocal slopes (m1 * m2 = -1).
- The slope-intercept form y = mx + b identifies the slope m and the y-intercept (0, b) directly from the linear equation.
- The distance formula d = √((x2 - x1)^2 + (y2 - y1)^2) calculates the straight-line distance between two points on the Cartesian plane.
- The midpoint formula M = ((x1 + x2)/2, (y1 + y2)/2) calculates the exact coordinates of the middle point connecting two coordinate endpoints.
7.3 Coordinate Geometry: Slope, Distance, Midpoint & Linear Graphs
Coordinate geometry bridges algebra and geometry by representing geometric shapes and linear relationships on a two-dimensional grid. On the AFQT Mathematics Knowledge subtest, coordinate geometry questions test your ability to work with linear equations, calculate slope, determine line intersections, and compute distance and midpoint values between coordinate pairs.
1. The Cartesian Coordinate Plane
The Cartesian coordinate plane is formed by two perpendicular number lines that intersect at the origin $(0,0)$:
- Horizontal axis: $x$-axis (positive to the right, negative to the left).
- Vertical axis: $y$-axis (positive upward, negative downward).
The plane is divided into four quadrants, numbered counterclockwise:
- Quadrant I: $(+x, +y)$ — Top-right
- Quadrant II: $(-x, +y)$ — Top-left
- Quadrant III: $(-x, -y)$ — Bottom-left
- Quadrant IV: $(+x, -y)$ — Bottom-right
Points are written as ordered pairs $(x, y)$, where $x$ represents the horizontal displacement from the origin and $y$ represents the vertical displacement.
2. Slope of a Line ($m$)
The slope of a line measures its steepness and direction. It is defined as the ratio of vertical change (rise) to horizontal change (run) between any two distinct points $(x_1, y_1)$ and $(x_2, y_2)$ on the line:
The Four Types of Slope
| Slope Value | Visual Orientation | Behavior |
|---|---|---|
| Positive ($m > 0$) | Slanted UP from left to right | As $x$ increases, $y$ increases |
| Negative ($m < 0$) | Slanted DOWN from left to right | As $x$ increases, $y$ decreases |
| Zero ($m = 0$) | Horizontal line | $y$ is constant ($y = c$); no vertical change |
| Undefined ($m = \text{undefined}$) | Vertical line | $x$ is constant ($x = c$); division by zero ($x_2 - x_1 = 0$) |
Worked Example 1: Calculating Slope
Find the slope of the line passing through points $A(-3, 4)$ and $B(5, -2)$.
- Label coordinates: $(x_1, y_1) = (-3, 4)$ and $(x_2, y_2) = (5, -2)$.
- Apply the slope formula:
- The slope is $-\frac{3}{4}$ (a negative slope slanting downward).
3. Parallel and Perpendicular Lines
Analyzing relationships between two lines is a frequent AFQT question type.
Parallel Lines
Two non-vertical lines are parallel if and only if they have the exact same slope: Parallel lines never intersect.
Perpendicular Lines
Two non-vertical lines are perpendicular if and only if their slopes are opposite reciprocals (their product equals $-1$): Perpendicular lines intersect at a right angle ($90^\circ$).
Worked Example 2: Parallel and Perpendicular Slopes
Given Line 1 with equation $y = \frac{2}{5}x + 7$:
- Any line parallel to Line 1 has slope $m = \mathbf{\frac{2}{5}}$.
- Any line perpendicular to Line 1 has slope $m = \mathbf{-\frac{5}{2}}$.
4. Forms of Linear Equations
Linear equations can be expressed in three primary standard formats on the AFQT.
1. Slope-Intercept Form ($y = mx + b$)
This is the most useful form for graphing and identifying line properties:
- $m$: Slope of the line.
- $b$: $y$-intercept (the point where the line crosses the $y$-axis, $(0, b)$).
Finding Intercepts:
- $y$-intercept: Set $x = 0$ and solve for $y$ (equals $b$).
- $x$-intercept: Set $y = 0$ and solve for $x$ (equals $-\frac{b}{m}$).
2. Point-Slope Form ($y - y_1 = m(x - x_1)$)
Used to construct the equation of a line when given a point $(x_1, y_1)$ and the slope $m$:
Worked Example 3: Writing a Line Equation
Find the equation of the line passing through point $(4, -1)$ with slope $m = 3$, in slope-intercept form.
- Substitute into point-slope form:
- Isolate $y$:
- The slope-intercept form is $y = 3x - 13$.
3. Standard Form ($Ax + By = C$)
Where $A, B, C$ are integers (preferably $A \geq 0$).
- Slope $m = -\frac{A}{B}$.
- $y$-intercept $= \frac{C}{B}$.
5. The Distance Formula
The distance formula calculates the straight-line distance $d$ between two points $(x_1, y_1)$ and $(x_2, y_2)$ on the coordinate plane. It is derived directly from the Pythagorean Theorem ($a^2 + b^2 = c^2$):
Worked Example 4: Calculating Distance
Find the distance between points $P(1, 2)$ and $Q(7, 10)$.
- Assign coordinates: $(x_1, y_1) = (1, 2)$ and $(x_2, y_2) = (7, 10)$.
- Calculate horizontal change ($\Delta x$) and vertical change ($\Delta y$):
- Substitute into distance formula:
- The distance is $10$ units.
6. The Midpoint Formula
The midpoint formula finds the point $M(x_m, y_m)$ located exactly halfway between two endpoints $(x_1, y_1)$ and $(x_2, y_2)$. It is simply the average of the $x$-coordinates and the average of the $y$-coordinates:
Worked Example 5: Finding the Midpoint
Find the midpoint $M$ of the segment connecting $A(-6, 8)$ and $B(4, 2)$.
- Average the $x$-coordinates:
- Average the $y$-coordinates:
- The midpoint coordinates are $M(-1, 5)$.
Worked Example 6: Finding an Endpoint Given Midpoint
The midpoint of segment $CD$ is $M(3, 4)$. If endpoint $C$ is at $(1, 1)$, find the coordinates of endpoint $D(x_2, y_2)$.
- Use midpoint $x$-equation:
- Use midpoint $y$-equation:
- Endpoint $D$ is at $(5, 7)$.
7. Summary of Key Formulas for AFQT Coordinate Geometry
| Concept | Formula | Purpose |
|---|---|---|
| Slope | $m = \frac{y_2 - y_1}{x_2 - x_1}$ | Measures line steepness and direction |
| Slope-Intercept Form | $y = mx + b$ | Line equation with slope $m$ and $y$-intercept $b$ |
| Distance Formula | $d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}$ | Length of line segment between two points |
| Midpoint Formula | $M = \left(\frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2}\right)$ | Center point between two coordinates |
| Perpendicular Slopes | $m_1 \cdot m_2 = -1$ | Negative reciprocal slopes intersect at $90^\circ$ |
8. AFQT Tips & Avoidable Mistakes
- Coordinate Order Consistency: When calculating slope $m = \frac{y_2 - y_1}{x_2 - x_1}$, make sure the same point's coordinates come first in both the numerator and denominator.
- Minus Sign Traps in Distance: Subtracting negative coordinates produces addition: $(x_2 - (-3))^2 = (x_2 + 3)^2$.
- Pythagorean Triples Shortcut: Notice that distance calculation $\sqrt{6^2 + 8^2} = 10$ is based on the 3-4-5 right triangle ratio (scaled by 2). Recognizing standard triples ($3\text{-}4\text{-}5$, $5\text{-}12\text{-}13$, $8\text{-}15\text{-}17$) saves precious calculation time on the test!
What is the slope of the line passing through the points $(2, 5)$ and $(6, 13)$?
What is the distance between the points $(-1, 2)$ and $(3, 5)$ on the coordinate plane?
What are the coordinates of the midpoint of the line segment connecting $(4, -2)$ and $(-8, 10)$?