EN FR

ALG-3: Factoring Techniques

Module 2 · Algebraic Manipulation

Section 1: Introduction

Here is a question that comes up in the first week of calculus: a ball is thrown straight up with initial velocity 19.6 m/s. Its height is modeled by

When does it land? The ball lands when , so we need to solve

Factoring gives us , so (launch) or seconds (landing). Done. But what about cubic or quartic polynomials that appear when differentiating products or compositions of functions? For those, we need a full toolkit.

The deeper insight behind every technique in this lesson: factoring is reverse multiplication. Every method is simply recognizing a multiplication pattern and undoing it. Once you see that, the techniques stop feeling like a list of tricks and start feeling like a single coherent skill.

In calculus, finding local maxima and minima means solving . Derivatives produce polynomial expressions — often messy ones. Factoring turns “solve this polynomial” into “find where each factor is zero,” which is dramatically simpler.

After this lesson, you will be able to:

  • Extract the GCF from any polynomial in one pass — the zeroth step that clears the path for everything else
  • Factor using grouping, difference of squares, and quadratic trinomial methods for polynomials of degree 2–4
  • Use the Factor Theorem and synthetic division to factor higher-degree polynomials with rational roots
  • Factor expressions with fractional and negative exponents — the exact form that derivatives take in every calculus problem

Section 2: Prerequisites

This lesson draws directly on ALG-1 and ALG-2. Before you can factor a polynomial, you must be comfortable expanding them and working with fractional exponents.

  • From ALG-1: Expansion. Factoring is the distributive law run backwards (). You should be able to expand fluently before trying to reverse the process.
  • From ALG-2: Exponent Laws. Factoring out a variable means dividing every term by that variable: . This applies to integers, fractions, and negative numbers.
  • Basic Arithmetic: You should recognize the Greatest Common Factor of numeric coefficients (e.g., ).
  • Rational Exponents: Recall that . In Section 3, we will use this to factor messy calculus derivatives.

Retrieval Checkpoint

What is the expansion of ?

Success Factor: If the exponent rules feel unfamiliar, revisit ALG-2 before continuing. Factoring expressions with fractional exponents (the “most negative” rule) is the most challenging part of this lesson and depends entirely on ALG-2 fluency.

Section 3: Core Concepts

Factoring Strategy Roadmap — use this at every problem:

  • Step 0 (ALWAYS): Check for a GCF first. Factor it out before doing anything else.
  • 2 terms: Is it a difference of squares? Apply C3. (Sum of squares does not factor over ℝ.)
  • 3 terms: Is it a quadratic trinomial? Apply C4 (Product-Sum or ac-method).
  • 4 terms: Try factoring by grouping (C2).
  • Degree ≥ 3: Try the Factor Theorem + synthetic division (C5).
  • Fractional or negative exponents: Factor out the smallest (most negative) exponent (C6).

After every step: check whether each remaining factor can be factored further.


C1 — GCF Factoring: The Zeroth Step

The GCF is called the “zeroth step” because it must happen before you apply any other technique. Skipping it forces you to work with larger, messier expressions — and often leads to incomplete factoring.

Greatest Common Factor (GCF)

The GCF of a polynomial is the largest monomial that divides every term. It includes:

  • The GCF of all numeric coefficients (largest integer dividing each)
  • The lowest power of each variable appearing in every term

Factor it out using the distributive law in reverse: .

Mini-example: Factor .

GCF of coefficients:

Lowest power of : . Lowest power of : .

GCF

Result: — check by distributing back. ✓

Stopping too early. After factoring out the GCF, always check whether the remaining factor can be factored further. For example: . But , so the complete factoring is . Stopping at is not fully factored.


C2 — Factoring by Grouping

Factoring by Grouping

For a 4-term polynomial: split into two pairs, factor the GCF from each pair, then factor out the common binomial that emerges.

Standard pattern:

Mini-example: Factor .

Group:

Factor each group:

Factor the common binomial :

Continue — is a difference of squares:

Check:

The key to grouping is choosing the right pairs. The binomials inside each group’s GCF must be identical after factoring — if they’re not, try rearranging the terms or regrouping. The common binomial is the signal that the method worked.


C3 — Difference of Squares

Difference of Squares

For any expressions and :

Proof: . The middle terms cancel.

Both a and b can be any algebraic expression — they don’t have to be single variables.

Examples:

Sum of squares does NOT factor over ℝ. cannot be written as a product of two real binomials. To see why: if , then matching coefficients of gives and of gives . So and , which has no real solution. For calculus purposes, stays as .

