3.4 Komplexe Polynome
Aus Online Mathematik Brückenkurs 2
K (small fixes) |
|||
Zeile 8: | Zeile 8: | ||
{{Info| | {{Info| | ||
- | ''' | + | '''Contents:''' |
* Factor theorem. | * Factor theorem. | ||
- | * | + | * Polynomial division |
* Fundamental theorem of algebra | * Fundamental theorem of algebra | ||
}} | }} | ||
Zeile 19: | Zeile 19: | ||
After this section, you will have learned to: | After this section, you will have learned to: | ||
- | * | + | * Perform polynomial division. |
* Understand the relationship between factors and zeros of polynomials. | * Understand the relationship between factors and zeros of polynomials. | ||
- | * Know that a polynomial equation of degree | + | * Know that a polynomial equation of degree ''n'' has ''n'' roots (including multiplicity). |
- | * Know that real polynomial equations have complex conjugate roots. | + | * Know that real polynomial equations have complex conjugate roots. |
+ | }} | ||
== Polynom and equations == | == Polynom and equations == | ||
Zeile 32: | Zeile 33: | ||
- | Polynomials are | + | Polynomials are essential for a large part of mathematics and have many properties which display great similarities with our integers, which means that we can do calculations with polynomials in a similar way as with integers. |
Zeile 57: | Zeile 58: | ||
If <math>p(x)</math> is a polynomial of degree <math>n</math> then <math>p(x)=0</math> is called a ''polynomial equation'' of degree <math>n</math>. If <math>x=a</math> is a number such that <math>p(a)=0</math> then <math>x=a</math> is called a ''root'', or solution to the equation. One also says that <math>x=a</math> is a ''zero'' of <math>p(x)</math>. | If <math>p(x)</math> is a polynomial of degree <math>n</math> then <math>p(x)=0</math> is called a ''polynomial equation'' of degree <math>n</math>. If <math>x=a</math> is a number such that <math>p(a)=0</math> then <math>x=a</math> is called a ''root'', or solution to the equation. One also says that <math>x=a</math> is a ''zero'' of <math>p(x)</math>. | ||
- | As the above example showed | + | As the above example showed polynomials can be divided just like integers. Polynomial division, just like integer division is usually not exact. If, for example, <math>37</math> is divided by <math>5</math>, one gets |
{{Fristående formel||<math>\frac{37}{5} = \frac{35+2}{5}=7+\frac{2}{5}\,\mbox{.}</math>}} | {{Fristående formel||<math>\frac{37}{5} = \frac{35+2}{5}=7+\frac{2}{5}\,\mbox{.}</math>}} | ||
Zeile 77: | Zeile 78: | ||
- | == Polynomial | + | == Polynomial division == |
If <math>p(x)</math> is a polynomial of higher degree than polynomial <math>q(x)</math> then one can divide <math>p(x)</math> by <math>q(x)</math>. For example, this may be done by gradually subtracting appropriate multiples of <math>q(x)</math> from <math>p(x)</math> until a remaining numerator is of lower degree than the denominator <math>q(x)</math>. | If <math>p(x)</math> is a polynomial of higher degree than polynomial <math>q(x)</math> then one can divide <math>p(x)</math> by <math>q(x)</math>. For example, this may be done by gradually subtracting appropriate multiples of <math>q(x)</math> from <math>p(x)</math> until a remaining numerator is of lower degree than the denominator <math>q(x)</math>. | ||
Zeile 93: | Zeile 94: | ||
{{Fristående formel||<math>\frac{x^3 + x^2 -x +4}{x+2} = \frac{x^3+2x^2-2x^2+x^2-x+4}{x+2}\,\mbox{.}</math>}} | {{Fristående formel||<math>\frac{x^3 + x^2 -x +4}{x+2} = \frac{x^3+2x^2-2x^2+x^2-x+4}{x+2}\,\mbox{.}</math>}} | ||
- | The reason why we do this is | + | The reason why we do this is that the sub-expression <math>x^3+2x^2</math> can be written as <math>x^2(x+2)</math> and cancellation with the denominator can be done, |
{{Fristående formel||<math>\frac{x^2(x+2)-2x^2+x^2-x+4}{x+2} = x^2+\frac{-x^2-x+4}{x+2}\,\mbox{.}</math>}} | {{Fristående formel||<math>\frac{x^2(x+2)-2x^2+x^2-x+4}{x+2} = x^2+\frac{-x^2-x+4}{x+2}\,\mbox{.}</math>}} | ||
Zeile 109: | Zeile 110: | ||
{{Fristående formel||<math>\frac{x^3 + x^2 -x +4}{x+2} = x^2 -x + 1 + \frac{2}{x+2}\,\mbox{.}</math>}} | {{Fristående formel||<math>\frac{x^3 + x^2 -x +4}{x+2} = x^2 -x + 1 + \frac{2}{x+2}\,\mbox{.}</math>}} | ||
- | The quotient is <math>x^2 -x + 1</math> and the remainder is <math>2</math>. Since the remainder is not zero division is not exact, that is, <math>q(x)= x+2</math>is not a ''divisor'' of <math>p(x)=x^3 + x^2 -x +4</math>. | + | The quotient is <math>x^2 -x + 1</math> and the remainder is <math>2</math>. Since the remainder is not zero division is not exact, that is, <math>q(x)= x+2</math> is not a ''divisor'' of <math>p(x)=x^3 + x^2 -x +4</math>. |
</div> | </div> | ||
Zeile 116: | Zeile 117: | ||
==The connection between factors and zeros == | ==The connection between factors and zeros == | ||
- | If <math>q(x)</math> is a divisor of <math>p(x)</math> then <math>p(x)=k(x)\cdot q(x)</math>. We have thus ''factorised'' <math>p(x)</math> . One says that <math>q(x)</math> is a factor of <math>p(x)</math>. Especially, if a polynomial of first degree <math>(x-a)</math> is a | + | If <math>q(x)</math> is a divisor of <math>p(x)</math> then <math>p(x)=k(x)\cdot q(x)</math>. We have thus ''factorised'' <math>p(x)</math> . One says that <math>q(x)</math> is a factor of <math>p(x)</math>. Especially, if a polynomial of first degree <math>(x-a)</math> is a divisor of <math>p(x)</math> then <math>(x-a)</math> is a factor of <math>p(x)</math> , i.e. |
{{Fristående formel||<math>p(x)= q(x)\cdot (x-a)\,\mbox{.}</math>}} | {{Fristående formel||<math>p(x)= q(x)\cdot (x-a)\,\mbox{.}</math>}} | ||
Zeile 127: | Zeile 128: | ||
</div> | </div> | ||
- | Please note that the theorem applies in both directions, i.e. if we know that <math>x=a</math> is a | + | Please note that the theorem applies in both directions, i.e. if we know that <math>x=a</math> is a zero of <math>p(x)</math> we automatically would know that <math>p(x)</math> is divisible by <math>(x-a)</math>. |
Zeile 148: | Zeile 149: | ||
<ol type="a"> | <ol type="a"> | ||
<li> Factorise the polynomial <math>\ x^2-3x-10\,</math>. | <li> Factorise the polynomial <math>\ x^2-3x-10\,</math>. | ||
- | + | <br> | |
+ | <br> | ||
By determining the polynomial zeros one automatically gets its factors according to the factor theorem. The quadratic equation <math>\ x^2-3x-10=0\ </math> has the solutions | By determining the polynomial zeros one automatically gets its factors according to the factor theorem. The quadratic equation <math>\ x^2-3x-10=0\ </math> has the solutions | ||
Zeile 157: | Zeile 159: | ||
<li> Factorise the polynomial <math>\ x^2+6x+9\,</math>. | <li> Factorise the polynomial <math>\ x^2+6x+9\,</math>. | ||
- | + | <br> | |
- | + | <br> | |
This polynomial has a repeated root | This polynomial has a repeated root | ||
{{Fristående formel||<math>x= -3 \pm \sqrt{\smash{(-3)^2 -9}\vphantom{i^2}} = -3</math>}} | {{Fristående formel||<math>x= -3 \pm \sqrt{\smash{(-3)^2 -9}\vphantom{i^2}} = -3</math>}} | ||
+ | |||
and thus <math>\ x^2+6x+9=(x-(-3))(x-(-3))=(x+3)^2\,</math>. | and thus <math>\ x^2+6x+9=(x-(-3))(x-(-3))=(x+3)^2\,</math>. | ||
</li> | </li> | ||
<li>Factorise the polynomial <math>\ x^2 -4x+5\,</math>. | <li>Factorise the polynomial <math>\ x^2 -4x+5\,</math>. | ||
- | + | <br> | |
- | + | <br> | |
In this case, the polynomial has two complex roots | In this case, the polynomial has two complex roots | ||
Zeile 183: | Zeile 186: | ||
- | Determine a cubic | + | Determine a cubic polynomial having zeros, <math>1</math>, <math>-1</math> and <math>3</math>. |
- | + | <br> | |
- | + | <br> | |
- | The polynomial | + | The polynomial according to the factor theorem, must have factors <math>(x-1)</math>, <math>(x+1)</math> and <math>(x-3)</math>. Multiplying these factors, we get a cubic polynomial |
{{Fristående formel||<math>(x-1)(x+1)(x-3) = (x^2-1)(x-3)= x^3 -3x^2 -x+3\,\mbox{.}</math>}} | {{Fristående formel||<math>(x-1)(x+1)(x-3) = (x^2-1)(x-3)= x^3 -3x^2 -x+3\,\mbox{.}</math>}} | ||
Zeile 195: | Zeile 198: | ||
== Fundamental theorem of algebra == | == Fundamental theorem of algebra == | ||
- | We introduced at the beginning of this chapter, the complex numbers to enable us to solve quadratic | + | We introduced at the beginning of this chapter, the complex numbers to enable us to solve the quadratic equation <math>x^2=-1</math> and we can now ask ourselves the slightly more theoretical question, whether this is sufficient, or do we need to invent more types of numbers in order to solve other complicated polynomials? The answer to that question is that we need not as the complex numbers are enough. The German mathematician Carl Friedrich Gauss proved in the year 1799 the ''fundamental theorem of algebra'' which says the following: |
<div class="regel"> | <div class="regel"> | ||
Zeile 204: | Zeile 207: | ||
<div class="regel"> | <div class="regel"> | ||
- | + | Every polynomial of degree <math>n\ge1</math> has exactly <math>n</math> zeros if each zero is counted up to its multiplicity. | |
</div> | </div> | ||
- | (By multiplicity is meant that a double zero is | + | (By multiplicity is meant that a double zero is counted twice, a triple zero 3 times, etc.) |
- | Note that these theorems only say that there ''exists'' complex roots of polynomial, but not ''how'' to determine them. In general, there is no simple method to write a formula for the roots, | + | Note that these theorems only say that there ''exists'' complex roots of a polynomial, but not ''how'' to determine them. In general, there is no simple method to write a formula for the roots, and for polynomials of higher degree, we must use various devices to obtain a solution. If we restrict ourselves to polynomial with real coefficients, one of the devices that can help us is the knowledge that the complex roots of such polynomials always come in complex conjugate pairs. |
Version vom 14:08, 5. Sep. 2008
|
Contents:
- Factor theorem.
- Polynomial division
- Fundamental theorem of algebra
Learning outcomes:
After this section, you will have learned to:
- Perform polynomial division.
- Understand the relationship between factors and zeros of polynomials.
- Know that a polynomial equation of degree n has n roots (including multiplicity).
- Know that real polynomial equations have complex conjugate roots.
Polynom and equations
An expression of the form
- REDIRECT Template:Abgesetzte Formel
where
Polynomials are essential for a large part of mathematics and have many properties which display great similarities with our integers, which means that we can do calculations with polynomials in a similar way as with integers.
Example 1
Compare the following integer written using a base 10,
- REDIRECT Template:Abgesetzte Formel
with the polynomial in
- REDIRECT Template:Abgesetzte Formel
and then the following divisions,
111353=123 as1353=123 ,11
x+1x3+3x2+5x+3=x2+2x+3 sincex3+3x2+5x+3=(x2+2x+3)(x+1) .
If
As the above example showed polynomials can be divided just like integers. Polynomial division, just like integer division is usually not exact. If, for example,
- REDIRECT Template:Abgesetzte Formel
The calculation can also be written as 5+2
If
- REDIRECT Template:Abgesetzte Formel
or q(x)+r(x)
It is obvious that a division is exact if the remainder is zero. For polynomials this is expressed as follows: If
- REDIRECT Template:Abgesetzte Formel
or q(x)
Polynomial division
If
Example 2
Perform polynomial divisionen for
The first step is that we add and subtract an appropriate
- REDIRECT Template:Abgesetzte Formel
The reason why we do this is that the sub-expression
- REDIRECT Template:Abgesetzte Formel
Then we add and subtract an appropriate
- REDIRECT Template:Abgesetzte Formel
The last step is that we add and subtract a constant
- REDIRECT Template:Abgesetzte Formel
Thus ending up with
- REDIRECT Template:Abgesetzte Formel
The quotient is
The connection between factors and zeros
If q(x)
- REDIRECT Template:Abgesetzte Formel
Since (a−a)=q(a)
0=0
Factor theorem:
Please note that the theorem applies in both directions, i.e. if we know that
Example 3
The polynomial
- REDIRECT Template:Abgesetzte Formel
and has therefore zeros at
Example 4
- Factorise the polynomial
x2−3x−10 .
By determining the polynomial zeros one automatically gets its factors according to the factor theorem. The quadratic equationx2−3x−10=0 has the solutions- REDIRECT Template:Abgesetzte Formel
x=−2 andx=5 . This means thatx2−3x−10=(x−(−2))(x−5)=(x+2)(x−5) . - Factorise the polynomial
x2+6x+9 .
This polynomial has a repeated root- REDIRECT Template:Abgesetzte Formel
x2+6x+9=(x−(−3))(x−(−3))=(x+3)2 . - Factorise the polynomial
x2−4x+5 .
In this case, the polynomial has two complex roots- REDIRECT Template:Abgesetzte Formel
(x−(2−i))(x−(2+i)) .
Example 5
Determine a cubic polynomial having zeros,
The polynomial according to the factor theorem, must have factors
- REDIRECT Template:Abgesetzte Formel
Fundamental theorem of algebra
We introduced at the beginning of this chapter, the complex numbers to enable us to solve the quadratic equation
Every polynomial of degree 1
As every zero according to the the factor theorem is matched by a factor, we can now also state the following theorem:
Every polynomial of degree 1
(By multiplicity is meant that a double zero is counted twice, a triple zero 3 times, etc.)
Note that these theorems only say that there exists complex roots of a polynomial, but not how to determine them. In general, there is no simple method to write a formula for the roots, and for polynomials of higher degree, we must use various devices to obtain a solution. If we restrict ourselves to polynomial with real coefficients, one of the devices that can help us is the knowledge that the complex roots of such polynomials always come in complex conjugate pairs.
Example 6
Show that the polynomial
We have
- REDIRECT Template:Abgesetzte Formel
In order to calculate the last term, we need to determine
- REDIRECT Template:Abgesetzte Formel
This gives that
- REDIRECT Template:Abgesetzte Formel
which proves that
Since the polynomial has real coefficients, we can immediately say that the other two zeros are the complex conjugates of the first two zeros, i.e. the other two roots are
One consequence of the fundamental theorem of algebra (and the factor theorem) is that all polynomials can be factored into a product of complex first order factors. This also applies to polynomials with real coefficients, but for such polynomials it is possible to multiply together the pair of factors belonging to complex conjugate roots. In this case the factorisation will consist of first and second order real factors.
Example 7
Show that
We have that
- REDIRECT Template:Abgesetzte Formel
So we have
It now remains to factorise
- REDIRECT Template:Abgesetzte Formel
and therefore the polynomial has the following factorization into complex first order factors.
- REDIRECT Template:Abgesetzte Formel