Convergent Series and Partial Sums

H12504106
Messages
4
Reaction score
0

Homework Statement



Let \sum_{n=1} a_n and \sum_{n=1} b_n be convergent series. For each n \in \mathbb{N}, let c_{2n-1} = a_n and c_{2n} = b_n. Prove that \sum_{n=1} c_n converges.





Homework Equations





The Attempt at a Solution



Not sure whether the following solution is correct or not.
Let S_n, T_n, R_n be the partial sums of the series \sum_{n=1} a_n, \sum_{n=1} b_n, \sum_{n=1} c_n respectively. Now (R_{2n-1}) = c_1 + c_2 +...+ c_{2n-1} = (a_1 +...+ a_n)+ (b_1 +...+b_{n-1}) = S_n +T_{n-1}. Similarily, (R_{2n}) = c_1 + c_2 +...+ c_{2n-1} + c_{2n} = (a_1 +...+ a_n)+ (b_1 +...+b_n) = S_n +T_n. Since \sum_{n=1} a_n[/itex] and \sum_{n=1} b_n converges, the sequence (S_n) and (T_n) converges. Since (R_{2n-1}) and (R_{2n}) converges to the same value, (R_n) converges. Hence, the series \sum_{n=1} c_n converges.
 
Physics news on Phys.org
H12504106 said:

Homework Statement



Let \sum_{n=1} a_n and \sum_{n=1} b_n be convergent series. For each n \in \mathbb{N}, let c_{2n-1} = a_n and c_{2n} = b_n. Prove that \sum_{n=1} c_n converges.

The Attempt at a Solution



Not sure whether the following solution is correct or not.
Let S_n, T_n, R_n be the partial sums of the series \sum_{n=1} a_n, \sum_{n=1} b_n, \sum_{n=1} c_n respectively. Now (R_{2n-1}) = c_1 + c_2 +...+ c_{2n-1} = (a_1 +...+ a_n)+ (b_1 +...+b_{n-1}) = S_n +T_{n-1}. Similarily, (R_{2n}) = c_1 + c_2 +...+ c_{2n-1} + c_{2n} = (a_1 +...+ a_n)+ (b_1 +...+b_n) = S_n +T_n. Since \sum_{n=1} a_n[/itex] and \sum_{n=1} b_n converges, the sequence (S_n) and (T_n) converges. Since (R_{2n-1}) and (R_{2n}) converges to the same value, (R_n) converges. Hence, the series \sum_{n=1} c_n converges.
<br /> <br /> The assertions you make look to be all true. But I think you need to give a more complete explanation for the last two sentences, because proving it carefully is essentially the same as the original problem. I would think along the lines if Σ a<sub>n</sub> = S and Σb<sub>n</sub> = T, you should be able to show directly that the c series converges to S + T with an ε, N argument.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top