Factoring Trinomials (Quadratic Form)
From the Special products and factoring math curriculum
Factoring Trinomials (Quadratic Form)
TL;DR
You'll learn to factor trinomials that look like a quadratic, even if they have higher powers or different variables. The key is to recognize the pattern $ax^2 + bx + c$ and use a substitution. This makes complex-looking problems manageable using familiar factoring techniques.
1. The Mental Model
Think of it like putting on a disguise. A seemingly complex expression might just be a standard quadratic polynomial in disguise. You'll swap out the "disguise" with a simpler variable, factor the simpler expression, and then swap the disguise back.
2. The Core Material
Factoring trinomials in quadratic form means recognizing expressions that don't look like $ax^2 + bx + c$ at first glance, but behave like them. The general form is $a(\text{something})^2 + b(\text{something}) + c$. The "something" is what you'll substitute.
Identifying Quadratic Form

Photo by Deepak Gautam on Pexels
The most common signs are:
1. Three terms.
2. The exponent of the first term is double the exponent of the middle term.
3. The last term is a constant.
For example:
* $x^4 + 5x^2 + 6$ (Here, "something" is $x^2$)
* $2y^6 - 7y^3 + 3$ (Here, "something" is $y^3$)
* $(x+1)^2 + 4(x+1) + 3$ (Here, "something" is $(x+1)$)
The Substitution Method

Photo by Markus Winkler on Pexels
Here's the process:
graph TD
A["Start with trinomial in quadratic form"] --> B["Identify the 'something' (e.g., x^2, y^3, (x+1))"];
B --> C["Let 'u' (or any new variable) equal that 'something'"];
C --> D["Substitute 'u' into the original trinomial"];
D --> E["Factor the new trinomial (in terms of 'u')"];
E --> F["Substitute the 'something' back in for 'u'"];
F --> G["Simplify and check for further factoring (e.g., difference of squares)"];
G --> H["End"];
Let's look at $x^4 + 5x^2 + 6$.
1. Identify "something": The middle term has $x^2$, and the first term has $(x^2)^2 = x^4$. So, the "something" is $x^2$.
2. Substitute: Let $u = x^2$.
3. Rewrite: The trinomial becomes $u^2 + 5u + 6$.
4. Factor: This is a simple quadratic. We need two numbers that multiply to 6 and add to 5. Those are 2 and 3. So, $u^2 + 5u + 6 = (u+2)(u+3)$.
5. Substitute back: Replace $u$ with $x^2$: $(x^2+2)(x^2+3)$.
6. Check for further factoring: Neither $x^2+2$ nor $x^2+3$ can be factored further using real numbers (they're not differences of squares).
Handling GCFs First

Photo by Mikhail Nilov on Pexels
Always look for a Greatest Common Factor (GCF) before you start. Factoring it out can simplify the problem significantly.
Example: $3x^6 - 15x^4 + 18x^2$
1. GCF: All terms have $3x^2$ in common. Factor it out: $3x^2(x^4 - 5x^2 + 6)$.
2. Now focus on the trinomial inside the parentheses: $x^4 - 5x^2 + 6$. This is in quadratic form.
3. Let $u = x^2$. The expression becomes $u^2 - 5u + 6$.
4. Factor: $(u-2)(u-3)$.
5. Substitute back: $(x^2-2)(x^2-3)$.
6. Don't forget the GCF: $3x^2(x^2-2)(x^2-3)$.
3. Worked Example
Let's factor the trinomial $(x-3)^2 - 2(x-3) - 15$.
- Identify the form: This is clearly $a(\text{something})^2 + b(\text{something}) + c$, where "something" is $(x-3)$.
- Substitution: Let $u = (x-3)$.
- Rewrite the trinomial: Substituting $u$ gives us $u^2 - 2u - 15$.
- Factor the new trinomial: We need two numbers that multiply to -15 and add to -2. These numbers are -5 and 3. So, $u^2 - 2u - 15 = (u-5)(u+3)$.
- Substitute back: Replace $u$ with $(x-3)$:
$((x-3)-5)((x-3)+3)$ - Simplify:
$(x-3-5)(x-3+3)$
$(x-8)(x)$
So the factored form is $x(x-8)$.
4. Key Takeaways
- Always look for a GCF first to simplify the problem.
- Identify the "something" in $a(\text{something})^2 + b(\text{something}) + c$.
- Use a substitution (like $u$) to transform the expression into a standard quadratic.
- Factor the simpler quadratic in terms of your substitution variable.
- Don't forget to substitute the original expression back in for your variable.
-
After substituting back, simplify and check if any factors can be factored further (e.g., difference of squares).
-
Common mistake: Forgetting to substitute the original expression back in.
- Common mistake: Not checking for a GCF at the beginning.
- Common mistake: Not simplifying the terms after substituting back (like in the example $(x-3)-5$).
- Common mistake: Trying to factor an expression like $(x^2+4)$ as a difference of squares. Remember, it's only $A^2 - B^2$.
5. Now Try It
Factor the trinomial $2x^6 + 11x^3 + 5$.
Your success will be a completely factored expression, where each factor is as simple as possible. Hint: Start by identifying what you'd substitute for.
Frequently asked about Factoring Trinomials (Quadratic Form)
More from Special products and factoring math
Get the full Special products and factoring math curriculum
Clone the complete plan to your dashboard for unlimited AI-generated notes, practice quizzes, and a personalised revision schedule.
Create Free Account