Skip to main content
guidealgebra

Factored Form of a Quadratic Equation: Complete Guide With Examples

·12 min read·Solvify Team

The factored form of a quadratic equation is the version that makes its solutions visible at a glance — instead of ax² + bx + c = 0, you see a(x − r₁)(x − r₂) = 0, where r₁ and r₂ are the roots. Understanding the factored form of a quadratic equation is one of the most useful skills in algebra because it connects three things at once: the roots (where the parabola crosses the x-axis), the direction of opening, and the structure of the polynomial. Students often see factored form on tests, in graphing tasks, and when solving applied problems, yet the transition from standard form to factored form trips many people up. This guide explains exactly what factored form means, how to get there from any quadratic, what you can read directly from it, and how to avoid the mistakes that cost points.

What Is the Factored Form of a Quadratic Equation?

A quadratic equation in standard form is written as ax² + bx + c = 0, where a ≠ 0. The factored form of a quadratic equation rewrites that same expression as a product of two linear factors: a(x − r₁)(x − r₂) = 0, where r₁ and r₂ are the two roots (also called zeros or solutions). The constant a in front is the same leading coefficient as in standard form — it controls whether the parabola opens upward (a > 0) or downward (a < 0) and how wide or narrow it is. The factored form exists whenever the quadratic has two real roots (including the case where both roots are equal — a repeated root). If the discriminant b² − 4ac is negative, the roots are complex numbers and the quadratic cannot be factored over the real numbers. There are three common forms a quadratic can take: standard form (ax² + bx + c), vertex form (a(x − h)² + k), and factored form (a(x − r₁)(x − r₂)). Each form highlights different features: standard form shows the coefficients directly, vertex form shows the vertex coordinates, and factored form shows the roots directly. Knowing how to move between these three forms is what makes quadratics feel manageable rather than mysterious.

Factored form: a(x − r₁)(x − r₂) = 0. The values r₁ and r₂ are the roots — plug either one in for x and the equation equals zero.

What You Can Read Directly From Factored Form

One reason teachers insist on factored form is that it puts critical information about the quadratic right on the surface. You do not need to solve anything — three key features are visible by inspection. First, the roots: if the factored form is (x − 3)(x + 5) = 0, the roots are x = 3 and x = −5 (note that the sign flips — x − 3 = 0 gives x = 3, not x = −3). Second, the x-intercepts of the parabola are the same as the roots, so the graph crosses the x-axis at (3, 0) and (−5, 0). Third, the axis of symmetry lies exactly halfway between the two roots: x = (r₁ + r₂) / 2. For the example above, the axis of symmetry is x = (3 + (−5)) / 2 = −2/2 = −1. From the axis of symmetry you can also find the vertex x-coordinate without completing the square. If the full factored form is a(x − r₁)(x − r₂) = 0 and you substitute x = (r₁ + r₂)/2 back into the equation, you get the vertex y-coordinate as well. This chain of reasoning — from factored form to roots to axis of symmetry to vertex — is much faster than starting from standard form when the roots are known.

1. Reading the roots

Set each factor equal to zero. In 2(x − 4)(x + 1) = 0, the factors give x − 4 = 0 → x = 4, and x + 1 = 0 → x = −1. The leading coefficient 2 never affects the roots; it only changes the steepness of the parabola.

2. Reading the x-intercepts

The x-intercepts of the parabola y = 2(x − 4)(x + 1) are at (4, 0) and (−1, 0). Each root corresponds to a point where the curve touches the x-axis. A repeated root such as (x − 3)² = 0 gives just one x-intercept at (3, 0) — the parabola is tangent to the axis at that point.

3. Finding the axis of symmetry

Axis of symmetry x = (r₁ + r₂) / 2. For roots 4 and −1: x = (4 + (−1)) / 2 = 3/2 = 1.5. The parabola is perfectly symmetrical about the vertical line x = 1.5. This also tells you the vertex x-coordinate is 1.5.

4. Finding the vertex y-coordinate

Substitute the axis of symmetry x-value into the original equation. For y = 2(x − 4)(x + 1) at x = 1.5: y = 2(1.5 − 4)(1.5 + 1) = 2(−2.5)(2.5) = 2(−6.25) = −12.5. The vertex is at (1.5, −12.5). Since a = 2 > 0, the parabola opens upward and this is a minimum.

