Give an example of a convergent series ∑an such that the series ∑a3n is divergent.
Give an example of a divergent series ∑bn such that the series ∑b3n is convergent.
Attempt:
I am not sure if this is a valid forumla for a sequence : a3n−2=11+4(n−1),a3n−1=13+4(n−1),a3n=−12n. This series converges to 32log(2). But, ∑a3n diverges.
We define b3n−2=1,b3n−1=1,b3n=1n2. The series diverges, but ∑b3n converges to π26
The problem is, I am not sure if the this type of "formula" works [unlike the sequence defined by 1/n or something. Is this valid to define the sequence "term-by-term" (here, three different types of indices)?].
Answer
It is entirely fine to define a sequence term by term, and your examples are fine. In fact LATEX even supports this with the following environment:
a_n=
\begin{cases}
[value 1] & [condition 1] \\
[value 2] & [condition 2] \\
...
\end{cases}
For example (right click to show underlying code):
an={2 if 3 divides n−1 otherwise and bn={0 if 3 divides n1 otherwise.
No comments:
Post a Comment