I have been studying binomial theorem and have been practicing the methods to find the results of summations involving binomial coefficients and in one of the books I own, I came across this limit of a summation involving binomial coefficients:
$$\lim_{n\to\infty}\sum_{r=0}^n(-1)^r\binom{n}{2r}\left(\frac{x}{n}\right)^{2r}$$
I have tried almost all the methods I have learnt which are to be used in order to find such sums, but this one has completely stumped me. Any kind of hints/solutions/explanations would be highly appreciated.
HINT: the sum $\sum_{k=0}^n(-1)^r\binom{n}{2k}$ reminds me the series representation of the cosine function and, at the same time, a binomial expansion. Then it seems that this is a binomial expansion of powers of $i$, observe that
$$\sum_{r=0}^n(-1)^r\binom{n}{2r}=\sum_{r=0}^ni^{2r}\binom{n}{2r}$$
and
$$(1+i)^n=\sum_{r=0}^n\binom{n}{r}i^r$$
Hence adding $(x/n)^{2r}$ we can see that
$$(1+ix/n)^n=\sum_{r=0}^n\binom{n}{r}(ix/n)^r\tag{1}$$
and
$$\sum_{r=0}^n(-1)^r(x/n)^{2r}\binom{n}{2r}=\sum_{r=0}^n(ix/n)^{2r}\binom{n}{2r}\tag{2}$$
The key is relate (1) and (2).