Complex Numbers and Operations: Learn It 5

Complex Roots

Recall that we find the [latex]y[/latex]-intercept of a quadratic by evaluating the function at an input of zero, and we find the [latex]x[/latex]-intercepts at locations where the output is zero. Notice that the number of [latex]x[/latex]-intercepts can vary depending upon the location of the graph.

Three graphs where the first graph shows a parabola with no x-intercept, the second is a parabola with one –intercept, and the third parabola is of two x-intercepts.
Number of [latex]x[/latex]-intercepts of a parabola

While factoring is often the first method we try when solving for [latex]x[/latex]-intercepts, it’s not always possible or practical. Some quadratic equations cannot be easily factored, especially those with irrational or complex roots. In these cases, you’ll need a more powerful tool: the quadratic formula.

The quadratic formula for an equation in the form [latex]ax^2 + bx + c = 0[/latex] is:

[latex]x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}[/latex]

Where:

  • [latex]a[/latex] is the coefficient of [latex]x^2[/latex]
  • [latex]b[/latex] is the coefficient of [latex]x[/latex]
  • [latex]c[/latex] is the constant term
  • [latex]\pm[/latex] means we consider both addition and subtraction
Solve [latex]{x}^{2}+x+2=0[/latex] using the quadratic formula.

Now you will hopefully begin to understand why we introduced complex numbers at the beginning of this module. The example we just solved demonstrates a crucial concept in algebra: not all quadratic equations have real solutions. When the discriminant ([latex]b^2 - 4ac[/latex]) is negative, we encounter complex roots. These complex roots always come in conjugate pairs, meaning if [latex]a + bi[/latex] is a solution, then [latex]a - bi[/latex] is also a solution.

Consider the following function: [latex]f(x)=x^2+2x+3[/latex], and it’s graph below:

Graph of quadratic function with the following points (-1,2), (-2,3), (0,3), (1,6), (-3,6).

Does this function have roots? It’s probably obvious that this function does not cross the [latex]x[/latex]-axis, therefore it doesn’t have any [latex]x[/latex]-intercepts. Recall that the [latex]x[/latex]-intercepts of a function are found by setting the function equal to zero:

[latex]x^2+2x+3=0[/latex]

Find the [latex]x[/latex]-intercepts of the quadratic function.

[latex]f(x)=x^2+2x+3[/latex]

The Discriminant

The quadratic formula not only generates the solutions to a quadratic equation, it tells us about the nature of the solutions when we consider the discriminant, or the expression under the radical, [latex]{b}^{2}-4ac[/latex]. The discriminant tells us whether the solutions are real numbers or complex numbers as well as how many solutions of each type to expect. The table below relates the value of the discriminant to the solutions of a quadratic equation.

Value of Discriminant Results
[latex]{b}^{2}-4ac=0[/latex] One rational solution (double solution)
[latex]{b}^{2}-4ac>0[/latex], perfect square Two rational solutions
[latex]{b}^{2}-4ac>0[/latex], not a perfect square Two irrational solutions
[latex]{b}^{2}-4ac<0[/latex] Two complex solutions

discriminant

For [latex]a{x}^{2}+bx+c=0[/latex], where [latex]a[/latex], [latex]b[/latex], and [latex]c[/latex] are real numbers, the discriminant is the expression under the radical in the quadratic formula:

 

[latex]{b}^{2}-4ac[/latex].

 

It tells us whether the solutions are real numbers or complex numbers and how many solutions of each type to expect.

Use the discriminant to find the nature of the solutions to the following quadratic equations:

  1. [latex]{x}^{2}+4x+4=0[/latex]
  2. [latex]8{x}^{2}+14x+3=0[/latex]
  3. [latex]3{x}^{2}-5x - 2=0[/latex]
  4. [latex]3{x}^{2}-10x+15=0[/latex]