Quadratische Gleichungen
abc-Formel
$$ax^2 + bx + c = 0$$
$$x_{1,2} = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$$
Beispiel:
$$2x^2 + 4x - 6 = 0 \Rightarrow x = \frac{-4 \pm 8}{4} \Rightarrow x_1 = 1,\; x_2 = -3$$