audio read-through The Quadratic Formula Revisited; the Discriminant

The quadratic formula and discriminant were introduced in a prior section in the Algebra II curriculum.

Quickly read through this earlier section and do plenty of the online exercises to make sure that you understand the concepts there.

For your convenience, this current section gives an in-a-nutshell review of the quadratic formula, discriminant, and related concepts.

Review: the Quadratic Formula, the Discriminant, Related Concepts

Quadratic Equations

A quadratic equation is an equation that can be written in the form $\,ax^2 + bx + c = 0\,,$ where $\,a\,,$ $\,b\,$ and $\,c\,$ are real numbers, with $\,a\ne 0\,.$

Thus, a quadratic equation must have an $\,x^2\,$ term; it is allowed to have an $\,x\,$ term and a constant term.

Standard Form of a Quadratic Equation

The form ‘$\,ax^2 + bx + c = 0\,$’ is called the standard form of the quadratic equation.

Thus, in standard form, a zero appears on the right-hand side. On the left, the $\,x^2\,$ term comes first, followed by the (optional) $\,x\,$ term and the (optional) constant term.

Standard Form is Not Unique

Standard form is not unique. For example, ‘$\,3x^2 - 2x + 1 = 0\,$’ and ‘$\,-3x^2 + 2x - 1 = 0\,$’ are equivalent equations; both are in standard form.

If uniqueness is desired, the following additional requirements can be imposed:

The Quadratic Formula

Let $\,a\,,$ $\,b\,$ and $\,c\,$ be real numbers, with $\,a\ne 0\,.$ Then, the following two equations are equivalentthey are true at the same time, and false at the same time:

$$ \begin{gather} \cssId{s24}{ax^2 + bx + c = 0}\cr\cr \cssId{s25}{\color{red}{x = \frac{-b\pm\sqrt{b^2 - 4ac}}{2a}}}\cr \cssId{s26}{\color{red}{\text{(the Quadratic Formula)}}} \end{gather} $$

The quadratic formula is derived here.

The plus-or-minus sign ($\,\pm\,$) that appears in the quadratic formula provides a convenient shorthand. Otherwise, the quadratic formula would look like this:

$$ \begin{gather} \cssId{s30}{x = \frac{-b +\sqrt{b^2 - 4ac}}{2a}}\cr\cr \cssId{s31}{\text{ or }}\cr\cr \cssId{s32}{x = \frac{-b -\sqrt{b^2 - 4ac}}{2a}} \end{gather} $$

The quadratic formula gives all complex solutions to the quadratic equation $\,ax^2 + bx + c = 0\,.$

The Discriminant of a Quadratic Equation

See that expression ‘$\,b^2 - 4ac\,$’ under the square root in the quadratic formula? It is called the discriminant.

As shown below, it helps us to discriminate between the various types of solutions to a quadratic equation.

Quadratic Functions Graph as Parabolas

The graph of every quadratic function $\,y = ax^2 + bx + c\,,$ ($\,a\ne 0\,$), is a parabola.

The parabola has different $x$-intercepts based on different values of the discriminant:

$b^2 - 4ac = 0$
Exactly one $x$-intercept
a quadratic function with exactly one x-intercept; disciminant equal to zero

$b^2 - 4ac > 0$
Two different $x$-intercepts
a quadratic function with two different x-intercepts; disciminant is greater than zero

$b^2 - 4ac \lt 0$
No $x$-intercepts
a quadratic function with no x-intercepts; discriminant is less than zero

Nature of Solutions to a Quadratic Equation with Real Coefficients

There are three types of solution sets possible for a quadratic equation $\,ax^2 + bx + c = 0\,,$ $\,a\ne 0\,.$ These solution sets are determined by the discriminant, $\,b^2 - 4ac\,$:  whether it is zero, positive, or negative.

The three situations are summarized in the table below.

Solutions of $\,ax^2 + bx + c = 0\,,$  Coefficients are Real Numbers, $\,a\ne 0$

Value of the Discriminant:

$b^2 - 4ac = 0$

Nature of Solution Set:

Exactly one real number solution

The Solution(s) Are:

$$\cssId{s57}{\displaystyle\,x = -\frac{b}{2a}}$$

Value of the Discriminant:

$b^2 - 4ac \gt 0\ $

Nature of Solution Set:

Two different real number solutions

The Solution(s) Are:

