The square root of a negative number does not exist in the real number system. Thus, we introduce 'iota' (i).
i = √(-1), therefore i² = -1, i³ = -i, and i⁴ = 1.
A complex number is of the form z = a + ib, where 'a' is the real part Re(z) and 'b' is the imaginary part Im(z).
A complex number z = x + iy can be represented as a point P(x,y) on a 2D plane called the Argand plane.
Polar Form: z = r(cos θ + i sin θ), where r = |z| and θ is the argument or amplitude of z.
The principal argument lies in the range -π < θ ≤ π.
For ax² + bx + c = 0, if the discriminant D = b² - 4ac < 0, the roots are complex conjugates:
x = [-b ± i√(4ac - b²)] / 2a