- Task
- Predict total degree of a product or degrees in which nonzero terms will appear. Rewrite a product of expressions as a polynomial in a specified variable.
- Teaching notes
- products of sums, Separation of tasks, diagnostic aids, Symbols in coefficients, No FOIL
Notation
We say an expression is written as a polynomial in a variable if it is explicitly given as a linear combination of powers of the variable times coefficients independent of the variable. This allows us to formulate problems as “Rewrite the following expression as a polynomial in
.”
- Coefficients can either precede or follow the variable: either
or
. The first is traditional but the second is often more convenient when collecting terms etc. - Terms can be written with exponents either increasing or decreasing: either
or
. Both are used in practice and by computer algebra systems.
Degrees
Problem 1
When
is written as a polynomial in
,
- what is the highest degree?
- in which degrees are there nonzero coefficients? (alt: for which powers of
are the terms nonzero?)
Terms occur in degrees 2, 3, 4, 5, 6, 10, 11, 12 and the total (largest) degree is 12. This problem reenforces the structure-exploiting scanning procedure described in products of sums with almost no arithmetic. Qualitative information of this sort is used to focus or avoid quantitative work.
Coefficients
Problem 1
Find the
term in
when it is written as a polynomial in
. (alt: find the coefficient on
).
This term comes from products of a summand from the first factor and a summand from the second that give total
exponent 3. The
is fixed and can be factored out ahead of time. Scanning and picking out the terms of interest gives
![y^3\bigr[(3)(-a) + (-1)(2)+(5a)(1)\bigl]](/local--math/eqs/230a0138ca09143c6fea7435e81cbb87.png)
Problem 2
can be written in the form
with
rational. Find
.- Find the imaginary part of
.
These can be thought of as the polynomial product
, either evaluated at particular values of
or with the variable required to satisfy an identity (
or
). The identities take the degree-2 term down to degree 0 so the answer is the coefficient on the degree 1 terms. Pick these out as in problem 1.
Problem 3
When
is written as a polynomial in
it has
term
. Find
.
This is a two-step problem done by finding the
coefficient as a symbolic expression, then solving the resulting equation for
. This example has three terms in the coefficient and a linear equation in
. Higher-order equations can be used when students have appropriate skills.
Full products
Problem 1
Write
as a polynomial in
.
Finding the solution divides into organizational and arithmetic phases. It is much easier when abstract structure is used to get as much as possible from the organizational phase.
Scanning degrees shows there will be terms in degree 0, 2, 4, and 6. Write
(2)
with plenty of room between parentheses. Next scan through all ways of pairing one term from each factor and record coefficients in the appropriate place (without performing any arithmetic. This gives
(3)
The arithmetic phase consists of simplifying the coefficients. See Products of Sums for an abstraction of this process.
Problem 2
Write
as a polynomial in
.
Problems of this length are necessary to illustrate important topics and they do come up in later work. It is not necessary to have a lot of drill at this level if techniques are designed so that students can handle them when they arise. See Products of Sums
Problem 3
Use a calculator to exactly multiply
and
.
These numbers are too large to multiply directly on calculators. Instead divide into 4-digit blocks and think of them as polynomials in
with 4-digit coefficients, evaluated at
. The product becomes

Expand as in problem 1. Numerical processing of the coefficients can be done exactly on a calculator since they will be numbers with 9 or fewer digits. Finally evaluate at
. This final step involves adding a list of large numbers with at most 3 nonzero digits in each column. This can be done with calculators with some care about carrying.
Multiple products
The basic idea behind products of sums is not limited to two factors.
Problem 1
When
is written as a polynomial in
,
- in which degrees does it have nonzero coefficients?
- what is the coefficient on
?
This is done by scanning through three-fold products obtained by taking a term from each factor. When the scanning process is mastered (e.g. by using fingers to track where one is in the process) this is an easy problem.
Instances of the binomial theorem
Find the
term in
.
This is immediate from the binomial theorem. It can be done directly as follows:
We have five copies of
. We get
terms by choosing two copies from which to take
and taking
from the other three. Each such choice contributes
to the coefficient. The coefficient is therefore the product of this and the number of ways there are to choose two things from five possible.
If students have been introduced to binomial coefficients in combinatorics or probability classes this gives a powerful application and connects the subjects. Otherwise this coefficient can be done directly. This is awkward enough to make development of binomial coefficients look powerful and useful.
The binomial theorem itself is more pedagogically advanced than the material above since both binomial coefficients and summation notation are required.