✦ For everyone, free.

Practical knowledge for real and everyday life

Home

45.6 Multivariable Polynomial Multiplication

Multivariable polynomial multiplication combines terms using distributive property and systematic combining of like terms across multiple variables.

Multivariable Polynomial Multiplication is the process of forming the product of two or more polynomials whose terms involve more than one variable, such as expressions containing both x and y, or x, y, and z simultaneously. It extends the distributive-based methods used for single-variable polynomials to expressions in which each term carries a coefficient and a combination of variable factors raised to various exponents. The result of the operation is a new polynomial obtained by multiplying every term of one factor by every term of the other factor, then combining any terms that share an identical variable part.

The operation relies on the distributive property applied repeatedly: each term in the first polynomial is distributed across every term in the second polynomial, producing a full set of partial products before any simplification occurs.


Structural Foundations

Terms with Multiple Variables

A term in a multivariable polynomial is written as a numerical coefficient multiplied by one or more variables, each raised to a whole-number exponent. For example, a term such as 3x²y contains the coefficient 3, the variable x with exponent 2, and the variable y with exponent 1. Multivariable polynomial multiplication treats each variable's exponent independently during every partial product.

The Distributive Property in Several Variables

The distributive property states that a sum multiplied by a value equals the sum of the individual products. When extended to two multivariable polynomials, every term of the first factor must be paired with every term of the second factor exactly once, so that no combination is omitted.

(a+b) (c+d) = ac+ad+bc+bd

Here a, b, c, and d may themselves be terms containing several variables, such as 2xy or 5x²z.


The Multiplication Procedure

Step 1 — Pairing Every Term

Each term of the first polynomial is paired, one at a time, with each term of the second polynomial. If the first polynomial has m terms and the second has n terms, the expansion before simplification contains m multiplied by n partial products.

Step 2 — Multiplying Numerical Coefficients

For each pair of terms, the numerical coefficients are multiplied together using ordinary arithmetic, including sign rules: a positive coefficient times a positive coefficient gives a positive result, while a positive times a negative gives a negative result.

Step 3 — Combining Matching Variable Factors

Any variable that appears in both terms of a pair has its exponents added, following the product rule of exponents.

xm · xn = xm+n

Step 4 — Retaining Distinct Variable Factors

If a variable appears in only one of the two terms being multiplied, it is carried into the partial product unchanged, keeping its original exponent, since there is no matching factor to combine it with.

Step 5 — Forming the Complete Partial Product

Once the coefficient has been computed and every variable factor has either been combined or retained, the result is written as a single term: coefficient followed by each distinct variable raised to its accumulated exponent.

Step 6 — Reducing Like Terms

After all partial products have been formed, terms with identical variable parts, meaning the same variables raised to the same exponents, are combined by adding their coefficients. Terms whose variable parts differ, even slightly in exponent, remain separate.

Step 7 — Ordering the Final Product

The simplified terms are conventionally arranged by total degree, from highest to lowest, and within terms of equal degree, by a consistent alphabetical order of the leading variable, producing a standard-form polynomial.


Worked Example

Multiplying Two Binomials in Two Variables

Consider the product of (2x + 3y) and (x − 4y). Applying the pairing from Step 1 gives four partial products:

(2x+3y) (x4y) = 2x2 8xy +3xy 12y2

The two middle terms, −8xy and 3xy, share the identical variable part xy, so Step 6 combines them into −5xy, giving the reduced result.

2x2 5xy 12y2

Multiplying a Trinomial by a Binomial in Three Variables

Consider (x + y + z) multiplied by (x − y). Distributing each term of the trinomial across the binomial produces six partial products:

(x+y+z) (xy) = x2 xy +xy y2 +xz yz

The terms −xy and +xy cancel completely since their coefficients sum to zero, while xz and yz remain distinct because no matching term exists to combine with them, leaving:

x2 y2 +xz yz

Visual Representation of Term Pairing

Term Pairing Grid 2x 3y x -4y 2x · x = 2x² 3y · x = 3xy 2x · -4y = -8xy 3y · -4y = -12y²

Each cell in the grid corresponds to one partial product from Step 1, and the diagonal cells containing xy terms are the ones combined in Step 6 during like-term reduction.


Common Errors to Avoid

Adding Exponents of Different Variables

A frequent error is adding the exponents of two different variables, such as treating multiplied by as xy⁵. Exponents are only combined when the base variable is identical; and remain as separate factors, giving x²y³.

Forgetting a Partial Product

Because the number of partial products equals the product of the term counts of the two factors, skipping any single pairing produces an incomplete and incorrect expansion. Systematically pairing every term with every other term, as in Step 1, prevents this omission.

Combining Terms with Different Variable Parts

Terms such as xy² and x²y are not like terms, even though both involve x and y, because their exponents differ. Only terms with an exactly matching variable part may be combined in Step 6.