Consider this sequence of length: , where , and each time the next number can be any number within for . Consider the set of all such sequences of length , . The first few sets are: Let be any path in , and be the product of all the numbers in that path. The question is, what is this limit: ? The first few sums are How do you prove that it converges to this value? This question is inspired by this stackexchange post. The original form of the question and the proof is in the following:Answer:
The limit is. The original sequence:
Consider this initial sequence,, where is the Kronecker delta. Next, we define , which is the average of the first numbers in the previous sequence. Thus, the first few sequences are, The question is, what is ? (This is why I decided to call it "The averaging sequence".) Other forms:
If we write the sequence as a vector, the vector of the next sequence is the previous one multiplied by a matrix , , where We start from the vector , thus the first element of is just the top left element of . Thus the question becomes if . Another way to see it is thinking backwards. Consider the first element of the th sequence. It equals of the sum of the first two elements of the th sequence. We can continue to write it as the weighted sum of the previous sequence, and so on. Let's write the weight on each element for each sequence, starting from the th sequence. We can express the denominators as products of paths. Consider the sequences of length , , which start with , and each time the next number can be any number within for . The first few sets are: Let be any path in , and be the product of all the numbers in that path. The question is equivalent to . Notice that these sequences of weights are exactly the first row of , thus they are totally equivalent. Relating them to the "product of paths" seems like an interesting connection. Proof:
Consider the eigenvectors of the matrix,. An obvious one is an all one vector, . Apparently , thus, , which implies that every row of must sum to 1. Can we use this to find ? Suppose the first row of is . Multiply to , the elements of the first row of are: Evidently, Assuming that the first row of converges (which will be proved shortly after) to a constant vector . Then we must have It's easy to solve for the first few elements as a function of , namely . The pattern is obvious. It's easy to prove the general formula by induction, since . Since we must have , we have , thus . To prove that the first row of converges, first we prove that must converge. Consider the original form of the problem. We start with a decreasing sequence, . Each time, the th element of the next sequence is the average of the first elements of the current sequence. If the current sequence is decreasing, it's easy to show that the next sequence must also be decreasing. Thus, for any . We proved that decreases with . Since , the limit must exist, thus must converge. From the updating rule, If converges, must also converge, then must converge as well. The same goes for the rest of the elements, thus the sequence must converge. The proof is complete.
Wednesday, May 8, 2024
The limit of an averaging sequence
Subscribe to:
Post Comments (Atom)
A Recursive Geometric Proof for 1962 IMO Problem 6
Youtube recommended a video to me, where the following problem is solved: Consider an isosceles triangle. Let
-
Here's a simple question: How do you traverse a tree, which is represented as a set of edges in the form of pairs of vertices? My first ...
-
H1269 description: You have a pointer at index 0 in an array of size arrLen. At each step, you can move 1 position to the left, 1 position ...
-
Consider this sequence of length
: , where , and each time the next number can be any numbe...
No comments:
Post a Comment