0
$\begingroup$

We have $$ \sum_{n=1}^{\infty} n!x^n $$

In Wolfram-ALpha it says, the series does not converge. I tried the ratio test $$ lim | \frac{a_n}{a_{n+1}}| $$ and I got 0. But when I put x =0, the n! remains and that can't converge. But following my task, there should be a radius of convergence. What am I doing wrong?

  • 1
    The radius of convergence is $0$.2017-01-24

3 Answers 3

1

The radius of convergence is $0$. Hence the power series does converge for $|x| < 0$ which is the empty set. We may check convergence on the boundary, hence for $x = 0$ but then the series trivially converges since it is constant $0$ by considering $$\sum_{n = 1}^\infty n!0^n = \sum_{n = 1}^\infty n!0 = \sum_{n = 1}^\infty 0 = 0$$

1

The ratio test is in fact $\lim_{n\rightarrow \infty}|\frac{a_{n+1}}{a_n}|.$

This is really $(n+1)x$, so if we want $|(n+1)x|<1$ as n goes to infinity then we must have $|x|<0$, which never happens. ($x=0$ does work but it's a boundary case and that gives a sum 0 anyway)

  • 0
    I am a bit confused. There are two ratio tests, one for sequences, then your ratio test would be correct and then one for series which I have written in my question. We had this in our lecture. So therefore I am not really sure now, what to use.2017-01-24
  • 1
    They should both be using the same one. It doesn't really matter; if the terms keep increasing whether it's a sequence or a series it's still going to diverge, no?2017-01-24
  • 1
    @Blnpwr You may want to consider the sequence $a_n :=n! x^n$, then it is more natural to use the quotient criterion for series. Btw the quotient criterion for power series is just an adaption of the usual quotient criterion.2017-01-24
  • 0
    @TheGeekGreek Yes, I considered $$ an:=n!x^n $$ as a sequence. Well, not $$n!x^n$$ but $$n!$$ and then I used the ratio test for radius of convergence, but I should be using the ratio criterion for sequences. As far as I understood, when using the ratio criterion there should not be any x parameters. So our sequence here is not $$n!x^n$$ but $$n!$$, right?2017-01-24
  • 1
    @Blnpwr No. There are two ways: $$\sum_{n = 1}^\infty a_n x^n \qquad \text{and} \qquad \sum_{n = 1}^\infty b_n $$ where $b_n := a_n x^n$. Now we get the convergence radius $R$ either by $$R = \lim_{n \to \infty} \left| \frac{a_{n}}{a_{n+1}}\right|$$ or by requiring $$\lim_{n \to \infty}\left|\frac{b_{n+1}}{b_n}\right| < 1$$ and solving for $|x|$ which yields the **same result** .2017-01-24
  • 0
    @TheGeekGreek ah I see, so it does not matter which way I use ? I can either use $$ \frac{a_n}{a_{n+1}} $$ or $$ \frac{a_{n+1}}{a_n}$$ Right?2017-01-24
  • 0
    @Blnpwr No it does not really matter. But you have to be carefull when you use which formula.2017-01-24
1

$n!$ will ultimately grow faster than any polynomial.

When $n>\frac 1x$ then each consecutive member in the series is larger than the one before it, and you need them to be getting smaller for the series to converge.