13.2 Algebraic Expressions, Linear Equations, Systems, and Functions
Key Takeaways
- Algebraic expressions are formed by combining variables, constants, coefficients, and mathematical operations; simplifying expressions requires applying the distributive property and combining like terms sharing identical variable bases and exponents.
- Linear equations in one variable are solved by systematically isolating the unknown variable using inverse operations; solutions are categorized as conditional (unique solution $x = c$), identities (infinitely many solutions, $0 = 0$), or contradictions (no solution, $0 = k$ for $k \ne 0$).
- Solving linear inequalities requires reversing the inequality direction symbol ($<, >, \le, \ge$) whenever both sides are multiplied or divided by a negative number; solution sets are visualized on number lines using open/closed boundary circles and directional rays.
- Systems of two linear equations in two variables are classified geometrically as consistent independent (intersecting lines, 1 unique solution), consistent dependent (coincident lines, infinitely many solutions), or inconsistent (parallel lines, no solution).
- A mathematical function $f: X \to Y$ maps each input value in domain $X$ to exactly one output value in range $Y$ (verified via the Vertical Line Test); sequences are discrete functions whose terms are generated by constant addition in arithmetic sequences ($a_n = a_1 + (n-1)d$) or constant multiplication in geometric sequences ($a_n = a_1 \cdot r^{n-1}$).
13.2 Algebraic Expressions, Linear Equations, Systems, and Functions
CSET Focus: Algebraic thinking on CSET Multiple Subjects Subtest II spans the structural transition from generalized arithmetic to formal function analysis. Candidates must be fluent in simplifying algebraic expressions, solving multi-step equations and inequalities (including the negative multiplication sign reversal rule), solving and classifying systems of linear equations (consistent vs. inconsistent), understanding function notation and domain/range mappings, working with arithmetic and geometric sequences, and solving foundational quadratic equations via factoring and the quadratic formula.
1. Algebraic Expressions, Terms, and Verbal Translations
An algebraic expression is a mathematical phrase composed of numbers (constants), letters representing unknown quantities (variables), and arithmetic operation symbols ($+, -, \times, \div$). Unlike equations, expressions contain no relational equals sign ($=$) and cannot be "solved"—they can only be simplified or evaluated.
Structural Anatomy of an Expression
Consider the polynomial expression: $7x^3 - 4xy + 9x - 15$
- Variable: A letter or symbol representing a varying or unspecified numerical quantity ($x, y$).
- Term: A single number, variable, or product of numbers and variables separated by addition or subtraction operators ($7x^3$, $-4xy$, $9x$, $-15$).
- Coefficient: The numerical multiplying factor preceding a variable term (in $7x^3$, the coefficient is $7$; in $-4xy$, the coefficient is $-4$).
- Constant Term: A term with a fixed numerical value containing no variables ($-15$).
- Like Terms: Terms that have the exact same variables raised to the exact same powers (e.g., $5x^2y$ and $-8x^2y$ are like terms; $5x^2y$ and $5xy^2$ are unlike terms because the exponents differ).
Combining Like Terms & Simplifying Expressions
Simplifying an expression involves applying the Distributive Property ($a(b+c) = ab+ac$) and combining like terms by adding their numerical coefficients while retaining identical variable bases and exponents:
Verbal-to-Algebraic Translation Guide
Translating English language prompts into precise algebraic expressions requires careful attention to word order and operation keywords:
| English Verbal Phrase | Underlying Operation | Algebraic Expression | Common Student Translation Error |
|---|---|---|---|
| "Five more than twice a number $n$" | Addition / Mult | $2n + 5$ | Writing $5 + 2 + n$ (ignoring multiplication) |
| "Seven less than three times $x$" | Subtraction / Mult | $3x - 7$ | Writing $7 - 3x$ (reversing the minuend and subtrahend) |
| "The quotient of $y$ and $4$, decreased by $9$" | Division / Sub | $\frac{y}{4} - 9$ | Writing $\frac{y - 9}{4}$ (premature grouping) |
| "Four times the sum of $k$ and $6$" | Grouping / Mult | $4(k + 6)$ | Writing $4k + 6$ (failing to distribute across the sum) |
| "The difference of squares of $a$ and $b$" | Exponents / Sub | $a^2 - b^2$ | Confusing with the square of the difference: $(a - b)^2$ |
2. Linear Equations and Multi-Step Inequalities in One Variable
The Systematic Multi-Step Equation Protocol
A linear equation in one variable can be written in the standard form $ax + b = 0$ ($a \ne 0$). Solving an equation requires finding the value(s) of the variable that satisfy the equality using inverse operations:
- Clear Fractions / Decimals: Multiply every term on both sides by the Least Common Denominator (LCD) or power of 10.
- Apply the Distributive Property: Eliminate all parentheses and grouping symbols.
- Combine Like Terms on Each Side: Simplify expressions independently on the left-hand and right-hand sides.
- Collect Variable Terms on One Side: Add or subtract variable terms so that the variable appears on only one side.
- Isolate the Variable Term: Add or subtract constants to move all numerical values to the opposite side.
- Divide by the Coefficient: Multiply or divide by the coefficient of the variable to isolate $x$.
- Verify Solution: Substitute the resulting value back into the original unsimplified equation.
Classification of Linear Equation Solutions
When simplifying a linear equation, three mutually exclusive outcomes are possible:
| Classification | Algebraic Outcome | Number of Solutions | Geometric Meaning | Exemplar Equation |
|---|---|---|---|---|
| Conditional | $x = c$ (unique value) | Exactly One | Single point of intersection on coordinate axis | $3x + 7 = 22 \implies 3x = 15 \implies x = 5$ |
| Identity | $0 = 0$ (or $c = c$) | Infinitely Many | True for all real numbers ($x \in \mathbb{R}$) | $4(x + 2) = 4x + 8 \implies 4x + 8 = 4x + 8 \implies 0 = 0$ |
| Contradiction / Inconsistent | $0 = k$ ($k \ne 0$) | No Solution ($\emptyset$) | False statement; no value of $x$ makes equation true | $2x + 9 = 2x - 3 \implies 9 = -3$ (False! $\emptyset$) |
Linear Inequalities and the Sign Reversal Theorem
A linear inequality asserts that one algebraic expression is greater than, less than, greater than or equal to, or less than or equal to another ($<, >, \le, \ge$).
The Fundamental Negative Multiplication/Division Rule: Whenever you multiply or divide both sides of an inequality by a negative real number, you MUST reverse the direction of the inequality symbol.
- Conceptual Justification: On a number line, multiplying by a negative number reflects points across the origin ($0$). Since $2 < 5$, reflecting them yields $-2 > -5$.
- Step-by-Step Worked Example: Solve $-4(3x - 5) \ge 2x + 34$
Number Line Graphing Conventions
- Open Circle ($\circ$): Used for strict inequalities ($<$ or $>$) to indicate that the boundary endpoint is excluded.
- Closed Circle ($\bullet$): Used for inclusive inequalities ($\le$ or $\ge$) to indicate that the boundary endpoint is included.
- Directional Ray: Shaded to the right for greater values ($>$ or $\ge$); shaded to the left for lesser values ($<$ or $\le$).
3. Systems of Linear Equations in Two Variables
A system of linear equations consists of two or more linear equations containing the same set of variables:
Geometric and Algebraic Classification Matrix
| System Type | Consistency & Dependency | Slopes & Intercepts | Graph Appearance | Number of Solutions |
|---|---|---|---|---|
| Consistent Independent | Consistent (has solution), Independent | Different slopes: $m_1 \ne m_2$ | Two lines intersecting at a single point $(x, y)$ | Exactly 1 Unique Solution |
| Consistent Dependent | Consistent (has solution), Dependent | Identical slopes and identical $y$-intercepts: $m_1 = m_2, b_1 = b_2$ | Two coincident lines (the exact same line graphed twice) | Infinitely Many Solutions |
| Inconsistent | Inconsistent (no solution) | Identical slopes, different $y$-intercepts: $m_1 = m_2, b_1 \ne b_2$ | Two parallel lines that never intersect | No Solution ($\emptyset$) |
Methods for Solving Linear Systems
- Method of Substitution: Best when one variable has a coefficient of $1$ or $-1$.
- Procedure: Solve one equation for a single variable (e.g., $y = 2x - 3$), substitute that expression into the second equation, solve for the remaining variable, and back-substitute to find the second coordinate.
- Method of Elimination (Linear Combination): Best when equations are written in standard form ($Ax + By = C$).
- Procedure: Multiply one or both equations by non-zero constants so that the coefficients of one variable become additive opposites ($+k$ and $-k$). Add the equations together to eliminate that variable, solve for the remaining variable, and back-substitute.
4. Functions, Relations, and Sequence Formulations
The Mathematical Definition of a Function
A relation is any set of ordered pairs $(x, y)$. A function $f$ from set $X$ to set $Y$ is a specialized relation with a strict uniqueness rule:
Function Definition: A relation in which each input element $x$ in the domain is paired with EXACTLY ONE output element $y$ in the range.
- Domain: The set of all allowable independent input values ($x$).
- Range: The set of all resulting dependent output values ($y = f(x)$).
- Vertical Line Test: A curve in the Cartesian coordinate plane represents a function if and only if no vertical line intersects the curve at more than one point.
FUNCTION (Passes Vertical Line Test) NOT A FUNCTION (Fails Test)
y y
| / | ╭───╮
───┼──/─── Vertical line hits ───┼───│─*─│─── Vertical line hits
| / at exactly ONE point | │ * │ at TWO points!
|/ | ╰───╯
───────┼───────> x ───────┼───────> x
Sequences as Discrete Functions
A sequence is a function whose domain is the set of positive integers $\mathbb{N} = {1, 2, 3, 4, \dots}$.
Arithmetic vs. Geometric Sequences Comparison Matrix
| Sequence Attribute | Arithmetic Sequence | Geometric Sequence |
|---|---|---|
| Generating Mechanism | Repeated addition of a constant difference ($d$) | Repeated multiplication by a constant ratio ($r$) |
| Recursive Definition | $a_n = a_{n-1} + d$ | $a_n = a_{n-1} \cdot r$ |
| Common Parameter Formula | Common Difference: $d = a_n - a_{n-1}$ | Common Ratio: $r = \frac{a_n}{a_{n-1}}$ ($a_{n-1} \ne 0$) |
| Explicit $n$-th Term Formula | ||
| Finite Series Sum Formula ($S_n$) | ||
| Continuous Function Analog | Linear Function: $f(x) = dx + c$ (constant slope) | Exponential Function: $f(x) = a \cdot b^x$ (exponential growth/decay) |
| Exemplar Sequence | $4, 9, 14, 19, 24, \dots$ ($a_1 = 4, d = 5$) | $3, 6, 12, 24, 48, \dots$ ($a_1 = 3, r = 2$) |
5. Quadratic Functions and Equation Foundations
A quadratic equation in standard form is written as:
Solving Techniques for Quadratic Equations
- Factoring via the Zero Product Property: If $ax^2 + bx + c = (px + q)(rx + s) = 0$, then $px + q = 0$ or $rx + s = 0$.
- The Quadratic Formula: Derived by completing the square on the general standard form:
The Discriminant ($\Delta = b^2 - 4ac$)
The expression under the radical, $\Delta = b^2 - 4ac$, dictates the nature and number of real roots:
- $\Delta > 0$ (Positive): Two distinct real solutions (parabola intersects $x$-axis twice).
- If $\Delta$ is a perfect square, solutions are rational; if not, solutions are irrational conjugate pairs.
- $\Delta = 0$ (Zero): Exactly one repeated real solution (parabola vertex touches $x$-axis at a single tangent point).
- $\Delta < 0$ (Negative): No real solutions (two complex/imaginary solutions $a \pm bi$; parabola does not intersect $x$-axis).
Parabolic Geometry of Quadratic Functions ($f(x) = ax^2 + bx + c$)
- Orientation: Opens upward if $a > 0$ (vertex is a global minimum); opens downward if $a < 0$ (vertex is a global maximum).
- Axis of Symmetry: Vertical line passing through the vertex: $x = -\frac{b}{2a}$.
- Vertex Coordinates: $\left(-\frac{b}{2a}, ; f\left(-\frac{b}{2a}\right)\right)$.
Solve the following multi-step linear inequality for the real variable x: -3(2x - 4) ≥ 4x - 8
Consider the following system of linear equations in two variables: 4x - 6y = 10 6x - 9y = 15 Which of the following statements correctly classifies this system and identifies its total number of solutions?
An arithmetic sequence begins with the terms a₁ = 7, a₂ = 12, a₃ = 17, a₄ = 22, ... What is the 35th term (a₃₅) of this sequence, and what is the sum of the first 35 terms (S₃₅)?