Skip to main content

Section A.1 Polynomials and Factoring

There are several components of differential equations, particularly higher order equations and systems, that involve dealing with and finding roots of polynomials, using these results to generate solutions to differential equations. This appendix will review some properties of and techniques related to polynomials.

Subsection Definitions and Operations

First we start with the definition of a polynomial. A polynomial is a sum of terms each of which is a real number or a real number multiplied by one or more variables to natural number powers. Some examples of polynomials are \(x^2 + x\sqrt{3} + 4\text{,}\) \(27x^2y + \frac{7x}{2}\) and \(6\text{.}\) Things like \(3\sqrt{x}\text{,}\) \(4x - \frac{2}{x+1}\) and \(13x^{2/3}y^{2}\) are not polynomials. Below, we review some terminology about polynomials.

Definition A.1.1.

  • Terms in polynomials without variables are called constant terms.
  • In non-constant terms, the real number factor in the expression is called the coefficient of the term.
  • The degree of a non-constant term is the sum of the exponents on the variables in the term; non-zero constant terms are defined to have degree \(0\text{.}\) The degree of a polynomial is the highest degree of the nonzero terms.
  • Terms in a polynomial are called like terms if they have the same variables each with the same corresponding exponents.
  • A polynomial is said to be simplified if all arithmetic operations have been completed and there are no longer any like terms.
  • A simplified polynomial is called a
For example, \(x^2 + x\sqrt{3} +4\) is a trinomial of degree \(2\text{.}\) The coefficient of \(x^2\) is \(1\) and the constant term is \(4\text{.}\) The polynomial \(27x^2y + \frac{7x}{2}\) is a binomial of degree \(3\) (\(x^2y = x^2 y^1\)) with constant term \(0\text{.}\)
The concept of β€˜like’ terms really amounts to finding terms which can be combined using the Distributive Property. For example, in the polynomial \(17x^2y - 3xy^2 + 7xy^2\text{,}\) \(-3xy^2\) and \(7xy^2\) are like terms, since they have the same variables with the same corresponding exponents. This allows us to combine these two terms as follows:
\begin{equation*} 17x^2y - 3xy^2 + 7xy^2 = 17x^2y + (-3)xy^2 + 7xy^2 + 17x^2y +(-3 + 7)xy^2 = 17x^2y + 4xy^2 \end{equation*}
Note that even though \(17x^2y\) and \(4xy^2\) have the same variables, they are not like terms since in the first term we have \(x^2\) and \(y = y^1\) but in the second we have \(x = x^1\) and \(y = y^2\) so the corresponding exponents aren’t the same. Hence, \(17x^2y + 4xy^2\) is the simplified form of the polynomial.
There are four basic operations we can perform with polynomials: addition, subtraction, multiplication and division. Addition, subtraction, and multiplication follow the standard properties of real numbers after distributing or expanding all terms (for multiplication) and then collecting like terms again. Division, on the other hand, is a bit more complicated and will be discussed next.

Subsection Polynomial Long Division

We now turn our attention to polynomial long division. Dividing two polynomials follows the same algorithm, in principle, as dividing two natural numbers so we review that process first. Suppose we wished to divide \(2585\) by \(79\text{.}\) The standard division tableau is given below.
\(3\) \(2\)
\(7\) \(9\) \(2\) \(5\) \(8\) \(5\)
\(-\) \(2\) \(3\) \(7\) \(\downarrow\)
\(2\) \(1\) \(5\)
\(-\) \(1\) \(5\) \(8\)
\(5\) \(7\)
In this case, \(79\) is called the divisor, \(2585\) is called the dividend, \(32\) is called the quotient and \(57\) is called the remainder. We can check our answer by showing:
\begin{equation*} \text{dividend} = (\text{divisor})( \text{quotient}) + \text{remainder} \end{equation*}
or in this case, \(2585 = (79)(32) + 57 \checkmark\text{.}\) We hope that the long division tableau evokes warm, fuzzy memories of your formative years as opposed to feelings of hopelessness and frustration. If you experience the latter, keep in mind that the Division Algorithm essentially is a two-step process, iterated over and over again. First, we guess the number of times the divisor goes into the dividend and then we subtract off our guess. We repeat those steps with what’s left over until what’s left over (the remainder) is less than what we started with (the divisor). That’s all there is to it!
The division algorithm for polynomials has the same basic two steps but when we subtract polynomials, we must take care to subtract like terms only. As a transition to polynomial division, let’s write out our previous division tableau in expanded form.
\(3\cdot10\) \(+\) \(2\)
\(7\cdot10\) \(+\) \(9\) \(2\cdot10^3\) \(+\) \(5\cdot10^2\) \(+\) \(8\cdot10\) \(+\) \(5\)
\(-\) \(\left(2\cdot10^3\right.\) \(+\) \(3\cdot10^2\) \(+\) \(\left.7\cdot10\right)\) \(\downarrow\)
\(2\cdot10^2\) \(+\) \(1\cdot10\) \(+\) \(5\)
\(-\) \(\left(1\cdot10^2\right.\) \(+\) \(5\cdot10\) \(+\) \(\left.8\right)\)
\(5\cdot10\) \(+\) \(7\)
Written this way, we see that when we line up the digits we are really lining up the coefficients of the corresponding powers of \(10\) - much like how we’ll have to keep the powers of \(x\) lined up in the same columns. The big difference between polynomial division and the division of natural numbers is that the value of \(x\) is an unknown quantity. So unlike using the known value of \(10\text{,}\) when we subtract there can be no regrouping of coefficients as in our previous example. (The subtraction \(215 - 158\) requires us to β€˜regroup’ or β€˜borrow’ from the tens digit, then the hundreds digit.) This actually makes polynomial division easier.
 1 
In our opinion - you can judge for yourself.
Before we dive into examples, we first state a theorem telling us when we can divide two polynomials, and what to expect when we do so.
Essentially, TheoremΒ A.1.2 tells us that we can divide polynomials whenever the degree of the divisor is less than or equal to the degree of the dividend. We know we’re done with the division when the polynomial left over (the remainder) has a degree strictly less than the divisor. It’s time to walk through a few examples to refresh your memory.

Example A.1.3.

