I am studying the volume of $n$-balls, and I have deduced the following formula for the volume of a $n$-dimensional ball of radius $R$:
$$V_{2k}(R) = \frac{(\pi R^2)^k}{k!} \hspace{1cm} V_{2k+1}(R) = 2R\frac{(4\pi R^2)^kk!}{(2k+1)!}$$
I now want to show that $V_n(R)$ tends to zero as $n$ tends to infinity, so I have to calculate $\displaystyle\lim_{k\rightarrow\infty} \frac{(\pi R^2)^k}{k!}$ and $\displaystyle\lim_{k\rightarrow\infty} 2R\frac{(4\pi R^2)^kk!}{(2k+1)!}$. However, I am not sure how to calculate the limits because of the factorials in them.
I also what to show that $V_n(R)$ has always one maximum in terms of $n$, that is, that there is a dimension where a ball with radius $R$ has the maximum volume, for example, for $R=1$, it is the 5th dimension ($n = 5$). However, again because of the factorials, I don't know how to calculate the derivative to optimize the function.
I would prefer a solution that does not use the gamma function, Stirling's approximation, or double factorials.