Don’t confuse with a perfect square trinomial. has two terms with a minus sign — that’s the difference of squares pattern. The expression has three terms. If you write , check: . Always use both factors: .


C4 — Quadratic Trinomials

Case 1 — Monic (leading coefficient = 1):

Product-Sum Method

Find two integers and such that (product) and (sum). Then:

Mini-example: Factor .

Need and . Pairs for 6: . Only sums to 5.

Result: . Check:

Case 2 — Non-monic (leading coefficient ≠ 1):

The ac-Method

Compute . Find two integers with and . Split the middle term as , then factor by grouping.

Mini-example: Factor .

. Need and : try : ✓, ✓.

Split: . Check ✓

Product vs. Sum confusion. In both methods, the two numbers must multiply to (or ) and add to . A common error is adding when you should multiply, or multiplying when you should add. Write and explicitly on paper before hunting for the pair — the labels remind you which operation is which.


C5 — The Factor Theorem and Synthetic Division

Factor Theorem

If for some constant , then is a factor of . Conversely, if is a factor of , then .

Strategy for degree ≥ 3:

  1. Apply the Rational Root Theorem: test values .
  2. When you find a root where , use synthetic division to divide by .
  3. Factor the quotient (now degree ) using any applicable method.
  4. Repeat until fully factored.

Synthetic division example: divide by .

Root = 1. Write coefficients: 1, −6, 11, −6.

 1 | 1  -6   11  -6
   |     1   -5   6
   ------------------
   1  -5    6   0

Quotient:

Full factoring: . Check by expanding. ✓

Missing placeholder zeros in synthetic division. If a polynomial has a missing term — for example, has no or term — you must insert 0 placeholders. The coefficients are . Skipping the zeros shifts every column and produces a completely wrong quotient.


C6 — Factoring with Fractional and Negative Exponents

This is the technique that appears in virtually every calculus problem. When you differentiate using the power rule, the result often contains terms with fractional or negative exponents. Setting the derivative equal to zero requires factoring it first.

The Golden Rule: Factor Out the Smallest Exponent

When an expression contains terms with fractional or negative exponents, factor out the term with the most negative (smallest) exponent.

Why: factoring out (the smallest exponent) means every remaining term has exponent , producing a cleaner expression with only positive powers inside the parentheses.

Key rule: (quotient rule for exponents).

Mini-example: Factor .

Smallest exponent: . Factor out :

Factor out the 3: , or equivalently

Calculus application: if this were , solving gives . Since for , the only solution is , i.e., — the critical point.

Factoring out the wrong (largest) exponent. If you factor out instead of from , you get — which still has a negative exponent inside and is harder to work with. Always factor out the most negative exponent to get the simplest, cleanest form.

Section 4: Worked Examples

Example 1 — Multi-Step Factoring: GCF then Difference of Squares (Fully Worked)

Factor completely.

The plan: The word “completely” is a signal — always look for multiple steps. Start with GCF, then check the remaining factor.

Step 1 — Check for GCF. Both terms have factors of 2 and : GCF .

Step 2 — Factor . Two terms, minus sign, both perfect squares: .

Final answer:

Check by expanding:

Notice the two-step pattern: GCF first, then check the remaining factor for further factoring. This “two passes” approach catches the most common “not completely factored” errors on exams.


Example 2 — Quadratic Trinomial via the ac-Method (Partially Scaffolded)

Factor .

The plan: , , . Compute . Find with and .

What two numbers multiply to −24 and add to −10? (Try listing factor pairs of −24 before looking at the solution.)

Show Solution

Factor pairs of −24 where the signs differ (since product is negative):

  • : sum
  • : sum
  • : sum ✓ and

Split the middle term:

Group:

Check:


Example 3 — Factoring a Cubic Using the Factor Theorem (Minimally Scaffolded)

Factor .

Hint: Test integer values from ±{1, 5} (factors of the constant term 5). When you find a value where f(a) = 0, use synthetic division to extract the factor.

Show Solution

Test : ✓ — so is a factor.

Synthetic division with root = 1:

 1 | 1   1  -7   5
   |     1   2  -5
   --------------
   1   2  -5   0

Quotient:

Try to factor : discriminant — not a perfect square, so no integer factoring.

Apply the quadratic formula:

Full factoring over :

Sometimes polynomials don’t factor over the integers but do factor over the reals. The quadratic formula gives you the irrational roots. In that case, write the factors using the exact roots — don’t round.


Example 4 — Factoring a Derivative with Fractional Exponents (Calculus Preview)

Simplify by factoring completely, then find the critical point.

Identify the smallest exponent: .

