Increasing or Decreasing Sequence

e179285
Messages
24
Reaction score
0
A sequence (an) is defined recursively by a1 =1 and an+1 = 1/ 2+an for all n is greater than 1 or equal 1.

ı'll prove that this sequence is convergent,buy ı cannot decide whethet it is increasing or decreasing .When ı write terms ,some terms increase some terms decrease.
 
Physics news on Phys.org
What are the first couple of terms that you got? From the definition in your post it seems like the sequence is increasing to me
 
a1=1/3,a2=7/21,a3=3/7,a4=7/17,a5=17/41 ...

according to my calculation, a1>a2, a3>a2, a5>a4, a3>a4

How can ı decide?
 
I suspect that your OP is not very well formatted now. Is the sequence
an+1 = (1/2)+an (which is what you wrote using proper order of operations)

or is it

an+1=1/(2+an)
which seems to match your most recent post

If it's the latter, then just like you described in your post it's neither increasing nor decreasing
 
My sequence is the second one.If it is neither increasing or decreasing ,how will ı show that it is convergent sequence? ı think there is a problem about sequence.

Thank you for efforts :)
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top