This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
math104-f21:hw6 [2021/10/09 05:18] pzhou [Solution] |
math104-f21:hw6 [2026/02/21 14:41] (current) |
||
|---|---|---|---|
| Line 10: | Line 10: | ||
| 4. Show that if a series $\sum_n a_n$ converges absolutely, then $\sum_n a_n a_{n+1}$ converges absolutely. | 4. Show that if a series $\sum_n a_n$ converges absolutely, then $\sum_n a_n a_{n+1}$ converges absolutely. | ||
| - | 5. Give an example of divergent series $\sum_n a_n$ of positive numbers $a_n$, such that $\lim_n a_{n+1} / a_n = \lim_n a_n^{1/n} = 1$. And give an example of convergent series $\sum_n b_n$ of positive numbers $a_n$, such that $\lim_n b_{n+1} / b_n = \lim_n b_n^{1/n} = 1$. | + | 5. Give an example of divergent series $\sum_n a_n$ of positive numbers $a_n$, such that $\lim_n a_{n+1} / a_n = \lim_n a_n^{1/n} = 1$. And give an example of convergent series $\sum_n b_n$ of positive numbers $b_n$, such that $\lim_n b_{n+1} / b_n = \lim_n b_n^{1/n} = 1$. |
| ====== Solution ====== | ====== Solution ====== | ||
| Line 26: | Line 26: | ||
| * $\sum n!/n^n$, we can do ratio test $$a_{n+1} / a_n = \frac{n+1}{(n+1)^{n+1}/ | * $\sum n!/n^n$, we can do ratio test $$a_{n+1} / a_n = \frac{n+1}{(n+1)^{n+1}/ | ||
| + | 3. Problem: Let $\sum_{n=1}^\infty a_n$ be a series. Show that if $\sum_{m=1}^\infty a_{2m}$ and $\sum_{m=1}^\infty a_{2m-1}$ both converges, then $\sum_{n=1}^\infty a_n$ converges. | ||
| + | |||
| + | Solution: Let $b_n = a_{2n}$ and $c_n = a_{2n-1}$, for $n=1, | ||
| + | |||
| + | 4. Since $\sum_n a_n$ converges, $\lim a_n = 0$, hence $a_n$ is bounded, say $|a_n|< | ||
| + | |||
| + | 5. divergent example $\sum_n 1/n$; convergent example, $\sum_n 1/ | ||