Does the Series Sum of Differences Converge Given a Contractive Condition?

  • Context:
  • Thread starter Thread starter evinda
  • Start date Start date
  • Tags Tags
    Series
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
evinda
Gold Member
MHB
Messages
3,741
Reaction score
0
Hello! (Wave)

Let $0< \theta<1$ and a sequence $(a_n)$ for which it holds that

$$|a_{n+2}-a_{n+1}| \leq \theta |a_{n+1}-a_{n}|, n=1,2, \dots$$

We have already shown that $(a_n)$ converges. Could you give me a hint how we could also show that $\sum_{n=1}^{\infty} (a_{n+1}-a_n)$ converges?
 
Physics news on Phys.org
evinda said:
Hello! (Wave)

Let $0< \theta<1$ and a sequence $(a_n)$ for which it holds that

$$|a_{n+2}-a_{n+1}| \leq \theta |a_{n+1}-a_{n}|, n=1,2, \dots$$

We have already shown that $(a_n)$ converges. Could you give me a hint how we could also show that $\sum_{n=1}^{\infty} (a_{n+1}-a_n)$ converges?

Hey evinda!

That's a telescoping sum isn't it?
That is:
$$\sum_{n=1}^{\infty} (a_{n+1}-a_n)
= \lim_{n\to\infty} \sum_{k=1}^{n} (a_{k+1}-a_k)
= \lim_{n\to\infty} \big((a_{n+1} - a_n) + (a_{n} - a_{n-1}) + \ldots + (a_2 - a_1)\big)
= \lim_{n\to\infty} (a_{n+1} - a_1)
$$
(Thinking)