-1

Let a, b ∈ R. The sequence (an)n∈N is recursively defined as follows:

enter image description here

a) Show that for all k ∈ N the equation holds

enter image description here

b) Show that the sequence (an)n∈N converges and determine its limit.

Hello everyone,

First of all this is the whole question. I just can't show that the sequence falls strictly monotonically and is limited. I hope someone can help me, because I'm already getting desperate.

Kind regards

A O
  • 51
  • The result of part (a) shows that the sequence $(a_n)$ does not falls strictly monotonically, but sometimes rises and sometimes falls. (When $a\ne b$) – peterwhy Jan 23 '23 at 10:33

1 Answers1

1

Hint:

$a)$: You have: $3(a_n - a_{n-1}) = -(a_{n-1} - a_{n-2})$. Can you take it from here ?

$b)$: Use telescoping: $a_n = (a_n - a_{n-1})+(a_{n-1} - a_{n-2})+\cdots (a_2 - a_1)+a_1$. Can you finish it ?

Wang YeFei
  • 6,390