Shortcut: the axis of symmetry is always the average of the two roots — (r₁ + r₂) / 2. No completing the square needed when you have factored form.

How to Convert Standard Form to Factored Form of a Quadratic Equation

Converting from ax² + bx + c = 0 to factored form requires finding the two roots first. The method you choose depends on the coefficients. For monic quadratics (a = 1), the factor-pair method is fastest. For non-monic quadratics (a ≠ 1), the AC method or the quadratic formula works. Once you have the roots r₁ and r₂, writing the factored form is immediate: a(x − r₁)(x − r₂) = 0. Below are the three main paths laid out as steps.

1. Step 1 — Check for a GCF and factor it out

Before anything else, look for a greatest common factor across all three terms. For 3x² − 12x − 15 = 0, the GCF is 3: write 3(x² − 4x − 5) = 0. Now work with x² − 4x − 5 = 0, which is monic. Skipping this step makes the numbers harder than they need to be.

2. Step 2 (monic, a = 1) — Use the factor-pair method

For x² + bx + c = 0, find two numbers p and q where p × q = c and p + q = b. Those numbers go into the factored form as (x + p)(x + q) = 0, giving roots x = −p and x = −q. Example: x² − 4x − 5 = 0. Need p × q = −5 and p + q = −4. Pair (−5, 1): −5 × 1 = −5 ✓ and −5 + 1 = −4 ✓. Factored form: (x − 5)(x + 1) = 0. Roots: x = 5 or x = −1. Full factored form including the extracted GCF: 3(x − 5)(x + 1) = 0.

3. Step 2 (non-monic, a ≠ 1) — Use the AC method

For ax² + bx + c = 0 with a ≠ 1, compute the product a × c. Find two integers m and n where m × n = a × c and m + n = b. Rewrite the middle term using m and n, then factor by grouping. Example: 2x² + 5x − 3 = 0. a × c = 2 × (−3) = −6. Need m × n = −6 and m + n = 5. Pair (6, −1): 6 × (−1) = −6 ✓ and 6 + (−1) = 5 ✓. Rewrite: 2x² + 6x − x − 3 = 0. Group: 2x(x + 3) − 1(x + 3) = 0. Factor: (2x − 1)(x + 3) = 0. Roots: x = 1/2 or x = −3. Factored form: 2(x − 1/2)(x + 3) = 0, or equivalently (2x − 1)(x + 3) = 0.

4. Step 2 (any quadratic) — Use the quadratic formula

When factor pairs are hard to spot or the discriminant is not a perfect square, use x = (−b ± √(b² − 4ac)) / (2a) to compute r₁ and r₂ numerically. Then write the factored form directly as a(x − r₁)(x − r₂) = 0. Example: x² − 6x + 7 = 0. Discriminant: (−6)² − 4(1)(7) = 36 − 28 = 8. Roots: x = (6 ± √8) / 2 = (6 ± 2√2) / 2 = 3 ± √2. Factored form: (x − (3 + √2))(x − (3 − √2)) = 0. The roots are irrational, so this could not have been found by the factor-pair method.

5. Step 3 — Verify by expanding back

Always expand your factored form and check it matches the original standard form. For (2x − 1)(x + 3): expand using FOIL: 2x² + 6x − x − 3 = 2x² + 5x − 3 ✓. This 30-second check catches sign errors before they cost you marks.

Decision tree: a = 1 → factor-pair method. a ≠ 1 → AC method. Discriminant not a perfect square → quadratic formula, then write a(x − r₁)(x − r₂) = 0.

Six Worked Examples: Standard Form to Factored Form

The six examples below cover every common scenario: monic with positive roots, monic with negative roots, monic with mixed signs, non-monic, perfect square trinomial, and difference of squares. Work through each one yourself before reading the solution — the pattern recognition you build from examples is what makes quadratic factored form click.

1. Example 1 (Monic, both roots negative) — x² + 7x + 12 = 0

