I'm a bit confused about the following statement from a script. We look at the power series with coefficient $ a_k = (1+1/k)^{k^2}$ and want to compute the radius of convergence $R$ of the series. The solution given is $R=1$, applying the $k^2$ root to $a_k$. I don't get this: The Cauchy-Hadamard formula involves the $k$th root which would give $R=1/e$ in my opinion. Is this a mistake in the script or is it me who is mistaken?
2026-03-29 12:05:19.1774785919
On
Confusion about radius of convergence of a power series
83 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
0
On
Just another way to do it. $$a_k=(1+\frac {1}{k})^{k^2}\implies \log(a_k)=k^2\log \left(1+\frac{1}{k}\right)$$ $$\log(a_k)-\log(a_{k+1})=k^2\log \left(1+\frac{1}{k}\right)-(k+1)^2\log \left(1+\frac{1}{k+1}\right)$$ Now, use Taylor expansions to get $$\log(a_k)-\log(a_{k+1})=-1+\frac{1}{3 k^2}+O\left(\frac{1}{k^3}\right)$$ Continue with Taylor $$\frac{a_k} {a_{k+1}}=\frac{1}{e}+\frac{1}{3 e k^2}+O\left(\frac{1}{k^3}\right)$$ making $R=\frac{1}{e}$ as you found.
You are indeed correct.
For coefficients $a_k:=(1+\frac {1}{k})^{k^2}$, the Cauchy-Hadamard formula gives:
$$R=\frac {1}{\limsup_{k\to\infty}(|a_k|)^{\frac {1}{k}}}=\frac {1}{\limsup_{k\to\infty}(|(1+\frac {1}{k})^{k^2}|)^{\frac {1}{k}}}=\frac {1}{\limsup_{k\to\infty}((1+\frac {1}{k})^{k^2})^{\frac {1}{k}}}=\frac {1}{\limsup_{k\to\infty}(1+\frac {1}{k})^k}=\frac {1}{e}$$