Given is a power series. We need to find the radius of convergence for this series. The series given is:
$$ \sum_{n=0}^{\infty}n^n(x-1)^n$$
To find the radius of convergence, I have first tried to substitute $y = x - 1$, since this was explained the the course notes. Then I took the limit of the absolute value of $\frac{c_k}{c_{k+1}}$ where $n \xrightarrow[]{} \infty$, where $c_k$ is $n^n$. Then I rewrote the sum as:
$$ \sum_{n=0}^{\infty}n^n(y)^n $$
Thuss the limit if I'm not mistaken is:
$$ \lim_{n \xrightarrow[]{} \infty} \mid{\frac{n^n}{(n + 1)^{n + 1}}}\mid $$
This is where I'm quite stuck. I have build up this limit, but then the course says we must use the following where
$$ \lim_{n \xrightarrow[]{} \infty} \left( \frac{n + 1}{n} \right)^n = e$$
Can anyone explain to me how this is related to each other?
Thanks in advance.
The Root Test on this series can help illuminate the radius of convergence. As long as the limit described by this test is greater than 1, the series diverges. Thus we have:
$$\lim_{n\to\infty} |n^ny^n|^{\frac{1}{n}} > 1$$
Simplifying we get:
$$\lim_{n\to\infty} ny$$
If y is not zero then this limit goes off to infinity for any fixed y (implying the limit is greater than 1 unless y is 0). Thus, the original series only converges if $x = 1$ .