b = 7, c = 12. Need p × q = 12 and p + q = 7. Both positive since c > 0 and b > 0. Pairs: (1, 12) → 13, no. (2, 6) → 8, no. (3, 4) → 7, yes. Factored form: (x + 3)(x + 4) = 0. Roots: x = −3 or x = −4. Verify: (x + 3)(x + 4) = x² + 4x + 3x + 12 = x² + 7x + 12 ✓. X-intercepts: (−3, 0) and (−4, 0). Axis of symmetry: x = (−3 + (−4)) / 2 = −3.5.

2. Example 2 (Monic, both roots positive) — x² − 9x + 20 = 0

b = −9, c = 20. Both factors negative since c > 0 and b < 0. Need p × q = 20 and p + q = −9. Both negative. Pairs: (−4, −5) → product = 20 ✓ and sum = −9 ✓. Factored form: (x − 4)(x − 5) = 0. Roots: x = 4 or x = 5. Verify: x² − 5x − 4x + 20 = x² − 9x + 20 ✓. Axis of symmetry: x = (4 + 5) / 2 = 4.5.

3. Example 3 (Monic, mixed sign roots) — x² + 2x − 35 = 0

b = 2, c = −35. Opposite signs since c < 0. Need p × q = −35 and p + q = 2. Pairs with opposite signs: (7, −5) → 7 × (−5) = −35 ✓ and 7 + (−5) = 2 ✓. Factored form: (x + 7)(x − 5) = 0. Roots: x = −7 or x = 5. Verify: x² − 5x + 7x − 35 = x² + 2x − 35 ✓. Note that the larger-magnitude number (7) takes the positive sign because b = 2 is positive.

4. Example 4 (Non-monic) — 6x² − 13x + 6 = 0

a × c = 6 × 6 = 36. Need m × n = 36 and m + n = −13. Both negative since product positive and sum negative. Pairs: (−4, −9) → product = 36 ✓ and sum = −13 ✓. Split middle: 6x² − 4x − 9x + 6 = 0. Group: 2x(3x − 2) − 3(3x − 2) = 0. Factor: (2x − 3)(3x − 2) = 0. Roots: x = 3/2 or x = 2/3. Factored form: (2x − 3)(3x − 2) = 0. Check x = 3/2: 6(9/4) − 13(3/2) + 6 = 13.5 − 19.5 + 6 = 0 ✓.

5. Example 5 (Perfect square trinomial) — 9x² − 24x + 16 = 0

Check: first term 9x² = (3x)², last term 16 = 4², middle term 24x = 2 × 3x × 4 ✓. This is a perfect square trinomial: (3x − 4)² = 0. Single root: 3x − 4 = 0 → x = 4/3 (repeated root). Factored form: (3x − 4)² = 0, or equivalently 9(x − 4/3)² = 0. The parabola y = 9x² − 24x + 16 is tangent to the x-axis at (4/3, 0) — it touches but does not cross. Verify: (3x − 4)² = 9x² − 24x + 16 ✓.

6. Example 6 (Difference of squares) — 25x² − 49 = 0

Recognize: 25x² = (5x)² and 49 = 7². Pattern a² − b² = (a + b)(a − b). Factored form: (5x + 7)(5x − 7) = 0. Roots: 5x + 7 = 0 → x = −7/5, and 5x − 7 = 0 → x = 7/5. Verify: (5x + 7)(5x − 7) = 25x² − 35x + 35x − 49 = 25x² − 49 ✓. Note: there is no middle term, which is the tell-tale sign of difference of squares. The roots are ±7/5, symmetric about x = 0.

After finding the factored form, always expand it and compare term-by-term with the original. This one step catches the majority of sign and arithmetic errors.

Moving Between All Three Quadratic Forms

A complete understanding of quadratics means being comfortable converting among standard form, vertex form, and factored form. Tests often give one form and ask for information that is most obvious in another form. The table of conversions below is worth committing to memory.

1. Standard form → Factored form

Factor as shown above: GCF first, then factor-pair method or AC method. Standard form ax² + bx + c = 0 becomes a(x − r₁)(x − r₂) = 0. Example: x² − x − 6 = 0. Pair: (−3, 2) → product = −6 ✓, sum = −1 ✓. Factored: (x − 3)(x + 2) = 0.

2. Factored form → Standard form

Expand using FOIL (or the distributive property for non-monic cases). Example: 3(x − 2)(x + 5) = 0. First expand (x − 2)(x + 5) = x² + 5x − 2x − 10 = x² + 3x − 10. Then multiply by 3: 3x² + 9x − 30 = 0. You can simplify by dividing all terms by 3: x² + 3x − 10 = 0.

