Answer:
x = -4 + 2i and x = -4 - 2i
Explanation:
To solve the quadratic equation x^2 + 8x + 20 = 0 over the complex numbers, you can use the quadratic formula:
x = (-b ± √(b^2 - 4ac)) / (2a)
In this equation, a = 1, b = 8, and c = 20. Plug these values into the quadratic formula:
x = (-8 ± √(8^2 - 4 * 1 * 20)) / (2 * 1)
x = (-8 ± √(64 - 80)) / 2
x = (-8 ± √(-16)) / 2
Now, you have the square root of a negative number, which indicates complex solutions. You can rewrite √(-16) as 4i (where i is the imaginary unit, i.e., i^2 = -1):
x = (-8 ± 4i) / 2
Now, simplify the expression by factoring out a common factor of 4 in the numerator:
x = (4(-2 ± i)) / 2
Now, divide both terms in the numerator by 2 to simplify further:
x = 2(-2 ± i)
So, the complex solutions for the equation x^2 + 8x + 20 = 0 are:
x = 2(-2 + i) and x = 2(-2 - i)
In standard form:
x = -4 + 2i and x = -4 - 2i