$$ \begin{gather} \cssId{s60}{x = \frac{-b + \sqrt{b^2 - 4ac}}{2a}}\cr\cr \cssId{s61}{\text{or}}\cr\cr \cssId{s62}{x = \frac{-b - \sqrt{b^2 - 4ac}}{2a}} \end{gather} $$

Value of the Discriminant:

$b^2 - 4ac \lt 0\ $

Nature of Solution Set:

No real number solutions; a complex conjugate pair

The Solution(s) Are:

$$ \begin{align} \cssId{s66}{x\ } &\cssId{s67}{= \frac{-b + i\sqrt{-(b^2 - 4ac)}}{2a}}\cr\cr &\cssId{s68}{= -\frac{b}{2a} + i\frac{\sqrt{-(b^2-4ac)}}{2a}} \end{align} $$ or $$ \begin{align} \cssId{s70}{x\ } &\cssId{s71}{= \frac{-b - i\sqrt{-(b^2 - 4ac)}}{2a}}\cr\cr &\cssId{s72}{= -\frac{b}{2a} - i\frac{\sqrt{-(b^2-4ac)}}{2a}} \end{align} $$

Note:  Since $\,b^2 - 4ac \lt 0\,,$ we have $\,-(b^2 - 4ac) \gt 0\,.$

Therefore, $\,\frac{\sqrt{-(b^2-4ac)}}{2a} \ne 0\,,$ so these two solutions have the same real part and opposite nonzero imaginary parts, hence form a complex conjugate pair.

Irreducible Quadratics

The quadratic expression $\,ax^2 + bx + c\,$ ($\,a \ne 0\,$) is called irreducible if $\,b^2 - 4ac \lt 0\,.$

Equivalently, the quadratic expression $\,ax^2 + bx + c\,$ ($\,a \ne 0\,$) is called irreducible if the equation $\,ax^2 + bx + c = 0\,$ has no real number solutions.

In this case, the trinomial $\,ax^2 + bx + c\,$ cannot be factored using real numbers. It can, however, be factored using the complex conjugate pair that is given by the quadratic formula. This idea is explored in a future section.

Examples: Connection Between Zeroes and Factors

Recall the beautiful relationship between the zeroes of a polynomial and its factors:

$k\,$ is a zero

if and only if

$x-k\,$ is a factor

Indeed, the only factor that the zeroes don't give is a constant factor, which we often need to provide ourselves. Some examples follow.

Example

Find a quadratic function with zeroes $\,2\,$ and $\,-3\,.$ The coefficient of the $\,x^2\,$ term should equal $\,5\,.$

Solution:  Since $\,2\,$ is a zero, $\,x - 2\,$ is a factor. Since $-3\,$ is a zero, $\,x - (-3) = x + 3\,$ is a factor.

Since the coefficient of the $\,x^2\,$ term must be $\,5\,,$ we need a constant factor of $\,5\,.$ (Note that this constant factor does not change the zeroes.)

The function $\,f\,$ defined below is the desired quadratic function:

$$ \begin{align} \cssId{s103}{f(x)}\ &\cssId{s104}{= 5(x-2)(x+3)}\cr &\cssId{s105}{= \ldots}\cr &\cssId{s106}{= 5x^2 + 5x - 30} \end{align} $$

Example

Find a quadratic function with real coefficients that has exactly one real zero, $x = 4\,.$ The coefficient of the $\,x\,$ term should equal $\,7\,.$

Solution:  Since $\,4\,$ is a zero, $\,x - 4\,$ is a factor.

To get a quadratic function with no different zero, we need two factors of $\,x - 4\,.$

Thus, every function of the form $$ \begin{align} &k(x-4)(x-4)\cr &\qquad = \ldots\cr &\qquad = kx^2 - 8kx + 16k \end{align} $$ satisfies the zero requirement.

For the coefficient of the $\,x\,$ term to equal $\,7\,,$ we need $\,-8k = 7\,,$ so $k = -\frac{7}{8}\,.$

The function $\,f\,$ defined below is the desired quadratic function:

$$ \begin{align} \cssId{s116}{f(x)}\ &\cssId{s117}{= -\frac{7}{8}(x-4)(x-4)}\cr &\cssId{s118}{= \ldots}\cr &\cssId{s119}{= -\frac{7}{8}x^2 + 7x - 14} \end{align} $$

Concept Practice