3. Factored form → Vertex form

Find the axis of symmetry x = (r₁ + r₂) / 2, then substitute into the factored equation to get the vertex y-coordinate k. Write vertex form as a(x − h)² + k = 0 where h is the axis of symmetry. Example: (x − 3)(x + 2) = 0. Axis: x = (3 + (−2)) / 2 = 0.5. Vertex y: y = (0.5 − 3)(0.5 + 2) = (−2.5)(2.5) = −6.25. Vertex form: (x − 0.5)² − 6.25 = 0.

4. Standard form → Vertex form

Complete the square. For x² − x − 6: half the b-coefficient is −1/2, and (−1/2)² = 1/4. Write x² − x + 1/4 − 1/4 − 6 = (x − 1/2)² − 25/4 = 0. So h = 1/2 = 0.5 and k = −25/4 = −6.25, matching the calculation above. Both paths lead to the same vertex.

All three forms describe the same parabola. Standard form shows a, b, c. Vertex form shows the turning point. Factored form shows where the curve crosses the x-axis.

Factored Form in Word Problems and Applications

Factored form shows up constantly in applied quadratic math — projectile motion, area problems, profit maximization, and number puzzles all lead to quadratics. The key skill is setting up the equation in standard form first, then converting to factored form to find the answer. The physical interpretation of the roots matters: sometimes only one root makes sense in context (a negative time is impossible, a negative length is impossible), so you must check which root is valid.

1. Application 1 — Projectile motion

A ball is launched upward from the top of a 20 m building with an initial velocity of 10 m/s. Its height h(t) in metres at time t seconds is h(t) = −5t² + 10t + 20. When does the ball hit the ground? Set h(t) = 0: −5t² + 10t + 20 = 0. Divide by −5: t² − 2t − 4 = 0. Discriminant: 4 + 16 = 20 (not a perfect square). Use the quadratic formula: t = (2 ± √20) / 2 = 1 ± √5. √5 ≈ 2.236. Roots: t ≈ 3.236 or t ≈ −1.236. Discard the negative time. The ball hits the ground at t ≈ 3.24 seconds. Factored form: −5(t − (1 + √5))(t − (1 − √5)) = 0.

2. Application 2 — Area problem

A rectangular garden has a width w and a length that is 5 m more than twice the width. If the area is 63 m², find the dimensions. Area equation: w(2w + 5) = 63. Expand: 2w² + 5w = 63. Standard form: 2w² + 5w − 63 = 0. AC method: a × c = 2 × (−63) = −126. Find m × n = −126 and m + n = 5. Pair: (14, −9) → 14 × (−9) = −126 ✓ and 14 + (−9) = 5 ✓. Split: 2w² + 14w − 9w − 63 = 0. Group: 2w(w + 7) − 9(w + 7) = 0. Factored: (2w − 9)(w + 7) = 0. Roots: w = 9/2 = 4.5 or w = −7. Discard the negative width. Width = 4.5 m, length = 2(4.5) + 5 = 14 m. Check: 4.5 × 14 = 63 m² ✓.

3. Application 3 — Number problem

Two consecutive even integers have a product of 168. Find them. Let the integers be n and n + 2. Equation: n(n + 2) = 168. Expand: n² + 2n = 168. Standard form: n² + 2n − 168 = 0. Factor-pair method: need p × q = −168 and p + q = 2. Pair: (14, −12) → 14 × (−12) = −168 ✓ and 14 + (−12) = 2 ✓. Factored: (n + 14)(n − 12) = 0. Roots: n = −14 or n = 12. Both are valid integers. For n = 12: integers are 12 and 14. For n = −14: integers are −14 and −12. Check both: 12 × 14 = 168 ✓ and (−14)(−12) = 168 ✓. Two pairs of answers are valid.

In applied problems, always check whether both roots are physically meaningful before giving your final answer. Negative lengths, negative times, and negative counts usually indicate a root to discard.

Common Mistakes When Writing the Factored Form of a Quadratic Equation

The errors below account for the majority of lost marks on factored-form questions. Each one is specific and fixable with a targeted habit.

1. Mistake 1 — Confusing the factor with the root

