lesson

Polynomials · High School

Factoring Polynomials

Factor polynomials by reversing multiplication, choosing methods from structure, and interpreting factors as zeros.

Factoring is the deliberate act of rewriting a polynomial sum as an equivalent product. The symbols change form, but the value of the expression does not change for any permitted input. Product form matters because it exposes zeros, repeated structure, and factors that may later cancel under stated restrictions. This lesson develops factoring as reasoned reverse multiplication rather than as a bag of unrelated tricks. Every method will therefore include a way to choose it, carry it out, and verify the result.

Learning objectives and the central idea

By the end of the lesson, you will extract a greatest common factor, recognize important identities, factor quadratic trinomials, and use grouping when four terms share a hidden binomial factor. You will also connect factors to zeros through the zero-product property. A symbol such as xx represents a number that may vary, while an exponent such as the 22 in x2x^2 means that xx is multiplied by itself. A coefficient such as the 55 in 5x25x^2 scales the power by five. These meanings let you read a polynomial as a multiplication structure waiting to be uncovered.

Factoring reverses the distributive property. Distribution says a(b+c)=ab+aca(b+c)=ab+ac, where aa, bb, and cc may represent numbers or algebraic expressions. Reading the same equality from right to left gives ab+ac=a(b+c)ab+ac=a(b+c), which removes the shared factor aa. The equals sign means that the two forms have the same value, not that one form is merely an instruction to compute the other. Consequently, multiplying the factors back together is a decisive check of every proposed factorization.

Your strategic question is always, “What multiplication could have produced these terms?” That question focuses attention on coefficients, powers, signs, and term count. A correct factorization is complete only when no factor can be decomposed further over the number system being used. In this lesson, “factor completely” means factor over the integers unless a problem states otherwise. Method selection should follow visible structure rather than trial-and-error alone. The roadmap below organizes the major decisions before we study each one in detail.

A decision map that starts with the greatest common factor and branches by polynomial structure.

Begin with the greatest common factor

The greatest common factor, abbreviated GCF, is the largest expression that divides every term without a remainder. For numerical coefficients, find the greatest positive integer shared by all coefficients. For each variable, use the smallest exponent that appears in every term. Thus the terms 12x312x^3 and 18x218x^2 share the numerical factor 66 and the variable factor x2x^2. Factoring gives 12x318x2=6x2(2x3)12x^3-18x^2=6x^2(2x-3), and distribution immediately verifies the result.

Consider 18x4y2+30x3y512x2y318x^4y^2+30x^3y^5-12x^2y^3. The coefficients 1818, 3030, and 1212 have GCF 66. The smallest exponent of xx is 22, and the smallest exponent of yy is also 22, so the variable part is x2y2x^2y^2. Dividing each term by 6x2y26x^2y^2 produces 3x2+5xy32y3x^2+5xy^3-2y. Therefore the complete first step is 18x4y2+30x3y512x2y3=6x2y2(3x2+5xy32y)18x^4y^2+30x^3y^5-12x^2y^3=6x^2y^2(3x^2+5xy^3-2y).

A negative leading term sometimes makes a negative GCF useful. For 8x3+12x24x-8x^3+12x^2-4x, extracting 4x-4x gives 4x(2x23x+1)-4x(2x^2-3x+1), so the polynomial inside begins with a positive term. This sign choice is conventional rather than mandatory, because extracting 4x4x would also preserve equality. In either version, divide every original term by the chosen GCF and preserve each sign. Checking by distribution catches the common error of changing only some signs.

Recognize identities as multiplication patterns

A polynomial identity is an equality that holds for every allowed value of its variables. The difference-of-squares identity is a2b2=(ab)(a+b)a^2-b^2=(a-b)(a+b). The superscript 22 means “square,” while the minus sign between the squares is essential. Multiplying the factors produces a2+ababb2a^2+ab-ab-b^2, and the opposite middle terms cancel. Therefore x249=(x7)(x+7)x^2-49=(x-7)(x+7) because 49=7249=7^2.