Perform the indicated division. Check your answer by showing
\begin{equation*} \text{dividend} = (\text{divisor})( \text{quotient}) + \text{remainder} \end{equation*}
(a)
\(\left(x^3 + 4x^2 - 5x - 14\right) \div (x-2)\)
Solution.
To begin \(\left(x^3 + 4x^2 - 5x - 14\right) \div (x-2)\text{,}\) we divide the first term in the dividend, namely \(x^3\text{,}\) by the first term in the divisor, namely \(x\text{,}\) and get \(\frac{x^3}{x} = x^2\text{.}\) This then becomes the first term in the quotient. We proceed as in regular long division at this point: we multiply the entire divisor, \(x-2\text{,}\) by this first term in the quotient to get \(x^{2}(x - 2) = x^3 - 2x^2\text{.}\) We then subtract this result from the dividend.
\(x^2\)
\(x\) \(-\) \(2\) \(x^3\) \(+\) \(4x^2\) \(-\) \(5x\) \(-\) \(14\)
\(-\) \(\left(x^3\right.\) \(-\) \(\left.2x^2\right)\) \(\downarrow\)
\(6x^2\) \(-\) \(5x\)
Now we β€˜bring down’ the next term of the quotient, namely \(-5x\text{,}\) and repeat the process. We divide \(\frac{6x^2}{x} = 6x\text{,}\) and add this to the quotient polynomial, multiply it by the divisor (which yields \(6x(x - 2) = 6x^{2} - 12x\)) and subtract.
\(x^2\) \(+\) \(6x\)
\(x\) \(-\) \(2\) \(x^3\) \(+\) \(4x^2\) \(-\) \(5x\) \(-\) \(14\)
\(-\) \(\left(x^3\right.\) \(-\) \(\left.2x^2\right)\) \(\downarrow\)
\(6x^2\) \(-\) \(5x\) \(\downarrow\)
\(-\) \(\left(6x^2\right.\) \(-\) \(\left.12x\right)\) \(\downarrow\)
\(7x\) \(-\) \(14\)
Finally, we β€˜bring down’ the last term of the dividend, namely \(-14\text{,}\) and repeat the process. We divide \(\frac{7x}{x} = 7\text{,}\) add this to the quotient, multiply it by the divisor (which yields \(7(x - 2) = 7x - 14\)) and subtract.
\(x^2\) \(+\) \(6x\) \(+\) \(7\)
\(x\) \(-\) \(2\) \(x^3\) \(+\) \(4x^2\) \(-\) \(5x\) \(-\) \(14\)
\(-\) \(\left(x^3\right.\) \(-\) \(\left.2x^2\right)\)
\(6x^2\) \(-\) \(5x\)
\(-\) \(\left(6x^2\right.\) \(-\) \(\left.12x\right)\)
\(7x\) \(-\) \(14\)
\(-\) \(\left(7x\right.\) \(-\) \(\left.14\right)\)
\(0\)
In this case, we get a quotient of \(x^2 + 6x + 7\) with a remainder of \(0\text{.}\) To check our answer, we compute
\begin{equation*} (x-2)\left(x^2 + 6x + 7\right) + 0 = x^3 + 6x^2 + 7x - 2x^2 - 12x -14 = x^3 + 4x^2 - 5x - 14 \, \checkmark \end{equation*}
(b)
\(\left(2t + 7\right) \div \left(3t - 4\right)\)
Solution.
To compute \(\left(2t + 7\right) \div \left(3t - 4\right)\text{,}\) we start as before. We find \(\frac{2t}{3t} = \frac{2}{3}\text{,}\) so that becomes the first (and only) term in the quotient. We multiply the divisor \((3t-4)\) by \(\frac{2}{3}\) and get \(2t - \frac{8}{3}\text{.}\) We subtract this from the divided and get \(\frac{29}{3}\text{.}\)
\(\dfrac{2}{3}\)
\(3t\) \(-\) \(4\) \(2t\) \(+\) \(7\)
\(-\) \(\left(2t\vphantom{\dfrac{8}{3}}\right.\) \(-\) \(\left.\dfrac{8}{3}\right)\)
\(\dfrac{29}{3}\vphantom{\sqrt{\dfrac{7}{7}}}\)
Our answer is \(\frac{2}{3}\) with a remainder of \(\frac{29}{3}\text{.}\) To check our answer, we compute
\begin{equation*} (3t-4) \left(\frac{2}{3}\right) + \frac{29}{3} = 2t - \frac{8}{3} + \frac{29}{3} = 2t + \frac{21}{3} = 2t + 7 \, \checkmark \end{equation*}
(c)
\(\left(6y^2 - 1 \right) \div \left(2y + 5\right)\)
Solution.
When we set-up the tableau for \(\left(6y^2 - 1 \right) \div \left(2y + 5\right)\text{,}\) we must first issue a β€˜placeholder’ for the β€˜missing’ \(y\)-term in the dividend, \(6y^2 -1 = 6y^2 + 0y - 1\text{.}\) We then proceed as before. Since \(\frac{6y^2}{2y} = 3y\text{,}\) \(3y\) is the first term in our quotient. We multiply \((2y+5)\) times \(3y\) and subtract it from the dividend. We bring down the \(-1\text{,}\) and repeat.
\(3y\) \(-\) \(\dfrac{15}{2}\)
\(2y\) \(+\) \(5\) \(6y^2\) \(+\) \(0y\) \(-\) \(1\)
\(-\) \(\left(6y^2\right.\) \(+\) \(\left.15y\right)\) \(\downarrow\)
\(-15y\) \(-\) \(1\)
\(-\) \(\left(-15y\vphantom{\dfrac{75}{2}}\right.\) \(-\) \(\left.\dfrac{75}{2}\right)\)
\(\dfrac{73}{2}\vphantom{\sqrt{\dfrac{73}{2}}}\)
Our answer is \(3y - \frac{15}{2}\) with a remainder of \(\frac{73}{2}\text{.}\) To check our answer, we compute:
\begin{equation*} (2y + 5)\left(3y - \dfrac{15}{2}\right) + \dfrac{73}{2} = 6y^2 - 15y + 15y - \dfrac{75}{2} + \dfrac{73}{2} = 6y^2 - 1 \, \checkmark \end{equation*}
(d)
\(\left(w^3 \right) \div \left(w^2 - \sqrt{2}\right)\)
Solution.
For our last example, we need β€˜placeholders’ for both the divisor \(w^2 - \sqrt{2} = w^2 + 0w -\sqrt{2}\) and the dividend \(w^3 = w^3 + 0w^2 + 0w + 0\text{.}\) The first term in the quotient is \(\frac{w^3}{w^2} = w\text{,}\) and when we multiply and subtract this from the dividend, we’re left with just \(0w^2 + w\sqrt{2} + 0 = w\sqrt{2}\text{.}\)
\(w\)
\(w^2\) \(+\) \(0w\) \(-\) \(\sqrt{2}\) \(w^3\) \(+\) \(0w^2\) \(+\) \(0w\) \(+\) \(0\)
\(-\) \(\left(w^3\vphantom{w\sqrt{2}}\right.\) \(+\) \(0w^2\) \(-\) \(\left.w\sqrt{2}\right)\) \(\downarrow\)
\(0w^2\) \(+\) \(w\sqrt{2}\) \(+\) \(0\)
Since the degree of \(w\sqrt{2}\) (which is \(1\)) is less than the degree of the divisor (which is \(2\)), we are done.
 2 
