Skip to main content

Section 12.8 Complex Number Solutions to Quadratic Equations

Let's solve the quadratic equation \(4x^2-12x+25=0\text{.}\) The equation is already in standard form, so we can state the values of \(a\text{,}\) \(b\text{,}\) and \(c\) and proceed with the quadratic formula.

\(4x^2-12x+25=0\)

\(a=4, b=-12, c=25\)

\begin{align*} x\amp=\frac{-b \pm \sqrt{b^2-4ac}}{2a}\\ x\amp=\frac{-(-12) \pm \sqrt{(-12)^2-4 \cdot 4 \cdot 25}}{2 \cdot 4}\\ x\amp=\frac{12 \pm \sqrt{-256}}{8} \end{align*}

If we were only concerned with real number solutions we could state our conclusion now, because \(\sqrt{-256}\) is not a real number. However, let's assume that we our also interested in solutions that include imaginary parts and proceed. In our stated solutions we want the real part of each number separate from the imaginary part, so we will simplify towards that end.

\begin{align*} x\amp=\frac{12 \pm \sqrt{-256}}{8}\\ x\amp=\frac{12 \pm 16i}{8}\\ x\amp=\frac{12}{8} \pm \frac{16}{8}i\\ x\amp=\frac{3}{2} \pm 2i \end{align*}

The solutions are \(\frac{3}{2}-2i\) and \(\frac{3}{2}+2i\text{.}\)

The solution set is \(\left\{\frac{3}{2}-2i,\frac{3}{2}+2i\right\}\text{.}\)

Example 12.8.1.

Use the quadratic formula to solve \(x(2x-5)=4(x^2+3)\text{.}\)

We need to manipulate the equation into standard form before we state the values of \(a\text{,}\) \(b\text{,}\) and \(c\text{.}\) I prefer that \(a\) is a positive number, so after I expand both sides I am going to move all the terms to the right side of the equation.

Solution
\begin{align*} x(2x-5)\amp=4(x^2+3)\\ 2x^2-5x\amp=4x^2+12\\ 2x^2-5x\subtractright{2x^2}\addright{5x}\amp=4x^2+12\subtractright{2x^2}\addright{5x}\\ 0\amp=2x^2+5x+12 \end{align*}
\begin{gather*} \\ \\ a=2, b=5, c=12 \end{gather*}
\begin{align*} x\amp=\frac{-b \pm \sqrt{b^2-4ac}}{2a}\\ x\amp=\frac{-5 \pm \sqrt{5^2-4 \cdot 2 \cdot 12}}{2 \cdot 2}\\ x\amp=\frac{-5 \pm \sqrt{-71}}{4}\\ x\amp=\frac{-5 \pm \sqrt{71}i}{4}\\ x\amp=-\frac{5}{4} \pm \frac{\sqrt{71}}{4}i \end{align*}

The solutions are \(-\frac{5}{4}-\frac{\sqrt{71}}{4}i\) and \(-\frac{5}{4}+\frac{\sqrt{71}}{4}i\text{.}\)

The solution set is \(\{-\frac{5}{4}-\frac{\sqrt{71}}{4}i,-\frac{5}{4}+\frac{\sqrt{71}}{4}i\}\text{.}\)

Exercises Exercises

Use the square root method to solve each of the following equations over the complex numbers. Make sure that all solutions have been completely simplified. State both the solutions and the solution set.

1.

\((x+6)^2=-9\)

Solution

We can immediately apply the square root property.

\begin{align*} (x+6)^2\amp=-9\\ x+6\amp=\pm \sqrt{-9}\\ x+6\amp=\pm 3i\\ x+6\subtractright{6}\amp=\pm 3i\subtractright{6}\\ x\amp=-6\pm 3i \end{align*}

The solutions are \(-6-3i\) and \(-6+3i\text{.}\)

The solution set is \(\{-6-3i, -6+3i\}\text{.}\)

2.

\((3x-8)^2=-20\)

Solution

We can immediately apply the square root property.

\begin{align*} (3x-8)^2\amp=-20\\ 3x-8\amp=\pm \sqrt{-20}\\ 3x-8\amp=\pm 2\sqrt{5}i\\ 3x-8\addright{8}\amp=\pm 2\sqrt{5}i\addright{8}\\ 3x\amp=8\pm 2\sqrt{5}i\\ \multiplyleft{\frac{1}{3}}3x\amp=\multiplyleft{\frac{1}{3}}(8\pm 2\sqrt{5}i)\\ x\amp=\frac{8\pm 2\sqrt{5}i}{3}\\ x\amp=\frac{8}{3} \pm \frac{2\sqrt{5}}{3}i \end{align*}

The solutions are \(\frac{8}{3}-\frac{2\sqrt{5}}{3}i\) and \(\frac{8}{3}+\frac{2\sqrt{5}}{3}i\text{.}\)

The solution set is \(\left\{\frac{8}{3}-\frac{2\sqrt{5}}{3}i, \frac{8}{3}+\frac{2\sqrt{5}}{3}i\right\}\text{.}\)

3.

\(x^2-12x+52=0\)

Solution

We need to complete the square before we can employ the square root method.

\begin{align*} x^2-12x+52\amp=0\\ x^2-12x\amp=-52\\ x^2-12x\addright{36}\amp=-52\addright{36}\text{ (completing the square)}\\ (x-6)^2\amp=-16\\ x-6\amp=\sqrt{-16}\\ x-6\amp=4i\\ x-6\addright{6}\amp=4i\addright{6}\\ x\amp=6\pm 4i \end{align*}

