2.4 Simplifying & Factoring Algebraic Expressions
Key Takeaways
- Simplifying expressions involves expanding grouping symbols via distribution and combining like terms with identical variable bases and exponents.
- Binomial expansion follows the FOIL method (First, Outer, Inner, Last), while factoring reverses expansion by converting polynomials into products of factors.
- Always extract the Greatest Common Factor (GCF)—the largest numerical divisor and variable power shared by all terms—before applying secondary factoring methods.
- Quadratic trinomials ($ax^2 + bx + c$) factor using the Product-Sum method (when $a=1$) or the AC Method by grouping (when $a \neq 1$).
- Special factoring identities include Difference of Squares ($a^2 - b^2 = (a-b)(a+b)$) and Perfect Square Trinomials ($a^2 \pm 2ab + b^2 = (a \pm b)^2$).
2.4 Simplifying & Factoring Algebraic Expressions
Quick Summary: Simplifying and factoring algebraic expressions are fundamental techniques used to reduce complex mathematical models into manageable forms. On Part 1 of the EIAT, candidates are tested on expanding expressions using the FOIL method, combining like terms within nested grouping symbols, extracting the Greatest Common Factor (GCF), factoring quadratic trinomials ($ax^2 + bx + c$), and applying special patterns like the Difference of Squares ($a^2 - b^2$). In electrical theory, factoring enables rapid simplification of parallel resistance equations, impedance formulas, and power transfer expressions.
Combining Like Terms & Handling Nested Grouping Symbols
An algebraic expression consists of numbers, variables, and operational signs connected without an equals sign (e.g., $3x^2 - 5xy + 4y^2$). Simplifying an expression means rewriting it in its most compact form by combining like terms and eliminating grouping symbols.
Defining Like Terms
Like terms are algebraic terms that contain the exact same variable bases raised to the exact same powers. Only the numerical coefficients differ.
- Like Terms: $4x^2y$ and $-7x^2y$ (same variables $x^2y$); $5ab$ and $12ab$.
- Unlike Terms: $3x^2$ and $3x$ (different powers of $x$); $4a^2b$ and $4ab^2$ (different variable exponents).
Rule: You can only add or subtract like terms! Unlike terms cannot be combined.
Handling Nested Grouping Symbols
When expressions contain nested grouping symbols such as parentheses $( )$, square brackets $[ ]$, and curly braces ${ }$, simplify from the innermost group working outward:
- Distribute Innermost Parenthesis $-2(x - 5)$:
- Combine Like Terms Inside Brackets $[ 4x - 2x + 10 ]$:
- Distribute Outer $-3$ across Brackets:
- Combine Final Like Terms:
Polynomial Expansion & The FOIL Method
Expanding algebraic expressions involves multiplying terms across parentheses using the distributive property.
Expanding Binomials: The FOIL Method
When multiplying two binomials $(a + b)(c + d)$, apply the FOIL acronym:
- F - First: Multiply the first terms in each binomial ($a \cdot c$).
- O - Outer: Multiply the outer terms ($a \cdot d$).
- I - Inner: Multiply the inner terms ($b \cdot c$).
- L - Last: Multiply the last terms in each binomial ($b \cdot d$).
Example: Multiply $(2x - 5)(3x + 4)$
- First: $(2x) \cdot (3x) = 6x^2$
- Outer: $(2x) \cdot (4) = 8x$
- Inner: $(-5) \cdot (3x) = -15x$
- Last: $(-5) \cdot (4) = -20$
- Combine Middle Like Terms ($8x - 15x = -7x$):
Factoring Techniques: Greatest Common Factor (GCF)
Factoring is the inverse process of polynomial expansion—it converts an expanded algebraic expression back into a product of simpler factors.
Extracting the Greatest Common Factor (GCF)
The first step in factoring ANY algebraic expression is to check for a Greatest Common Factor (GCF). The GCF is the largest numerical coefficient and variable power that divides evenly into every term of the expression.
Steps to Extract the GCF:
- Find the GCF of Numerical Coefficients: Determine the greatest common divisor of all numbers.
- Find the GCF of Variable Factors: Identify variables common to all terms and select the lowest exponent present for each variable.
- Factor Out the GCF: Divide each original term by the GCF and write the expression as $\text{GCF} \times (\text{Remaining Terms})$.
Example: Factor $12x^3 y^2 - 18x^2 y^3 + 6x^2 y$
- Numerical GCF of $12, 18, 6$: $6$.
- Variable GCF of $x^3, x^2, x^2$: $x^2$ (lowest power).
- Variable GCF of $y^2, y^3, y^1$: $y$ (lowest power).
- Overall GCF: $6x^2y$.
- Divide Terms by GCF:
- Factored Result:
Factoring Quadratic Trinomials ($ax^2 + bx + c$)
A quadratic trinomial is a second-degree polynomial of the form $ax^2 + bx + c$.
Case 1: Simple Quadratic Trinomials ($a = 1$)
When the leading coefficient $a = 1$, the expression simplifies to $x^2 + bx + c$.
The Product-Sum Method:
To factor $x^2 + bx + c$, find two numbers $p$ and $q$ such that:
- Their product equals $c$ ($p \cdot q = c$).
- Their sum equals $b$ ($p + q = b$).
Once $p$ and $q$ are found, the factored form is:
Example: Factor $x^2 - 9x + 20$
- Identify $b = -9$ and $c = +20$.
- List integer pairs that multiply to $+20$:
- $(1, 20) \implies \text{Sum } 21$
- $(2, 10) \implies \text{Sum } 12$
- $(4, 5) \implies \text{Sum } 9$
- $(-4, -5) \implies \text{Sum } -9$ (Match!)
- Factored form:
Case 2: General Quadratic Trinomials ($a \neq 1$) via the AC Method
When the leading coefficient $a \neq 1$, use the AC Method (Factoring by Grouping):
Steps for the AC Method ($ax^2 + bx + c$):
- Calculate the Product $a \cdot c$.
- Find Two Numbers that Multiply to $ac$ and Add to $b$.
- Rewrite the Middle Term $bx$ using these two numbers.
- Factor by Grouping (group the first two terms and the last two terms).
Example: Factor $2x^2 + 7x + 6$
- Calculate $a \cdot c = 2 \cdot 6 = 12$.
- Find factors of $12$ that add to $b = 7$: The numbers are $3$ and $4$ ($3 \cdot 4 = 12$ and $3 + 4 = 7$).
- Rewrite middle term $7x$ as $3x + 4x$:
- Group and factor:
- Factor out common binomial $(x + 2)$:
Special Factoring Formulas
Recognizing special polynomial identities allows instantaneous factoring without trial and error.
1. Difference of Squares Formula
The difference of two perfect squares factors into the product of two conjugate binomials:
Warning: A Sum of Squares ($a^2 + b^2$) cannot be factored over real numbers!
Example: Factor $4x^2 - 25$
- $\sqrt{4x^2} = 2x$ and $\sqrt{25} = 5$.
- Apply formula: $(2x - 5)(2x + 5)$.
2. Perfect Square Trinomial Formulas
3. Multi-Step Factoring (GCF + Special Patterns)
Always check for a GCF first before applying special factoring formulas!
Example: Factor $2x^3 - 18x$ completely
- Extract GCF of $2x$:
- Recognize difference of squares in $(x^2 - 9)$:
- Combine for complete factored form:
Electrical Trade Application: Parallel Resistance & Algebraic Formulas
In electrical engineering and circuit design, simplifying rational algebraic expressions is crucial when calculating equivalent resistance ($R_{eq}$) in parallel circuits.
Parallel Resistance Formula Reduction
For two resistors $R_1$ and $R_2$ connected in parallel, the reciprocal formula is:
To combine the right-hand side, find a common denominator ($R_1 R_2$):
Taking the reciprocal yields the famous Product-over-Sum Formula:
Substituting Power Formulas via Algebraic Factoring
Similarly, combining Ohm's Law ($V = IR$) with Joule's Law ($P = VI$) involves algebraic substitution:
Factoring common variables from complex power expressions allows electricians to analyze voltage drops across multi-resistor branch networks efficiently.
Step-by-Step Worked Examples
Worked Example 1: Multi-Term Nested Distribution
Problem: Simplify the algebraic expression completely:
Solution:
- Distribute 3 across First Trinomial:
- Distribute 4 across Second Trinomial:
- Combine Expanded Expressions:
- Group Like Terms ($a^2$, $ab$, $b^2$):
- Add Coefficients:
Final Answer: $10a^2 - 13ab + 20b^2$
Worked Example 2: Factoring a Quadratic Trinomial
Problem: Factor the quadratic trinomial completely:
Solution:
- Identify Coefficients: $a = 1$, $b = -9$, $c = +20$.
- Find Two Numbers $p$ and $q$ that Multiply to $+20$ and Add to $-9$:
- Select Numbers: $p = -4$ and $q = -5$.
- Write Factored Form:
Final Answer: $(x - 4)(x - 5)$
Worked Example 3: GCF Extraction Followed by Difference of Squares
Problem: Factor the polynomial expression completely:
Solution:
- Identify GCF: Both terms $2x^3$ and $-18x$ share a numerical factor of $2$ and variable factor of $x$. GCF = $2x$.
- Factor Out GCF:
- Analyze Polynomial Inside Parentheses ($x^2 - 9$): Recognize $x^2 - 9$ as a Difference of Squares where $a = x$ and $b = 3$.
- Combine All Factors:
Final Answer: $2x(x - 3)(x + 3)$
Worked Example 4: Algebraic Reduction of Equivalent Resistance
Problem: Two parallel branch resistors have values defined by algebraic expressions $R_1 = 2x$ and $R_2 = 4x$. Write a simplified single algebraic expression for the total equivalent parallel resistance $R_{eq}$.
Solution:
- Use Product-over-Sum Parallel Resistance Formula:
- Substitute $R_1 = 2x$ and $R_2 = 4x$:
- Multiply Numerator and Add Denominator:
- Simplify Coefficient Fraction and Cancel Common Variable $x$:
Final Answer: $\frac{4}{3} x$ (or $\frac{4x}{3}$)
Simplify the algebraic expression completely: $3(2a^2 - 3ab + 4b^2) + 4(a^2 - ab + 2b^2)$
Factor the quadratic trinomial completely: $x^2 - 9x + 20$
Factor the expression completely: $2x^3 - 18x$