A complex polynomial is an algebraic expression of the form:
$$ P(z) = a_n z^n + a_{n-1} z^{n-1} + \ldots + a_1 z + a_0 $$
where \( z \) is a complex variable, \( a_0, a_1, \ldots, a_n \) are complex coefficients, ehere \(a_n \neq 0\) and \( n \) is a non-negative integer.
The degree of a complex polynomial is the highest power of the variable \( z \) in the polynomial. For example, in the polynomial \( P(z) \), the degree is \( n \).
The roots of a complex polynomial are the values of \( z \) for which the polynomial evaluates to zero. These roots can be real or complex numbers. The Fundamental Theorem of Algebra states that every non-constant complex polynomial has at least one complex root.
Created with GeoGebra®, Steve Phelps, Link
Created with GeoGebra®, Steve Phelps, Link
When we divide the polynomial \(P(z)\) by the polynomial \(D(z)\) we obtain two polynomials, \(Q(z)\) the quotient and \(R(z)\) the remainder, such that
\(P(z) = D(z)Q(z) + R(z)\) and either \(R(z) = 0\) or \(R(z)\) has degree less than \(D(z)\).
If \(R(z) = 0\), then \(D(z)\) is a factor of \(P(z)\).
The remainder theorem and the factor theorem are true for polynomials over C.
Let \(P(z)\) be a polynomial with real coefficients. If \(a + bi\) is a solution of the equation \(P(z) = 0\), with \(a\) and \(b\) real numbers, then the complex conjugate \(a − bi\) is also a solution.
Proof: We will prove the theorem for quadratics, as it gives the idea of the general proof. Let \( P(z) = az^2 + bz + c \), where \( a, b, c \in \mathbb{R} \) and \( a \neq 0 \). Assume that \( \alpha \) is a solution of the equation \( P(z) = 0 \). Then \( P(\alpha) = 0 \). That is, \( a\alpha^2 + b\alpha + c = 0 \). Take the conjugate of both sides of this equation and use properties of conjugates: \( a\alpha^2 + b\alpha + c = 0 \). \( a\alpha^2 + b\alpha + c = 0 \). \( a(\alpha^2) + b\alpha + c = 0 \) since \( a, b \), and \( c \) are real numbers. \( a(\alpha)^2 + b\alpha + c = 0 \). Hence \( P(\alpha) = 0 \). That is, \( \alpha \) is a solution of the equation \( P(z) = 0 \). If a polynomial \( P(z) \) has real coefficients, then using this theorem we can say that the complex solutions of the equation \( P(z) = 0 \) occur in conjugate pairs.
Factorization of cubic polynomials involves breaking down a cubic polynomial equation into its linear factors. Over the complex numbers, every cubic polynomial can be written as the product of three linear factors. This means that if we have a cubic polynomial \( P(z) \), we can express it as:
\[ P(z) = (z - \alpha)(z - \beta)(z - \gamma) \]
where \( \alpha, \beta, \gamma \) are the roots of the polynomial equation \( P(z) = 0 \).
If the coefficients of the cubic polynomial are real, then according to the conjugate root theorem, complex roots occur in conjugate pairs. Therefore, if the coefficients are real, at least one of the linear factors must be real. This implies that even if the roots are complex, their conjugates must also be present as factors, ensuring that the resulting polynomial has real coefficients.
The fundamental theorem of algebra, often attributed to Gauss (1799), is a crucial result in the field of mathematics, particularly in the study of polynomials and complex numbers.
Fundamental Theorem of Algebra: Every polynomial \( P(z) = a_nz^{n} + a_{n-1}z^{n-1} + \ldots + a_1z + a_0 \) of degree \( n \), where \( n \geq 1 \) and the coefficients \( a_i \) are complex numbers, has at least one linear factor in the complex number system.
This theorem implies that given any polynomial \( P(z) \) of degree \( n \geq 1 \), we can factorize \( P(z) \) as:
\[ P(z) = (z - \alpha_1)Q(z) \]
for some \( \alpha_1 \in \mathbb{C} \) and some polynomial \( Q(z) \) of degree \( n - 1 \).
A polynomial of degree \( n \) can be factorized into \( n \) linear factors in \( \mathbb{C} \), i.e.,
\[ P(z) = a_n(z - \alpha_1)(z - \alpha_2)(z - \alpha_3) \ldots (z - \alpha_n) \]
where \( \alpha_1, \alpha_2, \alpha_3, \ldots, \alpha_n \in \mathbb{C} \).
A polynomial equation can be solved by first rearranging it into the form \( P(z) = 0 \), where \( P(z) \) is a polynomial, and then factorizing \( P(z) \) and extracting a solution from each factor.
If \( P(z) = (z - \alpha_1)(z - \alpha_2) \ldots (z - \alpha_n) \), then the solutions of \( P(z) = 0 \) are \( \alpha_1, \alpha_2, \ldots, \alpha_n \).
The solutions of the equation \( P(z) = 0 \) are also referred to as the zeros or the roots of the polynomial \( P(z) \).
Note: A polynomial equation may have repeated solutions. For example, the equation \( (z - 2)^3 = 0 \) has a repeated solution \( z = 2 \). This solution has a multiplicity of 3.