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.
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.
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.
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:
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.
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.
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:
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.
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.
Let \(d\) and \(p\) be nonzero polynomials where the degree of \(p\) is greater than or equal to the degree of \(d\text{.}\) There exist two unique polynomials, \(q\) and \(r\text{,}\) such that \(p = d \cdot q + r,\,\) where either \(r
= 0\) or the degree of \(r\) is strictly less than the degree of \(d\text{.}\)
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.
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.
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.
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.
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{.}\)
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.
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{.}\)
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
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.
Suppose \(f(x) = a_{n} x^{n} +
a_{n-\mbox{\tiny$1$}}x^{n-\mbox{\tiny$1$}} + \ldots + a_{\mbox{\tiny$1$}} x +
a_{\mbox{\tiny$0$}}\) is a polynomial of degree \(n\) with \(n \geq 1\text{,}\) and \(a_{\mbox{\tiny$0$}}\text{,}\)\(a_{\mbox{\tiny$1$}}\text{,}\) β¦\(a_{n}\) are integers. If \(r\) is a rational zero of \(f\text{,}\) then \(r\) is of the form \(\pm \frac{p}{q}\text{,}\) where \(p\) is a factor of the constant term \(a_{\mbox{\tiny$0$}}\text{,}\) and \(q\) is a factor of the leading coefficient \(a_{n}\text{.}\)
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.
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{.}\)
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.
Suppose \(d(x)\) and \(p(x)\) are nonzero polynomial functions where the degree of \(p\) is greater than or equal to the degree of \(d\text{.}\) There exist two unique polynomial functions, \(q(x)\) and \(r(x)\text{,}\) such that \(p(x) = d(x) \, q(x) +
r(x),\,\) where either \(r(x) = 0\) or the degree of \(r\) is strictly less than the degree of \(d\text{.}\)
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.
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.
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.
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
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.
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{.}\)
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.
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.
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.
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.
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{:}\)
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:
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β
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{:}\)
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{.}\)
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:
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.
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{.}\)
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:
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.
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
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.β
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{.}\)
Suppose \(f\) is a polynomial function with complex number coefficients. If the degree of \(f\) is \(n\) and \(n \geq 1\text{,}\) then \(f\) has exactly \(n\) complex zeros, counting multiplicity. If \(z_{\mbox{\tiny
$1$}}\text{,}\)\(z_{\mbox{\tiny $2$}}\text{,}\) β¦, \(z_{\mbox{\tiny $k$}}\) are the distinct zeros of \(f\text{,}\) with multiplicities \(m_{\mbox{\tiny $1$}}\text{,}\)\(m_{\mbox{\tiny
$2$}}\text{,}\) β¦, \(m_{\mbox{\tiny $k$}}\text{,}\) respectively, then \(f(x) = a\left(x -
z_{\mbox{\tiny $1$}} \right)^{m_{\mbox{\tiny $1$}}}\left(x - z_{\mbox{\tiny $2$}}
\right)^{m_{\mbox{\tiny $2$}}} \cdots \left(x - z_{\mbox{\tiny $k$}}
\right)^{m_{\mbox{\tiny $k$}}}\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.
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:
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{.}\)
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.
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.
Suppose \(f\) is a polynomial function with real number coefficients. Then \(f(x)\) can be factored into a product of linear factors corresponding to the real zeros of \(f\) and irreducible quadratic factors which give the nonreal zeros of \(f\text{.}\)
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.
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{.}\)
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{.}\)
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.