Find the limit n → ∞ lim k = n + 1 ∑ 2 n k 1
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.
We can rewrite the summation as :-
n 1 ∑ k = n + 1 2 n k n
We would now like to use Riemann Sums
The lower limit for integration would be
lim n → ∞ n n + 1 = 1
The upper limit of integration would be
lim n → ∞ n 2 n = 2
So the given summation can be written as :-
∫ 1 2 x 1 d x
= ln ( 2 )
Problem Loading...
Note Loading...
Set Loading...
First solution (Simple)
n → ∞ lim k = n + 1 ∑ 2 n k 1 = n → ∞ lim k = 1 ∑ n n + k 1 = n → ∞ lim n 1 k = 1 ∑ n 1 + n k 1 = ∫ 0 1 1 + x d x = ln ( 1 + x ) ∣ 0 1 = ln 2
Second solution (Elegant)
k = n + 1 ∑ 2 n k 1 = k = 1 ∑ 2 n k 1 − k = 1 ∑ n k 1 = k = 1 ∑ 2 n k 1 − 2 k = 1 ∑ n 2 k 1 = k = 1 ∑ 2 n k ( − 1 ) k + 1 ∴ n → ∞ lim k = n + 1 ∑ 2 n k 1 = n → ∞ lim k = 1 ∑ 2 n k ( − 1 ) k + 1 = k = 1 ∑ ∞ k ( − 1 ) k + 1 = ln 2