Problems

Age
Difficulty
Found: 30

In the number 1234096 each digit, starting with the 5th digit, is equal to the final digit of the sum of the previous 4 digits. Will the digits 8123 ever occur in a row in this number?

The Babylonian algorithm for deducing 2. The sequence of numbers {xn} is given by the following conditions: x1=1, xn+1=12(xn+2/xn) (n1).

Prove that limnxn=2.

What will the sequence from the previous problem 61297 be converging towards if we choose x1 as equal to 1 as the initial condition?

The iterative formula of Heron. Prove that the sequence of numbers {xn} given by the conditions x1=1, xn+1=12(xn+k/xn), converges. Find the limit of this sequence.

The algorithm of the approximate calculation of a3. The sequence {an} is defined by the following conditions: a0=a>0, an+1=1/3(2an+a/an2) (n0).

Prove that limnan=a3.

The sequence of numbers {an} is given by a1=1, an+1=3an/4+1/an (n1). Prove that:

a) the sequence {an} converges;

b) |a10002|<(3/4)1000.

The sequence of numbers {xn} is given by the following conditions: x1a, xn+1=a+xn. Prove that the sequence xn is monotonic and bounded. Find its limit.