logo

Proof of the Fundamental Theorem of Algebra 📂Complex Anaylsis

Proof of the Fundamental Theorem of Algebra

Theorem 1

nnth degree polynomial P(x)=a0+a1x+a2x2++anxnP(x) = a_{0} + a_{1} x + a_{2} x^2 + \cdots + a_{n} x^{n} has exactly nn roots, including multiple roots.

Explanation

In fact, when we solve a polynomial, we usually assume that there exists a solution, but there’s no guarantee that this is always the case. For example, the quadratic polynomial x2+1=0x^2+1 = 0 does not have real roots. However, if complex numbers are allowed, then there are two solutions, which are ±i\pm i.

To state a fact, if complex roots are allowed when solving a polynomial, then there will always be a solution, and exactly as many as its degree. The importance of all fundamental theorems is evident without further ado. The core idea is Liouville’s theorem, and mathematical induction is used to generalize it for natural numbers nn.

Proof

Let’s assume first that there is no solution satisfying P(z)=0P(z) = 0, then 1P(z)\displaystyle {{1} \over {P(z)}} is an entire function and since limz1P(z)=0\displaystyle \lim_{|z| \to \infty} \left| {{1} \over {P(z)}} \right| = 0, it is bounded.

Liouville’s Theorem: If ff is an entire function and bounded, then ff is a constant function.

By Liouville’s theorem, PP must be a constant function, which contradicts our assumption; therefore, P(z)=0P(z) = 0 has at least one root.

Now, let’s generalize for the natural numbers. Assuming that P(z)=0P(z) = 0 has at least one root, let’s say z=αz = \alpha, then P(z)=(zα)Q(z) P(z) = (z-\alpha) Q(z) where Q(z)=b0+b1x+b2x2++bn1xn1=0Q(z) = b_{0} + b_{1} x + b_{2} x^2 + \cdots + b_{n-1} x^{n-1} = 0 also has at least one root. Repeating this process, by mathematical induction, nnth degree polynomial P(z)=0P(z) = 0 has exactly nn roots.

See Also


  1. Osborne (1999). Complex variables and their applications: p94. ↩︎