show that $\sum_{k=1}^{\infty}{\left ( \frac{1}{2} + \frac{1}{k}\right )^k}$ converges

84 Views Asked by At

How can I show that $\sum_{k=1}^{\infty}{\left ( \frac{1}{2} + \frac{1}{k}\right )^k}$ converges ? I really have no idea how to start.

2

There are 2 best solutions below

3
On BEST ANSWER

Observe that when $k\geq 4$, we know that $\frac{1}{k}\leq\frac{1}{4}$. Therefore, $$ \left(\frac{1}{2}+\frac{1}{k}\right)\leq\frac{3}{4}. $$ Therefore, $$ \sum_{k=4}^\infty \left(\frac{1}{2}+\frac{1}{k}\right)^k\leq \sum_{k=4}^\infty\left(\frac{3}{4}\right)^k $$ The RHS is a geometric series which converges since $\frac{3}{4}<1$. Therefore, by the comparison test, the LHS converges. Adding on the first few terms doesn't change convergence.

0
On

Directly with the $\;n\,-$ th root test:

$$\sqrt[n]{\left(\frac12+\frac1n\right)^n}=\frac12+\frac1n\xrightarrow[n\to\infty]{}\frac12<1$$

and thus the series converges.