Find the GCF of coefficients: .

Factor out :

Result:

Find critical points:

Since for , solve

This is the standard calculus workflow: differentiate → factor the derivative → solve for zeros → find critical points. Mastering C6 now means you’ll handle this automatically in every calculus problem.

Section 5: Guided Practice

For each problem, use the dropdowns to select your answer. Wrong choices include rationale explaining the specific error — read those explanations carefully.

Problem 1 — Identify and Extract the GCF (C1)

Factor by identifying the GCF.

Step A: What is the GCF?

Step B: What is the fully factored form?

Factor by identifying the GCF.

Step A: What is the GCF?

Step B: What is the fully factored form?

Factor by identifying the GCF.

Step A: What is the GCF?

Step B: What is the fully factored form?

Factor by identifying the GCF.

Step A: What is the GCF?

Step B: What is the fully factored form?

Factor by identifying the GCF.

Step A: What is the GCF?

Step B: What is the fully factored form?


Problem 2 — Choose the Correct Factoring Technique (C1–C5)

For each expression, identify which technique applies. Use the strategy roadmap from Section 3 if needed.

Expression A:

Expression B:

Expression C:

Expression D:


Problem 3 — Factor a Difference of Squares (C3)

Factor completely.

Factor completely.

Factor completely. (This requires two steps.)

Step A: What is the result of the first factoring step?

Step B: Factor further. What happens to ?

Factor completely.

Factor completely.


Problem 4 — Factor a Non-Monic Quadratic Step by Step (C4)

Factor using the ac-method. Work through each step.

Step 1: What is ?

Step 2: Which pair satisfies and ?

Step 3: After splitting the middle term as and factoring by grouping, which is the correct result?

Show full worked solution

Factor :

Step 1:

Step 2: Find with and . Pairs: works since and .

Step 3: Split:

Step 4: Group:

Check:

Section 6: Independent Practice

The first two problems regenerate with new numbers — use them for extra drill. For problems 3–5, write your solution before checking.

Problem 1 — GCF Extraction (C1) — Generative


Problem 2 — Factor a Monic Quadratic Trinomial (C4) — Generative


Problem 3 — Two-Step Factoring: GCF then Difference of Squares (C1, C3)

Factor completely.

Show Solution

Step 1 — GCF: Both terms share factor 3.

Step 2 — Difference of squares:

Final answer:

Check:

Factor completely.

Show Solution

Step 1 — GCF:

Step 2 — Difference of squares:

Final answer:

Check:

Factor completely.

Show Solution

Step 1 — GCF: GCF of and is .

Step 2 — Difference of squares:

Final answer:

Check:

Factor completely.

Show Solution

Step 1 — GCF: GCF = .

Step 2 — Difference of squares:

Final answer:

Check:

Factor completely.

Show Solution

Step 1 — GCF:

Step 2 — Difference of squares:

Final answer:

Check:


Problem 4 — Factor a Cubic Using the Factor Theorem (C5)

Factor completely.

Show Solution

Test : ✓ → is a factor.

 1 | 1  -6   11  -6
   |     1   -5   6
   ——————————————
   1  -5    6   0

Quotient:

Answer:

Factor completely.

Show Solution

Test : ✓ → is a factor.

 1 | 1   2  -1  -2
   |     1   3   2
   ——————————————
   1   3   2   0

Quotient:

Answer:

Factor completely.

Show Solution

Test : ✓ → is a factor.

 1 | 1  -1  -4   4
   |     1   0  -4
   ——————————————
   1   0  -4   0

Quotient:

Answer:

Factor completely.

Show Solution

Test : ✓ → is a factor.

-1 | 1   1  -4  -4
   |    -1   0   4
   ——————————————
   1   0  -4   0

Quotient:

Answer:

Factor completely.

Show Solution

Test : ✓ → is a factor.

 1 | 1  -3  -1   3
   |     1  -2  -3
   ——————————————
   1  -2  -3   0

Quotient:

Answer:


Problem 5 — Factor an Expression with Fractional Exponents (C6)

Factor completely:

Start by identifying the smallest exponent, then factor it out along with the numeric GCF.

Show Solution

Smallest exponent: . Numeric GCF: . Factor out .

Check each term:

Result:

Check that factors further: discriminant — not a perfect square. This is the final factored form.

Equivalently:

Section 7: Mastery Check

No hints. No scaffolding. These questions test whether you can recognize and apply the right factoring strategy on your own.

Question 1 — Feynman Test

A student says they “get” factoring quadratics, but they always get stuck on expressions like . Explain to them, in your own words, the “Two-Pass” rule for factoring. Why is not finished after the first step?