Since \(\frac{0w^2}{w^2} = 0\text{,}\) we could proceed, write our quotient as \(w+0\text{,}\) and move on…but even pedants have limits.
Our answer is \(w\) with a remainder of \(w \sqrt{2}\text{.}\) To check, we compute:
\begin{equation*} \left(w^2 - \sqrt{2}\right)w + w\sqrt{2} = w^3 - w\sqrt{2} + w\sqrt{2} = w^3 \, \checkmark \end{equation*}

Subsection Synthetic Division

Usually, when we want to divide polynomials, it is because we are trying to find all roots of a polynomial. This comes from the idea that if we have a polynomial \(p(x)\) and a value \(x_0\) so that \(p(x_0) = 0\text{,}\) then \(x_0\) is a root of the polynomial. This means that \((x-x_0)\) is a factor of \(p(x)\text{,}\) so that we can write
\begin{equation*} p(x) = (x-x_0)q(x) \end{equation*}
where \(q(x)\) is a polynomial with one lower degree than \(p\text{.}\) We can find this \(q(x)\) by dividing
\begin{equation*} q(x) = \frac{p(x)}{x-x_0}, \end{equation*}
which is why we need division to sort this out.
This means that we need to find the roots (or at least a root) to know what to divide \(p(x)\) by in order to start this process. The main theorem that can tell us where to start is the Rational Roots Theorem.
The Rational Zeros Theorem gives us a list of numbers to try in our synthetic division and that is a lot nicer than simply guessing. If none of the numbers in the list are zeros, then either the polynomial has no real zeros at all, or all of the real zeros are irrational numbers.

Example A.1.5.

Let \(f(x) = 2x^4+4x^3-x^2-6x-3\text{.}\) Use the Rational Zeros Theorem to list all of the possible rational zeros of \(f\text{.}\)
Solution.
To generate a complete list of rational zeros, we need to take each of the factors of constant term, \(a_{\mbox{\tiny$0$}} = -3\text{,}\) and divide them by each of the factors of the leading coefficient \(a_{\mbox{\tiny$4$}} = 2\text{.}\) The factors of \(-3\) are \(\pm \, 1\) and \(\pm \, 3\text{.}\) Since the Rational Zeros Theorem tacks on a \(\pm\) anyway, for the moment, we consider only the positive factors \(1\) and \(3\text{.}\) The factors of \(2\) are \(1\) and \(2\text{,}\) so the Rational Zeros Theorem gives the list \(\left\{\pm \, \frac{1}{1}, \pm \, \frac{1}{2}, \pm \, \frac{3}{1}, \pm \, \frac{3}{2}\right\}\) or \(\left\{\pm \, \frac{1}{2}, \pm \, 1, \pm \, \frac{3}{2}, \pm \, 3\right\}\text{.}\)
But this still doesn’t make the process easy or straight-forward for finding the roots. How can we take this list of options and easily figure out where the roots are, and what the remaining polynomial \(q(x)\) is?
We start by way of example: suppose we wish to determine the zeros of \(f(x) = x^3 + 4x^2-5x-14\text{.}\) Setting \(f(x)=0\) results in the polynomial equation \(x^3 + 4x^2-5x-14=0\text{.}\) Despite all of the factoring techniques we learned (and forgot!), this equation foils
 3 
pun intended
us at every turn. Knowing that the zeros of \(f\) correspond to \(x\)-intercepts on the graph of \(y=f(x)\text{,}\) we use a graphing utility to produce the graph below on the left. The graph suggests that the function has three zeros, one of which appears to be \(x=2\) and two others for whom we are provided what we assume to be decimal approximations: \(x \approx -4.414\) and \(x \approx -1.586\text{.}\) We can verify if these are zeros easily enough. We find \(f(2) =(2)^2 + 4(2)^2-5(2)-14 = 0\text{,}\) but \(f(-4.414) \approx 0.0039\) and \(f(-1.586) \approx 0.0022\text{,}\) While these last two values are probably by some measures, β€˜close’ to \(0\text{,}\) they are not exactly equal to \(0\text{.}\) The question becomes: is there a way to use the fact that \(x=2\) is a zero to obtain the other two zeros? Based on our experience, if \(x=2\) is a zero, it seems that there should be a factor of \((x-2)\) lurking around in the factorization of \(f(x)\text{.}\) In other words, we should expect that \(x^3 + 4x^2-5x-14=(x-2) \, q(x)\text{,}\) where \(q(x)\) is some other polynomial. How could we find such a \(q(x)\text{,}\) if it even exists? The answer comes from our old friend, polynomial division. Below on the right, we perform the long division: \((x^3 + 4x^2-5x-14) \div (x-2)\) and obtain \(x^2+6x+7\text{.}\)
ALT TEXT HERE
IMAGE DESCRIPTION HERE
Figure A.1.6. Sketch of the graph of the polynomial \(f(x) = x^3 + 4x^2-5x-14\text{.}\)
\(x^2\) \(+\) \(6x\) \(+\) \(7\)
\(x\) \(-\) \(2\) \(x^3\) \(+\) \(4x^2\) \(-\) \(5x\) \(-\) \(14\)
\(-\) \(\left(x^3\right.\) \(-\) \(\left.2x^2\right)\)
\(6x^2\) \(-\) \(5x\)
\(-\) \(\left(6x^2\right.\) \(-\) \(\left.12x\right)\)
\(7x\) \(-\) \(14\)
\(-\) \(\left(7x\right.\) \(-\) \(\left.14\right)\)
\(0\)
Said differently, \(f(x) = x^3 + 4x^2-5x-14=(x-2)\left(x^2+6x+7\right)\text{.}\) Using this form of \(f(x)\text{,}\) we find the zeros by solving \((x-2)\left(x^2+6x+7\right)=0\text{.}\) Setting each factor equal to \(0\text{,}\) we get \(x-2=0\) (which gives us our known zero, \(x=2\)) as well as \(x^2+6x+7=0\text{.}\) The latter doesn’t factor nicely, so we apply the Quadratic Formula to get \(x = -3 \pm \sqrt{2}\text{.}\) Sure enough, \(-3 - \sqrt{2} \approx -4.414\) and \(-3 +\sqrt{2} \approx -1.586\text{.}\) We leave it to the reader to show \(f(-3-\sqrt{2}) = 0\) and \(f(-3+\sqrt{2}) = 0\text{.}\)
The point of this section is to generalize the technique applied here. First up is a friendly reminder of what we can expect when we divide polynomials.
As you may recall, all of the polynomials in TheoremΒ A.1.7 have special names. The polynomial \(p\) is called the dividend; \(d\) is the divisor; \(q\) is the quotient; \(r\) is the remainder. If \(r(x)=0\) then \(d\) is called a factor of \(p\text{.}\) The word β€˜unique’ here is critical in that it guarantees there is only one quotient and remainder for each division problem.
 4 
