6.1 Coordinate Geometry: Lines, Distance, Midpoint, and Circles
Key Takeaways
- The distance formula d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} derives directly from the Pythagorean theorem, and the midpoint formula M = ((x_1 + x_2)/2, (y_1 + y_2)/2) yields the average coordinate of two endpoints.
- Parallel lines possess identical slopes (m_1 = m_2), whereas perpendicular lines have negative reciprocal slopes (m_1 * m_2 = -1), provided neither line is vertical.
- The standard equation of a circle centered at (h, k) with radius r is (x - h)^2 + (y - k)^2 = r^2; completing the square converts general quadratic form Ax^2 + Ay^2 + Dx + Ey + F = 0 into standard form.
- The perpendicular distance from a point (x_1, y_1) to a line Ax + By + C = 0 is given by the formula d = |Ax_1 + By_1 + C| / \sqrt{A^2 + B^2}.
6.1 Coordinate Geometry: Lines, Distance, Midpoint, and Circles
Analytic geometry provides the foundational bridge between algebraic equations and geometric figures on the Cartesian coordinate plane $\mathbb{R}^2$. A mastery of fundamental geometric measurements—such as distance, midpoints, slopes, and linear relationships—is essential for evaluating complex geometric systems and second-degree curves on the CLEP Precalculus examination.
1. Distance and Midpoint Formulas in $\mathbb{R}^2$
The Distance Formula
The distance $d$ between any two points $P_1(x_1, y_1)$ and $P_2(x_2, y_2)$ in the Cartesian plane is derived directly from the Pythagorean theorem ($a^2 + b^2 = c^2$). By constructing a right triangle with horizontal leg $\Delta x = |x_2 - x_1|$ and vertical leg $\Delta y = |y_2 - y_1|$, the hypotenuse represents the Euclidean distance:
Because the differences are squared, the order in which the points are subtracted does not affect the calculation: $(x_2 - x_1)^2 = (x_1 - x_2)^2$.
The Midpoint Formula
The midpoint $M$ of a line segment joining endpoints $P_1(x_1, y_1)$ and $P_2(x_2, y_2)$ is the point whose coordinates are the arithmetic averages of the respective coordinates of the endpoints:
Worked Example 1: Segment Analysis & Right-Triangle Verification
Given three points $P_1(-3, 7)$, $P_2(5, 1)$, and $P_3(5, 7)$:
- Compute the length of segment $P_1 P_2$ and find its midpoint $M$.
- Verify that triangle $\triangle P_1 P_3 P_2$ is a right-angled triangle.
Solution:
- Calculate the distance $d(P_1, P_2)$: Calculate the midpoint $M$ of segment $P_1 P_2$:
- Calculate the remaining side lengths of $\triangle P_1 P_3 P_2$: Check the Pythagorean identity $a^2 + b^2 = c^2$: Because the side lengths satisfy $8^2 + 6^2 = 10^2$, the triangle is a right triangle with its right angle located at $P_3(5, 7)$.
2. Equations of Lines, Parallel & Perpendicular Slopes, and Point-to-Line Distance
Linear Forms
A line in the Cartesian plane can be expressed in several algebraic forms:
- Slope-Intercept Form: $y = mx + b$, where $m$ is the slope and $b$ is the $y$-intercept $(0, b)$.
- Point-Slope Form: $y - y_1 = m(x - x_1)$, where $m$ is the slope and $(x_1, y_1)$ is a known point.
- General (Standard) Form: $Ax + By + C = 0$, where $A$, $B$, and $C$ are integers, and $A \ge 0$.
Slope Relationships
For non-vertical lines $L_1$ and $L_2$ with slopes $m_1$ and $m_2$:
- Parallel Lines ($L_1 \parallel L_2$): Slopes are equal: $m_1 = m_2$.
- Perpendicular Lines ($L_1 \perp L_2$): Slopes are negative reciprocals: $m_1 \cdot m_2 = -1 \implies m_2 = -\frac{1}{m_1}$.
Point-to-Line Distance Formula
The shortest distance $d$ from a point $P(x_1, y_1)$ to a line defined by $Ax + By + C = 0$ is measured along a perpendicular segment dropped from the point to the line:
Worked Example 2: Perpendicular Line Equation & Distance
Find the general equation of the line $L_2$ passing through $P(2, -5)$ that is perpendicular to $L_1: 3x - 4y + 12 = 0$. Then calculate the exact perpendicular distance from $P(2, -5)$ to $L_1$.
Solution:
- Find the slope of $L_1$ by converting to slope-intercept form:
- Determine the slope $m_2$ of perpendicular line $L_2$:
- Use point-slope form with $P(2, -5)$: Multiply through by $3$ to obtain general form:
- Calculate the perpendicular distance from $P(2, -5)$ to $L_1: 3x - 4y + 12 = 0$:
3. Standard and General Equations of Circles
Locus Definition and Standard Form
A circle is the set (locus) of all points $P(x, y)$ in a plane that are at a fixed positive distance $r$ (the radius) from a fixed point $C(h, k)$ (the center). Applying the distance formula yields the standard equation of a circle:
If the center is at the origin $(0, 0)$, the equation simplifies to $x^2 + y^2 = r^2$.
General Form and Completing the Square
Expanding the standard equation yields the general form of a circle:
To identify the center $(h, k)$ and radius $r$ from general form, divide by $A$ and complete the square for both $x$ and $y$ terms.
Worked Example 3: Completing the Square for a Circle
Determine the center, radius, and area of the circle given by the general equation:
Solution:
- Divide every term by $A = 2$:
- Rearrange terms by grouping variables and isolating the constant on the right side:
- Complete the square for $x$ by adding $\left(\frac{-6}{2}\right)^2 = 9$, and for $y$ by adding $\left(\frac{8}{2}\right)^2 = 16$. Add both values to the right side:
- Factor the perfect square trinomials into standard form:
- Compare with $(x - h)^2 + (y - k)^2 = r^2$:
- Center: $(h, k) = (3, -4)$
- Radius: $r = \sqrt{32} = 4\sqrt{2}$
- Area: $A = \pi r^2 = \pi (32) = 32\pi$ square units.
4. CLEP Exam Traps & Common Errors
| Trap Type | Common Mistake | Correct Mathematical Principle |
|---|---|---|
| Sign Error in Center Coordinates | Assuming $(x + 3)^2 + (y - 4)^2 = 25$ has center $(3, -4)$. | Standard form is $(x - h)^2 + (y - k)^2 = r^2$, so $x + 3 = x - (-3) \implies h = -3$. The center is $(-3, 4)$. |
| Radius vs. Radius Squared | Confusing $r^2$ with $r$ (e.g., stating $r = 25$ for $(x - 1)^2 + y^2 = 25$). | The right side represents $r^2$. The radius is $r = \sqrt{25} = 5$. |
| Completing the Square Non-Unit Leading Coefficient | Adding $\left(\frac{b}{2}\right)^2$ before dividing by $A$ in $2x^2 + 2y^2 - 12x + \dots$ | You MUST divide by $A$ so that $x^2$ and $y^2$ coefficients are equal to $1$ before computing square additions. |
| Perpendicular Slope Negation Only | Forgetting to invert the slope when finding perpendicular lines (e.g., setting $m_2 = -2$ for $m_1 = 2$). | Perpendicular slopes are negative reciprocals: $m_2 = -\frac{1}{m_1} = -\frac{1}{2}$. |
Find the standard equation of the circle that has endpoints of a diameter at P_1(-4, 2) and P_2(6, 10).
What is the equation of the line passing through (-1, 4) that is perpendicular to the line 2x - 5y + 10 = 0?
What is the center and radius of the circle defined by the general quadratic equation x^2 + y^2 + 8x - 6y + 9 = 0?
Calculate the exact perpendicular distance from the point (3, -2) to the line 4x - 3y + 7 = 0.