What is the radius of convergence for this power series?

braindead101
Messages
158
Reaction score
0
I am looking for radius of convergence of this power series:
\sum^{\infty}_{n=1}a_{n}x^{n}, where a_{n} is given below.
a_{n} = (n!)^2/(2n)!

I am looking for the lim sup of |a_n| and i am having trouble simplifying it. I know the radius of convergence is suppose to be 4, so the lim sup should equal 1/4.

here is my work (leaving lim sup as n-> inf out as i don't want to write it every line)
[(n!)^2/(2n)!]^(1/n)
I expanded out the bottom factorial:
[(n!)(n!) / (2n)(2n-1)(2n-2)(2n-3)(2n-4)! ] ^ (1/n)
and found that you can take out a 2 from the bottom even terms (now i don't know how to express the odd terms as a factorial):
[(n!)(n)(n-1)(n-2)! / (2)(n)(n-1)(n-2)!(2n-1)(2n-3)(2n-5)...! ] ^ (1/n)
and i canceled out the n! in top and bottom:
[ (n!) / 2 (2n-1)(2n-3)(2n-5)(2n-7)..! ] ^ (1/n)
now i am stuck..

any help would be highly appreciated. haven't really dealt with factorials in awhile.
 
Physics news on Phys.org
The way you have written that makes it very difficult to read. I presume you are using the ratio test to find the radius of convergence.

a_{n+1}|x^{n+1}|= \frac{((n+1)!)^2}{(2(n+1))!}|x^{n+1}|
and you want to divide that by
a_n|x^n|= \frac{(n!)^2}{(2n)!}|x^n|
Okay, just be careful to combine the corresponding parts into fractions:
\left(\frac{(n+1)!}{n!}\right)^2\frac{(2n)!}{(2n+2)!}|x|
Now, you certainly should know that (n+1)!/n! = n+1 and it is not to difficult to see that (2n+2)!= (2n+2)(2n+1)(2n)! so that (2n)!/(2n+2)!= 1/((2n+2)(2n+1)). What you have reduces to
\frac{(n+1)^2}{(2n+2)(2n+1)}|x|
and since 2n+2= n+1 we can cancel n+1 in numerator and denominator to get
\frac{n+1}{2(2n+1)}|x|
Now, what is the limit of that as n goes to infinity?
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top