Incomplete quadratic equations

We know that the general form of a quadratic equation is $ax^2+bx+c=0$. When some of the coefficients $a, b$ or $c$ is zero, the solutions can be found in a very simple way.

$$x^2-16=0$$

$$\displaystyle x=\pm \sqrt{\frac{16}{4}}=\pm \sqrt{4}=\pm 2 =\left\{\begin{matrix} x_1=2 \\ x_2=-2\end{matrix}\right.$$

In this case we just extract common factor: $x\cdot (ax + b) = 0$. When the product of two factors is zero, at least one of them must be a zero, so we can obtain the solutions by making each of the factors zero:

$$x = 0$$

$$ax + b = 0 \Rightarrow \displaystyle x= -\frac{b}{a}$$.

$$12x^2-4x=0$$

$$\displaystyle x_1=0 \\ x_2=\dfrac{1}{3}$$

Quadratic equations such as:

$$ax^2+c=0 \\ ax^2+bx=0$$ are called incomplete quadratic equations.

Practice exercises