2.1 Linear Equations, Inequalities, and Systems
Key Takeaways
- Linear equations in one variable can be categorized as conditional (one unique solution), identities (infinitely many solutions), or contradictions (no solution).
- Multiplying or dividing an inequality by a negative real number reverses the inequality symbol.
- Interval notation explicitly defines solution sets: square brackets [ ] indicate included endpoints, whereas parentheses ( ) indicate excluded endpoints or infinity.
- A 2x2 linear system has one unique solution if lines intersect, infinitely many solutions if lines are coincident (dependent system), and no solution if lines are parallel (inconsistent system).
2.1 Linear Equations, Inequalities, and Systems
Linear equations and inequalities serve as the foundational backbone for advanced precalculus concepts, functions, and analytical geometry. Mastery of linear algebra at the precalculus level requires not only mechanical equation-solving skills but also a rigorous understanding of solution set classifications, interval notation, and multi-variable linear systems.
1. Linear Equations in One Variable
A linear equation in one variable is an equation that can be written in the standard form:
where $a$ and $b$ are real numbers and $a \neq 0$. Linear equations are first-degree polynomial equations because the highest exponent on the variable $x$ is $1$.
Classification of Linear Equations
When solving an equation in one variable, algebraic simplification leads to one of three structural outcomes:
- Conditional Equation: Satisfied by exactly one real number. Simplifying yields $x = c$. Example: $3x - 5 = 7 \implies x = 4$.
- Identity: Satisfied by every real number for which both sides of the equation are defined. Simplifying eliminates the variable and produces a universally true numerical statement like $0 = 0$ or $5 = 5$. The solution set is all real numbers, written in interval notation as $(-\infty, \infty)$.
- Contradiction (Inconsistent Equation): Satisfied by no real numbers. Simplifying eliminates the variable and produces a false numerical statement like $0 = 7$ or $-13 = -10$. The solution set is the empty set, denoted by $\emptyset$ or ${}$.
Multi-Step Equation Solving Strategy
To solve linear equations containing fractions or decimals:
- Clear Fractions: Multiply every term on both sides by the Least Common Denominator (LCD) of all rational expressions.
- Distribute: Apply the distributive property $a(b + c) = ab + ac$ to remove parentheses.
- Combine Like Terms: Simplify expressions on each side of the equals sign independently.
- Isolate the Variable: Use addition/subtraction properties of equality to collect variable terms on one side and constant terms on the opposite side.
- Solve and Verify: Use multiplication/division properties of equality to solve for the variable, and substitute back into the original equation to check.
Worked Example 1: Solving a Rational Linear Equation
Solve the following equation for $x$:
Solution:
- Identify the LCD of the denominators $4$, $3$, and $6$, which is $12$.
- Multiply every term on both sides by $12$:
- Simplify each fraction:
- Distribute across all binomial terms:
- Combine like terms on the left side:
- Subtract $2x$ from both sides:
Because $-13 = -10$ is a false statement, the equation is a contradiction. There is no real number that satisfies the equation. Solution set: $\emptyset$.
2. Linear Inequalities and Interval Notation
A linear inequality in one variable replaces the equality sign with an inequality symbol ($<$, $>$, $\le$, or $\ge$).
Properties of Inequalities
- Addition/Subtraction Property: If $a < b$, then $a + c < b + c$ and $a - c < b - c$ for any real number $c$.
- Positive Multiplication/Division Property: If $a < b$ and $c > 0$, then $ac < bc$ and $\frac{a}{c} < \frac{b}{c}$.
- Negative Multiplication/Division Property (Sign Reversal Rule): If $a < b$ and $c < 0$, then multiplying or dividing by $c$ reverses the direction of the inequality symbol:
Interval and Set-Builder Notation
Solutions to inequalities represent continuous ranges of numbers on a real number line:
| Inequality | Set-Builder Notation | Interval Notation | Number Line Endpoint |
|---|---|---|---|
| $a < x < b$ | ${x \mid a < x < b}$ | $(a, b)$ | Both Open (parentheses) |
| $a \le x \le b$ | ${x \mid a \le x \le b}$ | $[a, b]$ | Both Closed (brackets) |
| $a \le x < b$ | ${x \mid a \le x < b}$ | $[a, b)$ | Left Closed, Right Open |
| $x \ge a$ | ${x \mid x \ge a}$ | $[a, \infty)$ | Left Closed, Right Unbounded |
| $x < b$ | ${x \mid x < b}$ | $(-\infty, b)$ | Left Unbounded, Right Open |
Compound Inequalities
- AND Inequalities (Intersections): Formed by joining two inequalities with "and" (e.g., $a < x$ and $x < b$, written compactly as $a < x < b$). The solution consists of values satisfying both inequalities simultaneously (represented mathematically as $S_1 \cap S_2$).
- OR Inequalities (Unions): Formed by joining two inequalities with "or" (e.g., $x < a$ or $x > b$). The solution consists of values satisfying either inequality (represented as $S_1 \cup S_2$).
Worked Example 2: Compound Inequality with Interval Notation
Solve the double inequality for $x$ and express the solution set in interval notation:
Solution:
- Multiply all three parts of the compound inequality by $4$:
- Subtract $3$ from all three parts:
- Divide all three parts by $-2$. Remember to reverse both inequality signs:
- Rewrite in ascending standard numerical order (from smallest to largest):
- Convert to interval notation:
3. Systems of Linear Equations in Two Variables ($2 \times 2$)
A system of two linear equations in two variables has the general form:
Classification of $2 \times 2$ Systems
| System Type | Graphical Behavior | Slopes & Intercepts | Number of Solutions |
|---|---|---|---|
| Consistent & Independent | Two distinct lines intersect at one point | Different slopes ($m_1 \neq m_2$) | Exactly 1 solution $(x, y)$ |
| Consistent & Dependent | Two coincident lines (same exact line) | Same slope, same y-intercept | Infinitely many solutions |
| Inconsistent | Two distinct parallel lines | Same slope ($m_1 = m_2$), different y-intercepts ($b_1 \neq b_2$) | No solution ($\emptyset$) |
Algebraic Methods: Substitution vs. Elimination
- Substitution Method: Solve one equation for one variable in terms of the other, then substitute that expression into the second equation. Best when one coefficient is $\pm 1$.
- Elimination Method: Multiply one or both equations by non-zero constants so that the coefficients of one variable are additive inverses (e.g., $+4y$ and $-4y$), then add equations to eliminate that variable.
Worked Example 3: Solving a $2 \times 2$ System via Elimination
Solve the system of equations:
Solution:
- Align the coefficients of $y$ to make them additive inverses. Multiply (Eq. 2) by $2$:
- Add (Eq. 1) and (Eq. 3):
- Substitute $x = 2$ back into (Eq. 2) to find $y$:
- The solution is the ordered pair $(2, -3)$.
4. CLEP Exam Traps & Common Errors
- Trap 1: Distributing Negative Signs Across Parentheses
In expressions like $-(x + 4)$, students often forget to negate the second term, writing $-x + 4$ instead of $-x - 4$. Always distribute the negative factor to every term inside. - Trap 2: Forgetting to Reverse Inequality Signs
When dividing or multiplying an inequality by a negative number (e.g., $-2x < 10 \implies x > -5$), failing to flip the direction of the inequality sign guarantees an incorrect range. - Trap 3: Including Endpoints for Infinities in Interval Notation
Writing $[-\infty, 5]$ or $[3, \infty]$ is incorrect. Infinity represents unbounded direction, not a real number endpoint. Always use parentheses for infinities: $(-\infty, 5]$ or $[3, \infty)$.
Solve the rational linear equation for x: \frac{x - 1}{2} + \frac{x + 2}{3} = \frac{5}{6}x + 1
Which interval represents the complete solution set for the compound linear inequality -3 < 2 - 5x <= 12?
For what value of k will the system of linear equations 2x - 3y = 7 and 4x + ky = 15 have no solution?
Consider the linear system 2x + 3y = 12 and x - y = 1. What is the value of x + y?