Lösung 3.4:5
Aus Online Mathematik Brückenkurs 2
K (Solution 3.4:5 moved to Lösung 3.4:5: Robot: moved page) |
(Rechenfehler endgültig beseitigt, Probe eingefügt) |
||
(Der Versionsvergleich bezieht 5 dazwischen liegende Versionen mit ein.) | |||
Zeile 1: | Zeile 1: | ||
- | + | Ein Polynom hat die dreifache Nullstelle <math>z=c</math>, wenn das Polynom den Faktor <math>(z-c)^3</math> enthält. | |
- | + | In unseren Fall bedeutet dies, dass | |
- | {{Abgesetzte Formel||<math>z^4-6z^2+az+b = (z-c)^3(z-d)</math>}} | + | {{Abgesetzte Formel||<math>z^4-6z^2+az+b = (z-c)^3(z-d)</math> ,}} |
- | + | wobei <math>z=c</math> die dreifache Nullstelle ist und | |
- | <math>z=d</math> | + | <math>z=d</math> die vierte Nullstelle ist, da ein Polynom mit dem Grad 4 immer 4 Nullstellen hat. |
- | + | Wir bestimmen jetzt <math>a</math>, <math>b</math>, <math>c</math> und <math>d</math>, sodass die obere Gleichung stimmt. | |
- | + | Multiplizieren wir die rechte Seite aus, erhalten wir | |
{{Abgesetzte Formel||<math>\begin{align} | {{Abgesetzte Formel||<math>\begin{align} | ||
Zeile 17: | Zeile 17: | ||
&= (z^2-2cz+c^2)(z-c)(z-d)\\[5pt] | &= (z^2-2cz+c^2)(z-c)(z-d)\\[5pt] | ||
&= (z^3-3cz^2+3c^2z-c^3)(z-d)\\[5pt] | &= (z^3-3cz^2+3c^2z-c^3)(z-d)\\[5pt] | ||
- | &= z^4-(3c+d)z^3+3c(c+d)z^2-c^2(c | + | &= z^4-(3c+d)z^3+3c(c+d)z^2-c^2(c+3d)z+c^3d |
\end{align}</math>}} | \end{align}</math>}} | ||
- | + | und daher muss | |
- | {{Abgesetzte Formel||<math>z^4-6z^2+az+b = z^4-(3c+d)z^3+3c(c+d)z^2-c^2(c | + | {{Abgesetzte Formel||<math>z^4-6z^2+az+b = z^4-(3c+d)z^3+3c(c+d)z^2-c^2(c+3d)z+c^3d\,\textrm{.}</math>}} |
- | + | Weil zwei Polynome nur dann gleich sind, wenn alle Koeffizienten gleich sind, erhalten wir die Gleichungen | |
{{Abgesetzte Formel||<math>\left\{\begin{align} | {{Abgesetzte Formel||<math>\left\{\begin{align} | ||
3c+d &= 0\,,\\[5pt] | 3c+d &= 0\,,\\[5pt] | ||
3c(c+d) &= -6\,,\\[5pt] | 3c(c+d) &= -6\,,\\[5pt] | ||
- | -c^2(c | + | -c^2(c+3d) &= a\,,\\[5pt] |
c^3d &= b\,\textrm{.} | c^3d &= b\,\textrm{.} | ||
\end{align}\right.</math>}} | \end{align}\right.</math>}} | ||
- | + | Aus der ersten Gleichung erhalten wir <math>d=-3c</math> und mit der zweiten Gleichung erhalten wir eine Gleichung für <math>c</math> | |
{{Abgesetzte Formel||<math>\begin{align} | {{Abgesetzte Formel||<math>\begin{align} | ||
Zeile 40: | Zeile 40: | ||
\end{align}</math>}} | \end{align}</math>}} | ||
- | + | also <math>c=-1</math> oder <math>c=1</math>. Da <math>d=-3c</math>, ist <math>d=3</math> oder <math>d=-3</math>. Durch die zwei übrigen Gleichungen erhalten wir | |
- | <math>a</math> | + | <math>a</math> und <math>b</math> |
<math>\begin{align} | <math>\begin{align} | ||
- | c=1,\ d=-3:\quad a &= -1^2\cdot (1 | + | c=1,\ d=-3:\quad a &= -1^2\cdot (1+3\cdot (-3)) = -8\,,\\[5pt] |
b &= 1^3\cdot (-3) = -3\,,\\[10pt] | b &= 1^3\cdot (-3) = -3\,,\\[10pt] | ||
- | c=-1,\ d=3:\quad a &= -(-1)^2\cdot (-1-3\cdot 3) = | + | c=-1,\ d=3:\quad a &= -(-1)^2\cdot (-1-3\cdot 3) = 8\,,\\[5pt] |
b &= (-1)^3\cdot 3 = -3\,\textrm{.} | b &= (-1)^3\cdot 3 = -3\,\textrm{.} | ||
\end{align}</math> | \end{align}</math> | ||
+ | Daher gibt es zwei mögliche Antworten, | ||
- | + | :*<math>a=-8</math> und <math>b=-3</math> ergibt eine dreifache Nullstelle in <math>z=1</math> und eine einfache Nullstelle in <math>z=-3</math>, | |
- | :*<math>a=8</math> | + | :*<math>a=8</math> und <math>b=-3</math> ergibt eine dreifache Nullstelle in <math>z=-1</math> und eine einfache Nullstelle in <math>z=3</math>. |
- | : | + | |
+ | Da solch eine lange Rechnung fehleranfällig ist, überprüfen wir das Ergebnis noch mit einer Probe: | ||
+ | |||
+ | <math>\begin{align} | ||
+ | c=1,\ d=-3:\quad | ||
+ | (z-1)^3(z+3) &= (z^3-3z^2+3z-1)(z+3) \\ | ||
+ | &= z^4 - 3z^3 +3z^2 -z +3z^3-9z^2+9z-3 \\ | ||
+ | &= z^4 -6z^2 +8z-3 | ||
+ | \\[10pt] | ||
+ | c=-1,\ d=3: \quad | ||
+ | (z+1)^3(z-3) &= (z^3+3z^2+3z+1)(z-3) \\ | ||
+ | &= z^4 + 3z^3 +3z^2 +z -3z^3-9z^2-9z-3\\ | ||
+ | &= z^4 -6z^2 -8z-3 | ||
+ | \,\textrm{.} | ||
+ | \end{align}</math> |
Aktuelle Version
Ein Polynom hat die dreifache Nullstelle
In unseren Fall bedeutet dies, dass
wobei
Wir bestimmen jetzt
Multiplizieren wir die rechte Seite aus, erhalten wir
und daher muss
Weil zwei Polynome nur dann gleich sind, wenn alle Koeffizienten gleich sind, erhalten wir die Gleichungen
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Aus der ersten Gleichung erhalten wir
![]() ![]() |
also
d=−3:abc=−1
d=3:ab=−12
(1+3
(−3))=−8
=13
(−3)=−3
=−(−1)2
(−1−3
3)=8
=(−1)3
3=−3.
Daher gibt es zwei mögliche Antworten,
a=−8 undb=−3 ergibt eine dreifache Nullstelle inz=1 und eine einfache Nullstelle inz=−3 ,
a=8 undb=−3 ergibt eine dreifache Nullstelle inz=−1 und eine einfache Nullstelle inz=3 .
Da solch eine lange Rechnung fehleranfällig ist, überprüfen wir das Ergebnis noch mit einer Probe:
d=−3:(z−1)3(z+3)c=−1
d=3:(z+1)3(z−3)=(z3−3z2+3z−1)(z+3)=z4−3z3+3z2−z+3z3−9z2+9z−3=z4−6z2+8z−3=(z3+3z2+3z+1)(z−3)=z4+3z3+3z2+z−3z3−9z2−9z−3=z4−6z2−8z−3.