Perfect-square trinomials come from squaring binomials. The identities are a2+2ab+b2=(a+b)2a^2+2ab+b^2=(a+b)^2 and a22ab+b2=(ab)2a^2-2ab+b^2=(a-b)^2. The middle term must be twice the product of the square roots of the outside terms. For example, 9x224x+16=(3x4)29x^2-24x+16=(3x-4)^2 because (3x)2=9x2(3x)^2=9x^2, 42=164^2=16, and 2(3x)(4)=24x-2(3x)(4)=-24x. Merely seeing square first and last terms is not sufficient; the middle-term test confirms the pattern.

The sum and difference of cubes provide two further patterns. They are a3+b3=(a+b)(a2ab+b2)a^3+b^3=(a+b)(a^2-ab+b^2) and a3b3=(ab)(a2+ab+b2)a^3-b^3=(a-b)(a^2+ab+b^2). The exponent 33 means multiplication by the same base three times. A memory aid is that the short factor keeps the original sign, the middle term in the quadratic factor uses the opposite sign, and the final term is always positive. Thus 8x3+27=(2x+3)(4x26x+9)8x^3+27=(2x+3)(4x^2-6x+9), and multiplication should still be used as the final authority.

An area model showing why a perfect-square trinomial factors as the square of a binomial.

Factor monic quadratic trinomials

A monic quadratic has leading coefficient 11 and can be written x2+bx+cx^2+bx+c. The word “monic” means that the coefficient of the highest power is one. To factor it as (x+m)(x+n)(x+m)(x+n), distribution shows that m+n=bm+n=b and mn=cmn=c. The letters mm and nn therefore need a product equal to the constant term and a sum equal to the linear coefficient. For x2+7x+12x^2+7x+12, the numbers 33 and 44 work, so the factorization is (x+3)(x+4)(x+3)(x+4).

Signs reduce the search. If cc is positive, then mm and nn have the same sign, and their shared sign is determined by bb. If cc is negative, then the numbers have opposite signs, and the sign of bb belongs to the number with greater absolute value. For x2x12x^2-x-12, the factor pair 33 and 4-4 has product 12-12 and sum 1-1. Hence x2x12=(x+3)(x4)x^2-x-12=(x+3)(x-4).

An organized factor-pair table prevents guessing from becoming chaotic. List positive divisor pairs of c|c|, attach signs using the sign logic, and test sums. If no integer pair satisfies both conditions, the quadratic is irreducible over the integers. That conclusion does not mean the polynomial has no zeros; it means integer-coefficient linear factors are unavailable. Later methods such as the quadratic formula can determine whether real or complex factors exist.

Factor nonmonic quadratic trinomials

A nonmonic quadratic has the form ax2+bx+cax^2+bx+c with a1a\ne1. The acac method begins by multiplying the leading coefficient aa and constant term cc. Find integers mm and nn whose product is acac and whose sum is bb. Then split bxbx into mx+nxmx+nx and factor the resulting four terms by grouping. This method works because the split reconstructs the cross products that appear when two binomials multiply.

Factor 6x2+11x+36x^2+11x+3. Here ac=(6)(3)=18ac=(6)(3)=18, and the integers 99 and 22 multiply to 1818 and add to 1111. Rewrite the polynomial as 6x2+9x+2x+36x^2+9x+2x+3, then group it as (6x2+9x)+(2x+3)(6x^2+9x)+(2x+3). Extracting each group’s GCF gives 3x(2x+3)+1(2x+3)3x(2x+3)+1(2x+3). The repeated binomial is now a common factor, so the result is (3x+1)(2x+3)(3x+1)(2x+3).

The grouping order can vary, but the two groups must reveal the same binomial factor. If they do not, first recheck the chosen pair and the signs. For 8x22x38x^2-2x-3, the product acac is 24-24, and the pair 66 and 4-4 has the required sum 22, not 2-2. The pair 44 and 6-6 has sum 2-2, so use 8x2+4x6x38x^2+4x-6x-3. Grouping produces 4x(2x+1)3(2x+1)=(4x3)(2x+1)4x(2x+1)-3(2x+1)=(4x-3)(2x+1).

Use grouping beyond quadratics

