I can perform operations on polynomials. I can add, multiply, and find their roots. Despite this, I cannot define a polynomial.
I wasn't in the advanced mathematics class in 8th grade, then in 9th grade I skipped the class and joined the more advanced class. This question isn't about something I don't understand; it's something I missed.
My classes have not covered what really a polynomial is. I can generate one, but not define one. The internet has yielded incomplete definitions: "Consisting of multiple terms" or "A mathematical expression containing 2 or more terms and variables."
Take the following expressions for example:
$2x^2-x+12-2x^2+x-12$. Consists of multiple terms, but can also be expressed as $0$. Is zero a polynomial?
What about $x^{-1}$? $x^{-1}$ have -1 zeroes?">I've been told this one isn't a polynomial, but I don't understand why.
Is $x^2+x+1-x^{-1}-x^{-2}-x^{-3}$? a polynomial? It contains both positive and negative exponents?
tl;dr: What actually is the mathematical definition of a polynomial? Is $0$ a polynomial, and why isn't $x^{-1}$ a polynomial under this definition?
A polynomial in the indeterminate $x$ is an expression that can be obtained from numbers and the symbol $x$ by the operations of multiplication and addition.
$0$ is a polynomial, because it is a number.
Any positive integer power of $x$ is a polynomial, because you can get it by multiplying the appropriate number of $x$'s together (e.g. $x^3 = x \cdot x \cdot x$). But negative and non-integer powers of $x$ are not polynomials (e.g. $x^{-1}$ is not a polynomial), because those operations only give you positive integer powers of $x$.