fbs7 said:
Wow, I'm in deep and unchartered waters now! I thought that
##
1+x+x^2+x^3+...
##
always meant a limit
If you interpret the notation as a possibly divergent series then one can explore ways in which to evaluate the "sum" of a divergent series.
https://en.wikipedia.org/wiki/Divergent_series
If you interpret the notation as a polynomial then you the advice of
@fresh_42 is appropriate. One can distinguish between...
A formal polynomial: One can manipulate add, subtract and multiply formal polynomials by simply looking at the list of coefficients on each polynomial and coming up with a list of coefficients for the sum, difference or product. When looked at this way, there is no need to consider evaluating the polynomial or whether evaluation is even possible.
A polynomial function: One can treat a polynomial as a function produces a result, f(x) for each input, x. One can add, subtract or multiply polynomial functions by adding, subtracting or multiplying the evaluated results. When looked at this way, is is crucial to have a way of evaluating the polynomial for every possible input be aware of the input ranges for which evaluation is possible.
A polynomial function evaluated for a particular input. Again, one can add, subtract, multiply or divide. But one only needs to consider the selected input.
One thing that I find interesting is to contemplate polynomials over the boolean field GF(2) which contains just the integers 0 and 1. There are only four polynomial functions over this field: The constant 0 function, the constant 1 function, the identity function and the inverse function. But there are eight formal polynomials of degree 2 or less: x^2 + x + 1, x^2 + x, x^2 + 1, x^2, x + 1, x, 1 and 0.