Grade 11Math

Factoring Trinomials with Substitution

Factoring trinomials with substitution transforms a complex expression into standard ax² + bx + c form by replacing a repeated binomial with a single variable u — an advanced factoring technique in enVision Algebra 1 Chapter 7 for Grade 11. For (x+1)² + 5(x+1) + 6, let u = (x+1) to get u² + 5u + 6 = (u+2)(u+3). Substituting back gives (x+3)(x+4). For (2x-3)² - 7(2x-3) + 12, let u = (2x-3) to get u² - 7u + 12 = (u-3)(u-4), then substitute back to get (2x-6)(2x-7) = 2(x-3)(2x-7).

Key Concepts

When a trinomial contains expressions that can be treated as a single variable, we can use substitution to transform it into the standard $ax^2 + bx + c$ form. Look for patterns where one part of the expression appears both as itself and squared, then substitute $u$ for the repeated expression to simplify the factoring process.

Common Questions

When should you use substitution to factor a trinomial?

Use substitution when you see a repeated binomial expression that appears both squared and not squared. The pattern looks like (expression)² + b(expression) + c.

How do you factor (x+1)² + 5(x+1) + 6 using substitution?

Let u = x+1. The expression becomes u² + 5u + 6 = (u+2)(u+3). Substitute back: (x+1+2)(x+1+3) = (x+3)(x+4).

How do you factor (2x-3)² - 7(2x-3) + 12?

Let u = 2x-3. The expression becomes u² - 7u + 12 = (u-3)(u-4). Substitute back: (2x-3-3)(2x-3-4) = (2x-6)(2x-7) = 2(x-3)(2x-7).

Why is substitution easier than expanding and re-factoring?

Expanding (2x-3)² - 7(2x-3) + 12 gives a degree-4 polynomial that is harder to factor directly. Substitution reduces it to a simple quadratic that can be factored by inspection.

How do you know when to substitute back?

Always substitute back after factoring. Replace u with the original binomial expression in every factor to express the final answer in terms of the original variable x.