In (x − 5)(x + 3) = 0, the factors are (x − 5) and (x + 3), but the roots are x = 5 and x = −3. Students frequently write x = −5 and x = 3 — reading the number from the factor without flipping the sign. Fix: always set each factor equal to zero and solve. x − 5 = 0 → x = 5. x + 3 = 0 → x = −3.

2. Mistake 2 — Dropping the leading coefficient a from the factored form

For 3x² − 12x − 15 = 0, the fully factored form is 3(x − 5)(x + 1) = 0, not just (x − 5)(x + 1) = 0. The coefficient 3 must appear because it is part of the original equation. When asked to write the factored form of the quadratic equation 3x² − 12x − 15, always include the GCF or leading factor: 3(x − 5)(x + 1).

3. Mistake 3 — Not checking with expansion

After writing the factored form, many students skip the verification step. Expanding (x + 4)(x − 7) takes 20 seconds: x² − 7x + 4x − 28 = x² − 3x − 28. If the original was x² − 3x − 28, the factored form is correct. If the original was different, a sign was reversed. This check catches nearly every factoring error before the work is submitted.

4. Mistake 4 — Trying to factor when the discriminant is not a perfect square

x² + 3x + 3 = 0 has discriminant 9 − 12 = −3, which is negative. There are no real roots and the quadratic has no factored form over the real numbers. A common error is spending several minutes hunting for integer factor pairs that literally do not exist. Fix: compute b² − 4ac first for any quadratic that seems hard to factor. If the result is not a non-negative perfect square, do not attempt integer factoring.

5. Mistake 5 — Writing factored form from vertex form without finding the roots first

Given vertex form a(x − h)² + k = 0, some students write a(x − h)(x + h) as the factored form — confusing the vertex with the roots. This is wrong unless h is the midpoint of the roots and k happens to be zero. The correct process: solve a(x − h)² + k = 0 for x to find the actual roots r₁ and r₂, then write a(x − r₁)(x − r₂) = 0.

6. Mistake 6 — Partial factoring in the AC method

In the AC method, after splitting the middle term, students sometimes factor only one group correctly. For 2x² + 5x − 3 = 0 split as 2x² + 6x − x − 3, the grouping gives 2x(x + 3) − 1(x + 3). The error is writing −1(x + 3) as −(x − 3) or omitting the common factor (x + 3) and just combining terms. Fix: after grouping, look for the repeated binomial factor and pull it out cleanly: (2x − 1)(x + 3) = 0.

The two most common errors: (1) reading the root as the number in the factor without flipping the sign, and (2) not verifying by expanding. Both take 30 seconds to prevent.

Practice Problems: Write the Factored Form of Each Quadratic

The problems below range from straightforward monic cases to non-monic and applied problems. Try each one independently, then check against the solution. The goal is to see writing a quadratic in factored form as a natural endpoint rather than a separate procedure.

1. Problem 1 — x² + 11x + 30 = 0

Need p × q = 30 and p + q = 11. Both positive. Pairs: (5, 6) → 11 ✓. Factored form: (x + 5)(x + 6) = 0. Roots: x = −5 or x = −6. Check: (x + 5)(x + 6) = x² + 11x + 30 ✓.

2. Problem 2 — x² − 4x − 21 = 0

Need p × q = −21 and p + q = −4. Opposite signs, larger magnitude negative. Pair: (3, −7) → product = −21 ✓ and sum = −4 ✓. Factored form: (x + 3)(x − 7) = 0. Roots: x = −3 or x = 7. Check: x² − 7x + 3x − 21 = x² − 4x − 21 ✓.

3. Problem 3 — 2x² + 9x + 10 = 0

AC method: a × c = 2 × 10 = 20. Need m × n = 20 and m + n = 9. Pair: (4, 5) → 20 ✓ and 9 ✓. Split: 2x² + 4x + 5x + 10 = 0. Group: 2x(x + 2) + 5(x + 2) = 0. Factored form: (2x + 5)(x + 2) = 0. Roots: x = −5/2 or x = −2. Check x = −2: 2(4) + 9(−2) + 10 = 8 − 18 + 10 = 0 ✓.

4. Problem 4 — 4x² − 25 = 0

