Solveeit Logo

Question

Question: $\qquad z^2 + 4z + 12=0$...

z2+4z+12=0\qquad z^2 + 4z + 12=0

Answer

The solutions are z=2+22iz = -2 + 2\sqrt{2}i and z=222iz = -2 - 2\sqrt{2}i.

Explanation

Solution

The given quadratic equation is z2+4z+12=0z^2 + 4z + 12 = 0.
This is in the standard form az2+bz+c=0az^2 + bz + c = 0, where a=1a=1, b=4b=4, and c=12c=12.

To solve for zz, we can use the quadratic formula:

z=b±b24ac2az = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}

First, calculate the discriminant, D=b24acD = b^2 - 4ac:

D=(4)24(1)(12)D = (4)^2 - 4(1)(12)
D=1648D = 16 - 48
D=32D = -32

Since the discriminant is negative (D<0D < 0), the roots of the equation will be complex numbers.

Now, substitute the values of aa, bb, and DD into the quadratic formula:

z=4±322(1)z = \frac{-4 \pm \sqrt{-32}}{2(1)}
z=4±32i2z = \frac{-4 \pm \sqrt{32}i}{2} (since 1=i\sqrt{-1} = i)

Simplify 32\sqrt{32}:

32=16×2=16×2=42\sqrt{32} = \sqrt{16 \times 2} = \sqrt{16} \times \sqrt{2} = 4\sqrt{2}

Substitute this back into the expression for zz:

z=4±42i2z = \frac{-4 \pm 4\sqrt{2}i}{2}

Now, divide both terms in the numerator by 2:

z=42±42i2z = \frac{-4}{2} \pm \frac{4\sqrt{2}i}{2}
z=2±22iz = -2 \pm 2\sqrt{2}i

Thus, the two solutions for zz are:

z1=2+22iz_1 = -2 + 2\sqrt{2}i
z2=222iz_2 = -2 - 2\sqrt{2}i