Hence the use of the definite article β€˜the’ when speaking of the quotient and the remainder.
The proof of TheoremΒ A.1.7 is usually relegated to a course in Abstract Algebra, but we can still use the result to move forward with the rest of this section.
If we want to find all of the roots of a polynomial in a reasonable way, we had better find a more efficient way to divide polynomial functions by quantities of the form \(x-c\text{.}\) Fortunately, people like Ruffini and Horner have already blazed this trail. Let’s take a closer look at the long division we performed at the beginning of the section and try to streamline it. First off, let’s change all of the subtractions into additions by distributing through the \(-1\)s.
\(x^2\) \(+\) \(6x\) \(+\) \(7\)
\(x\) \(-\) \(2\) \(x^3\) \(+\) \(4x^2\) \(-\) \(5x\) \(-\) \(14\)
\(-x^3\) \(+\) \(2x^2\)
\(6x^2\) \(-\) \(5x\)
\(-6x^2\) \(+\) \(12x\)
\(7x\) \(-\) \(14\)
\(-7x\) \(+\) \(14\)
\(0\)
Next, observe that the terms \(-x^3\text{,}\) \(-6x^2\) and \(-7x\) are the exact opposite of the terms above them. The algorithm we use ensures this is always the case, so we can omit them without losing any information. Also note that the terms we β€˜bring down’ (namely the \(-5x\) and \(-14\)) aren’t really necessary to recopy, so we omit them, too.
\(x^2\) \(+\) \(6x\) \(+\) \(7\)
\(x\) \(-\) \(2\) \(x^3\) \(+\) \(4x^2\) \(-\) \(5x\) \(-\) \(14\)
\(2x^2\)
\(6x^2\)
\(12x\)
\(7x\)
\(14\)
\(0\)
Let’s move terms up a bit and copy the \(x^3\) into the last row.
\(x^2\) \(+\) \(6x\) \(+\) \(7\)
\(x\) \(-\) \(2\) \(x^3\) \(+\) \(4x^2\) \(-\) \(5x\) \(-\) \(14\)
\(2x^2\) \(12x\) \(14\)
\(x^3\) \(6x^2\) \(7x\) \(0\)
Note that by arranging things in this manner, each term in the last row is obtained by adding the two terms above it. Notice also that the quotient polynomial can be obtained by dividing each of the first three terms in the last row by \(x\) and adding the results. If you take the time to work back through the original division problem, you will find that this is exactly the way we determined the quotient polynomial. This means that we no longer need to write the quotient polynomial down, nor the \(x\) in the divisor, to determine our answer.
\(-2\) \(x^3\) \(+\) \(4x^2\) \(-\) \(5x\) \(-\) \(14\)
\(2x^2\) \(12x\) \(14\)
\(x^3\) \(6x^2\) \(7x\) \(0\)
We’ve streamlined things quite a bit so far, but we can still do more. Let’s take a moment to remind ourselves where the \(2x^2\text{,}\) \(12x\) and \(14\) came from in the second row. Each of these terms was obtained by multiplying the terms in the quotient, \(x^2\text{,}\) \(6x\) and \(7\text{,}\) respectively, by the \(-2\) in \(x-2\text{,}\) then by \(-1\) when we changed the subtraction to addition. Multiplying by \(-2\) then by \(-1\) is the same as multiplying by \(2\text{,}\) so we replace the \(-2\) in the divisor by \(2\text{.}\) Furthermore, the coefficients of the quotient polynomial match the coefficients of the first three terms in the last row, so we now take the plunge and write only the coefficients of the terms to get
\(2\) \(1\) \(4\) \(-5\) \(-14\)
\(2\) \(12\) \(14\)
\(1\) \(6\) \(7\) \(0\)
We have constructed a synthetic division tableau for this polynomial division problem. Let’s re-work our division problem using this tableau to see how it greatly streamlines the division process. To divide \(x^3+4x^2-5x-14\) by \(x-2\text{,}\) we write \(2\) in the place of the divisor and the coefficients of \(x^3+4x^2-5x-14\) in for the dividend. Then β€˜bring down’ the first coefficient of the dividend.
\(2\) \(1\) \(4\) \(-5\) \(-14\)
\(\phantom{2}\)
\(2\) \(1\) \(4\) \(-5\) \(-14\)
\(\downarrow\)
\(1\)
Next, take the \(2\) from the divisor and multiply by the \(1\) that was β€˜brought down’ to get \(2\text{.}\) Write this underneath the \(4\text{,}\) then add to get \(6\text{.}\)
\(2\) \(1\) \(4\) \(-5\) \(-14\)
\(\downarrow\) \(2\)
\(1\)
\(2\) \(1\) \(4\) \(-5\) \(-14\)
\(\downarrow\) \(2\)
\(1\) \(6\)
Now take the \(2\) from the divisor times the \(6\) to get \(12\text{,}\) and add it to the \(-5\) to get \(7\text{.}\)
\(2\) \(1\) \(4\) \(-5\) \(-14\)
\(\downarrow\) \(2\) \(12\)
\(1\) \(6\)
\(2\) \(1\) \(4\) \(-5\) \(-14\)
\(\downarrow\) \(2\) \(12\)
\(1\) \(6\) \(7\)
Finally, take the \(2\) in the divisor times the \(7\) to get \(14\text{,}\) and add it to the \(-14\) to get \(0\text{.}\)
\(2\) \(1\) \(4\) \(-5\) \(-14\)
\(\downarrow\) \(2\) \(12\) \(14\)
\(1\) \(6\) \(7\)
\(2\) \(1\) \(4\) \(-5\) \(-14\)
\(\downarrow\) \(2\) \(12\) \(14\)
\(1\) \(6\) \(7\) \(\fbox{$0$}\)
The first three numbers in the last row of our tableau are the coefficients of the quotient polynomial. Remember, we started with a third degree polynomial and divided by a first degree polynomial, so the quotient is a second degree polynomial. Hence the quotient is \(x^2+6x+7\text{.}\) The number in the box is the remainder. Synthetic division is our tool of choice for dividing polynomials by divisors of the form \(x-c\text{.}\) It is important to note that it works only for these kinds of divisors.
 5 
You’ll need to use good old-fashioned polynomial long division for divisors of degree larger than 1.
Also take note that when a polynomial (of degree at least \(1\)) is divided by \(x-c\text{,}\) the result will be a polynomial of exactly one less degree. Finally, it is worth the time to trace each step in synthetic division back to its corresponding step in long division. While the authors have done their best to indicate where the algorithm comes from, there is no substitute for working through it yourself.

Example A.1.8.

