Wiki-Quellcode von Lösung Quadratische Ungleichung
Verstecke letzte Bearbeiter
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | Gegeben ist die Ungleichung {{formula}}3x^2+12x+9\le0{{/formula}} |
2 | (% class="abc" %) | ||
3 | 1. (((Löse die Ungleichung graphisch | ||
![]() |
3.1 | 4 | [[image:schaubild.png||width="350"]] |
5 | Man sieht, dass die Ungleichung im Intervall {{formula}}[-3,-1]{{/formula}} erfüllt ist, da in dem Bereich die Funktionswerte unterhalb der x-Achse/auf der x-Achse liegen. | ||
![]() |
1.1 | 6 | ))) |
7 | 1. (((Löse die Ungleichung algebraisch. | ||
8 | {{formula}}3x^2+12x+9=0 |:3{{/formula}} | ||
9 | {{formula}}x^2+4x+3=0{{/formula}} | ||
![]() |
3.1 | 10 | Mitternachtsformel (abc-Formel): |
11 | {{formula}} | ||
12 | \begin{align*} | ||
13 | x_{1,2}&=\frac{-4\pm \sqrt{4^2-4\cdot 1 \cdot 3}}{2\cdot 1} \\ | ||
14 | &=\frac{-4\pm \sqrt{4}}{2} \\ | ||
15 | &=\frac{-4\pm 2}{2} | ||
16 | \end{align*} | ||
17 | {{/formula}} | ||
18 | {{formula}}\Rightarrow x_1 =\frac{-4-2}{2}=-3; \ x_2 =\frac{-4+2}{2}=-1{{/formula}} | ||
![]() |
1.1 | 19 | ))) |
20 |