The iterative formula of Heron. Prove that the sequence of numbers \(\{x_n\}\) given by the conditions \(x_1 = 1\), \(x_{n + 1} = \frac 12 (x_n + k/x_n)\), converges. Find the limit of this sequence.
The algorithm of the approximate calculation of \(\sqrt[3]{a}\). The sequence \(\{a_n\}\) is defined by the following conditions: \(a_0 = a > 0\), \(a_{n + 1} = 1/3 (2a_n + a/a^2_n)\) (\(n \geq 0\)).
Prove that \(\lim\limits_{n\to\infty} a_n = \sqrt[3]{a}\).
The sequence of numbers \(\{a_n\}\) is given by \(a_1 = 1\), \(a_{n + 1} = 3a_n/4 + 1/a_n\) (\(n \geq 1\)). Prove that:
a) the sequence \(\{a_n\}\) converges;
b) \(|a_{1000} - 2| < (3/4)^{1000}\).
Find the limit of the sequence that is given by the following conditions \(a_1 = 2\), \(a_{n + 1} = a_n/2 + a_n^2/8\) (\(n \geq 1\)).
The sequence of numbers \(\{x_n\}\) is given by the following conditions: \(x_1 \geq - a\), \(x_{n + 1} = \sqrt{a + x_n}\). Prove that the sequence \(x_n\) is monotonic and bounded. Find its limit.
Prove that the sequence \(x_n = \sin (n^2)\) does not tend to zero for \(n\) that tends to infinity.
\(N\) points are given, no three of which lie on one line. Each two of these points are connected by a segment, and each segment is coloured in one of the \(k\) colours. Prove that if \(N > \lfloor k!e\rfloor\), then among these points one can choose three such that all sides of the triangle formed by them will be colored in one colour.
A fly moves from the origin only to the right or upwards along the lines of the integer grid (a monotonic wander). In each node of the net, the fly randomly selects the direction of further movement: upwards or to the right.
a) Prove that sooner or later the fly will reach the point with abscissa 2011.
b) Find the mathematical expectation of the ordinate of the fly at the moment when the fly reached the abscissa 2011.