0

I used ratio test and ended up with $|x|\lim \limits _{n\rightarrow \infty}(n+1)$

If $x\neq 0$, the limit is infinite and thus the series diverges. Now, when $x=0$, I have the series $\sum\limits _{n=0}^{\infty} n!0^n$

I am sure that all terms will be zero except the first term with $0^0$. I know this to be one of the indeterminate forms and I am not sure of what to do with it.

2 Answers2

0

In standard notations the starting term of the series is $(0!)(1)=1$. The series converges only for $x=0$.

0

Don't worry about $0^0$. We call it an indeterminate form because functions $f,\,g$ of $x\to0$ limits $0,\,0$ have no predictable $x\to0$ behaviour for $f^g$, defined as $\exp(g\ln f)$. But in $\sum_{n\ge0}a_nx^n$, the exponentiation $x^n$ is instead shorthand for $\prod_{j=0}^{n-1}x$, so $x^0$ is an empty product, i.e. $1$ as per @KaboMurphy's answer. You will similarly see people write degree-$d$ polynomials as $\sum_{k=0}^da_kx^k$, where with this convention the constant term is $a_0x^0=a_0$ for all $x$, $0$ included. So, in the case at hand, $\sum_{n\ge0}n!0^n=0!=1$.

J.G.
  • 115,835