Man kann die Ungleichung auch nach dem bekannten Schema
lösen.
Die Nullstellen der linken Funktion sind
x = -1 und x = -3 ( rechts auch x =- 3 )
Es handelt sich bei
x
2 + 4x + 3
um eine nach oben geöffnete Parabel was bedeutet
x <- 3 : positiver Wert
-3 < x < -1 : negativer Wert
x > -1 : positiver Wert
Plotlux öffnen f1(x) = x2+4·x+3
1.Fall : x < -3 : x
2 + 4x + 3 > ( x + 3 ) * ( -1 )
2.Fall : -3 < x < -1 : ( x
2 + 4x + 3 ) * (-1 ) > x + 3
3.Fall : x > -1 : x
2 + 4x + 3 > x + 3
mfg Georg