How To Factor Quadratic Equations

Download as PDF

Struggling with factoring quadratic equations? You're not alone! This guide breaks down the process into simple, manageable steps, from basic trinomials to special cases, giving you the confidence to solve any quadratic that comes your way.

How To Factor Quadratic Equations — an original Algebra911 reference diagram defining how to factor quadratic equations with its key formula and a worked example.
How to Factor Quadratic Equations: The Ultimate Guide

What Is a Quadratic Equation?

Factoring quadratic equations is a fundamental algebra skill that involves breaking down a polynomial into simpler 'factors' that you can multiply together to get the original equation. A quadratic equation is any equation that can be written in the standard form:

ax2+bx+c=0

Here's what each part means:

  • x is the variable.
  • a, b, and c are known numbers, called coefficients (for a and b) and the constant (for c).
  • The one crucial rule is that a cannot be zero (a0). If a were zero, the x2 term would disappear, and it wouldn't be a quadratic equation anymore!

The expression ax2+bx+c is called a quadratic trinomial. Our goal is to find two or more expressions (our factors) that, when multiplied, give us this trinomial. For example, the factored form of x2+5x+6 is (x+2)(x+3). Factoring helps us find the values of x that make the equation true.

Why Is Factoring So Important?

Factoring might seem like just another abstract math procedure, but it's the key to solving quadratic equations. The entire technique relies on a simple but powerful rule called the Zero Product Property.

The Zero Product Property states that if the product of two or more factors is zero, then at least one of those factors must be zero. If A×B=0, then either A=0 or B=0 (or both).

How does this help us? Let's look at our factored equation: (x+2)(x+3)=0. According to the Zero Product Property, this equation can only be true if:

  • x+2=0
  • or
  • x+3=0

Solving these two simple linear equations gives us the solutions, or roots, of the quadratic equation:

  • If x+2=0, then x=2.
  • If x+3=0, then x=3.

So, by factoring the complex quadratic into simpler parts, we can easily find the two values of x that solve the puzzle. This is why factoring is one of the most powerful tools in your algebra toolbox.

The AC Method: A Step-by-Step Guide to Factoring Trinomials

The AC Method is a reliable strategy for factoring any quadratic trinomial of the form ax2+bx+c. It might seem like a lot of steps at first, but with practice, it becomes second nature. Let's break it down.

  1. Identify Coefficients: First, identify the values of a, b, and c in your trinomial.
  2. Multiply a and c: Calculate the product ac.
  3. Find the Magic Pair: Find two numbers that multiply to your ac value and also add up to your b value. This is often the trickiest step. It can help to list out the factor pairs of ac.
  4. Rewrite the Middle Term: Split the middle term, bx, into two separate terms using the two numbers you just found. For example, if you found numbers m and n, you would rewrite bx as mx+nx.
  5. Factor by Grouping: Now that you have four terms, group them into two pairs. Find the Greatest Common Factor (GCF) of the first pair and factor it out. Then, do the same for the second pair. The expression inside the parentheses for both pairs should be identical.
  6. Write the Final Factors: The identical expression in the parentheses is one of your factors. The terms you factored out (the GCFs) combine to form your other factor.
Example 1

Let's factor the trinomial 2x2+11x+12.

Step 1: Identify a, b, and c.
Here, a=2, b=11, and c=12.

Step 2: Multiply a and c.
ac=2×12=24.

Step 3: Find the magic pair.
We need two numbers that multiply to 24 and add to 11. Let's list factor pairs of 24:
1×24 (adds to 25)
2×12 (adds to 14)
3×8 (adds to 11) <-- This is our pair! The numbers are 3 and 8.

Step 4: Rewrite the middle term.
We split 11x into 3x+8x. Our expression is now: 2x2+3x+8x+12.

Step 5: Factor by grouping.
Group the first two terms and the last two terms: (2x2+3x)+(8x+12).
Find the GCF of the first pair: x(2x+3).
Find the GCF of the second pair: 4(2x+3).
Notice the part in the parentheses, (2x+3), is the same for both. This is a sign you're on the right track!