Use synthetic division to perform the following polynomial divisions. Identify the quotient and remainder.
(a)
\(\left(5x^3 - 2x^2 + 1\right) \div (x-3)\)
Solution.
When setting up the synthetic division tableau, the coefficients of even β€˜missing’ terms need to be accounted for, so we enter \(0\) for the coefficient of \(x\) in the dividend.
\(3\) \(5\) \(-2\) \(0\) \(1\)
\(\downarrow\) \(15\) \(39\) \(117\)
\(5\) \(13\) \(39\) \(\fbox{$118$}\)
Since the dividend was a third degree polynomial function, the quotient is a second degree (quadratic) polynomial function with coefficients \(5\text{,}\) \(13\) and \(39\text{:}\) \(q(x) = 5x^2+13x+39\text{.}\) The remainder is \(r(x) = 118\text{.}\) According to TheoremΒ A.1.7, we have \(5x^3 - 2x^2 + 1 = (x-3)\left(5x^2+13x+39 \right) + 118\text{,}\) which we leave to the reader to check.
(b)
\(\left(t^3+8\right) \div (t+2)\)
Solution.
To use synthetic division here, we rewrite \(t+2\) as \(t-(-2)\) and proceed as before
\(-2\) \(1\) \(0\) \(0\) \(8\)
\(\downarrow\) \(-2\) \(4\) \(-8\)
\(1\) \(-2\) \(4\) \(\fbox{$0$}\)
We get the quotient \(q(t) = t^2-2t+4\) and the remainder \(r(t) =0\text{.}\) Relating the dividend, quotient and remainder gives: \(t^3+8 = (t+2)\left( t^2-2t+4 \right)\text{,}\) which is a specific instance of the β€˜sum of cubes’ formula some of you may recall.
(c)
\(\dfrac{4-8z-12z^2}{2z-3}\)
Solution.
To divide \(4-8z-12z^2\) by \(2z-3\text{,}\) two things must be done. First, we write the dividend in descending powers of \(z\) as \(-12z^2-8z+4\text{.}\) Second, since synthetic division works only for factors of the form \(z-c\text{,}\) we factor \(2z-3\) as \(2\left(z-\frac{3}{2}\right)\text{.}\) Hence, we are dividing \(-12z^2-8z+4\) by two factors: \(2\) and \(\left(z-\frac{3}{2}\right)\text{.}\) Dividing first by \(2\text{,}\) we obtain \(-6z^2-4z+2\text{.}\) Next, we divide \(-6z^2-4z+2\) by \(\left(z-\frac{3}{2}\right)\text{:}\)
\(\frac{3}{2}\) \(-6\) \(-4\) \(2\)
\(\downarrow\) \(-9\) \(-\frac{39}{2}\)
\(-6\) \(-13\) \(\fbox{$-\frac{35}{2}$}\)
Hence, \(-6z^2-4z+2 = \left(z-\frac{3}{2}\right)(-6 z - 13) - \frac{35}{2}\text{.}\) However when it comes to writing the dividend, quotient and remainder in the form given in TheoremΒ A.1.7, we need to find \(q(z)\) and \(r(z)\) so that \(-12z^2-8z+4 = (2z-3) q(z) + r(z)\text{.}\) Hence, starting with \(-6z^2-4z+2 = \left(z-\frac{3}{2}\right)(-6 z - 13) - \frac{35}{2}\text{,}\) we multiply \(2\) back on both sides:
\begin{align*} -6z^2-4z+2 & = \left(z-\frac{3}{2}\right)(-6 z - 13) - \frac{35}{2} \\ 2\left(-6z^2-4z+2 \right) & = 2 \left[ \left(z-\frac{3}{2}\right)(-6 z - 13) - \frac{35}{2} \right] \\ -12z^2-8z+4 & = 2 \left(z-\frac{3}{2}\right)(-6 z - 13) - 2 \left(\frac{35}{2} \right) \\ -12z^2-8z+4 & = (2z-3) (-6 z - 13) - 35 \end{align*}
At this stage, we have written \(-12z^2-8z+4\) in the form \((2z-3) q(z) + r(z)\text{,}\) so we identify the quotient as \(q(z) = -6z-13\) and the remainder is \(r(z) = -35\text{.}\) But how can we be sure these are the same quotient and remainder polynomial functions we would have obtained if we had taken the time to do the long division in the first place? Because of the word β€˜unique’ in TheoremΒ A.1.7. The theorem states that there is only one way to decompose \(-12z^2-8z+4\) as \((2z-3)q(z) + r(z)\text{.}\) Since we have found such a way, we can be sure it is the only way.
 6 
But it wouldn’t hurt to check, just this once.
The next example pulls together all of the concepts discussed in this section.

Example A.1.9.

Let \(p(x) = 2x^3-5x+3\text{.}\)
(a)
Find \(p(-2)\) using The Remainder Theorem. Check your answer by substitution.
Solution.
The Remainder Theorem states \(p(-2)\) is the remainder when \(p(x)\) is divided by \(x-(-2)\text{.}\) We set up our synthetic division tableau below. We are careful to record the coefficient of \(x^2\) as \(0\text{:}\)
\(-2\) \(2\) \(0\) \(-5\) \(3\)
\(\downarrow\) \(-4\) \(8\) \(-6\)
\(2\) \(-4\) \(3\) \(\fbox{$-3$}\)
According to the Remainder Theorem, \(p(-2) = -3\text{.}\) We can check this by direct substitution into the formula for \(p(x)\text{:}\) \(p(-2) = 2(-2)^3-5(-2)+3 = -16+10+3=-3\text{.}\)
(b)
Verify \(x=1\) is a zero of \(p\) and use this information to all the real zeros of \(p\text{.}\)
Solution.
We verify \(x=1\) is a zero of \(p\) by evaluating \(p(1) = 2(1)^3-5(1)+3 = 0\text{.}\) To see if there are any more real zeros, we need to solve \(p(x) = 2x^3-5x+3 = 0\text{.}\) From the Factor Theorem, we know since \(p(1) = 0\text{,}\) we can factor \(p(x)\) as \((x-1)q(x)\text{.}\) To find \(q(x)\text{,}\) we use synthetic division:
\(1\) \(2\) \(0\) \(-5\) \(3\)
\(\downarrow\) \(2\) \(2\) \(-3\)
\(2\) \(2\) \(-3\) \(\fbox{$0$}\)
As promised, our remainder is \(0\text{,}\) and we get \(p(x) = (x-1)\left( 2x^2 + 2x - 3\right)\text{.}\) Setting this form of \(p(x)\) equal to \(0\) we get \((x-1)\left( 2x^2 + 2x - 3\right) = 0\text{.}\) We recover \(x = 1\) from setting \(x-1=0\) but we also obtain \(x = \frac{-1 \pm \sqrt{7}}{2}\) from \(2x^2 + 2x - 3=0\text{,}\) courtesy of the Quadratic Formula.
Our next example demonstrates how we can extend the synthetic division tableau to accommodate zeros of multiplicity greater than \(1\text{.}\)

Example A.1.10.

