If k = 0 ∑ ∞ 4 k k 2 = n m
where m , n are positive, co-prime integers. Find m + n
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.
Are you sure that the convergence condition should be ∣ x ∣ ≤ 1 ?
k = 0 ∑ ∞ 4 k k 2 ⇒ 4 k = 0 ∑ ∞ 4 k k 2 ⇒ 3 k = 0 ∑ ∞ 4 k k 2 = k = 1 ∑ ∞ 4 k k 2 = k = 0 ∑ ∞ 4 k + 1 ( k + 1 ) 2 = 4 1 k = 0 ∑ ∞ 4 k k 2 + 2 k + 1 = k = 0 ∑ ∞ 4 k k 2 + k = 0 ∑ ∞ 4 k 2 k + k = 0 ∑ ∞ 4 k 1 = 2 k = 0 ∑ ∞ 4 k k + k = 0 ∑ ∞ 4 k 1
Similarly,
k = 0 ∑ ∞ 4 k k ⇒ 4 3 k = 0 ∑ ∞ 4 k k ⇒ k = 0 ∑ ∞ 4 k k = k = 1 ∑ ∞ 4 k k = k = 0 ∑ ∞ 4 k + 1 k + 1 = 4 1 k = 0 ∑ ∞ 4 k k + 4 1 k = 0 ∑ ∞ 4 k 1 = 4 1 k = 0 ∑ ∞ 4 k 1 = 4 1 ( 1 − 4 1 1 ) = 3 1 = 9 4
Now, we have:
⇒ 3 k = 0 ∑ ∞ 4 k k 2 ⇒ k = 0 ∑ ∞ 4 k k 2 = 2 k = 0 ∑ ∞ 4 k k + k = 0 ∑ ∞ 4 k 1 = 2 ( 9 4 ) + 3 4 = 9 2 0 = 2 7 2 0
⇒ M + N = 2 0 + 2 7 = 4 7
That's a nice way to find ∑ k n 4 k , which is reminiscent of the Geometric Progression Sum approach.
S =1/4 +4/16+9/64 ....... S/4. = 1/16 +4/64........ 3S/4 = 1/4 +3 /16+ 5/64.....i 3S/16= 1/16+3/64......ii (ii)-(i) implies 9S/16= 1/4+ 2(1/16+1/64....) ( infinte G.P). It gives us S= 20/27...pretty simple but a useful method i guess...i always liked manipulation....others do have a nice approach too
You can also make recurrent sequence let a n be sum of first n + 1 terms (include k=0).
a n = a n − 1 + 4 n n 2
Now the solution is:
a n = a n ′ + a n ′ ′
a n ′ = C
a n ′ ′ = 4 n A n 2 + B n + C
Solution for A , B , C are respectively − 3 1 , − 9 8 , − 2 7 2 0 .
Putting a 0 = C + a 0 ′ ′ = 0 you will find
C = 2 7 2 0
And now the final expression for a n :
a n = 2 7 2 0 − 4 n 3 1 n 2 + 9 8 n + 2 7 2 0
Now letting n goes to infinity second term goes to zero so the answer is
2 7 2 0
2 0 + 2 7 = 4 7
Problem Loading...
Note Loading...
Set Loading...
n = 0 ∑ ∞ x n = 1 − x 1 ∀ ∣ x ∣ ≤ 1 ⇒ n = 0 ∑ ∞ ( d x d x n ) = d x d ( 1 − x 1 ) ⇒ n = 0 ∑ ∞ ( n ⋅ x n ) = ( 1 − x ) 2 x ⇒ n = 0 ∑ ∞ d x d ( n ⋅ x n ) = d x d ( ( 1 − x ) 2 x ) ⇒ n = 0 ∑ ∞ ( n 2 ⋅ x n ) = x ⋅ ( 1 − x ) 4 ( 1 − x ) 2 + 2 x ⋅ ( 1 − x ) = ( 1 − x ) 3 x + x 2
Well, we just input x = 4 1 and we get the answer as 2 7 2 0 .
So M + N = 2 0 + 2 7 = 4 7