The fundamental theorem of algebra states that:
Every non-zero, single-variable, degree $n\,$ polynomial with complex coefficients has, counted with multiplicity, exactly $n\,$ complex roots.
The term I want to understand is multiplicity. Now, I already know the following:
The multiplicity of a root $x_0$ of a polynomial equation $p(x) = 0\,$ tells us how many times the factor $(x - x_0)\,$ divides the polynomial $p(x)$. That's fine.
But what I want to have, is an intuition. The definition of a root is: $x_0\,$ is a root of $p(x) = 0\,$ if and only if $p(x_0) = 0$. So, I don't understand how a root could have a property called multiplicity. For example, the multiplicity of a root $x_0$ cannot be the number of times $x_0\,$ solves the equation $p(x) = 0\,$ because a root cannot really solve an equation more than once.
Nor does it make sense as the number of times the graph of the function $y = p(x)\,$ meets the $x$-axis at the $x$-coordinate that is $x_0$, because they meet at a given point only once [because of the definition of a function]. But I do know of the geometric intuition: If multiplicity is odd, then the axis is crossed, otherwise it touches and comes back, and the higher the multiplicity, the closer $p(x)\,$ stays near the $x$-axis in the neighborhood of $x = x _0$, and so on.
What I want to have is an intuition, an answer to the question:
What is the multiplicity of a root of a polynomial equation the multiplicity of?
Can somebody plz help me on this one?
NOTE: Here, I am using multiplicity the same way I would use the term frequency. Plz correct me if this usage is wrong.







For polynomials over real (and complex) numbers, I have always found the following intuitive pictures helpful. They show different polynomials intersecting the line y=0.
(own work) For simplicity, assume all roots are real. Consider polynomials with roots of multiplicity 1,2,3 and 4 as shown in the upper row of graphs in the picture. By perturbing the coefficients of these polynomials a tad bit (adding small numbers to them) you can see how the roots split into groups of 1 (just a shift),2,3, and 4 distinct roots. The perturbed polynomials are shown in the lower row. When solving for polynomial roots using numerical methods, the roots you will find will in practice correspond to such perturbed polynomials since you cannot represent polynomial coefficients with arbitrary precision.