Lösung 3.4:2
Aus Online Mathematik Brückenkurs 2
K |
K (Robot: Automated text replacement (-{{Displayed math +{{Abgesetzte Formel)) |
||
Zeile 1: | Zeile 1: | ||
If the equation has the root <math>z=1</math>, this means, according to the factor rule, that the equation must contain the factor <math>z-1</math>, i.e. the polynomial on the left-hand side can be written as | If the equation has the root <math>z=1</math>, this means, according to the factor rule, that the equation must contain the factor <math>z-1</math>, i.e. the polynomial on the left-hand side can be written as | ||
- | {{ | + | {{Abgesetzte Formel||<math>z^3-3z^2+4z-2 = (z^2+Az+B)(z-1)</math>}} |
for some constants <math>A</math> and <math>B</math>. We can determine the second unknown factor using polynomial division, | for some constants <math>A</math> and <math>B</math>. We can determine the second unknown factor using polynomial division, | ||
- | {{ | + | {{Abgesetzte Formel||<math>\begin{align} |
z^2+Az+B | z^2+Az+B | ||
&= \frac{z^3-3z^2+4z-2}{z-1}\\[5pt] | &= \frac{z^3-3z^2+4z-2}{z-1}\\[5pt] | ||
Zeile 20: | Zeile 20: | ||
Thus, the equation can be written as | Thus, the equation can be written as | ||
- | {{ | + | {{Abgesetzte Formel||<math>(z-1)(z^2-2z+2) = 0\,\textrm{.}</math>}} |
The advantage of writing the equation in this factorized form is that we can now conclude that the equation's two other roots must be zeros of the factor | The advantage of writing the equation in this factorized form is that we can now conclude that the equation's two other roots must be zeros of the factor | ||
Zeile 27: | Zeile 27: | ||
Hence, we determine the roots by solving the equation | Hence, we determine the roots by solving the equation | ||
- | {{ | + | {{Abgesetzte Formel||<math>z^2-2z+2 = 0\,\textrm{.}</math>}} |
Completing the square gives | Completing the square gives | ||
- | {{ | + | {{Abgesetzte Formel||<math>\begin{align} |
(z-1)^2-1^2+2 &= 0\,,\\[5pt] | (z-1)^2-1^2+2 &= 0\,,\\[5pt] | ||
(z-1)^2 &= -1\,, | (z-1)^2 &= -1\,, | ||
Zeile 68: | Zeile 68: | ||
Note: Writing | Note: Writing | ||
- | {{ | + | {{Abgesetzte Formel||<math>z^3-3z^2+4z-2 = \bigl((z-3)z+4\bigr)z-2</math>}} |
is known as the Horner scheme and is used to reduce the amount of the arithmetical work. | is known as the Horner scheme and is used to reduce the amount of the arithmetical work. |
Version vom 13:15, 10. Mär. 2009
If the equation has the root
for some constants
Thus, the equation can be written as
The advantage of writing the equation in this factorized form is that we can now conclude that the equation's two other roots must be zeros of the factor
Hence, we determine the roots by solving the equation
Completing the square gives
![]() ![]() |
and taking the root gives that i
The equation's other roots are
As an extra check, we investigate whether i
(z−3)z+4
z−2=
(1+i−3)(1+i)+4
(1+i)−2=
(−2+i)(1+i)+4
(1+i)−2=(−2+i−2i−1+4)(1+i)−2=(1−i)(1+i)−2=12−i2−2=1+1−2=0
=
(z−3)z+4
z−2=
(1−i−3)(1−i)+4
(1−i)−2=
(−2−i)(1−i)+4
(1−i)−2=(−2−i+2i−1+4)(1−i)−2=(1+i)(1−i)−2=12−i2−2=1+1−2=0.
Note: Writing
![]() ![]() |
is known as the Horner scheme and is used to reduce the amount of the arithmetical work.