Let \(p(x) = 4x^4-4x^3-11x^2+12x-3\text{.}\) Show \(x=\frac{1}{2}\) is a zero of multiplicity \(2\) and find all of the remaining real zeros of \(p\text{.}\)
Solution.
While computing \(p\left(\frac{1}{2} \right) = 0\) shows \(x=\frac{1}{2}\) is a zero of \(p\text{,}\) to prove it has multiplicity \(2\text{,}\) we need to factor \(p(x) = \left(x - \frac{1}{2}\right)^2 q(x)\) with \(q\left( \frac{1}{2} \right) \neq 0\text{,.}\) We set up for synthetic division, but instead of stopping after the first division, we continue the tableau downwards and divide \(\left(x - \frac{1}{2}\right)\) directly into the quotient we obtained from the first division as follows:
\(\frac{1}{2}\) \(4\) \(-4\) \(-11\) \(12\) \(-3\)
\(\downarrow\) \(2\) \(-1\) \(-6\) \(3\)
\(\frac{1}{2}\) \(4\) \(-2\) \(-12\) \(6\) \(\fbox{$0$}\)
\(\downarrow\) \(2\) \(0\) \(-6\)
\(4\) \(0\) \(-12\) \(\fbox{$0$}\)
We get:
 7 
For those wanting more detail: the first division gives: \(4x^4-4x^3-11x^2+12x-3=\left(x-\frac{1}{2}\right) \left(4x^3-2x^2-12x+6\right)\text{.}\) The second division gives: \(4x^3-2x^2-12x+6=\left(x-\frac{1}{2}\right)\left(4x^2-12\right)\text{.}\)
\(4x^4-4x^3-11x^2+12x-3 = \left(x-\frac{1}{2}\right)^2\left(4x^2-12\right)\text{.}\) Note if we let \(q(x) = 4x^2-12\text{,}\) then \(q\left(\frac{1}{2} \right) = 4\left(\frac{1}{2} \right)^2 - 12 = -11 \neq 0\) which proves \(x = \frac{1}{2}\) is a zero of \(p\) of multiplicity \(2\text{.}\) To find the remaining zeros of \(p\text{,}\) we set the quotient \(4x^2-12=0\text{,}\) so \(x^2 = 3\) and extract square roots to get \(x = \pm \sqrt{3}\text{.}\)
One last wrinkle in this process is complex roots, since it is possible for a polynomial (particularly a quadratic polynomial) to have complex numbers as roots. For a reminder of some more properties of complex numbers see . For this section in particular, we only need a few basic facts.
For us, it suffices to review the basic vocabulary.

Definition A.1.11.

  • The imaginary unit \(i = \sqrt{-1}\) satisfies the two following properties
    1. \(\displaystyle i^2 = -1\)
    2. If \(c\) is a real number with \(c \geq 0\) then \(\sqrt{-c} = i \sqrt{c}\)
  • The complex numbers are the set of numbers \(\mathbb{C} = \{ a + bi \, | \, a, b \in \mathbb{R} \}\)
  • Given a complex number \(z = a+bi\text{,}\) the complex conjugate of \(z\text{,}\) \(\overline{z} = \overline{a+bi} = a - bi\text{.}\)
Note that every real number is a complex number, that is \(\mathbb{R} \subseteq \mathbb{C}\text{.}\) To see this, take your favorite real number, say \(117\text{.}\) We may write \(117 = 117 + 0 i\) which puts in the form \(a + bi\text{.}\) Hence, we we speak of the β€˜complex zeros’ of a polynomial function, we are talking about not just the non-real, but also the real zeros.
Complex numbers, by their very definition, are two dimensional creatures. To see this, we may identify a complex number \(z = a+bi\) with the point in the Cartesian plane \((a,b)\text{.}\) The horizontal axis is called the β€˜real’ axis since points here have the form \((a,0)\) which corresponds to numbers of the form \(z = a + 0i = a\) which are the real numbers. The vertical axis is called the β€˜imaginary’ axis since points here are of the form \((0,b)\) which correspond to numbers of the form \(z = 0+bi = bi\text{,}\) the so-called β€˜purely imaginary’ numbers. Below we plot some complex numbers on this so-called β€˜Complex Plane.’ Plotting a set of complex numbers this way is called an Argand Diagram, and opens up a wealth of opportunities to explore many algebraic properties of complex numbers geometrically. For example, complex conjugation amounts to a reflection about the real axis, and multiplication by \(i\) amounts to a \(90^{\circ}\) rotation. While we won’t have much use for the Complex Plane in this section, it is worth introducing this concept now, if, for no other reason, it gives the reader a sense of the vastness of the complex number system and the role of the real numbers in it.
Returning to zeros of polynomials, suppose we wish to find the zeros of \(f(x) = x^2-2x+5\text{.}\) To solve the equation \(x^2-2x+5 = 0\text{,}\) we note that the quadratic doesn’t factor nicely, so we resort to the Quadratic Formula and obtain
\begin{equation*} x = \dfrac{-(-2) \pm \sqrt{(-2)^2-4(1)(5)}}{2(1)} = \dfrac{2 \pm \sqrt{-16}}{2} = \dfrac{2 \pm 4i}{2} = 1 \pm 2i. \end{equation*}
Two things are important to note. First, the zeros \(1+2i\) and \(1-2i\) are complex conjugates. If ever we obtain non-real zeros to a quadratic function with real number coefficients, the zeros will be a complex conjugate pair. (Do you see why?)
We could ask if all of the theory of polynomial division holds for non-real zeros, in particular the division algorithm and the Remainder and Factor Theorems. The answer is β€˜yes.’
\(1+2i\) \(1\) \(-2\) \(5\)
\(\downarrow\) \(1+2i\) \(-5\)
\(1\) \(-1+2i\) \(\fbox{$0$}\)
Indeed, the above shows \(x^2-2x+5 = (x-[1+2i])(x-1+2i)= (x-[1+2i])(x-[1-2i])\) which demonstrates both \((x-[1+2i])\) and \((x-[1-2i])\) are factors of \(x^2-2x+5\) .
 8 
It is a good review of the algebra of complex numbers to start with \((x-[1+2i])(x-[1-2i])\text{,}\) perform the indicated operations, and simplify the result to \(x^2-2x+5\text{.}\) See part 6 of ExampleΒ A.2.2.
But how do we know if a general polynomial has any complex zeros at all? We have many examples of polynomials with no real zeros. Can there be polynomials with no zeros whatsoever? The answer to that last question is β€œNo.” and the theorem which provides that answer is The Fundamental Theorem of Algebra.
The Fundamental Theorem of Algebra is an example of an β€˜existence’ theorem in Mathematics. Like the Intermediate Value Theorem, the Fundamental Theorem of Algebra guarantees the existence of at least one zero, but gives us no algorithm to use in finding it. In fact, as we mentioned previously, there are polynomials whose real zeros, though they exist, cannot be expressed using the β€˜usual’ combinations of arithmetic symbols, and must be approximated. It took mathematicians literally hundreds of years to prove the theorem in its full generality,
 9 
