Quadratic Factoring Techniques
Quadratic Factoring Techniques
Factoring is the process of rewriting a polynomial as a product of simpler expressions. For quadratics, factoring is especially useful because it helps us solve equations, find x-intercepts, and better understand the structure of a parabola.
A quadratic expression usually has the form \(ax^2+bx+c\), where \(a\neq 0\). In this lesson, you will learn how to factor several common types of quadratics:
- Quadratic trinomials with leading coefficient 1
- Quadratic trinomials with leading coefficient greater than 1
- Perfect square trinomials
- Differences of squares
Before trying any factoring method, it is always smart to look for a greatest common factor (GCF). Factoring out the GCF first makes the remaining expression easier to work with.
For example, in \(6x^2+12x\), both terms share a factor of \(6x\):
$$6x^2+12x=6x(x+2)$$Once the GCF is removed, you can focus on the remaining quadratic expression.
1. Factoring trinomials when the leading coefficient is 1
These are quadratics of the form:
$$x^2+bx+c$$To factor this kind of trinomial, find two numbers that:
- multiply to give \(c\)
- add to give \(b\)
Then write the factorization as:
$$x^2+bx+c=(x+m)(x+n)$$where \(m\) and \(n\) are the two numbers you found.
Worked Example 1
Factor:
$$x^2+7x+12$$We need two numbers that multiply to \(12\) and add to \(7\).
- \(1\) and \(12\) add to \(13\)
- \(2\) and \(6\) add to \(8\)
- \(3\) and \(4\) add to \(7\)
So the correct pair is \(3\) and \(4\).
$$x^2+7x+12=(x+3)(x+4)$$You can check by expanding:
$$ (x+3)(x+4)=x^2+4x+3x+12=x^2+7x+12 $$Sign patterns to remember
- If \(c\) is positive and \(b\) is positive, both signs are positive.
- If \(c\) is positive and \(b\) is negative, both signs are negative.
- If \(c\) is negative, the signs are different.
For example:
- \(x^2-9x+20=(x-5)(x-4)\)
- \(x^2+x-12=(x+4)(x-3)\)
2. Factoring trinomials when the leading coefficient is greater than 1
Now consider expressions of the form:
$$ax^2+bx+c$$when \(a>1\). These are a little harder because the first term has more than one possible factor pair.
A reliable method is called the product-sum method or grouping method.
Steps:
- Multiply \(a\cdot c\).
- Find two numbers that multiply to \(ac\) and add to \(b\).
- Rewrite the middle term \(bx\) using those two numbers.
- Factor by grouping.
Worked Example 2
Factor:
$$2x^2+7x+3$$Step 1: Multiply \(a\cdot c\):
$$2\cdot 3=6$$Step 2: Find two numbers that multiply to \(6\) and add to \(7\).
Those numbers are \(6\) and \(1\).
Step 3: Rewrite the middle term:
$$2x^2+7x+3=2x^2+6x+x+3$$Step 4: Factor by grouping:
$$2x^2+6x+x+3=2x(x+3)+1(x+3)$$Now factor out the common binomial:
$$2x(x+3)+(x+3)=(2x+1)(x+3)$$So the factorization is:
$$2x^2+7x+3=(2x+1)(x+3)$$Worked Example 3
Factor:
$$3x^2-x-2$$Step 1: Multiply \(a\cdot c\):
$$3\cdot (-2)=-6$$Step 2: Find two numbers that multiply to \(-6\) and add to \(-1\).
Those numbers are \(-3\) and \(2\).
Step 3: Rewrite the middle term:
$$3x^2-x-2=3x^2-3x+2x-2$$Step 4: Factor by grouping:
$$3x(x-1)+2(x-1)$$Factor out \((x-1)\):
$$3x(x-1)+2(x-1)=(3x+2)(x-1)$$So:
$$3x^2-x-2=(3x+2)(x-1)$$3. Perfect square trinomials
Some quadratics follow special patterns. A perfect square trinomial looks like one of these:
$$a^2+2ab+b^2=(a+b)^2$$ $$a^2-2ab+b^2=(a-b)^2$$To recognize a perfect square trinomial, check for these three things:
- The first term is a perfect square.
- The last term is a perfect square.
- The middle term is twice the product of the square roots of the first and last terms.
Examples:
- \(x^2+10x+25=(x+5)^2\) because \(25=5^2\) and \(10x=2(x)(5)\)
- \(x^2-14x+49=(x-7)^2\) because \(49=7^2\) and \(-14x=-2(x)(7)\)
Be careful: not every trinomial with square terms is a perfect square trinomial. Always check the middle term.
4. Difference of squares
A difference of squares has the form:
$$a^2-b^2$$It factors as:
$$a^2-b^2=(a-b)(a+b)$$This pattern only works when there are two terms with a subtraction sign between them, and both terms are perfect squares.
Worked Example 4
Factor:
$$9x^2-16$$Both terms are perfect squares:
- \(9x^2=(3x)^2\)
- \(16=4^2\)
So this is a difference of squares:
$$9x^2-16=(3x-4)(3x+4)$$Another example:
$$x^2-49=(x-7)(x+7)$$Important note: a sum of squares, such as \(x^2+16\), does not factor using this pattern.
5. A strategy for deciding how to factor
When you see a quadratic expression, use this order:
- Factor out the GCF if there is one.
- Check whether it is a difference of squares.
- Check whether it is a perfect square trinomial.
- If it is a trinomial, use the appropriate trinomial factoring method.
For example, factor:
$$4x^2-25$$This has two terms, and both are perfect squares:
$$4x^2=(2x)^2, \quad 25=5^2$$So:
$$4x^2-25=(2x-5)(2x+5)$$Now factor:
$$x^2+6x+9$$The first and last terms are perfect squares, and the middle term is twice the product of their roots:
$$x^2+6x+9=(x+3)^2$$6. Checking your factored answer
A good habit is to multiply your factors back together. If the product matches the original expression, your factorization is correct.
For example, check:
$$ (3x+2)(x-1) $$Expand:
$$3x^2-3x+2x-2=3x^2-x-2$$This matches the original quadratic, so the factorization is correct.
7. Common mistakes to avoid
- Forgetting the GCF: For example, \(2x^2+8x=2x(x+4)\), not just \((x+4)\).
- Using difference of squares on a sum: \(x^2+9\) does not factor as \((x+3)(x+3)\).
- Ignoring signs: Always check whether the numbers should be positive, negative, or one of each.
- Not checking your answer: Expanding the factors can catch errors quickly.
Brief Summary
Factoring quadratics means rewriting them as a product of simpler expressions. Start by factoring out any GCF. Then look for special patterns like perfect square trinomials and differences of squares. If the expression is a trinomial, use number pairs when \(a=1\), or use the product-sum and grouping method when \(a>1\). With practice, you will get faster at recognizing which method to use.
Put what you read to the test
You've worked through Quadratic Factoring Techniques. Try answering a few questions to see what stuck — and what might deserve a quick reread before you move on.