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{.}\)
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{.}\)
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.
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{.}\)