So if its profound nature and beautiful subtlety escape you, no worries!
and some of that history is recorded http://en.wikipedia.org/wiki/Fundamental_theorem_of_algebra. Note that the Fundamental Theorem of Algebra applies to not only polynomial functions with real coefficients, but to those with complex number coefficients as well.
Suppose \(f\) is a polynomial function of degree \(n \geq 1\text{.}\) The Fundamental Theorem of Algebra guarantees us at least one complex zero, \(z_{\mbox{\tiny $1$}}\text{.}\) The Factor Theorem guarantees that \(f(x)\) factors as \(f(x) = \left(x - z_{\mbox{\tiny $1$}}\right) q_{\mbox{\tiny $1$}}(x)\) for a polynomial function \(q_{\mbox{\tiny $1$}}\text{,}\) which has degree \(n-1\text{.}\) If \(n-1 \geq 1\text{,}\) then the Fundamental Theorem of Algebra guarantees a complex zero of \(q_{\mbox{\tiny $1$}}\) as well, say \(z_{\mbox{\tiny $2$}}\text{,}\) so then the Factor Theorem gives us \(q_{\mbox{\tiny $1$}}(x) = \left(x - z_{\mbox{\tiny $2$}}\right) q_{\mbox{\tiny $2$}}(x)\text{,}\) and hence \(f(x) = \left(x - z_{\mbox{\tiny $1$}}\right) \left(x - z_{\mbox{\tiny $2$}}\right) q_{\mbox{\tiny $2$}}(x)\text{.}\) We can continue this process exactly \(n\) times, at which point our quotient polynomial \(q_{\mbox{\tiny $n$}}\) has degree \(0\) so it’s a constant. This constant is none-other than the leading coefficient of \(f\) which is carried down line by line each time we divide by factors of the form \(x-c\text{.}\)
TheoremΒ A.1.13 says two important things: first, every polynomial is a product of linear factors; second, every polynomial function is completely determined by its zeros, their multiplicities, and its leading coefficient. We put this theorem to good use in the next example.

Example A.1.14.

Let \(f(x) = 12x^5 - 20x^4+19x^3-6x^2-2x+1\text{.}\)
(a)
Find all of the complex zeros of \(f\) and state their multiplicities.
Solution.
Since \(f\) is a fifth degree polynomial, we know that we need to perform at least three successful divisions to get the quotient down to a quadratic function. At that point, we can find the remaining zeros using the Quadratic Formula, if necessary. Using the techniques of synthetic division:
\(\frac{1}{2}\) \(12\) \(-20\) \(19\) \(-6\) \(-2\) \(1\)
\(\downarrow\) \(6\) \(-7\) \(6\) \(0\) \(-1\)
\(\frac{1}{2}\) \(12\) \(-14\) \(12\) \(0\) \(-2\) \(\fbox{$0$}\)
\(\downarrow\) \(6\) \(-4\) \(4\) \(2\)
\(-\frac{1}{3}\) \(12\) \(-8\) \(8\) \(4\) \(\fbox{$0$}\)
\(\downarrow\) \(-4\) \(4\) \(-4\)
\(12\) \(-12\) \(12\) \(\fbox{$0$}\)
Our quotient is \(12x^2 - 12x + 12\text{,}\) whose zeros we find to be \(\frac{1 \pm i \sqrt{3}}{2}\text{.}\) From TheoremΒ A.1.13, we know \(f\) has exactly \(5\) zeros, counting multiplicities, and as such we have the zero \(\frac{1}{2}\) with multiplicity \(2\text{,}\) and the zeros \(-\frac{1}{3}\text{,}\) \(\frac{1 + i \sqrt{3}}{2}\) and \(\frac{1 - i \sqrt{3}}{2}\text{,}\) each of multiplicity \(1\text{.}\)
(b)
Factor \(f(x)\) using TheoremΒ A.1.13
Solution.
Applying TheoremΒ A.1.13, we are guaranteed that \(f\) factors as
\begin{equation*} f(x) = 12 \left(x- \dfrac{1}{2}\right)^2 \left(x + \dfrac{1}{3}\right) \left(x - \left[\dfrac{1 + i \sqrt{3}}{2}\right]\right) \left(x - \left[\dfrac{1 - i \sqrt{3}}{2}\right]\right) \end{equation*}
A true test of TheoremΒ A.1.13 would be to take the factored form of \(f(x)\) in the previous example and multiply it out
 10 
This is a good chance to test your algebraic mettle and see that all of this does actually work.
to see that it really does reduce to \(f(x) = 12x^5 - 20x^4+19x^3-6x^2-2x+1\text{.}\) When factoring a polynomial using TheoremΒ A.1.13, we say that it is factored completely over the complex numbers, meaning that it is impossible to factor the polynomial any further using complex numbers. If we wanted to completely factor \(f(x)\) over the real numbers then we would have stopped short of finding the nonreal zeros of \(f\) and factored \(f\) using our work from the synthetic division to write \(f(x) = \left(x - \frac{1}{2} \right)^2 \left(x + \frac{1}{3} \right)\left(12x^2 - 12x + 12\right)\text{,}\) or \(f(x) = 12\left(x - \frac{1}{2} \right)^2 \left(x + \frac{1}{3} \right)\left(x^2 - x + 1\right)\text{.}\) Since the zeros of \(x^2-x+1\) are nonreal, we call \(x^2-x+1\) an irreducible quadratic meaning it is impossible to break it down any further using real numbers.
The last two results of the section show us that, theoretically, the non-real zeros of polynomial functions with real number coefficients come exclusively from irreducible quadratics.
To prove the theorem, let \(f(x) = a_{n} x^{n} + a_{n-\mbox{\tiny$1$}} x^{n-\mbox{\tiny$1$}} + \ldots + a_{\mbox{\tiny $2$}} x^{\mbox{\tiny $2$}} + a_{\mbox{\tiny $1$}} x + a_{\mbox{\tiny $0$}}\) be a polynomial function with real number coefficients. If \(z\) is a zero of \(f\text{,}\) then \(f(z) = 0\text{,}\) which means \(a_{n} z^{n} + a_{n-\mbox{\tiny$1$}} z^{n-\mbox{\tiny$1$}} + \ldots + a_{\mbox{\tiny $2$}} z^{\mbox{\tiny $2$}} + a_{\mbox{\tiny $1$}} z + a_{\mbox{\tiny $0$}} = 0\text{.}\) Next, we consider \(f\left(\overline{z}\right)\) and apply TheoremΒ A.2.3 below.
\begin{align*} f\left(\overline{z}\right) & = a_{n} \left(\overline{z}\right)^{n} + a_{n-\mbox{\tiny$1$}} \left(\overline{z}\right)^{n-\mbox{\tiny$1$}} + \ldots + a_{\mbox{\tiny $2$}}\left( \overline{z}\right)^{\mbox{\tiny $2$}} + a_{\mbox{\tiny $1$}} \overline{z} + a_{\mbox{\tiny $0$}} \\ & = a_{n}\overline{z^{n}} + a_{n-\mbox{\tiny$1$}}\overline{z^{n-\mbox{\tiny$1$}}} + \ldots + a_{\mbox{\tiny $2$}}\overline{z^{\mbox{\tiny $2$}}} + a_{\mbox{\tiny $1$}} \overline{z} + a_{\mbox{\tiny $0$}} & \mbox{ since $\left(\overline{z}\right)^n = \overline{z^{n}}$} \\ & = \overline{a_{n}}\overline{z^{n}} + \overline{a_{n-\mbox{\tiny$1$}}}\overline{z^{n-\mbox{\tiny$1$}}} + \ldots + \overline{a_{\mbox{\tiny $2$}}}\overline{z^{\mbox{\tiny $2$}}} + \overline{a_{\mbox{\tiny $1$}}}\, \overline{z} + \overline{a_{\mbox{\tiny $0$}}} & \mbox{since the coefficients are real} \\ & = \overline{a_{n} z^{n}} + \overline{a_{n-\mbox{\tiny$1$}} z^{n-\mbox{\tiny$1$}}} + \ldots + \overline{a_{\mbox{\tiny $2$}} z^{\mbox{\tiny $2$}}} + \overline{a_{\mbox{\tiny $1$}} z} + \overline{a_{\mbox{\tiny $0$}}} & \mbox{ since $\overline{z} \, \overline{w}=\overline{zw} $} \\ & = \overline{a_{n} z^{n} + a_{n-\mbox{\tiny$1$}} z^{n-\mbox{\tiny$1$}} + \ldots + a_{\mbox{\tiny $2$}} z^{\mbox{\tiny $2$}} + a_{\mbox{\tiny $1$}} z + a_{\mbox{\tiny $0$}}} & \mbox{ since $ \overline{z} + \overline{w} = \overline{z+w} $} \\ & = \overline{f(z)} \\ & = \overline{0} \\ & = 0 \end{align*}
This shows that \(\overline{z}\) is a zero of \(f\text{.}\) So, if \(f\) is a polynomial function with real number coefficients, TheoremΒ A.1.15 tells us that if \(a+bi\) is a nonreal zero of \(f\text{,}\) then so is \(a-bi\text{.}\) In other words, nonreal zeros of \(f\) come in conjugate pairs. The Factor Theorem kicks in to give us both \((x-[a+bi])\) and \((x-[a-bi])\) as factors of \(f(x)\) which means \((x-[a+bi])(x-[a-bi]) = x^2 + 2a x + \left(a^2+b^2\right)\) is an irreducible quadratic factor of \(f\text{.}\) As a result, we have our last theorem of the section.