Step 6: Write the final factors.
Our identical group is (2x+3). The terms we factored out are x and +4, which form our other factor, (x+4).
So, the factored form is (x+4)(2x+3).

You can always check your work by multiplying the factors using the FOIL method: (x+4)(2x+3)=2x2+3x+8x+12=2x2+11x+12. It matches!

What if 'a' is 1? The Simple Case

When the leading coefficient a is 1, the AC method becomes much simpler. You can take a shortcut! For a trinomial like x2+bx+c, you only need to complete Step 3 of the AC method.

You just need to find two numbers that multiply to c and add to b. If those numbers are p and q, then your factors will simply be (x+p)(x+q).

x2+(p+q)x+pq=(x+p)(x+q)

This shortcut works because ac is just 1×c=c, and there's no need for factoring by grouping.

Example 2

Let's factor the trinomial x25x14.

Step 1: Identify b and c.
Here, a=1, b=5, and c=14.

Step 2: Find two numbers.
We need two numbers that multiply to 14 and add to 5. Since the product is negative, one number must be positive and the other negative. Let's list factor pairs of -14:
1×14 (adds to 13)
1×14 (adds to -13)
2×7 (adds to 5)
2×7 (adds to -5) <-- This is our pair! The numbers are 2 and 7.

Step 3: Write the factors.
Our numbers are p=2 and q=7. The factored form is (x+2)(x7).

Check your work with FOIL: (x+2)(x7)=x27x+2x14=x25x14. Perfect!

How Do You Factor Special Cases?

Recognizing patterns can save you a lot of time. There are two special types of quadratics, called the Difference of Squares and Perfect Square Trinomials, that have simple, predictable formulas for factoring.

Difference of Squares

This pattern applies when you have two perfect squares separated by a subtraction sign. A perfect square is simply a number or expression that is the result of squaring something (e.g., 25=52 or 9x2=(3x)2).

a2b2=(ab)(a+b)

To factor a difference of squares, you take the square root of the first term, the square root of the second term, and write them as two binomials (factors): one with a minus sign and one with a plus sign.

Example 3

Factor the binomial 9x249.

Step 1: Check the pattern.
Is the first term a perfect square? Yes, 9x2=(3x)2.
Is the second term a perfect square? Yes, 49=72.
Is there a subtraction sign between them? Yes.

Step 2: Apply the formula.
Here, a=3x and b=7.
Using the formula (ab)(a+b), we get (3x7)(3x+7).

Perfect Square Trinomials

This pattern applies when a trinomial is the result of squaring a binomial. There are two forms:

a2+2ab+b2=(a+b)2
a22ab+b2=(ab)2

How to spot one:

  1. Is the first term a perfect square (a2)?
  2. Is the last term a perfect square (b2)?
  3. Is the middle term (ignoring the sign) equal to twice the product of the square roots of the first and last terms (2ab)?

If you answer yes to all three, you have a perfect square trinomial! The sign of the middle term tells you whether the factored form will have a plus or a minus.

Example 4

Factor the trinomial 4x2+12x+9.

Step 1: Check the pattern.
Is the first term a perfect square? Yes, 4x2=(2x)2. So, a=2x.
Is the last term a perfect square? Yes, 9=32. So, b=3.
Is the middle term equal to 2ab? Let's check: 2×(2x)×3=12x. Yes, it matches!

Step 2: Apply the formula.
Since the middle term is positive (+12x), we use the (a+b)2 formula.
The factored form is (2x+3)2.

Key formulas for how to factor quadratic equations by Algebra911.
Key formulas for how to factor quadratic equations by Algebra911.

Putting It All Together: A Factoring Strategy

When you see a quadratic expression, it can be hard to know where to start. Following a consistent strategy will make the process much easier. Here is a step-by-step checklist to follow every time you need to factor a polynomial.