0 / 500
See a model explanation

The “Two-Pass” rule means you should always check your resulting factors to see if they can be factored further. For , the first pass uses difference of squares: . But it’s not finished because is itself a difference of squares . The final pass gives . Always check if any binomial factor looks like before stopping.


Question 2 — Multistep Strategy (C3, C4)

Factor completely. Work through each step.

Step 1: What is the first factoring step?

Step 2: Factor further.

Step 3: Can be factored over ℝ?

Show complete solution

Final answer:


Question 3 — Find the Error (C1)

A student factors as follows:

. Done.”

What did the student do wrong? Identify the missing step and provide the correct fully factored form.

Show Answer

The error: The student stopped too early. The contents still have as a common factor. The GCF of the original polynomial is , not just .

Correct fully factored form: . (Since the discriminant of is , it doesn’t factor further over the integers.)


Self-Assessment

How confident are you with these factoring techniques?

Still shakyReady for the Boss Fight

Section 8: Boss Fight

Two paths, equal difficulty, different approach. Pick the one that matches how you think.

🔬 Path A: The Analyst

Chain three different techniques in sequence to factor a single cubic. Name every technique as you go. Precision is everything.

🏗️ Path B: The Architect

Factor a derivative with fractional exponents, find critical points, and determine increasing/decreasing behavior. Calculus thinking required.

Path A: The Analyst

Factor completely, naming each technique used at every step.

Task A1 — Identify the sequence of techniques.

Identify the first technique (GCF), the second technique (Grouping), and the third technique (Difference of Squares) needed to completely factor the expression.


0 / 1000
Show Full Solution

Step 1 — GCF:

Step 2 — Grouping:

Step 3 — Difference of squares:

Final answer:

Check:

Path B: The Architect

The function (defined for ) has derivative:

Task B1 — Factor the derivative.

What is the GCF to factor out of ? Provide the fully factored form.


Task B2 — Find critical points.

Set and find all critical points.


Task B3 — Sign analysis.

Determine whether is increasing or decreasing on each side of the critical points.


0 / 1200
Show Full Solution

Step 1 — Factor:

Check: ✓ and

Step 2 — Critical points: when (gives ) or (gives ).

Step 3 — Sign analysis of :

  • For : and , so is decreasing.
  • For : and , so is increasing.

Conclusion: is a local minimum of (decreasing before, increasing after).

Section 9: Challenge Problems

Optional stretch. These problems go beyond the lesson objectives. They’re here for students who want more — not a requirement for moving forward.

Challenge 1 — Quartic Factoring via Substitution (C3, C4)

Factor completely.

Hint: let . Then becomes a quadratic in . Factor that, then substitute back.

Show Solution

Substitute :

Product-Sum: find with and . Try : ✓, ✓.

Substitute back : (x-1)(x+1)(x-2)(x+2)(x-2)(x-1)(x+1)(x+2)$


Challenge 2 — Sum and Difference of Cubes (Preview)

The sum and difference of cubes have special factoring patterns:

Use these patterns to factor (a) and (b) .

Show Solutions

(a)

Check:

(b)

Check:

Note: the quadratic factors in both cases — and — have negative discriminants and cannot be factored over ℝ. This is always the case for cube factorizations.


Challenge 3 — Proving Sum of Squares Is Irreducible over ℝ (C3)

Prove that cannot be written as for any real numbers and .

Hint: expand the right side, match coefficients, and show you get a contradiction.

Show Proof

Expand:

For this to equal , match coefficients:

  • Coefficient of :
  • Coefficient of :

From : . Substitute into : , so , giving .

There is no real number with . This contradiction proves that has no real factorization of this form. The sum of squares is irreducible over ℝ.

Section 10: Solutions Reference

Complete, step-by-step solutions for all problems in Sections 5–9 are available on the solutions page. Solutions include worked arithmetic, common mistakes to watch for, and interpretation guidance.

View Full Solutions →

If you’re stuck: Re-read the relevant Core Concept in Section 3, then find the Worked Example that maps to that concept (e.g., Example 1 maps to Concept 1). The solutions page shows the reasoning behind every step, not just the final answer.

Quick-Reference Formulas

Difference of Squares:

Sum of Squares:

Quadratic Trinomials (Monic: ): Find two numbers that multiply to and add to .

Quadratic Trinomials (Non-Monic: ): Find two numbers that multiply to and add to , then factor by grouping.

The Factor Theorem: If , then is a factor of the polynomial .

Factoring with Fractional Exponents: Always factor out the term with the smallest (most negative) exponent.