Show that a sequence is bounded above

Qwertyuiop[]

Junior Member
Joined
Jun 1, 2022
Messages
123
Hi, a sequence is defined by u0=0u_0=0 and for positive values of n, un+1=3un+4u_{n+1}=\sqrt{3u_n+4}. Show that the sequence is bounded above 4.
I think i got the answer but i'm not sure if the working is correct. I used induction to get the answer but there is one part in the process i am not sure if it's correct.

so the sequence is bounded above 4: un4u_n\:\le 4.

Base: u0=04u_0\:=0\:\le 4 so true.

Assume un4forsomen  Nu_n\le 4\:for\:some\:n\:\: \in N, we have to show un+14istrue.u_{n+1}\le 4\:is\:true.
We are suposing un4u_n\le 4 is true so i did: un4(un+1)2434(un+1)216un+14u_n\le 4\\ \frac{\left(u_{n+1}\right)^2-4}{3}\le 4\\ \left(u_{n+1}\right)^2\le 16\\ u_{n+1}\le 4.
I used the un+1u_{n+1} equation and made unu_n the susbject, that's the part I think is probably wrong, are you allowed to do this? And is my working correct? If not, how i should do i question like this? thank you.
 
Alternatively, assuming the sequence is monotonically increasing and convergent.
limun+1=limun    un=3un+4    (un)2=3un+4    un=1,4\lim u_{n+1} = \lim u_{n} \iff u_{n} = \sqrt{3\cdot u_{n}+4} \iff (u_{n})^2 = 3u_{n}+4 \iff u_{n} =-1, 4
Since u0=0u_0 = 0 and the sequence is monotonically increasing and convergent, we omit 1-1.
 
=0 and the sequence is monotonically increasing and convergent, we omit −1-1−1.
Keeping -1 as a solution would require using negative square root, i.e. un+1=3un+4u_{n+1} = \mathbf{-}\sqrt{3u_n+4}. Personally, I'd assume that unless specifically mentioned the positive branch is implied.
 
Top