Processing math: 100%

User Tools

Site Tools


pow:problem3f23

Problem 3 (due Monday, October 9)

Given a sequence a1,a2,,an of n real numbers we construct a new sequence of n1 numbers as follows: first we set bi=max(ai,ai+1) for i=1,,n1. Then we choose randomly one index i and add 1 to bi. This is our new sequence. After repeating this operation n1 times we arrive at a single number A. Prove that if a1++an=0, then Alog2n.

Here max(a,b) denotes the larger of the numbers a,b.

We did not receive any solutions. The key idea for our solution is to observe that the quantity 2a1++2an is a monovariant for our operation on sequences, i.e. that this quantity computed for the new sequence is larger or equal than the quantity for the original sequence. It follows that 2A2a1++2an. By the AMGM inequality (the arithmetic mean is always greater or equal than the geometric mean), we have 2a1++2ann, hence Alog2n. For a detailed solution and some additional discussion see the following link Solution.

pow/problem3f23.txt · Last modified: 2023/10/10 16:23 by mazur