Give an example of a divergent sequence which has two convergent sequences. Justify
your claim.
Example of a divergent sequence which has two convergent sequences.
Let's consider the sequences "x_n = \\begin{cases}\n 0 &\\text{if } n-odd \\\\\n 1 &\\text{if } n-even\n\\end{cases}" and "y_n = \\begin{cases}\n 1 &\\text{if } n-odd \\\\\n 0 &\\text{if } n-even\n\\end{cases}"
Since the subsequences "x_{2k}=1_{k\\to\\infty}\\to1" and "x_{2k-1}=0_{k\\to\\infty}\\to0" have different limit points, then the sequence "x_n = \\begin{cases}\n 0 &\\text{if } n-odd \\\\\n 1 &\\text{if } n-even\n\\end{cases}" is divergent.
Since the subsequences "y_{2k}=1_{k\\to\\infty}\\to1" and "y_{2k-1}=0_{k\\to\\infty}\\to0" have different limit points, then the sequence "y_n = \\begin{cases}\n 1 &\\text{if } n-odd \\\\\n 0 &\\text{if } n-even\n\\end{cases}" is divergent.
Now, we can consider the sum of those sequences:
"x_n+y_n = \\begin{cases}\n 1 &\\text{if } n-odd \\\\\n 1 &\\text{if } n-even\n\\end{cases}= 1_{n\\to \\infty}\\to1," Hence the sequence "(x_n+y_n)" is convergent.
And also, we can consider the product of those sequences:
"x_n\\times y_n = \\begin{cases}\n\n 0 &\\text{if } n-odd \\\\\n\n 0 &\\text{if } n-even\n\n\\end{cases}= 1_{n\\to \\infty}\\to1," Hence the sequence "(x_n\\times y_n)" is convergent.
Final Answer: "x_n = \\begin{cases}\n 0 &\\text{if } n-odd \\\\\n 1 &\\text{if } n-even\n\\end{cases}" , "y_n = \\begin{cases}\n 1 &\\text{if } n-odd \\\\\n 0 &\\text{if } n-even\n\\end{cases}"
Comments
Leave a comment