2
$\begingroup$

Give an example of a convergent sequence $\{a_n\}$ and divergent sequence $\{b_n\}$ such that $\{a_n+b_n\}$ is a convergent series.

I've been trying to solve this question for a couple days now and have been struggling, if anyone could give me a hint or show me how you got your answer as I feel this isn't solvable but the question says that I must have an example. Thank you in advance, Math Student :)

  • 5
    Who asked you that? You're unlikely to find an example, it is not possible.2017-01-23
  • 4
    As pointed out by Nayuki, your title and body are asking subtly but crucially different questions. Is the sum supposed to be a convergent *sequence*, or a convergent *series*? (And for that matter, what about $\{a_n\}$ and $\{b_n\}$?)2017-01-24
  • 0
    If only [1 + 2 + 3 + ... = -1/12](http://math.stackexchange.com/questions/39802/why-does-123-cdots-frac112)...2017-01-24
  • 0
    You still need to decide whether you mean "sequence" or "series"; I merely improved your LaTeX and title.2017-01-24

2 Answers 2

14

Assume ${a_n + b_n}$ converges. Since ${a_n}$ converges, ${a_n + b_n - a_n}$ converges, contradicting the fact that ${b_n}$ does not converge.

  • 4
    Does your answer take into account the fact that in the question, $a_n$ is a convergent *sequence*, $b_n$ is a divergent *sequence*, and $a_n+b_n$ is a convergent *series*?2017-01-24
  • 2
    @Nayuki If by *convergent series* you mean that the series *over* $a_n+b_n$, i.e. $\sum_{i=1}^\infty (a_i+b_i)$, converges, then this implies that the sequence $(a_n+b_n)$ converges.2017-01-24
  • 0
    {$a_n$},{$b_n$}, and {$a_n$+$b_n$} are all sequences, sorry for leaving that out2017-01-24
4

This is not possible. Suppose it was, then we have a convergent sequence ${a_n+b_n}$, and ${a_n}$. We know that the difference of convergent sequences is itself, convergent. This means if ${a_n+b_n}$ converges, and ${a_n}$ converges, then ${a_n+b_n-a_n}$ converges, but this means that ${b_n}$ is convergent, which contradicts our hypothesis, so no, this cannot be done.

You can however have two divergent sequences sum to a convergent one. Just take ${a_n}=(n)$ and ${b_n}=(-n)$ which gives us ${a_n+b_n}=(0)$, and the zero sequence is a constant sequence, which is trivially convergent.