Convergence of Sum of Sequences
up vote
4
down vote
favorite
This week, I learned a bit more about limits, convergence and divergence.
I was given a sum of two sequences and asked to tell whether or not it is convergent, and what its limit is:
$a_n := (-1)^n + frac{1}{n^2 +1}$
which I re-wrote into
$lim_{nto infty}(-1)^n +lim_{nto infty}frac{1}{n^2 +1}$
I noticed that $lim_{nto infty}(-1)^n$ isn't convergent, whereas the latter is convergent and has the limit of $0$. That is why I'm not entirely sure whether $a_n$ is convergent or not, and got confused.
I hope someone can clear my doubts and explain their answer to me!
Thank you.
sequences-and-series limits convergence
New contributor
Rikk is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
up vote
4
down vote
favorite
This week, I learned a bit more about limits, convergence and divergence.
I was given a sum of two sequences and asked to tell whether or not it is convergent, and what its limit is:
$a_n := (-1)^n + frac{1}{n^2 +1}$
which I re-wrote into
$lim_{nto infty}(-1)^n +lim_{nto infty}frac{1}{n^2 +1}$
I noticed that $lim_{nto infty}(-1)^n$ isn't convergent, whereas the latter is convergent and has the limit of $0$. That is why I'm not entirely sure whether $a_n$ is convergent or not, and got confused.
I hope someone can clear my doubts and explain their answer to me!
Thank you.
sequences-and-series limits convergence
New contributor
Rikk is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1
To start with, what do you know about sums of sequences and their convergence?
– Chris Culter
Dec 5 at 19:48
add a comment |
up vote
4
down vote
favorite
up vote
4
down vote
favorite
This week, I learned a bit more about limits, convergence and divergence.
I was given a sum of two sequences and asked to tell whether or not it is convergent, and what its limit is:
$a_n := (-1)^n + frac{1}{n^2 +1}$
which I re-wrote into
$lim_{nto infty}(-1)^n +lim_{nto infty}frac{1}{n^2 +1}$
I noticed that $lim_{nto infty}(-1)^n$ isn't convergent, whereas the latter is convergent and has the limit of $0$. That is why I'm not entirely sure whether $a_n$ is convergent or not, and got confused.
I hope someone can clear my doubts and explain their answer to me!
Thank you.
sequences-and-series limits convergence
New contributor
Rikk is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
This week, I learned a bit more about limits, convergence and divergence.
I was given a sum of two sequences and asked to tell whether or not it is convergent, and what its limit is:
$a_n := (-1)^n + frac{1}{n^2 +1}$
which I re-wrote into
$lim_{nto infty}(-1)^n +lim_{nto infty}frac{1}{n^2 +1}$
I noticed that $lim_{nto infty}(-1)^n$ isn't convergent, whereas the latter is convergent and has the limit of $0$. That is why I'm not entirely sure whether $a_n$ is convergent or not, and got confused.
I hope someone can clear my doubts and explain their answer to me!
Thank you.
sequences-and-series limits convergence
sequences-and-series limits convergence
New contributor
Rikk is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Rikk is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Rikk is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked Dec 5 at 19:43
Rikk
424
424
New contributor
Rikk is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Rikk is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Rikk is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1
To start with, what do you know about sums of sequences and their convergence?
– Chris Culter
Dec 5 at 19:48
add a comment |
1
To start with, what do you know about sums of sequences and their convergence?
– Chris Culter
Dec 5 at 19:48
1
1
To start with, what do you know about sums of sequences and their convergence?
– Chris Culter
Dec 5 at 19:48
To start with, what do you know about sums of sequences and their convergence?
– Chris Culter
Dec 5 at 19:48
add a comment |
3 Answers
3
active
oldest
votes
up vote
2
down vote
accepted
Let $u_n=(-1)^n$ and
$v_n=frac{1}{n^2+1}$.
$(u_n)$ is divergent since
$$lim u_{2n}ne lim u_{2n+1}$$
$(v_n)$ is convergent since
$$lim v_n=0.$$
the sum of a convergent sequence and a divergent one is DIVERGENT.
add a comment |
up vote
3
down vote
You should look at the global situation rather than focusing on the specific example.
The sum of a convergent sequence and a divergent one diverges. If this wasn't the case the difference of the sum and the convergent sequence would converge. That can't be as this is equal to the divergent sequence.
add a comment |
up vote
2
down vote
Let consider
n odd $implies a_n := (-1)^n + frac{1}{n^2 +1} to -1$
n even $implies a_n := (-1)^n + frac{1}{n^2 +1} to 1$
what can we conclude, recalling that for a convergent sequence all the subsequence need to converge to the same limit?
We conclude is that $a_n$ cannot be convergent! Thank you.
– Rikk
Dec 5 at 20:12
@Rikk Yes of course that the general way to prove that. You are welcome! Bye
– gimusi
Dec 5 at 20:14
add a comment |
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
accepted
Let $u_n=(-1)^n$ and
$v_n=frac{1}{n^2+1}$.
$(u_n)$ is divergent since
$$lim u_{2n}ne lim u_{2n+1}$$
$(v_n)$ is convergent since
$$lim v_n=0.$$
the sum of a convergent sequence and a divergent one is DIVERGENT.
add a comment |
up vote
2
down vote
accepted
Let $u_n=(-1)^n$ and
$v_n=frac{1}{n^2+1}$.
$(u_n)$ is divergent since
$$lim u_{2n}ne lim u_{2n+1}$$
$(v_n)$ is convergent since
$$lim v_n=0.$$
the sum of a convergent sequence and a divergent one is DIVERGENT.
add a comment |
up vote
2
down vote
accepted
up vote
2
down vote
accepted
Let $u_n=(-1)^n$ and
$v_n=frac{1}{n^2+1}$.
$(u_n)$ is divergent since
$$lim u_{2n}ne lim u_{2n+1}$$
$(v_n)$ is convergent since
$$lim v_n=0.$$
the sum of a convergent sequence and a divergent one is DIVERGENT.
Let $u_n=(-1)^n$ and
$v_n=frac{1}{n^2+1}$.
$(u_n)$ is divergent since
$$lim u_{2n}ne lim u_{2n+1}$$
$(v_n)$ is convergent since
$$lim v_n=0.$$
the sum of a convergent sequence and a divergent one is DIVERGENT.
answered Dec 5 at 19:50
hamam_Abdallah
37.3k21634
37.3k21634
add a comment |
add a comment |
up vote
3
down vote
You should look at the global situation rather than focusing on the specific example.
The sum of a convergent sequence and a divergent one diverges. If this wasn't the case the difference of the sum and the convergent sequence would converge. That can't be as this is equal to the divergent sequence.
add a comment |
up vote
3
down vote
You should look at the global situation rather than focusing on the specific example.
The sum of a convergent sequence and a divergent one diverges. If this wasn't the case the difference of the sum and the convergent sequence would converge. That can't be as this is equal to the divergent sequence.
add a comment |
up vote
3
down vote
up vote
3
down vote
You should look at the global situation rather than focusing on the specific example.
The sum of a convergent sequence and a divergent one diverges. If this wasn't the case the difference of the sum and the convergent sequence would converge. That can't be as this is equal to the divergent sequence.
You should look at the global situation rather than focusing on the specific example.
The sum of a convergent sequence and a divergent one diverges. If this wasn't the case the difference of the sum and the convergent sequence would converge. That can't be as this is equal to the divergent sequence.
answered Dec 5 at 19:54
mathcounterexamples.net
23.8k21753
23.8k21753
add a comment |
add a comment |
up vote
2
down vote
Let consider
n odd $implies a_n := (-1)^n + frac{1}{n^2 +1} to -1$
n even $implies a_n := (-1)^n + frac{1}{n^2 +1} to 1$
what can we conclude, recalling that for a convergent sequence all the subsequence need to converge to the same limit?
We conclude is that $a_n$ cannot be convergent! Thank you.
– Rikk
Dec 5 at 20:12
@Rikk Yes of course that the general way to prove that. You are welcome! Bye
– gimusi
Dec 5 at 20:14
add a comment |
up vote
2
down vote
Let consider
n odd $implies a_n := (-1)^n + frac{1}{n^2 +1} to -1$
n even $implies a_n := (-1)^n + frac{1}{n^2 +1} to 1$
what can we conclude, recalling that for a convergent sequence all the subsequence need to converge to the same limit?
We conclude is that $a_n$ cannot be convergent! Thank you.
– Rikk
Dec 5 at 20:12
@Rikk Yes of course that the general way to prove that. You are welcome! Bye
– gimusi
Dec 5 at 20:14
add a comment |
up vote
2
down vote
up vote
2
down vote
Let consider
n odd $implies a_n := (-1)^n + frac{1}{n^2 +1} to -1$
n even $implies a_n := (-1)^n + frac{1}{n^2 +1} to 1$
what can we conclude, recalling that for a convergent sequence all the subsequence need to converge to the same limit?
Let consider
n odd $implies a_n := (-1)^n + frac{1}{n^2 +1} to -1$
n even $implies a_n := (-1)^n + frac{1}{n^2 +1} to 1$
what can we conclude, recalling that for a convergent sequence all the subsequence need to converge to the same limit?
edited Dec 5 at 19:57
answered Dec 5 at 19:49
gimusi
91k74495
91k74495
We conclude is that $a_n$ cannot be convergent! Thank you.
– Rikk
Dec 5 at 20:12
@Rikk Yes of course that the general way to prove that. You are welcome! Bye
– gimusi
Dec 5 at 20:14
add a comment |
We conclude is that $a_n$ cannot be convergent! Thank you.
– Rikk
Dec 5 at 20:12
@Rikk Yes of course that the general way to prove that. You are welcome! Bye
– gimusi
Dec 5 at 20:14
We conclude is that $a_n$ cannot be convergent! Thank you.
– Rikk
Dec 5 at 20:12
We conclude is that $a_n$ cannot be convergent! Thank you.
– Rikk
Dec 5 at 20:12
@Rikk Yes of course that the general way to prove that. You are welcome! Bye
– gimusi
Dec 5 at 20:14
@Rikk Yes of course that the general way to prove that. You are welcome! Bye
– gimusi
Dec 5 at 20:14
add a comment |
Rikk is a new contributor. Be nice, and check out our Code of Conduct.
Rikk is a new contributor. Be nice, and check out our Code of Conduct.
Rikk is a new contributor. Be nice, and check out our Code of Conduct.
Rikk is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3027553%2fconvergence-of-sum-of-sequences%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
To start with, what do you know about sums of sequences and their convergence?
– Chris Culter
Dec 5 at 19:48