Skip to main content
\(\require{cancel}\newcommand{\abs}[1]{\left\lvert#1\right\rvert} \newcommand{\point}[2]{\left(#1,#2\right)} \newcommand{\highlight}[1]{{\color{blue}{{#1}}}} \newcommand{\lowlight}[1]{{\color{lightgray}{#1}}} \newcommand{\attention}[1]{\mathord{\overset{\downarrow}{#1}}} \newcommand{\substitute}[1]{\highlight{#1}} \newcommand{\addright}[1]{\highlight{{}+#1}} \newcommand{\addleft}[1]{\highlight{#1+{}}} \newcommand{\subtractright}[1]{\highlight{{}-#1}} \newcommand{\multiplyright}[2][\cdot]{\highlight{{}#1#2}} \newcommand{\multiplyleft}[2][\cdot]{\highlight{#2#1{}}} \newcommand{\divideunder}[2]{\frac{#1}{\highlight{#2}}} \newcommand{\divideright}[1]{\highlight{{}\div#1}} \newcommand{\apple}{\text{🍎}} \newcommand{\banana}{\text{🍌}} \newcommand{\pear}{\text{🍐}} \newcommand{\cat}{\text{🐱}} \newcommand{\dog}{\text{🐢}} \newcommand{\lt}{<} \newcommand{\gt}{>} \newcommand{\amp}{&} \)

Section12.3Complex Root of Quadratic Functions

When we solve a quadratic equation, sometimes there are no real solutions, or, there are complex solutions. In this section, we will look at the relationship between a function's graph and complex solutions.

Figure12.3.1Alternative Video Lesson

Subsection12.3.1Equations with Complex Solutions

Scenario: In a stunt performance, a pilot plans to fly a plane toward the ground and then back up. The plane's height can be modeled by a quadratic function. If the function is \(h(t)=0.5t^2-5t+12\text{,}\) where \(t\) stands for time in seconds since the stunt begins, check whether the plane will hit the ground during the stunt.

To check whether the plane will hit the ground during the stunt, we substitute \(h(t)\) in the function with \(0\) and solve the quadratic equation

\begin{equation*} 0=0.5t^2-5t+12 \end{equation*}

We will solve this equation by completing the square.

\begin{align*} g(t)\amp=0.5t^2-5t+12\\ 0\amp=0.5t^2-5t+12\\ \multiplyleft{2}0\amp=\multiplyleft{2}(0.5t^2-5t+12)\amp\text{removing leading coefficient}\\ 0\amp=t^2-10t+24\\ -24\amp=t^2-10t\\ -24\addright{25}\amp=t^2-10t\addright{25}\\ 1\amp=(t-5)^2\\ \pm\sqrt{1}\amp=\sqrt{(t-5)^2}\\ \pm1\amp=t-5\\ t-5=1\amp\text{ or }t-5=-1\\ t=6\amp\text{ or }t=4 \end{align*}

The solution \(t=4\) implies the plane would hit the ground \(4\) seconds into the stunt. To avoid hitting the ground, the pilot adjusted the function to \(p(t)=0.5t^2-5t+12.5\text{.}\) Let's see whether the plane would still hit the ground by solving the equation \(0=0.5t^2-5t+12.5\text{.}\) This time, we will use the Quadratic Formula to solve this equation. Identify that \(a=0.5\text{,}\) \(b=-5\) and \(c=12.5\text{.}\)

\begin{align*} t\amp=\frac{-b\pm\sqrt{b^2-4ac}}{2a}\\ t\amp=\frac{-(-5)\pm\sqrt{(-5)^2-4(0.5)(12.5)}}{2(0.5)}\\ t\amp=\frac{5\pm\sqrt{25-25}}{1}\\ t\amp=\frac{5\pm\sqrt{0}}{1}\\ t\amp=\frac{5}{1}\\ t\amp=5 \end{align*}

The plane would still hit the ground \(5\) seconds into the stunt. Let's adjust the function to \(q(t)=0.5t^2-5t+13\) and solve the equation \(0=0.5t^2-5t+13\text{.}\) Since the Quadratic Formula is easier, we will again use it. Identify that \(a=0.5\text{,}\) \(b=-5\) and \(c=13\text{.}\)

\begin{align*} t\amp=\frac{-b\pm\sqrt{b^2-4ac}}{2a}\\ t\amp=\frac{-(-5)\pm\sqrt{(-5)^2-4(0.5)(13)}}{2(0.5)}\\ t\amp=\frac{5\pm\sqrt{25-26}}{1}\\ t\amp=5\pm\sqrt{-1} \end{align*}

In this context, we should stop here and conclude that the equation has no real solution, and the plane would never hit the ground. If we continue solving the equation, we will get two complex solutions:

\begin{align*} t\amp=5\pm i \end{align*}

Let's look at the graphs of those three functions.

<<SVG image is unavailable, or your browser cannot render it>>

Figure12.3.2Graphs of \(h(t), p(t)\) and \(q(t)\)

We will summarize our learnings below:

  • When a quadratic function \(h(t)\) has two \(x\)-intercepts, the equation \(h(t)=0\) has two real solution.

  • When a quadratic function \(p(t)\) has one \(x\)-intercept, the equation \(p(t)=0\) has one real solution.

  • When a quadratic function \(q(t)\) has no \(x\)-intercept, the equation \(q(t)=0\) has no real solution, or, it has two complex solutions.

The next two examples show how to handle complex solutions when we solve quadratic equations.

Example12.3.3

Use the skill of completing the square to solve for \(s\) in \(s^2-10s=-34\text{.}\)

Solution

We will complete the square with \(s^2-10s\text{:}\)

Step One: By \(x^2-2ax+a^2=(x-a)^2\text{,}\) we have \(s^2-10s+\ldots=(s-5)^2\text{.}\)

Step Two: By \(x^2-2ax+a^2=(x-a)^2\text{,}\) we have \(s^2-10s+25=(s-5)^2\text{.}\)

To solve the equation, we need to add \(25\) on both sides of the equation:

\begin{align*} s^2-10s\amp=-34\\ s^2-10s\addright{25}\amp=-34\addright{25}\\ (s-5)^2\amp=-9 \end{align*}

Since the problem didn't say there are complex solutions, we conclude that there is no real solution.

Example12.3.4

Use the skill of completing the square to solve for \(s\) in \(s^2-10s=-34\text{.}\) Solve for complex solutions if any.

Solution

We will complete the square with \(s^2-10s\text{:}\)

Step One: By \(x^2-2ax+a^2=(x-a)^2\text{,}\) we have \(s^2-10s+\ldots=(s-5)^2\text{.}\)

Step Two: By \(x^2-2ax+a^2=(x-a)^2\text{,}\) we have \(s^2-10s+25=(s-5)^2\text{.}\)

To solve the equation, we need to add \(25\) on both sides of the equation:

\begin{align*} s^2-10s\amp=-34\\ s^2-10s\addright{25}\amp=-34\addright{25}\\ (s-5)^2\amp=-9\\ \sqrt{(s-5)^2}\amp=\pm\sqrt{-9}\\ s-5\amp=\pm\sqrt{9}\cdot\sqrt{-1}\\ s-5\amp=\pm3i\\ s\amp=5\pm3i \end{align*}

The Quadratic Formula can also be used to solve for complex solutions. We will do the same example above with the Quadratic Formula.

Example12.3.5

Use the Quadratic Formula to solve for \(s\) in \(s^2-10s=-34\text{.}\) Solve for complex solutions if any.

Solution

To use the Quadratic Formula, we must change the equation to standard form:

\begin{align*} s^2-10s\amp=-34\\ s^2-10s+34\amp=0 \end{align*}

Identify that \(a=1\text{,}\) \(b=-10\) and \(c=34\text{.}\) We will substitute them into the Quadratic Formula:

\begin{align*} y\amp=\frac{-b\pm\sqrt{b^2-4ac}}{2a}\\ y\amp=\frac{-(-10)\pm\sqrt{(-10)^2-4(1)(34)}}{2(1)}\\ y\amp=\frac{10\pm\sqrt{100-136}}{2}\\ y\amp=\frac{10\pm\sqrt{-36}}{2}\\ y\amp=\frac{10\pm\sqrt{-1\cdot36}}{2}\\ y\amp=\frac{10\pm\sqrt{-1}\cdot\sqrt{36}}{2}\\ y\amp=\frac{10\pm i\cdot6}{2}\\ y\amp=\frac{10\pm6i}{2}\\ y\amp=\frac{10}{2}\pm\frac{6i}{2}\\ y\amp=5\pm 3i \end{align*}

Subsection12.3.2Exercises

Equations with Complex Solutions

1
2
3
4
5
6
7