I'm trying to deepen my understanding of the Fundamental Theorem of Algebra, which asserts that every non-constant single-variable polynomial with complex coefficients has as many roots as its degree, counting multiplicities. Specifically, for a polynomial equation of degree n, there should be exactly n roots in the complex number system.
For example, consider the function $y=x^3+5x^2+x+3$. When plotting this function on a 2D y-x plane, it appears there is only one root, which contradicts the theorem's assertion that there should be three roots for a cubic polynomial.
Question 1: How do we find the other two imaginary roots for this equation? I understand that complex roots come in conjugate pairs when the polynomial has real coefficients, but I'm unsure how to mathematically derive these roots.
Question 2: Is there a way to visualize this function and its roots in a 3D environment, allowing us to see the imaginary roots? I'm interested in understanding how these complex roots are considered roots of the function, as they must cause the function's output to be zero. Any suggestions on tools or techniques for plotting this in 3D would be greatly appreciated.
I've tried plotting the function in 2D and understand the basics of finding real roots, but the concept of visualizing and finding complex roots is where I'm seeking more help.