2.5 Coordinate Geometry, Lines, and Functions
Key Takeaways
- The distance formula $d = \sqrt{(x_2-x_1)^2 + (y_2-y_1)^2}$ and midpoint formula $M = \left(\frac{x_1+x_2}{2}, \frac{y_1+y_2}{2}\right)$ measure Euclidean line segment properties in the Cartesian plane.
- Parallel lines possess identical slopes ($m_1 = m_2$), whereas perpendicular lines have slopes that are negative reciprocals ($m_1 \cdot m_2 = -1$).
- The slope-intercept form $y = mx + b$ highlights slope $m$ and $y$-intercept $b$, while standard form $Ax + By = C$ allows rapid calculation of $x$-intercept ($y=0$) and $y$-intercept ($x=0$).
- The domain of a real-valued function excludes values that cause division by zero or negative radicands under even roots.
- Composite functions $(f \circ g)(x) = f(g(x))$ evaluate the inner function $g(x)$ first before passing its output into the outer function $f(x)$.
Coordinate geometry connects algebraic equations with geometric visualizations on the two-dimensional Cartesian coordinate plane. Understanding lines, slopes, distances, function mappings, domain/range constraints, and function compositions is essential for solving spatial and analytical quantitative problems on the AdUCET.
1. The Cartesian Plane and Fundamental Formulas
The Cartesian coordinate plane is formed by two perpendicular axes intersecting at the origin $(0,0)$: the horizontal $x$-axis and the vertical $y$-axis. Any point in the plane is represented by an ordered pair $(x, y)$.
The Distance Formula
Derived directly from the Pythagorean Theorem ($a^2 + b^2 = c^2$), the distance $d$ between two points $P_1(x_1, y_1)$ and $P_2(x_2, y_2)$ is:
The Midpoint Formula
The midpoint $M$ of the line segment connecting $P_1(x_1, y_1)$ and $P_2(x_2, y_2)$ represents the average of their respective $x$- and $y$-coordinates:
Worked Step-by-Step Example
Find the distance $d$ and midpoint $M$ between points $A(-2, 5)$ and $B(4, -3)$.
- Distance Calculation:
- Midpoint Calculation:
2. Slope of a Line
The slope $m$ measures the steepness and direction of a line, 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)$:
Four Slope Orientations
| Slope Value | Line Orientation | Geometric Description |
|---|---|---|
| $m > 0$ | Rises from left to right | Positive rate of change |
| $m < 0$ | Falls from left to right | Negative rate of change |
| $m = 0$ | Horizontal line | Zero change in $y$; equation $y = c$ |
| Undefined | Vertical line | Zero change in $x$ ($\Delta x = 0$); equation $x = c$ |
3. Standard Forms of Linear Equations
Linear equations can be expressed in three main algebraic formats:
| Format Name | Equation | Key Features & Applications |
|---|---|---|
| Slope-Intercept Form | $y = mx + b$ | $m$ is the slope; $b$ is the $y$-intercept $(0, b)$. Ideal for graphing. |
| Point-Slope Form | $y - y_1 = m(x - x_1)$ | Requires slope $m$ and one known point $(x_1, y_1)$. Useful for constructing line equations. |
| Standard Form | $Ax + By = C$ | $A, B, C$ are integers ($A \ge 0$). Convenient for finding $x$- and $y$-intercepts. |
Finding Line Intercepts
- $x$-intercept: Set $y = 0$ and solve for $x$. The line crosses the horizontal axis at $(x_{\text{int}}, 0)$.
- $y$-intercept: Set $x = 0$ and solve for $y$. The line crosses the vertical axis at $(0, y_{\text{int}})$.
Worked Example: Intercepts from Standard Form
Given $3x - 4y = 12$:
- To find $x$-intercept: $3x - 4(0) = 12 \implies 3x = 12 \implies x = 4$. Point is $(4,0)$.
- To find $y$-intercept: $3(0) - 4y = 12 \implies -4y = 12 \implies y = -3$. Point is $(0,-3)$.
4. Parallel and Perpendicular Lines
The geometric relationship between two lines on the Cartesian plane is dictated entirely by their slopes $m_1$ and $m_2$.
Parallel Lines ($m_1 = m_2$)
Parallel lines run infinitely in the same direction without intersecting. They have identical slopes and distinct $y$-intercepts:
Perpendicular Lines ($m_1 \cdot m_2 = -1$)
Perpendicular lines intersect at right angles ($90^\circ$). Their slopes are negative reciprocals of each other:
Worked Example: Constructing a Perpendicular Line
Find the equation of the line passing through point $P(3, -2)$ that is perpendicular to the line $y = \frac{1}{2}x + 4$.
- Identify Given Slope: The given line has slope $m_1 = \frac{1}{2}$.
- Determine Perpendicular Slope: $m_2 = -\frac{1}{1/2} = -2$.
- Apply Point-Slope Form:
5. Functions, Domain, and Range
A function $f$ is a binary relation assigning to each element $x$ in a set called the domain exactly one element $y = f(x)$ in a set called the range.
The Vertical Line Test
A graph in the coordinate plane represents a function if and only if no vertical line intersects the curve at more than one point.
Domain Restrictions
When determining the implicit domain of a real-valued algebraic function, apply two main rules:
- Division by Zero: Denominators cannot equal zero.
Example: For $f(x) = \frac{5}{x - 3}$, set $x - 3 \neq 0 \implies \text{Domain: } x \neq 3$ or $(-\infty, 3) \cup (3, \infty)$. - Even Radicands: Expressions inside even roots (e.g., square roots) must be non-negative.
Example: For $g(x) = \sqrt{2x - 8}$, set $2x - 8 \ge 0 \implies 2x \ge 8 \implies \text{Domain: } x \ge 4$ or $[4, \infty)$.
Determining Function Range
The range consists of all possible output values $y$ produced by $f(x)$ across its domain:
- Linear Functions ($f(x) = mx + b, m \neq 0$): Range is all real numbers $(-\infty, \infty)$.
- Quadratic Functions ($f(x) = ax^2 + bx + c$): Range depends on the vertex $y$-coordinate $k = f\left(-\frac{b}{2a}\right)$. If $a > 0$, range is $[k, \infty)$; if $a < 0$, range is $(-\infty, k]$.
- Absolute Value Functions ($f(x) = |x| + k$): Range is $[k, \infty)$.
6. Function Evaluation and Composition
Evaluating Functions
Evaluating $f(a)$ means replacing every instance of the variable $x$ in $f(x)$ with the input value or expression $a$.
Composite Functions
Given two functions $f(x)$ and $g(x)$, the composite function $(f \circ g)(x)$, read as "$f$ of $g$ of $x$", is defined by: The output of the inner function $g(x)$ becomes the direct input for the outer function $f(x)$.
Worked Step-by-Step Example
Let $f(x) = x^2 - 3x + 2$ and $g(x) = 2x + 1$.
- Evaluate $g(3)$:
- Evaluate $(f \circ g)(3) = f(g(3)) = f(7)$:
- Find Algebraic Expression for $(f \circ g)(x)$:
What is the distance between the points $P_1(-3, 2)$ and $P_2(5, -4)$ on the Cartesian plane?
Which of the following equations represents a line that passes through the point $(2, -1)$ and is perpendicular to the line $3x + 4y = 12$?
What is the domain of the real-valued function $f(x) = \frac{\sqrt{3x - 12}}{x - 7}$?
Given the functions $f(x) = 2x^2 - 1$ and $g(x) = x + 3$, what is the value of the composite function $(f \circ g)(-1)$?