Grouping is useful whenever subsets of terms can expose a repeated factor. For x3+3x2+2x+6x^3+3x^2+2x+6, group the first two and last two terms. This gives x2(x+3)+2(x+3)x^2(x+3)+2(x+3). The binomial x+3x+3 is a factor of both grouped terms, so factor it out. The result is (x+3)(x2+2)(x+3)(x^2+2).

Sometimes a group must be factored with a negative sign to create matching binomials. Consider 3x36x25x+103x^3-6x^2-5x+10. Grouping gives 3x2(x2)5(x2)3x^2(x-2)-5(x-2), where the second group came from factoring 5-5 out of 5x+10-5x+10. Both groups now contain x2x-2. The complete factorization is (x2)(3x25)(x-2)(3x^2-5) over the integers.

Grouping is not guaranteed to succeed in the original order. Reordering terms is permitted because addition is commutative, but every term must remain present with its original sign. A useful diagnostic is to compare ratios of corresponding terms in the proposed groups. If the ratios suggest a common monomial multiplier, an appropriate shared binomial may emerge. If no arrangement works, the polynomial may require substitution, the Factor Theorem, or a method beyond this lesson.

Connect factors, zeros, and graphs

The zero-product property states that if a finite product equals zero, then at least one factor equals zero. In symbols, AB=0AB=0 implies A=0A=0 or B=0B=0. This property makes factored equations easy to solve because each factor creates a simpler equation. If (x2)(x+5)=0(x-2)(x+5)=0, then x2=0x-2=0 or x+5=0x+5=0. The solutions are therefore x=2x=2 and x=5x=-5.

The Factor Theorem expresses the same connection for a polynomial P(x)P(x). It says that xrx-r is a factor of P(x)P(x) exactly when P(r)=0P(r)=0. The symbol rr represents a candidate zero, and P(r)P(r) means evaluate the polynomial at that input. For P(x)=x34x2x+4P(x)=x^3-4x^2-x+4, evaluating gives P(1)=141+4=0P(1)=1-4-1+4=0. Therefore x1x-1 is a factor, and grouping confirms P(x)=(x1)(x4)(x+1)P(x)=(x-1)(x-4)(x+1).

Zeros also describe graph intercepts. If P(r)=0P(r)=0, then the graph of y=P(x)y=P(x) contains the point (r,0)(r,0) on the horizontal axis. A factor (xr)k(x-r)^k has multiplicity kk, meaning it appears kk times in the product. Odd multiplicity usually makes the graph cross the axis, while even multiplicity makes it touch and turn. The factorization (x+2)2(x3)(x+2)^2(x-3) therefore predicts a touch at x=2x=-2 and a crossing at x=3x=3.

Three small polynomial graphs relating simple, double, and triple factors to x-axis behavior.

Factor by substitution and repeated structure

Some polynomials become familiar quadratics after a substitution. For x45x2+4x^4-5x^2+4, let u=x2u=x^2. The expression becomes u25u+4u^2-5u+4, which factors as (u1)(u4)(u-1)(u-4). Replacing uu with x2x^2 gives (x21)(x24)(x^2-1)(x^2-4). Factoring both differences of squares completes the result as (x1)(x+1)(x2)(x+2)(x-1)(x+1)(x-2)(x+2).

The substitution is valid because every relevant power is built from the same repeated expression. In 3(x+1)27(x+1)+23(x+1)^2-7(x+1)+2, use u=x+1u=x+1. Factoring 3u27u+23u^2-7u+2 gives (3u1)(u2)(3u-1)(u-2). Substitution back produces (3x+2)(x1)(3x+2)(x-1). Expanding the final factors verifies both the substitution and the factoring.

Choose a substitution that lowers the apparent complexity without losing structure. For x6+2x33x^6+2x^3-3, the repeated quantity is x3x^3, so set u=x3u=x^3. The quadratic u2+2u3u^2+2u-3 factors as (u+3)(u1)(u+3)(u-1). Returning to xx gives (x3+3)(x31)(x^3+3)(x^3-1), after which the difference of cubes factors further. The sum x3+3x^3+3 does not factor over the integers because 33 is not an integer cube.

