Geometric series $\sum_{n=0}^\infty x^n$ when $x=0$

278 Views Asked by At

The infinite geometric series $\sum_{n=0}^\infty x^n=\frac{1}{1-x}$ and so is convergent for $|x|<1$.

While working on a trigonometry problem I came across the case of what happens when $x=0$. Clearly the sum is $1$ with the convention $0^0=1$ (this convention is discussed in several threads here on MathSE).

However Wolfram Alpha says about $\sum_{n=0}^\infty 0^n$:

(sum does not exist due to singularity at one or more evaluation points)

By the geometric series test, the series diverges.

My assumption is that Wolfram Alpha doesn't know what to do with $0^0$. There have also been several threads on MathSE about various ways in which Wolfram Alpha fails or uses certain unstated conventions.

Is there something else I am missing?

Ultimately I am interested in $\sum_{n=0}^\infty (\arctan(\sin(\theta)))^n$ (which is not hard to analyze), and had a problem evaluating it at $\theta=0$ on Wolfram Alpha. I'm including this problem on an upcoming test, so I wan't to make sure I wasn't overlooking anything. I suppose I could just start at $n=1$ to avoid any possible issue.


EDIT: The answer was provided by @Masacroso in the first comment below. See indeterminate forms on Wolfram Alpha. Wolfram Alpha does indeed consider $0^0$ to be undefined.