dazu nutzt man die Polynomdivision. Erst errät man eine Nullstelle (x = -1) und dann:
(x4 - 4x3 - 2x2 + 12x + 9) : (x + 1) = x3 - 5x2 + 3x + 9
-(x4 + x3)
————————————
- 5x3 - 2x2 + 12x + 9
-(- 5x3 - 5x2)
——————————
3x2 + 12x + 9
-(3x2 + 3x)
————————
9x + 9
-(9x + 9)
———
0
Dann nochmals. Wieder ist eine Nullstelle x = -1.
(x3 - 5x2 + 3x + 9) : (x + 1) = x2 - 6x + 9
-(x3 + x2)
—————————
- 6x2 + 3x + 9
-(- 6x2 - 6x)
———————
9x + 9
-(9x + 9)
————
0
Nun kann man die pq-Formel anwenden, oder erkennen, dass da eine binomische Formel vorliegt:
x2-6x+9 = (x-3)2 = 0
Insgesamt haben wir also.
x1,2 = -1 und x3,4 = 3
Grüße