StepActionQuestion to Ask
1Greatest Common Factor (GCF)Is there a number or variable that divides into every term? If so, factor it out first! This makes the remaining polynomial much simpler. For example, in 3x2+9x+6, the GCF is 3. Factoring it out gives 3(x2+3x+2).
2Count the TermsHow many terms are in the polynomial after factoring out the GCF?
3ATwo Terms (Binomial)Is it a Difference of Squares (a2b2)? If yes, use the formula (ab)(a+b). Note: A sum of squares like a2+b2 is generally not factorable over the real numbers.
3BThree Terms (Trinomial)Is it a Perfect Square Trinomial (a2±2ab+b2)? If yes, use the appropriate formula (a±b)2. If not, use the AC Method (or the simple shortcut if a=1).
4Check for Further FactoringLook at your factors. Can any of them be factored again? For example, x416 factors to (x24)(x2+4), but (x24) is another difference of squares that can be factored into (x2)(x+2).
5Final CheckMultiply your factors back together to ensure they equal the original polynomial. This is the best way to catch small mistakes.

What Are Common Mistakes to Avoid When Factoring?

Factoring has a few common pitfalls. Being aware of them is the first step to avoiding them!

  • Forgetting the GCF: The most common mistake is forgetting to factor out the Greatest Common Factor first. Tackling 4x2+20x+24 is much harder than factoring 4(x2+5x+6). Always check for a GCF!
  • Sign Errors: Be extremely careful with positive and negative signs. When looking for two numbers that multiply to c and add to b, a single misplaced negative sign will give you the wrong answer. For example, for x2x12, the correct pair is 4 and 3, not 4 and 3.
  • Mistaking a Sum of Squares for a Difference: Remember, the formula a2b2=(ab)(a+b) only works for a difference (subtraction). A sum of squares, like x2+9, cannot be factored using real numbers. It is considered a prime polynomial.
  • Errors in Factoring by Grouping: When using the AC method, a common error is incorrectly factoring out the GCF from the second pair of terms. If your GCF is negative, remember to flip the signs of the terms inside the parentheses. For example, in 4x8, the GCF is 4, giving 4(x+2), not 4(x2).
  • Stopping Too Soon: After you factor, always glance at your results to see if any factor can be broken down further. Forgetting to factor completely is a common way to lose points on a test.

Your Quick Factoring Checklist

Keep this short checklist handy to guide you through any factoring problem.

  1. GCF First! Is there a Greatest Common Factor for all terms? Factor it out.
  2. How many terms?
    • 2 Terms: Is it a Difference of Squares (a2b2)?
    • 3 Terms: Is it a Perfect Square Trinomial? If not, use the AC Method (or the simple a=1 shortcut).
  3. Factor Completely: Can any of your new factors be factored again?
  4. Check Your Work: Multiply your factors back together to see if you get the original polynomial.

Frequently Asked Questions

What's the very first step I should always take when factoring?

Always look for a Greatest Common Factor (GCF) first. Factoring out the GCF simplifies the remaining polynomial, making it much easier to apply other factoring techniques.

What if I can't find two numbers that work for the AC method?

If you've checked all the factor pairs of ac and none add up to b, the trinomial is likely 'prime'. A prime polynomial cannot be factored into simpler polynomials with integer coefficients. Other methods, like the quadratic formula, would be needed to find its roots.

Can I factor a sum of squares, like x² + 25?

No, a sum of two squares like x2+25 cannot be factored using real numbers. It is considered a prime polynomial. Only a difference of two squares, like x225, can be factored.

Does the order matter when I rewrite the middle term in the AC method?

No, the order does not matter. If your two numbers are 3 and 8, you can rewrite 11x as either 3x+8x or 8x+3x. Both will lead to the same final factored answer after you complete the factor by grouping steps.

Is factoring the only way to solve a quadratic equation?

No, factoring is just one of several methods. Other common methods include completing the square and using the quadratic formula. Factoring is often the fastest method when the equation is easily factorable.

How is factoring related to the x-intercepts of a parabola?

The solutions (or roots) you find by factoring a quadratic equation are the x-coordinates of the points where its graph, a parabola, crosses the x-axis. These points are called the x-intercepts.

What happens if a quadratic equation is missing the 'bx' or 'c' term?

If the c term is missing (e.g., 3x2+6x=0), you can solve it by factoring out the GCF, which would be 3x(x+2)=0. If the bx term is missing (e.g., x29=0), it is a difference of squares problem.