Factored Form - Definition, Conversion, and Examples
Factored Form - Definition, Conversion, and Examples
TL;DR
The factored form of a quadratic writes it as a product of linear factors — for example x² + 5x + 6 becomes (x + 2)(x + 3). This article covers what factored form is, how it compares to standard form and vertex form, how to convert between them, three worked examples at increasing difficulty, and the mistakes that quietly cost marks.
What is Factored Form?
The factored form of a polynomial writes it as a product of factors that cannot be broken down any further within the chosen number system.
For a quadratic, factored form means writing it as a product of two linear factors:
a(x−r₁)(x−r₂)
where r₁ and r₂ are the roots (or zeros) of the quadratic — the values of x where the parabola crosses the x-axis — and a is the leading coefficient.
So x² + 5x + 6 in factored form is (x + 2)(x + 3). The roots are −2 and −3. The product of (x−(−2))(x−(−3)) gives back the original expression.
The whole point of factored form is that it reads the roots directly off the expression. Standard form hides them. Factored form puts them where the eye can see them.
The Three Forms of a Quadratic, Side by Side
A quadratic can be written in three forms, and each form makes a different feature easy to read off.
| Form | Shape | What it makes easy to read | Best when |
|---|---|---|---|
| Standard form | ax² + bx + c | The y-intercept (c) | Adding or comparing quadratics |
| Factored form | a(x−r₁)(x−r₂) | The roots (r₁, r₂) — where the graph crosses the x-axis | Solving equations, sketching graphs |
| Vertex form | a(x−h)² + k | The vertex (h, k) — the parabola's turning point | Finding maximum/minimum values |
A single quadratic — x² − 6x + 5 — has all three at once:
- Standard form: x² − 6x + 5
- Factored form: (x−1)(x−5)
- Vertex form: (x−3)² − 4
The same parabola, three readings. The form you pick depends on what you need to know from it.
How to Convert Standard Form to Factored Form
The conversion uses the same factoring playbook that applies to any quadratic.
Step 1. Check for a common factor across all three terms. Pull it out if present.
Step 2. Pick the method that matches the shape.
| Standard form looks like | Method | Result |
|---|---|---|
| x² + bx + c | Sum-product — find r₁, r₂ with r₁ ⋅ r₂ = c and r₁ + r₂ = b | (x−r₁)(x−r₂) |
| ax² + bx + c (leading coefficient ≠ 1) | AC method — find pair multiplying to ac, adding to b; split middle term; group | Linear factors with a folded in |
| a² − b² | Difference of squares — a² − b² = (a−b)(a+b) | Two linear factors |
| Roots are irrational | Quadratic formula → x = −b ± √(b²−4ac)/2a | a(x−r₁)(x−r₂) |
Step 3. Verify by expanding the factors back out — the result should match standard form.
How to Convert Factored Form to Standard Form
This direction is the easier one. Multiply out using FOIL (First, Outside, Inside, Last) — or the distributive property for more than two factors.
(x−1)(x−5) = x² − 5x − x + 5 = x² − 6x + 5
For three factors, expand two at a time:
(x−1)(x−2)(x−3)=(x²−3x+2)(x−3)=x³−6x²+11x−6
How do You Find the Factored Form? Three Worked Examples
We walk through three quadratics — Quick, Standard, and Stretch. The Standard one opens with the most common wrong path.
Quick example
Quick. Find the factored form of x² + 7x + 12.
Two numbers multiplying to 12, adding to 7: 3 and 4.
x² + 7x + 12 = (x + 3)(x + 4).
Final answer: (x + 3)(x + 4). Roots: −3 and −4.
The mistake worth making once
Standard. Find the factored form of 2x² − 7x − 4.
Wrong path. A student who learned the leading-coefficient-1 trick reaches straight for it:
"Two numbers multiplying to −4 and adding to −7. −8 and 1? They multiply to −8, not −4. Stuck."
The conclusion that we are stuck is wrong. The "multiply to c, add to b" rule works only when a = 1. With a = 2, we need numbers multiplying to ac=−8, not c=−4.
Correct path — AC method.
Find two numbers that multiply to ac=2⋅(−4)=−8 and add to b=−7: −8 and 1.
Split the middle term:
2x² − 7x − 4 = 2x² − 8x + x − 4.
Group:
= 2x(x−4)+1(x−4) = (2x + 1)(x−4).
Final answer: (2x + 1)(x−4). Roots: x = −1/2 and x = 4.
Stretch example
Stretch. Find the factored form of x² − 6x + 7.
Try sum-product: two numbers multiplying to 7, adding to −6. The pairs (7,1), (−7,−1) — none of them add to −6. The factors are not rational.
Use the quadratic formula:
x = 6 ± √(36−28)/2 = 3 ± √2.
Factored form (over the reals):
x² − 6x + 7 = (x−(3+√2))(x−(3−√2)).
Final answer: (x−(3+√2))(x−(3−√2)).
Why Does Factored Form Matter?
Factored form is not a stylistic choice. Three places it earns its keep.
Reading off zeros. Whenever you need the roots of a quadratic — the x-intercepts of the parabola, the times a projectile hits the ground, the prices at which profit is zero — factored form hands them over directly.
Sketching graphs by hand. With factored form, you know the x-intercepts immediately, the y-intercept follows from a⋅r₁⋅r₂, and the parabola is sketched in three points.
Solving inequalities. (x−2)(x−5) > 0 tells you the sign of the expression on each interval at a glance. Standard form does not.
Tripping Points to Avoid
Three errors account for most of the marks lost when converting to factored form.
Mistake 1: Dropping the leading coefficient.
Where it slips in: When a≠1, students factor as if a=1 and lose the a entirely.
Don't do this: 3x² + 12x + 9→(x+1)(x+3).
The correct way: Pull out the GCF first. 3x² + 12x + 9 = 3(x² + 4x + 3) = 3(x + 1)(x + 3). The 3 does not vanish.
Mistake 2: Sign errors on the roots.
Where it slips in: Reading factored form (x−3)(x+2) and concluding the roots are −3 and 2.
Don't do this: Roots of (x−3)(x+2) are −3 and 2.
The correct way: Roots are the values that make each factor zero. x−3=0⇒x=3 and x+2=0⇒x=−2. The sign in the factor flips when you read off the root.
Mistake 3: Stopping at one factor.
Where it slips in: After pulling out a GCF, students treat the job as done and forget to factor the inner quadratic.
Don't do this: 2x² + 10x + 12→2(x² + 5x + 6) and stop.
The correct way: Keep factoring. 2(x² + 5x + 6) = 2(x + 2)(x + 3). "Fully factored" means no factor can be broken down further.
When Each Form Earns Its Keep
A quick decision guide.
| You need to find… | Pick this form |
|---|---|
| The x-intercepts (roots) | Factored form — a(x−r₁)(x−r₂) |
| The y-intercept | Standard form — the constant c |
| The vertex (max or min) | Vertex form — a(x−h)²+k |
| Whether two quadratics are equal | Convert both to standard form, then compare |
| The sign of the quadratic over an interval | Factored form |
Conclusion
- Factored form writes a quadratic as a product of linear factors: a(x−r₁)(x−r₂).
- It reads the roots directly off the expression; standard form hides them; vertex form hides them too.
- Convert from standard form using sum-product, AC, perfect-square recognition, or the quadratic formula.
- Always pull out the GCF first, and always keep the leading coefficient a in the final answer.
- Factored form is the form to reach for whenever you need x-intercepts, want to solve a quadratic equation, or need to sketch a parabola quickly.
A practical next step
Three problems to practise:
- Write x² − 9x + 20 in factored form.
- Write 6x² + 11x + 4 in factored form.
- Write x² − 4x + 1 in factored form (hint: quadratic formula).
Frequently Asked Questions
What is a fully factored form? A polynomial in factored form whose factors cannot be broken down any further over the chosen number system.
How do you write a quadratic in factored form? Factor it. Use sum-product for leading coefficient 1, AC method otherwise, perfect-square recognition, or the quadratic formula when the roots are irrational.
How is factored form different from standard form? Standard form is the expanded shape ax² + bx + c. Factored form is the product shape a(x−r₁)(x−r₂). They describe the same quadratic — just written for different features (y-intercept vs roots).
How is factored form different from vertex form? Vertex form makes the vertex visible, while factored form makes the roots visible. Both hide the y-intercept (which standard form makes obvious).
Can every quadratic be written in factored form? Over the complex numbers, yes — every quadratic factors. Over the reals, every quadratic with a non-negative discriminant factors (with possibly irrational roots). Over the rationals, only quadratics with rational roots factor cleanly.
How do you find the roots from factored form? Set each factor equal to zero and solve. From (x−3)(x+2) = 0: x = 3 or x = −2.
What is the zero product property? If A⋅B=0, then A=0 or B=0 (or both). This is the property that lets factored form become a set of single-factor equations — the engine that turns factored form into solutions.