How should I find the radius of convergence for this power series?

90 Views Asked by At

For each $m \in \mathbb{N}$, define the power series as $\sum_{n} \binom{mn}{n} z^n$, find its radius of convergence. I tried with ratio test but I got really messy algebra.

My attempt so far: Let $R$ denote the radius of convergence, then $R = (\lim _{n\to \infty} \frac{(mn+m)!(mn-n)!}{n((m-1)(n+1))!(mn)!})^{-1}$ then should I try to expand this and cancel as much as I can?

2

There are 2 best solutions below

0
On BEST ANSWER

I'd use the Cauchy-Hadamard theorem (basically the root test) instead, which has the advantage of having fewer factorials to manipulate.

So the radius of convergence $R$ is given by $$ \frac1R=\limsup_{n\to\infty}\binom{mn}{n}^{1/n}=\limsup_{n\to\infty}\frac{(mn)!^{1/n}}{n!^{1/n}[(m-1)n]!^{1/n}} $$ but Stirling's formula $n!=\sqrt{2\pi n}(n/e)^{n}(1+O(n^{-1}))$ gives $(mn)!^{1/n}=(2\pi mn)^{1/(2n)} (mn/e)^m(1+o(n^{-1}))$. Hence $$ \frac1R=\limsup_{n\to\infty}\frac{(2\pi mn)^{1/(2n)} (mn/e)^m}{(2\pi n)^{1/(2n)} (n/e)(2\pi (m-1)n)^{1/(2n)} ((m-1)n/e)^{m-1}}=\frac{m^m}{(m-1)^{m-1}}. $$

0
On

Using the Ratio test, and assuming $m > 1$:

$\begin{align*} \frac{{mn + m \choose n+1}}{{mn \choose n}} &= \frac{(mn + m)! (n)!((m-1)n)!}{(mn)!(n+1)!((m-1)(n+1))!} \\ &= \frac{(mn+m)!}{(mn)!} \frac{n!}{(n+1)!}\frac{(m n - n)!}{(mn - n + m - 1)!} \\ &= (mn + 1)\ldots(mn + m) \frac{1}{n+1} \frac{1}{(mn - n + 1)\ldots(mn - n + m - 1)}\\ &= \frac{m(n + 1)}{n + 1} \frac{m\cdot n + 1}{(m - 1)\cdot n + 1} \ldots \frac{m\cdot n + m - 1}{(m - 1)\cdot n + m - 1} \end{align*}$

and taking the limits of the fractions separately, we arrive at the same answer as @user10354138 did.