Problem 35

Question

Determine whether the series converges or diverse. $$\sum \frac{2 k}{(2 k) !}$$

Step-by-Step Solution

Verified
Answer
The series \(\sum \frac{2k}{(2k)!}\) converges because the limit of the ratio of consecutive terms, \(\lim_{k\to\infty} \frac{2(k+1)}{(2k+2)(2k+1)}\), is \(\frac{1}{2}\) which is less than 1.
1Step 1: State the Ratio Test Rule
According to the Ratio Test, given a series \(\sum a_n\), we should calculate the limit \(\lim_{n\to\infty} \frac{a_{n+1}}{a_n}\). If the limit is: - Less than 1, the series converges, - Greater than 1, the series diverges, - Equal to 1, the test is inconclusive and we need another test.
2Step 2: State the given series and find the general term a_n
The given series is \(\sum \frac{2k}{(2k)!}\). Here, the general term \(a_k\) is \(\frac{2k}{(2k)!}\).
3Step 3: Find a_{k+1}
To find the term \(a_{k+1}\), we replace k with k+1. So, \(a_{k+1} = \frac{2(k+1)}{(2(k+1))!}\).
4Step 4: Calculate the ratio \(\frac{a_{k+1}}{a_k}\)
Now, we need to find the ratio \(\frac{a_{k+1}}{a_k} = \frac{\frac{2(k+1)}{(2(k+1))!}}{\frac{2k}{(2k)!}}\).
5Step 5: Simplify the ratio obtained in step 4
To simplify the ratio, we multiply the numerator and denominator by \((2k)!(2(k+1))!\), which gives: \(\frac{a_{k+1}}{a_k} = \frac{2(k+1)(2k)!}{2k(2(k+1))!}\) Now, observe that \((2(k+1))! = (2k+2)(2k+1)(2k)!\). After substituting this into the above expression, we get: \(\frac{a_{k+1}}{a_k} = \frac{2(k+1)}{(2k+2)(2k+1)}\)
6Step 6: Find the limit of the ratio \(\frac{a_{k+1}}{a_k}\) as k approaches infinity
We need to find the limit: \[\lim_{k\to\infty} \frac{2(k+1)}{(2k+2)(2k+1)}\] After simplification, we notice that the degree of the numerator and the denominator are the same, and thus we can use the rule that states that the limit is equal to the ratio of the leading coefficients: \[\lim_{k\to\infty} \frac{2}{(2)(2)} = \frac{1}{2}\]
7Step 7: Conclusion
Since the limit we found in step 6 is less than 1, according to the Ratio Test, the given series \(\sum \frac{2k}{(2k)!}\) converges.