n → ∞ lim n 1 0 1 1 1 0 0 + 2 1 0 0 + 3 1 0 0 + 4 1 0 0 + ⋯ + n 1 0 0 = B A .
If A and B are coprime positive integers, find A + B .
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.
Way more elegant than mine! (+1)
That's more efficient. I did the same.
It is possible to have an idea of what a summation to the 1 0 0 t h power looks like, by doing:
1 1 0 1 = ( 1 + 0 ) 1 0 1 = C 0 1 0 1 0 1 0 1 + C 1 1 0 1 0 1 0 0 + C 2 1 0 1 0 9 9 + . . . + C 1 0 0 1 0 1 0 1 + C 1 0 1 1 0 1
2 1 0 1 = ( 1 + 1 ) 1 0 1 = C 0 1 0 1 1 1 0 1 + C 1 1 0 1 1 1 0 0 + C 2 1 0 1 1 9 9 + . . . + C 1 0 0 1 0 1 1 1 + C 1 0 1 1 0 1
3 1 0 1 = ( 1 + 2 ) 1 0 1 = C 0 1 0 1 2 1 0 1 + C 1 1 0 1 2 1 0 0 + C 2 1 0 1 2 9 9 + . . . + C 1 0 0 1 0 1 2 1 + C 1 0 1 1 0 1
⋮
( 1 + n ) 1 0 1 = C 0 1 0 1 n 1 0 1 + C 1 1 0 1 n 1 0 0 + C 2 1 0 1 n 9 9 + . . . + C 1 0 0 1 0 1 n 1 + C 1 0 1 1 0 1
Summing up all the equations above, each term in the L.H.S. will cancel out with the first term on the R.H.S. of the next equation. What will remain is:
( 1 + n ) 1 0 1 = C 1 1 0 1 k = 1 ∑ n k 1 0 0 + C 2 1 0 1 k = 1 ∑ n k 9 9 + . . . + C 1 0 0 1 0 1 k = 1 ∑ n k + C 1 0 1 1 0 1 k = 1 ∑ n 1
n 1 0 1 + O ( n 1 0 0 ) = C 1 1 0 1 k = 0 ∑ n k 1 0 0 + C 2 1 0 1 k = 0 ∑ n k 9 9 + . . . + C 1 0 0 1 0 1 k = 0 ∑ n k + C 1 0 1 1 0 1 k = 0 ∑ n 1
n 1 0 1 + O ( n 1 0 0 ) = C 1 1 0 1 k = 1 ∑ n k 1 0 0 + C 2 1 0 1 k = 1 ∑ n k 9 9 + . . . + C 1 0 0 1 0 1 k = 1 ∑ n k + C 1 0 1 1 0 1 k = 0 ∑ n 1
Since a sum from 1 to n with each term to the a t h power has order a + 1 :
n 1 0 1 + O ( n 1 0 0 ) = 1 0 1 k = 1 ∑ n k 1 0 0 + O ( n 1 0 0 )
k = 1 ∑ n k 1 0 0 = 1 0 1 n 1 0 1 + O ( n 1 0 0 )
So:
n → ∞ lim n 1 0 1 1 1 0 0 + 2 1 0 0 + 3 1 0 0 + . . . + n 1 0 0
= n → ∞ lim n 1 0 1 1 0 1 n 1 0 1 + O ( n 1 0 0 )
= 1 0 1 1
So:
A = 1 , B = 1 0 1 , A + B = 1 0 2
It is a pattern which i found for such problems. Every nth degree sum has its value as1/(n+1)x. The question above is clear example. Any proof in simple words will be greatly appreciated.
I used Faulhaber's Formula .
It says that the sum of the p t h powers of the first n natural numbers can be written as a ( p + 1 ) t h degree polynomial function of n .
k = 1 ∑ n k p = p + 1 1 i = 0 ∑ p ( − 1 ) i ( i p + 1 ) B i n p + 1 − i , where B i denotes the i t h Bernoulli Number .
For our case, p = 1 0 0 :
1 0 1 1 i = 0 ∑ p ( − 1 ) i ( i 1 0 1 ) B i n 1 0 1 − i
Now since n → ∞ , terms with degree lesser than 101 will approach 0. ( n 1 0 1 n k = n k − 1 0 1 will converge to 0 if k < 1 0 1 ).
So, only the first term will survive.
n → ∞ lim 1 0 1 1 n 1 0 1 ( − 1 ) 0 ( 0 1 0 1 ) B 0 n 1 0 1 − 0 = 1 0 1 1 ( − 1 ) 0 ( 0 1 0 1 ) B 0 = 1 0 1 1 ⋅ 1 ⋅ 1 ⋅ 1 = 1 0 1 1
Problem Loading...
Note Loading...
Set Loading...
Using Riemann sums , the given limit is
n → ∞ lim n 1 k = 1 ∑ n ( n k ) 1 0 0 = ∫ 0 1 x 1 0 0 d x = ( 1 0 1 x 1 0 1 ) 0 1 = 1 0 1 1 . Thus A + B = 1 + 1 0 1 = 1 0 2 .