✦ For everyone, free.

Practical knowledge for real and everyday life

Home

45.4 Horizontal Polynomial Multiplication

Horizontal Polynomial Multiplication is a method to multiply polynomials by distributing each term across the other polynomial's terms.

Horizontal Polynomial Multiplication is the method of multiplying two polynomials by writing the entire distribution process in a single continuous line of text, generating partial products, removing grouping parentheses, and combining like terms to reach a fully simplified standard-form result.


Outer Polynomial Distribution

Procedure

The entire second polynomial factor is distributed across every term of the first polynomial factor, written out continuously along a single horizontal line rather than in a stacked or column format.

Example

For (x+2)(x3), both terms of the first factor, x and 2, are distributed across the second factor in sequence.


Grouped Partial Product Writing

Procedure

Each partial product generated during distribution is written with its own set of parentheses initially, keeping the results of each term pairing visually distinct before any simplification occurs.

Example

Distributing produces the grouped partial products:

( x2 3 x ) + ( 2 x 6 )

Distribution Parenthesis Removal

Procedure

Since every partial product represents an addition into the overall sum, the grouping parentheses are removed without changing the sign of any term inside them.

Example

Removing the grouping parentheses from the previous step produces:

x2 3 x + 2 x 6 x^2 − 3x + 2x − 6

Matching Product-Term Identification

Procedure

Among the collected partial product terms, those sharing an identical variable part are identified as candidates for combination.

Example

The terms 3x and 2x are identified as matching, since both share the variable part x.


Product-Term Coefficient Combination

Procedure

The coefficients of matching product terms are added together using ordinary arithmetic, exactly as with any other like-term combination.

Example

3 x + 2 x = x

Unmatched Product-Term Retention

Procedure

Any partial product term with no matching partner is carried forward into the final result unchanged, exactly as with polynomial addition and subtraction.

Example

The terms x2 and 6 have no matching partners and are carried forward unchanged.


Zero Product-Term Cancellation

Description

If combining two matching product terms produces a coefficient of exactly zero, that term is removed entirely from the final result, since it no longer contributes any value.

Example

If a different multiplication produced matching terms 5x and 5x, these would cancel completely and be omitted from the final result.


Horizontal Product Standardization

Procedure

After all matching terms have been combined and unmatched terms carried forward, the final result is arranged in standard form, ordered by descending degree.

Example

Combining all steps for the running example produces the fully simplified, standardized product:

x2 x 6