Lets say you have a set with all natural numbers until x:
M = { 1 ; 2 ; 3 ; ⋯ ; x }
Lets say you have another set with the powers of 2 (until 2 x ) :
N = { 2 1 ; 2 2 ; 2 3 ; ⋯ ; 2 x }
Now you store every possible fraction, where the numerator is an element of M and the denominator is an element of N , in a third set Q . Q ˉ is the arithmetic mean of Q .
What is the limit of Q ˉ if x grows up to infinity?
bonus: How does the limit change if you insert a single 1 into N ?
edit: Q can hold multiple times the same value. For example, when x ≥ 2 Q holds 4 2 and 2 1 even both fractions have the same value.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Q ˉ = n u m b e r O f E l e m e n t s O f Q s u m O f A l l E l e m e n t s O f Q
M has x elements and N has x elements as well. Thus, for every demominator we have x numerators,there are x demoninators so there are x 2 elements in Q .
To get the sum of all elements of Q , lets focus to a fixed denominator. The sum of all fractions for a fixed denominator is:
n 1 + n 2 + n 3 + ⋯ + n x = n 1 + 2 + 3 + ⋯ + x = n ∑ i = 1 x i
The formula for the powers of 2 is 2 1 + 2 2 + 2 3 + ⋯ + 2 x = ∑ n = 1 x { 2 n } . Thus, we get:
∑ n = 1 x { 2 n ∑ i = 1 x i } = ∑ i = 1 x i ⋅ ∑ n = 1 x { 2 n 1 } = 2 x ⋅ ( x + 1 ) ⋅ ∑ n = 1 x { 2 n 1 }
If we combine everything together, we get:
Q ˉ = x 2 2 x ⋅ ( x + 1 ) ⋅ ∑ n = 1 x { 2 x 1 }
Q ˉ = 2 ⋅ x 2 x ⋅ ( x + 1 ) ⋅ ∑ n = 1 x { 2 x 1 }
And now we have to calculate the limit:
lim x → ∞ Q ˉ = lim x → ∞ 2 ⋅ x 2 x ⋅ ( x + 1 ) ⋅ ∑ n = 1 x { 2 x 1 }
We know, that ∑ n = 1 x { 2 x 1 } converges to 1 (if x grows up to infinity).
lim x → ∞ Q ˉ = lim x → ∞ 2 ⋅ x 2 x ⋅ ( x + 1 ) ⋅ 1 = lim x → ∞ 2 ⋅ x 2 x ⋅ ( x + 1 ) = lim x → ∞ 2 ⋅ x 2 x 2 + x
lim x → ∞ Q ˉ = lim x → ∞ x 2 ⋅ ( 2 ) x 2 ⋅ ( 1 + x 1 ) = lim x → ∞ 2 ( 1 + x 1 )
Deleting the zero sequence, leads to:
lim x → ∞ Q ˉ = lim x → ∞ 2 1 = 2 1
bonus question:
If we insert a single 1 to N , then the formula would change a little bit, because we have now: ∑ n = 0 x { 2 n 1 }
Thus, we get:
Q ˉ = x 2 2 x ⋅ ( x + 1 ) ⋅ ∑ n = 0 x { 2 x 1 }
And now we have to calculate the limit as befor, but ∑ n = 0 x { 2 n 1 } converges to 2 (if x grows up to infinity).
lim x → ∞ Q ˉ = lim x → ∞ 2 ⋅ x 2 x ⋅ ( x + 1 ) ⋅ ∑ n = 0 x { 2 x 1 }
With the same conversions as befor:
lim x → ∞ Q ˉ = lim x → ∞ 2 ⋅ x 2 x ⋅ ( x + 1 ) ⋅ 2 = lim x → ∞ x 2 x 2 + x = lim x → ∞ x 2 x 2 ⋅ ( 1 + x 1 ) = lim x → ∞ 1 = 1
Note: You should clarify that you want the multi-set created by the cartesian product. Otherwise, with n = 4 , we would only have 1 value of 2 1 2 = 2 2 4 .
If we remove these, it's not immediately clear that the limit is the same
In addition, when calculating lim Q ˉ , please do so properly. It's not always true that lim f ( x ) g ( x ) = lim f ( x ) × lim g ( x ) , so at least mention that the limits exist.
Log in to reply
Thank you for these tips. I've eddited the problem.
Problem Loading...
Note Loading...
Set Loading...
If we write N ′ = { 2 1 1 , 2 2 1 , … , 2 x 1 } , the total of all elements of Q is simply the product of the sum of all terms in M and the sum of all terms in N ′ , which is
2 x ( x + 1 ) ⋅ ( 1 − 2 x 1 )
There are x 2 elements in Q ; so the arithmetic mean is
Q = 2 x 2 x ( x + 1 ) ⋅ ( 1 − 2 x 1 ) = 2 1 + x − 2 ⋅ ( 1 − 2 x 1 )
This clearly tends to 2 1 as x tends to infinity.
Extending N to include 2 0 changes the sum of N ′ to ( 2 − 2 x 1 ) ; the new limit for Q would be 1 .