Verify, diagnose, and state completeness

Verification by multiplication is part of the solution, not optional decoration. Multiply the proposed factors and combine like terms until the original polynomial reappears. You can also test several numerical inputs, but numerical agreement at a few points is weaker than symbolic expansion. A missing term, wrong sign, or misplaced coefficient becomes visible during expansion. For a long factorization, verify in stages rather than multiplying every factor at once.

Common errors have recognizable causes. Forgetting the GCF leaves an incomplete factorization, while using a2+b2=(a+b)(ab)a^2+b^2=(a+b)(a-b) incorrectly changes a sum into a difference. Canceling terms across addition is invalid because cancellation applies to common factors, not isolated terms. Dividing (x29)(x^2-9) by (x3)(x-3) is legitimate only after writing (x3)(x+3)(x-3)(x+3), and the original expression still excludes x=3x=3 when it appears in a denominator. Naming the structural reason for each step helps prevent these errors.

Completeness depends on the coefficient system. The polynomial x2+1x^2+1 is irreducible over the real numbers but factors as (xi)(x+i)(x-i)(x+i) over the complex numbers, where i2=1i^2=-1. In a typical integer-factoring exercise, factors should have integer coefficients unless stated otherwise. Always report restrictions inherited from denominators and always distinguish an expression factorization from an equation solution. These habits make the final answer mathematically precise.

Guided practice and synthesis

First factor 15x360x15x^3-60x. The GCF is 15x15x, leaving x24x^2-4, which is a difference of squares. Thus 15x360x=15x(x2)(x+2)15x^3-60x=15x(x-2)(x+2). If the expression is set equal to zero, the zero-product property gives x=0x=0, x=2x=2, or x=2x=-2. Each solution can be checked by substitution into the original polynomial.

Next factor 2x27x152x^2-7x-15. The product acac is 30-30, and the pair 33 and 10-10 has sum 7-7. Splitting the middle term gives 2x2+3x10x152x^2+3x-10x-15. Grouping produces x(2x+3)5(2x+3)x(2x+3)-5(2x+3). Therefore the factorization is (x5)(2x+3)(x-5)(2x+3), with zeros 55 and 32-\frac{3}{2} if the polynomial equals zero.

Finally, develop a repeatable narration for unfamiliar problems. State the GCF, identify the structural pattern, carry out the selected method, factor each remaining piece, and verify by multiplication. Explain every symbol that carries new meaning, especially exponents, candidate zeros, and multiplicities. When no integer method succeeds, say precisely that the polynomial is irreducible over the integers rather than claiming it cannot be factored at all. That complete reasoning process is the transferable skill this lesson is designed to build.

Further deductions

Factoring and expansion are complementary coordinate systems for polynomial information. Expanded form makes degree and coefficients immediately visible, whereas factored form makes zeros and multiplicities immediately visible. Moving between them is similar to changing viewpoints without changing the underlying object. This is why no single form should be labeled universally simplest. Simplicity depends on the question being asked.

Factoring also prepares you for rational expressions and calculus. A rational expression may contain a removable common factor, but cancellation is justified only after factoring and only with an explicit domain restriction. Limits often use this structure to compare nearby values even when direct substitution produces an indeterminate form. Derivative sign charts likewise use factors to locate critical numbers and determine intervals of increase or decrease. The algebra learned here therefore reappears across later mathematics.

The deepest habit is to treat symbolic manipulation as meaning-preserving transformation. Every equality should be justified by distribution, an identity, or another established property. Every excluded value should remain visible even if its factor later cancels. Every proposed answer should survive reverse multiplication. With those habits, factoring becomes a coherent method for revealing structure rather than a sequence of guesses.

Knowledge Map

Where this lesson fits

Prerequisites

PolynomialsPolynomial Operations

Next lessons

PolynomialsQuadratic Functions

Continue exploring

Connections

Related lessons

Quadratic FunctionsQuadratic Functions Model Curved ChangeLimitsLimit Laws and Algebraic Techniques

Applications

  • equation solving
  • simplification
  • intercept analysis