Difference of squares: (2x)² − 5² = (2x + 5)(2x − 5) = 0. Roots: x = −5/2 or x = 5/2. Check x = 5/2: 4(25/4) − 25 = 25 − 25 = 0 ✓. No middle term confirms the difference-of-squares pattern.

5. Problem 5 — x² − 8x + 16 = 0

Check perfect square: first term (x)², last term 4², middle term 8x = 2 × x × 4 ✓. Factored form: (x − 4)² = 0. Single repeated root: x = 4. The parabola y = x² − 8x + 16 is tangent to the x-axis at (4, 0). Axis of symmetry: x = 4 (as expected for a repeated root).

6. Problem 6 (Word problem) — Profit model

A company's weekly profit P (in hundreds of dollars) is modelled by P(x) = −x² + 8x − 12, where x is the number of units sold (in hundreds). For which values of x does the company break even (P = 0)? Set −x² + 8x − 12 = 0. Multiply by −1: x² − 8x + 12 = 0. Need p × q = 12 and p + q = −8. Both negative: (−2, −6) → product = 12 ✓ and sum = −8 ✓. Factored form: −(x − 2)(x − 6) = 0. Break-even points: x = 2 or x = 6 (selling 200 or 600 units). The company is profitable for 2 < x < 6.

FAQ — Factored Form of a Quadratic Equation

The questions below address the specific points students find confusing when first learning the factored form of a quadratic equation. The answers are practical and focused on what to write during a problem.

1. What is the factored form of a quadratic equation?

The factored form of a quadratic equation is a(x − r₁)(x − r₂) = 0, where r₁ and r₂ are the two roots of the equation and a is the leading coefficient. For example, the standard form x² − 5x + 6 = 0 becomes (x − 2)(x − 3) = 0 in factored form, revealing roots x = 2 and x = 3.

2. Is the factored form always possible?

The factored form with real number roots exists only when the discriminant b² − 4ac ≥ 0. If the discriminant is negative, the roots are complex and the quadratic cannot be written in factored form over the real numbers. If the discriminant equals zero, there is one repeated real root and the factored form is a(x − r)² = 0.

3. How is factored form different from standard form?

Standard form ax² + bx + c = 0 shows the coefficients a, b, and c but hides the roots. Factored form a(x − r₁)(x − r₂) = 0 shows the roots directly but hides b and c. You can always expand from factored to standard form. Going the other direction requires factoring — which is possible for all quadratics with real roots, though the roots may be irrational.

4. Can I use factored form to sketch the parabola?

Yes — factored form gives everything you need for a basic sketch: (1) the x-intercepts are at (r₁, 0) and (r₂, 0), (2) the axis of symmetry is the vertical line x = (r₁ + r₂) / 2, (3) the direction of opening is determined by the sign of a (positive → opens up, negative → opens down), and (4) substitute the axis of symmetry x-value into the equation to get the vertex y-coordinate.

5. Do the roots always have integer values?

No. Integer roots occur only when the discriminant is a perfect square and the quadratic formula gives values that reduce to integers. Many quadratics have fractional roots (as in 2x² + 5x − 3 = 0, where the roots are 1/2 and −3) or irrational roots (as in x² − 6x + 7 = 0, where the roots are 3 ± √2). The factored form handles all cases — just write a(x − r₁)(x − r₂) regardless of whether r₁ and r₂ are integers, fractions, or surds.

6. What is the difference between factored form and fully factored form?

A quadratic is fully factored when (1) the leading coefficient or any GCF has been factored out, and (2) each remaining binomial cannot be factored further. For 6x² + 18x + 12 = 0, the factored form (6)(x + 1)(x + 2) is fully factored only after the GCF of 6 is written explicitly. Writing just (x + 1)(x + 2) = 0 loses the coefficient and is not the factored form of the quadratic 6x² + 18x + 12 — it is the factored form of x² + 3x + 2.

A quick factoring decision: compute b² − 4ac. Perfect square (0, 1, 4, 9, …) → factor over integers. Any other non-negative number → roots exist but are irrational, use the quadratic formula. Negative → no real roots.
Tags:
guidealgebra

Get Homework Help Now

Join millions of students using our AI math solver for homework help. Get instant solutions to math problems, step-by-step explanations, and 24/7 homework assistance.

Available for iOS and Android devices