Quadratic inequations

A quadratic inequation is an inequation in which we find numbers, a variable (which we call $x$) that can be multiplied by itself, and an inequality symbol.

An example of a quadratic inequation might be: $$ 2x^2-x < 2x-1$$

where we can observe that the term $2x^2$ is the quadratic term, characteristic of the quadratic inequations, because if there is no quadratic term, we would have a first degree inequation.

To solve a quadratic inequation we will use a method consisting of a series of steps to be followed.

To apply this method we will need the quadratic formula to solve quadratic equations, so let's remember this:

Given a quadratic equation: $ax^2+bx+c=0$, the solutions are given by the formula: $$ x_{+}=\dfrac{-b+\sqrt{b^2-4ac}}{2a} \qquad x_{-}=\dfrac{-b-\sqrt{b^2-4ac}}{2a}$$

Two, one or no solution may be found, depending on the value of $\sqrt{b^2-4ac}$ (for more information take a look at the unit Quadratic Equation).

Step by step method to find the solution:

Remember that in the resolution algorithm we have just used strict inequalities (less than, greater than), but the same reasoning can be applied to inequalities of the type 'less than or equal to' or 'greater than or equal to'.

Next we will see an example of each type:

$$ x^2+x+2 > -1-x $$

Resolution: $$ x^2+x+2 > -1-x \Rightarrow x^2+2x +1 > 0 $$

We find the solutions of the equation $x^2+2x+1=0$: $$ x=\dfrac{-2\pm \sqrt{4-4}}{2}=-1$$ There is only one solution.

Using the given outline, the solution is $x < -1$ and $x > -1$, that is, every point except $-1$.

$$ x^2+2 < -1-2x $$

Resolution: $$ x^2+2 < -1-2x \Rightarrow x^2+2x +1 < 0 $$

We find the solutions of the equation $x^2+2x+1=0$: $$ x=\dfrac{-2\pm \sqrt{4-4}}{2}=-1$$ There is only one solution.

Using the given outline, we see that there are not any possible solutions.

$$ -x(x-1)-x < -1 $$

Resolution: $$ -x(x-1)-x < -1 \Rightarrow -x^2+x-x +1 < 0 \Rightarrow -x^2 +1 < 0 \Rightarrow x^2 -1 > 0 $$

We find the solutions of the equation $x^2-1=0$: $x=\pm 1$

As we have two solutions, the solution of the problem is (using the outline) $x < -1$ and $x > 1$.

Practice exercises