How to Write an Expression in Factored Form
Writing an expression in factored form means rewriting it as a product of simpler expressions, called factors. This process reveals the zeros of the function, simplifies algebraic manipulation, and is essential for solving equations, graphing polynomials, and understanding algebraic structure. Below is a step‑by‑step guide that covers the core concepts, techniques, and practical tips you need to master factoring.
Understanding Factored Form
An algebraic expression is in factored form when it is expressed as a multiplication of two or more factors, each of which cannot be factored further over the set of numbers you are working with (usually integers, rationals, or reals). For example:
- (6x + 9 = 3(2x + 3)) (factored form, factor 3 and binomial (2x+3))
- (x^2 - 5x + 6 = (x - 2)(x - 3)) (factored form, two linear factors)
- (4x^2 - 9 = (2x - 3)(2x + 3)) (difference of squares)
When an expression cannot be broken down any further, it is said to be prime or irreducible over the chosen number set.
Step‑by‑Step Procedure to Factor an Expression
Follow these general steps whenever you encounter a polynomial or algebraic expression:
-
Identify and extract the Greatest Common Factor (GCF).
Look for the largest number and/or variable that divides every term. Write the GCF outside a parentheses and divide each term by it Easy to understand, harder to ignore.. -
Determine the number of terms.
The strategy changes depending on whether you have two terms (binomial), three terms (trinomial), or four or more terms. -
Apply the appropriate factoring pattern.
- Two terms: check for difference of squares, sum/difference of cubes, or a common binomial factor.
- Three terms (quadratic trinomial): use trial‑and‑error, the AC method, or perfect‑square trinomial patterns.
- Four or more terms: try factoring by grouping.
-
Factor each resulting piece further if possible.
After the first round, revisit each factor to see if it can be broken down again (e.g., a quadratic factor might itself be a difference of squares). -
Check your work.
Multiply the factors together; the product should match the original expression exactly.
Common Factoring Techniques
1. Greatest Common Factor (GCF)
Example: Factor (12x^3y^2 - 18x^2y) Which is the point..
- GCF of coefficients: 6
- GCF of variables: (x^2y) (lowest power of each variable present)
- Factor out: (6x^2y(2xy - 3)).
2. Difference of Squares
Pattern: (a^2 - b^2 = (a - b)(a + b)).
Example: Factor (25x^2 - 4).
- Recognize (25x^2 = (5x)^2) and (4 = 2^2).
- Apply pattern: ((5x - 2)(5x + 2)).
3. Sum and Difference of Cubes
- Difference: (a^3 - b^3 = (a - b)(a^2 + ab + b^2)).
- Sum: (a^3 + b^3 = (a + b)(a^2 - ab + b^2)).
Example: Factor (x^3 + 27). - (27 = 3^3).
- Apply sum of cubes: ((x + 3)(x^2 - 3x + 9)).
4. Factoring Quadratic Trinomials ((ax^2 + bx + c))
Method 1 – Simple trinomial ((a = 1)): Find two numbers that multiply to (c) and add to (b).
Example: (x^2 + 7x + 12).
- Numbers: 3 and 4 (since (3·4 = 12) and (3+4 = 7)).
- Factored form: ((x + 3)(x + 4)).
Method 2 – AC method (when (a ≠ 1)):
- Multiply (a) and (c) → product (ac).
- Find two numbers that multiply to (ac) and add to (b).
- Rewrite the middle term using those numbers, then factor by grouping.
Example: Factor (6x^2 + 11x + 3).
- (ac = 6·3 = 18).
- Numbers: 2 and 9 (since (2·9 = 18) and (2+9 = 11)).
- Rewrite: (6x^2 + 2x + 9x + 3).
- Group: ((6x^2 + 2x) + (9x + 3) = 2x(3x + 1) + 3(3x + 1)).
- Factor out common binomial: ((3x + 1)(2x + 3)).
5. Factoring by Grouping (four or more terms)
Example: Factor (x^3 + 3x^2 + 2x + 6) No workaround needed..
- Group: ((x^3 + 3x^2) + (2x + 6)).
- Factor each group: (x^2(x + 3) + 2(x + 3)).
- Common binomial: ((x + 3)(x^2 + 2)).
6. Perfect Square Trinomials
Patterns:
- (a^2 + 2ab + b^2 = (a + b)^2)
- (a^2 - 2ab + b^2 = (a - b)^2)
Example: Factor (4x^2 - 12x + 9). - Recognize (4x^2 = (2x)^2), (9 = 3^2), and middle term (-12x = 2·(2x)·(-3)).
- Factored form: ((2x - 3)^2).
Special Cases and Tips
- Prime expressions: If after applying all techniques no further factoring is possible, the expression is prime over the integers (e.g., (x^2 + 4) over the reals).
- Factor out a negative GCF: Sometimes pulling out (-1) simplifies
Factor out a negative GCF (continued)
If the leading coefficient of a polynomial is negative, it is often convenient to factor out (-1) first, then proceed with the usual GCF steps.
Example: Factor (-8x^3 + 12x^2 - 4x).
- Pull out (-1): (-1(8x^3 - 12x^2 + 4x)).
- GCF of the remaining terms is (4x): (-1·4x(2x^2 - 3x + 1) = -4x(2x^2 - 3x + 1)).
- The quadratic inside can be further factored: (-4x(2x-1)(x-1)).
Factoring by Grouping with More Than Four Terms
When a polynomial contains six or more terms, you can still use grouping, but you may need to rearrange terms or apply the technique repeatedly.
Example: Factor (2x^4 + 3x^3 - 5x^2 - 4x + 6) And that's really what it comes down to. Took long enough..
- Group in pairs: ((2x^4 + 3x^3) + (-5x^2 - 4x) + 6).
- Factor each group: (x^3(2x + 3) - x(5x + 4) + 6).
- Notice that the three resulting terms do not share a common factor, so try a different grouping: ((2x^4 - 5x^2 + 6) + (3x^3 - 4x)).
- Factor each new group: ((2x^4 - 5x^2 + 6) = (2x^2 - 3)(x^2 - 2)) and ((3x^3 - 4x) = x(3x^2 - 4)).
- The expression does not factor further over the integers, so the final answer is ((2x^2 - 3)(x^2 - 2) + x(3x^2 - 4)).
(Sometimes a polynomial cannot be factored into linear factors; recognizing when to stop is part of the process.)
Using Substitution to Factor
Certain polynomials are easier to factor if you treat a repeated sub‑expression as a single variable.
Example: Factor (x^4 + 5x^2 + 6).
- Let (u = x^2). The polynomial becomes (u^2 + 5u + 6).
- Factor the quadratic in (u): ((u + 2)(u + 3)).
- Substitute back: ((x^2 + 2)(x^2 + 3)).