Example A.1.17.

Let \(f(x) = x^4+64\text{.}\)
(a)
Use synthetic division to show that \(x=2+2i\) is a zero of \(f\text{.}\)
Solution.
Remembering to insert the \(0\)’s in the synthetic division tableau we have
\(2+2i\) \(1\) \(0\) \(0\) \(0\) \(64\)
\(\downarrow\) \(2+2i\) \(8i\) \(-16+16i\) \(-64\)
\(1\) \(2+2i\) \(8i\) \(-16+16i\) \(\fbox{$0$}\)
(b)
Find the remaining complex zeros of \(f\text{.}\)
Solution.
Since \(f\) is a fourth degree polynomial, we need to make two successful divisions to get a quadratic quotient. Since \(2+2i\) is a zero, we know from TheoremΒ A.1.15 that \(2-2i\) is also a zero. We continue our synthetic division tableau.
\(2+2i\) \(1\) \(0\) \(0\) \(0\) \(64\)
\(\downarrow\) \(2+2i\) \(8i\) \(-16+16i\) \(-64\)
\(2-2i\) \(1\) \(2+2i\) \(8i\) \(-16+16i\) \(\fbox{$0$}\)
\(\downarrow\) \(2-2i\) \(8-8i\) \(16-16i\)
\(1\) \(4\) \(8\) \(\fbox{$0$}\)
Our quotient polynomial is \(x^2+4x+8\text{.}\) Using the quadratic formula, we solve \(x^2+4x+8 = 0\) and find the remaining zeros are \(-2+2i\) and \(-2-2i\text{.}\)
(d)
Completely factor \(f(x)\) over the real numbers.
Solution.
To find the irreducible quadratic factors of \(f(x)\text{,}\) we multiply the factors together which correspond to the conjugate pairs. We find \((x-[2-2i])(x-[2+2i]) = x^2-4x+8\text{,}\) and \((x-[-2+2i])(x-[-2-2i]) = x^2+4x+8\text{,}\) so \(f(x) = \left(x^2-4x+8\right) \left(x^2+4x+8\right)\text{.}\)
We close this section with an example where we are asked to manufacture a polynomial function with certain characteristics.

Example A.1.18.

Find a polynomial function \(p\) of lowest degree that has integer coefficients and satisfies all of the following criteria:
  • the graph of \(y=p(x)\) touches and rebounds from the \(x\)-axis at \(\left(\frac{1}{3}, 0\right)\)
  • \(x=3i\) is a zero of \(p\text{.}\)
  • as \(x \rightarrow -\infty\text{,}\) \(p(x) \rightarrow -\infty\)
  • as \(x \rightarrow \infty\text{,}\) \(p(x) \rightarrow -\infty\)
Solution.
To solve this problem, we will need a good understanding of the relationship between the \(x\)-intercepts of the graph of a function and the zeros of a function, the Factor Theorem, the role of multiplicity, complex conjugates, the Complex Factorization Theorem, and end behavior of polynomial functions. (In short, you’ll need most of the major concepts of this chapter.) Since the graph of \(p\) touches the \(x\)-axis at \(\left(\frac{1}{3}, 0\right)\text{,}\) we know \(x=\frac{1}{3}\) is a zero of even multiplicity. Since we are after a polynomial of lowest degree, we need \(x=\frac{1}{3}\) to have multiplicity exactly \(2\text{.}\) The Factor Theorem now tells us \(\left(x-\frac{1}{3}\right)^2\) is a factor of \(p(x)\text{.}\) Since \(x=3i\) is a zero and our final answer is to have integer (hence, real) coefficients, \(x=-3i\) is also a zero. The Factor Theorem kicks in again to give us \((x-3i)\) and \((x+3i)\) as factors of \(p(x)\text{.}\) We are given no further information about zeros or intercepts so we conclude, by the Complex Factorization Theorem that \(p(x) = a \left(x-\frac{1}{3}\right)^2 (x-3i)(x+3i)\) for some real number \(a\text{.}\) Expanding this, we get \(p(x) = ax^4-\frac{2a}{3} x^3+\frac{82a}{9} x^2-6ax+a\text{.}\) In order to obtain integer coefficients, we know \(a\) must be an integer multiple of \(9\text{.}\) Our last concern is end behavior. Since the leading term of \(p(x)\) is \(ax^4\text{,}\) we need \(a < 0\) to get \(p(x) \rightarrow -\infty\) as \(x \rightarrow \pm \infty\text{.}\) Hence, if we choose \(x=-9\text{,}\) we get \(p(x) = -9x^4+ 6 x^3 - 82 x^2+54x-9\text{.}\) We can verify our handiwork using the techniques developed in this chapter.