6.1 Algebraic Equations, Inequalities & Coordinate Geometry
Key Takeaways
- Solving linear equations requires applying inverse operations symmetrically across the equality boundary to isolate the target variable, including clearing denominators with the least common multiple.
- Multiplying or dividing both sides of an inequality by a negative number strictly reverses the inequality symbol (e.g., < becomes >, and <= becomes >=).
- A 2x2 system of linear equations yields exactly one unique solution if the lines intersect (different slopes), infinitely many solutions if the lines are coincident (identical slopes and y-intercepts), and no solution if the lines are parallel (identical slopes, different y-intercepts).
- The slope of a line through (x1, y1) and (x2, y2) is m = (y2 - y1) / (x2 - x1); parallel lines possess equal slopes (m1 = m2), while perpendicular lines possess opposite reciprocal slopes (m1 * m2 = -1).
- A mathematical relation defines a function if and only if each input x in the domain maps to exactly one output y in the range, passing the vertical line test graphically.
Algebraic Equations, Inequalities & Coordinate Geometry
Algebraic reasoning and coordinate geometry form a major component of the FTCE General Knowledge Mathematics Subtest. This domain evaluates an educator's ability to manipulate algebraic expressions, solve linear equations and multi-step inequalities, interpret systems of linear equations, analyze functions, and apply coordinate geometry principles to solve geometric and real-world problems.
1. Solving Linear Equations in One Variable
A linear equation in one variable is an algebraic statement in which the highest exponent of the variable is 1. The general standard form is: where $a$, $b$, and $c$ are real numbers and $a \neq 0$. Solving a linear equation means isolating the variable through balanced inverse operations.
Properties of Equality
To maintain equality, any mathematical operation performed on one side of an equation must be applied identically to the other side:
- Addition Property: If $a = b$, then $a + c = b + c$.
- Subtraction Property: If $a = b$, then $a - c = b - c$.
- Multiplication Property: If $a = b$, then $a \cdot c = b \cdot c$.
- Division Property: If $a = b$ and $c \neq 0$, then $\frac{a}{c} = \frac{b}{c}$.
- Distributive Property: $a(b + c) = ab + ac$.
Systematic Multi-Step Equation Solving Protocol
When encountering complex linear equations with grouping symbols, decimals, or fractions, execute the following standardized sequence:
- Clear Fractions / Decimals (Optional but Recommended): Multiply all terms on both sides of the equation by the Least Common Denominator (LCD) of all rational fractions, or by powers of 10 for decimals.
- Apply the Distributive Property: Eliminate all parentheses and brackets by expanding expressions: $a(bx + c) = abx + ac$.
- Combine Like Terms on Each Side: Group and sum constant terms and variable terms separately on the left side and right side.
- Collect Variable Terms on One Side: Use addition or subtraction to shift all variable terms to one side of the equation (preferably the side yielding a positive coefficient).
- Collect Constant Terms on the Opposite Side: Use addition or subtraction to move all numerical constants to the opposite side.
- Isolate the Variable: Multiply or divide by the variable's numerical coefficient.
- Verify Solution: Substitute the resulting value back into the original equation to ensure both sides evaluate to identical values.
Special Equation Classifications
Not every linear equation yields a single unique numerical solution:
- Conditional Equation: True for exactly one value of the variable (e.g., $2x + 4 = 10 \implies x = 3$). One unique solution.
- Identity Equation: True for all real numbers (e.g., $3(x + 2) = 3x + 6 \implies 6 = 6$). The solution set is all real numbers ($\mathbb{R}$).
- Inconsistent Equation (Contradiction): False for all values (e.g., $2x + 5 = 2x - 1 \implies 5 = -1$). There is no solution (the empty set $\emptyset$).
2. Solving & Graphing Linear Inequalities
A linear inequality relates two expressions using inequality symbols: $<$ (less than), $\le$ (less than or equal to), $>$ (greater than), or $\ge$ (greater than or equal to).
The Fundamental Rule for Inequalities
CRITICAL EXAM RULE:
When you multiply or divide both sides of an inequality by a negative number, you MUST reverse (flip) the direction of the inequality sign.
Why the Reversal is Mathematically Mandatory:
Consider the true numerical inequality: Multiply both sides by $-1$: On a number line, $-2$ lies to the right of $-5$, meaning $-2 > -5$. Failure to reverse the inequality symbol produces a mathematically false statement.
+-------------------------------------------------------------------------+
| INEQUALITY SYMBOLS & GRAPHING RULES |
+-------------------+----------------+------------------+-----------------+
| Symbol | Meaning | Circle on Line | Interval Bound |
+-------------------+----------------+------------------+-----------------+
| < | Strictly less | Open Circle (○) | Parenthesis ( |
| > | Strictly great | Open Circle (○) | Parenthesis ) |
| <= | Less or equal | Solid Dot (●) | Bracket [ |
| >= | Great or equal | Solid Dot (●) | Bracket ] |
+-------------------+----------------+------------------+-----------------+```
### Compound Inequalities
- **Conjunction ("AND"):** Satisfies two conditions simultaneously. Represents the **intersection** of solution sets (e.g., $-3 \le 2x + 1 < 7$).
$$\begin{aligned}
-3 &\le 2x + 1 < 7 \\
-4 &\le 2x < 6 \\
-2 &\le x < 3 \quad \implies \quad [-2, 3)
\end{aligned}$$
- **Disjunction ("OR"):** Satisfies at least one of the conditions. Represents the **union** of solution sets (e.g., $x + 4 < 1 \text{ or } 2x - 3 \ge 5 \implies x < -3 \text{ or } x \ge 4$).
---
## 3. Systems of Linear Equations in Two Variables
A **system of linear equations** consists of two or more equations sharing the same variables:
$$\begin{cases}
a_1 x + b_1 y = c_1 \\
a_2 x + b_2 y = c_2
\end{cases}$$
### Algebraic Solution Methods
#### 1. The Substitution Method
Best utilized when at least one variable has a coefficient of $+1$ or $-1$:
1. Solve one equation for one variable in terms of the other (e.g., $y = 5 - 2x$).
2. Substitute that expression into the other equation.
3. Solve the resulting single-variable equation for $x$.
4. Back-substitute the numerical value of $x$ into the isolated equation to calculate $y$.
5. State the solution as an ordered pair $(x, y)$.
#### 2. The Elimination (Linear Combination) Method
Best utilized when equations are formatted in standard form ($Ax + By = C$):
1. Multiply one or both equations by non-zero constants so that the coefficients of one variable become exact opposites (e.g., $+6y$ and $-6y$).
2. Add the two equations vertically to eliminate that variable.
3. Solve the resulting one-variable equation.
4. Back-substitute into either original equation to determine the remaining variable.
### System Classifications & Geometric Interpretations
+-------------------------------------------------------------------------+ | SYSTEM OF LINEAR EQUATIONS TAXONOMY | +-------------------+--------------------+-----------------+--------------+ | Classification | Slopes & Intercepts| Graphs | Solutions | +-------------------+--------------------+-----------------+--------------+ | Consistent & | Distinct Slopes | Two lines | Exactly One | | Independent | (m1 != m2) | intersect at | Solution | | | | single point | (x, y) | +-------------------+--------------------+-----------------+--------------+ | Inconsistent | Equal Slopes, | Parallel lines | No Solution | | | Different y-ints | that never | (empty set) | | | (m1 = m2, b1 != b2)| intersect | | +-------------------+--------------------+-----------------+--------------+ | Consistent & | Equal Slopes, | Coincident | Infinitely | | Dependent | Equal y-ints | lines (same | Many | | | (m1 = m2, b1 = b2) | exact line) | Solutions | +-------------------+--------------------+-----------------+--------------+```
4. Coordinate Geometry & Linear Equations
The Cartesian Coordinate Plane is formed by the perpendicular intersection of the horizontal $x$-axis and vertical $y$-axis at the origin $(0, 0)$.
Slope of a Line
The slope ($m$) quantifies the steepness and direction of a line, defined as the ratio of vertical change (rise) to horizontal change (run):
- Positive Slope ($m > 0$): Line rises from left to right.
- Negative Slope ($m < 0$): Line falls from left to right.
- Zero Slope ($m = 0$): Horizontal line ($y = c$).
- Undefined Slope: Vertical line ($x = k$, division by zero $\Delta x = 0$).
Key Forms of Linear Equations
- Slope-Intercept Form: where $m$ is the slope and $(0, b)$ is the y-intercept.
- Point-Slope Form: where $m$ is the slope and $(x_1, y_1)$ is a known point on the line.
- Standard Form: where $A, B, C$ are integers, $A \ge 0$, and $A, B$ are not both zero. The slope is $m = -\frac{A}{B}$, and the y-intercept is $(0, \frac{C}{B})$.
Parallel and Perpendicular Lines
- Parallel Lines: Two non-vertical lines are parallel if and only if their slopes are strictly equal and their y-intercepts are different:
- Perpendicular Lines: Two non-vertical lines are perpendicular if and only if their slopes are negative reciprocals (their product equals $-1$):
Distance and Midpoint Formulas
Given two coordinate points $A(x_1, y_1)$ and $B(x_2, y_2)$:
1. Distance Formula
Derived directly from the Pythagorean theorem:
2. Midpoint Formula
Calculates the arithmetic average of the coordinates to find the exact center of segment $AB$:
5. Functions, Relations & Domain/Range
A relation is any set of ordered pairs $(x, y)$. A function is a specialized relation where each input value ($x$) in the domain maps to exactly one output value ($y$) in the range.
Testing for Functions
- Set / Mapping Test: No input $x$-value may be paired with two different $y$-values. For example, ${(1, 4), (2, 5), (1, 6)}$ is NOT a function because input $1$ maps to both $4$ and $6$.
- Vertical Line Test (Graphical): If any vertical line passes through more than one point on a graph, the graph does NOT represent a function.
Function Notation & Evaluation
The notation $f(x)$ (read "$f$ of $x$") represents the output of function $f$ when evaluated at input $x$.
- To find $f(-3)$ for $f(x) = 2x^2 - 4x + 1$:
Domain Restrictions
Unless otherwise specified, the domain consists of all real numbers except:
- Rational Denominators Cannot Equal Zero: In $f(x) = \frac{2x + 1}{x - 5}$, the domain excludes $x = 5$ ($x \neq 5$).
- Even Roots of Negative Numbers are Non-Real: In $g(x) = \sqrt{x - 4}$, the domain requires $x - 4 \ge 0 \implies x \ge 4$.
Realistic FTCE Mathematical Worked Examples
Worked Example 1: Multi-Step Inequality with Sign Reversal
Problem: Solve the linear inequality:
Step-by-Step Solution:
- Apply the distributive property on the left side:
- Subtract $3x$ from both sides:
- Subtract $17$ from both sides:
- Divide both sides by $-11$ and reverse the inequality sign:
- Conclusion: The solution set is $x < -1$, or in interval notation, $(-\infty, -1)$.
Worked Example 2: Perpendicular Line Equation
Problem: Find the equation of the line that passes through point $(6, -2)$ and is perpendicular to the line $3x - 4y = 12$.
Step-by-Step Solution:
- Determine the slope of the given line by converting to slope-intercept form: The given slope is $m_1 = \frac{3}{4}$.
- Determine the perpendicular slope ($m_2 = -\frac{1}{m_1}$):
- Use point-slope form with point $(x_1, y_1) = (6, -2)$ and slope $m = -\frac{4}{3}$: y - (-2) &= -\frac{4}{3}(x - 6) \\ y + 2 &= -\frac{4}{3}x + 8 \\ y &= -\frac{4}{3}x + 6 \end{aligned}$$
- Conclusion: The equation of the perpendicular line is $y = -\frac{4}{3}x + 6$.
Solve the following multi-step linear inequality for x:
A school district purchases 4 laptops and 3 tablets for a total of $2,500. A second purchase consists of 2 laptops and 5 tablets for $2,300. What is the price of a single laptop?
What is the equation of the line passing through the point (3, -2) that is perpendicular to the line 2x - 5y = 10?
Line segment AB has endpoints A(-2, 7) and B(6, -8) in the coordinate plane. What are the coordinates of the midpoint M and the exact distance between points A and B?
Given the rational function f(x) = (3x + 1) / (2x - 6), what is the value of f(-3), and what value of x must be excluded from the domain?