The solutions are \(6-4i\) and \(6+4i\text{.}\)

The solution set is \(\{6-4i, 6+4i\}\text{.}\)

4.

\(3w^2-12w+24=0\)

Solution

We need to simplify and complete the square before employing the square root method.

\begin{align*} 3w^2-12w+24\amp=0\\ \multiplyleft{\frac{1}{3}}(3w^2-12w+24)\amp=\multiplyleft{\frac{1}{3}}0\\ w^2-4w+8\amp=0\\ w^2-4w+8\subtractright{8}\amp=0\subtractright{8}\\ w^2-4w\amp=-8\\ w^2-4w\addright{4}\amp=-8\addright{4}\text{ (completing the square)}\\ (w-2)^2\amp=-4\\ w-2\amp=\pm \sqrt{-4}\\ w-2\amp=2i\\ w-2\addright{2}\amp=2i\addright{2}\\ w\amp=2\pm 2i \end{align*}

The solutions are \(2-2i\) and \(2+2i\text{.}\)

The solution set is \(\{2-2i, 2+2i\}\text{.}\)

Use the quadratic formula to solve each of the following equations over the complex numbers. Make sure that all solutions have been completely simplified. State both the solutions and the solution set.

5.

\(4x^2+2x+1=0\)

Solution

The equation is already in standard form, so we may proceed directly to the quadratic formula.

\(4x^2+2x+1=0\)

\(a=4, b=2, c=1\)

\begin{align*} x\amp=\frac{-b \pm \sqrt{b^2-4ac}}{2a}\\ x\amp\frac{-2 \pm \sqrt{2^2-4 \cdot 4 \cdot 1}}{2 \cdot 4}\\ x\amp=\frac{-2 \pm \sqrt{-12}}{8}\\ x\amp=\frac{-2 \pm 2\sqrt{3}i}{8}\\ x\amp=-\frac{2}{8} \pm \frac{2\sqrt{3}}{8}i\\ x\amp=-\frac{1}{4} \pm \frac{\sqrt{3}}{4}i \end{align*}

The solutions are \(-\frac{1}{4}-\frac{\sqrt{3}}{4}i\) and \(-\frac{1}{4}+\frac{\sqrt{3}}{4}i\text{.}\)

The solutions set is \(\left\{-\frac{1}{4}-\frac{\sqrt{3}}{4}i, -\frac{1}{4}+\frac{\sqrt{3}}{4}i\right\}\)

6.

\(t^2-3t+5=0\)

Solution

The equation is already in standard form, so we may proceed directly to the quadratic formula.

\(t^2-3t+5=0\)

\(a=1, b=-3, c=5\)

\begin{align*} x\amp=\frac{-b \pm \sqrt{b^2-4ac}}{2a}\\ x\amp=\frac{-(-3) \pm \sqrt{(-3)^2-4 \cdot 1 \cdot 5}}{2 \cdot 1}\\ x\amp=\frac{3 \pm \sqrt{-11}}{2}\\ x\amp=\frac{3 \pm \sqrt{11}i}{2}\\ x\amp=\frac{3}{2} \pm \frac{\sqrt{11}}{2}i \end{align*}

The solutions are \(\frac{3}{2}-\frac{\sqrt{11}}{2}i\) and \(\frac{3}{2}+\frac{\sqrt{11}}{2}i\text{.}\)

The solutions set is \(\left\{\frac{3}{2}-\frac{\sqrt{11}}{2}i, \frac{3}{2}+\frac{\sqrt{11}}{2}i\right\}\)

7.

\(3x^2+16=0\)

Solution

The equation is already in standard form, so we may proceed directly to the quadratic formula.

\(3x^2+16=0\)

\(a=3, b=0, c=16\)

\begin{align*} x\amp=\frac{-b \pm \sqrt{b^2-4ac}}{2a}\\ x\amp=\frac{-0 \pm \sqrt{0^2-4 \cdot 3 \cdot 16}}{2 \cdot 3}\\ x\amp=\frac{\pm \sqrt{-192}}{6}\\ x\amp=\pm \frac{8\sqrt{3}i}{6}\\ x\amp=\pm \frac{2 \cdot 4\sqrt{3}i}{2 \cdot 3}\\ x\amp=\pm \frac{4\sqrt{3}}{3}i \end{align*}

The solutions are \(-\frac{4\sqrt{3}}{3}i\) and \(\frac{4\sqrt{3}}{3}i\text{.}\)

The solutions set is \(\left\{-\frac{4\sqrt{3}i}{3}, \frac{4\sqrt{3}i}{3}\right\}\text{.}\)

8.

\(y^2-4y+9=0\)

Solution

The equation is already in standard form, so we may proceed directly to the quadratic formula.

\(y^2-4y+9=0\)

\(a=1, b=-4, c=9\)

\begin{align*} x\amp=\frac{-b \pm \sqrt{b^2-4ac}}{2a}\\ x\amp=\frac{-(-4) \pm \sqrt{(-4)^2-4 \cdot 1 \cdot 9}}{2 \cdot 1}\\ x\amp=\frac{4 \pm \sqrt{-20}}{2}\\ x\amp=\frac{4 \pm 2\sqrt{5}i}{2}\\ x\amp=\frac{4}{2} \pm \frac{2\sqrt{5}}{2}i\\ x\amp=2 \pm \sqrt{5}i \end{align*}

The solutions are \(2-\sqrt{5}i\) and \(2+\sqrt{5}i\text{.}\)

The solutions set is \(\{2-\sqrt{5}i, 2+\sqrt{5}i\}\)