RÉSOLUTION D'UNE INÉQUATION DU SECOND DEGRÉ

Cours

Propriété 1 : $a, b$ et $c$ sont des réels, $a \neq 0$.

  • Si $\Delta > 0$ et $x_1 < x_2$ alors $ax^2 + bx + c$ $\begin{cases} \text{est du signe de } a \text{ lorsque } x \in \mathopen{]}-\infty ; x_1\mathclose{[} \cup \mathopen{]}x_2 ; +\infty\mathclose{[} \\ \text{est du signe contraire de } a \text{ lorsque } x \in \mathopen{]}x_1 ; x_2\mathclose{[} \end{cases}$
  • Si $\Delta = 0$ et $x \neq x_0$ alors $ax^2 + bx + c$ est du signe de $a$.
  • Si $\Delta < 0$ alors pour tout réel $x$, $ax^2 + bx + c$ est du signe de $a$.

Démonstration :

  • Si $\Delta > 0$ alors $ax^2 + bx + c = a(x - x_1)(x - x_2)$. On suppose que $x_1 < x_2$.
    $x$ $-\infty$ $x_1$ $x_2$ $+\infty$
    $x - x_1$ $-$ 0 $+$ $+$
    $x - x_2$ $-$ $-$ 0 $+$
    $(x - x_1)(x - x_2)$ $+$ 0 $-$ 0 $+$

    Donc l'expression $a(x - x_1)(x - x_2)$ $\begin{cases} \text{est du signe de } a \text{ lorsque } x \in \mathopen{]}-\infty ; x_1\mathclose{[} \cup \mathopen{]}x_2 ; +\infty\mathclose{[} \\ \text{est du signe contraire de } a \text{ lorsque } x \in \mathopen{]}x_1 ; x_2\mathclose{[} \end{cases}$

  • Si $\Delta = 0$ et $x \neq x_0$ alors $ax^2 + bx + c = a(x - x_0)^2$ est du signe de $a$.
  • Si $\Delta < 0$ alors $\left(x + \dfrac{b}{2a}\right)^2 + \dfrac{-\Delta}{4a^2} > 0$ donc $ax^2 + bx + c = a\left[ \left(x + \dfrac{b}{2a}\right)^2 - \dfrac{\Delta}{4a^2} \right]$ est du signe de $a$ pour tout réel $x$.

Application : Résolution d'une inéquation du second degré dans $\mathbb{R}$

Résolution de l'inéquation $-x^2 + 2x + 3 < 0$ dans $\mathbb{R}$ :

Les coefficients de ce polynôme de degré 2 sont : $a = -1$, $b = 2$, $c = 3$
donc $\Delta = b^2 - 4ac = 2^2 - 4 \times (-1) \times 3 = 4 + 12 = 16$

$\Delta > 0$ donc

$\displaystyle \begin{cases} x_1 = \dfrac{-b - \sqrt{\Delta}}{2a} = \dfrac{-2 - \sqrt{16}}{2 \times (-1)} = \dfrac{-2 - 4}{-2} = 3 \\[0.3cm] x_2 = \dfrac{-b + \sqrt{\Delta}}{2a} = \dfrac{-2 + \sqrt{16}}{2 \times (-1)} = \dfrac{-2 + 4}{-2} = -1 \end{cases}$ et $a = -1$ donc $a < 0$.

Si $\Delta > 0$ et $x_1 < x_2$ alors $ax^2 + bx + c$

$\displaystyle \begin{cases} \text{est du signe de } a \text{ lorsque } x \in \mathopen{]}-\infty ; x_1\mathclose{[} \cup \mathopen{]}x_2 ; +\infty\mathclose{[} \\ \text{est du signe contraire de } a \text{ lorsque } x \in \mathopen{]}x_1 ; x_2\mathclose{[} \end{cases}$
$x$ $-\infty$ $-1$ $3$ $+\infty$
$-x^2 + 2x + 3$ $-$ 0 $+$ 0 $-$

donc $-x^2 + 2x + 3 < 0$ lorsque $x \in \mathopen{]}-\infty ; -1\mathclose{[} \cup \mathopen{]}3 ; +\infty\mathclose{[}$ donc $S = \mathopen{]}-\infty ; -1\mathclose{[} \cup \mathopen{]}3 ; +\infty\mathclose{[}$.