Problems

Age
Difficulty
Found: 12

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.

Method of iterations. In order to approximately solve an equation, it is allowed to write f(x)=x, by using the iteration method. First, some number x0 is chosen, and then the sequence {xn} is constructed according to the rule xn+1=f(xn) (n0). Prove that if this sequence has the limit x=limnxn, and the function f(x) is continuous, then this limit is the root of the original equation: f(x)=x.

The numbers a1,a2,,ak are such that the equality limn(xn+a1xn1++akxnk)=0 is possible only for those sequences {xn} for which limnxn=0. Prove that all the roots of the polynomial P (λ)=λk+a1λk1+a2λk2++ak are modulo less than 1.

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.

We call the geometric-harmonic mean of numbers a and b the general limit of the sequences {an} and {bn} constructed according to the rule a0=a, b0=b, an+1=2anbnan+bn, bn+1=anbn (n0).

We denote it by ν(a,b). Prove that ν(a,b) is related to μ(a,b) (see problem number 61322) by ν(a,b)×μ(1/a,1/b)=1.

Problem number 61322 says that both of these sequences have the same limit.

This limit is called the arithmetic-geometric mean of the numbers a,b and is denoted by μ(a,b).

On the occasion of the beginning of the winter holidays all of the boys from class 8B went to the shooting range. It is known that there are n boys in 8B. There are n targets at the shooting range which the class attended. Each of the boys randomly chooses a target, while some of the boys could choose the same target. After this, all of the boys simultaneously attempt to shoot their target. It is known that each of the boys hits their target. The target is considered to be affected if at least one boy has hit it.

a) Find the average number of affected targets.

b) Can the average number of affected targets be less than n/2?