Factoring Harder Quadratics
Learning goals
- Split the leading coefficient across both factors
- Try reverse FOIL, expanding each candidate to check
- Use to find the pair that splits the middle
- Remove a common factor before factoring the rest
- Expect fractional roots when the leading coefficient exceeds one
The leading coefficient splits across both factors
A trinomial like is non-monic: its leading coefficient is , not . To factor a general non-monic trinomial you are looking for two factors of the form and . In those two factors the coefficients and sit in front of the terms. The reason the old sum-and-product trick no longer applies directly is that is now the product of and . So the leading coefficient is shared out between the two factors. To see exactly how every coefficient is built, expand the general product once and read it carefully.
Why the factors of satisfy , , and #
Multiply the two factors and , taking every term of the first times every term of the second:
Now suppose this equals the trinomial you want to factor. Two expressions in agree for every value of only when they match term by term. So line up the squared term, the term, and the constant on each side:
This is the whole method in three equations. The constant is still the product of the two plain numbers, exactly as before. What is new is the first equation: the leading coefficient is the product of the two numbers that ride in front of the terms. And the middle coefficient is no longer a simple sum of two numbers, it is . That expression is a sum of two cross products, each mixing a leading number from one factor with a constant from the other. So factoring a non-monic trinomial means choosing a factor pair for and a factor pair for that fit together so their cross products add to .
The same rectangle that pictured expanding shows where each coefficient lives. Give a rectangle a width of and a height of . The two splits cut it into four pieces.
The two corner squares are the leading term and the constant . The two off-diagonal strips are and , and together they make the middle term . That picture also hides a useful fact you will use in a moment: the two strips have areas whose coefficients multiply to .
Factoring by reverse FOIL
With no shortcut yet, the honest method is a guided trial. Choose a factor pair for and a factor pair for , write the candidate , and expand it to check the middle term. If the cross products come out to , you are done; if not, swap the numbers around or try the next pair. Because expanding is quick, a handful of tries settles most trinomials. Start with and , where every number in sight is positive.
Worked example 1 Factor
Here , , and . Both and are prime, so there is only one factor pair to place: splits as , and splits as . That fixes the skeleton as with and to drop into the blanks. Two arrangements are possible, so write each and expand to see which gives a middle term of :
The second arrangement lands the middle term on , so
The order matters here in a way it never did for monic trinomials. Putting the with the doubles it into a , while putting the there does not. That is the leading coefficient making itself felt inside the cross products.
Worked example 2 Factor
Now , , and . Since is prime the skeleton is , and the constant offers the factor pairs and . Each of those pairs can drop into the blanks in either order. Test them by expanding and watching only the middle term:
The last pair hits , so
Expanding confirms it fully: . Notice that the in front makes the two arrangements and give different middle terms, so both really do need checking.
Check your understanding
Factor .
With prime and prime, the skeleton is holding and . Try each arrangement and read the middle term.
The cross products and add to , so . The other arrangement gives .
Let the product of a and c point the way
Trying every arrangement works, but you can aim the search instead of guessing. The middle coefficient is the sum of the two cross products, , and from the rectangle those same cross products multiply to . So the two pieces the middle term splits into are just a pair of numbers with a known product and a known sum:
Finding that pair is exactly the sum-and-product search you already know, and it tells you what the two middle strips should be. Those strips point you straight at the factor pair to write down. The hint does not replace the trial; it tells you which candidate to build, and you still finish by expanding to be sure.
Worked example 3 Factor
Here , , and , so the middle term should split into two numbers with sum and product . Because the product is negative the two numbers have opposite signs, and a short search gives them:
So the two middle strips are and . Now build a factor pair of and of whose cross products come out to and . Pairing with makes a , and pairing with makes a , which suggests . Expand to confirm:
The cross products are the and the hint promised, and the whole product rebuilds the original, so
Check your understanding
Factor .
The middle term should split into two numbers with sum and product . Both are negative, and and work, since and .
The cross products and match the split, so .
Pull out a common factor first
Before trying any factor pairs, check whether all three coefficients share a common factor. If they do, pull it out. It shrinks the leading coefficient you have to break apart and often turns a bristly trinomial into a gentler one.
Worked example 4 Factor completely
Every coefficient is a multiple of , so factor the out front before anything else:
Pulling out the dropped the leading coefficient inside from to , which is much easier to handle. Factor by the same trial as before. The middle should split into two numbers with sum and product , namely and , so try :
Putting the common factor back gives the complete factorization:
Leaving off the , or stopping at something like that still hides a factor of inside, counts as factored incompletely. Pull the common factor all the way out and keep it out front.
Solving gives roots that can be fractions
Factoring pays off the same way it did before: once the trinomial is a product, the zero-product property from the earlier lesson turns it into roots. To solve , factor the left side into and set the product to zero. A product is zero only when one factor is zero, so
which give and . Here is the one genuinely new feature: because the leading numbers and can be bigger than , dividing by them can produce a fraction. Non-monic quadratics routinely have fractional roots, and that is expected, not a mistake.
Worked example 5 Solve
First factor the left side. With , , and , the middle should split into two numbers with sum and product . Those are and , since and . Pairing with and with suggests , which expands to . So
By the zero-product property, set each factor to zero:
The first factor gives , a fraction because the in front had to be divided out; the second gives . Check the fractional root by substituting, since that is where a slip hides: $2\left(\tfrac32\right)^2 + \tfrac32 - 6 = 2 \cdot \tfrac94 + \tfrac32 - 6 = \tfrac92
- \tfrac32 - 6 = 6 - 6 = 0$. Both roots hold.
Check your understanding
Solve by factoring.
Split the middle into two numbers with sum and product , which are and . That points to , and expanding gives .
Setting each factor to zero gives , so , and , so . The fraction comes from dividing out the leading .
When a harder trinomial will not factor
As with monic trinomials, not every non-monic trinomial factors over the integers. The search can simply fail: no factor pair of and produces cross products that add to . Equivalently, no integer pair has product and sum . Take . The middle would have to split into two integers with product and sum . But the only integer pairs multiplying to are and (sum ) or and (sum ). Neither adds to , so the trinomial is irreducible over the integers.
That does not say the equation has no solutions, only that integer factoring is the wrong tool for it. Later lessons build methods that solve any quadratic, whether it factors or not. For now, if an honest run through the pairs turns up nothing, you can stop and report that the trinomial does not factor over the integers. Reporting the failure is better than forcing a factorization that is not there.