a(x)= 1/2 ax3 - 3/2 ax +a
Wenn ich die Nullstellen berechnen muss, würde ich a ausklammern.
0= a(1/2x3 - 3/2x) | falsch
0 = a * (1/2 * x3 - 3/2 * x + 1 )
1/2 * x3 - 3/2 * x + 1 = 0
Zur Bestimmung der 1.Nullstelle wird geraten oder probiert. x = 1
1/2 * 13 - 3/2 * 1 + 1 = 0 | stimmt
Nun eine Polynomdivision. Oder zuvor noch durch 1/2 teilen
1/2 * x3 - 3/2 * x + 1 = 0 | : 1/2
x^3 - 3 * x + 2 = 0
x^3 - 3 * x + 2 : x - 1 = x^2 + x - 2
x^2 + x - 2 = 0 | lösen mit pq-Formel oder quadratischer Ergänzung
x = 1
und
x = -2
x = -2, 1 ( 1 ist eine doppelte Nullstelle, Berührpunkt )
Graph für a = 1 und a = 2
~plot~ 1/2 * x^3 - 3/2 * x + 1 ; x^3 - 3 * x + 2 ~plot~