S = n = 0 ∑ ∞ 2 n n 4
If the number of positive factors of S is equal to A , find S − A .
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.
Nice problem and solution. I used calculus to solve this, but your solution method is very clever. :)
You might want to specify that A is the number of positive factors of S . I counted the additional 1 2 negative factors of 1 5 0 as well in my first attempt of 1 2 6 , before determining that you were just counting the 1 2 positive factors and subsequently entering the correct answer of 1 3 8 on my second attempt.
Log in to reply
Ah, I will edit it right out. Thank you for notifying me. Can you tell me how you solved this using calculus, sir? :)
Log in to reply
We can start with the equation for the sum of an infinite GP, namely
n = 0 ∑ ∞ x n = 1 − x 1 for ∣ x ∣ < 1 .
Differentiating both sides of this equation, (the LHS term by term), we end up with
n = 1 ∑ ∞ n x n − 1 = ( 1 − x ) 2 1 ⟹ n = 1 ∑ ∞ n x n = ( 1 − x ) 2 x .
Differentiating both sides again and simplifying, we find that
n = 1 ∑ ∞ n 2 x n = ( 1 − x ) 3 x + x 2 .
Differentiating in the same manner twice more in succession yields that
n = 1 ∑ ∞ n 3 x n = ( 1 − x ) 4 x 3 + 4 x 2 + x and n = 1 ∑ ∞ n 4 x n = ( 1 − x ) 5 x 4 + 1 1 x 3 + 1 1 x 2 + x .
Then S is just this last equation with x = 2 1 , giving us the value S = 1 5 0 as before.
Log in to reply
@Brian Charlesworth – Nicely done!
@Brian Charlesworth – This is great too!!
Log in to reply
@Pi Han Goh – nicely done !
@Pi Han Goh – Ah, the differentiating approach. I get it. It's a lot simpler than my method, for larger exponents.
great!+1!!!!
Notice that the first term of S = n = 0 ∑ ∞ 2 n n k is equal to 0, so the sum would be the same if we started with the second term. Thus we can see that n = 0 ∑ ∞ 2 n n k = n = 0 ∑ ∞ 2 n + 1 ( n + 1 ) k ⟹ 2 n = 0 ∑ ∞ 2 n n k = n = 0 ∑ ∞ 2 n ( n + 1 ) k ⟹ n = 0 ∑ ∞ 2 n n k = n = 0 ∑ ∞ 2 n ( n + 1 ) k − n k We now have a general rule that rewrites a degree k polynomial in the numerator as a degree k-1 polynomial in the numerator. n = 0 ∑ ∞ 2 n n 4 = n = 0 ∑ ∞ 2 n 4 n 3 + 6 n 2 + 4 n + 1 = n = 0 ∑ ∞ 2 n 1 8 n 2 + 1 6 n + 5 = n = 0 ∑ ∞ 2 n 5 2 n + 2 3 = n = 0 ∑ ∞ 2 n 7 5 = 1 5 0 n = 0 ∑ ∞ 2 n n 4 = n = 0 ∑ ∞ 2 n 4 n 3 + 6 n 2 + 4 n + 1 n = 0 ∑ ∞ 2 n n 3 = n = 0 ∑ ∞ 2 n 3 n 2 + 3 n + 1 n = 0 ∑ ∞ 2 n n 2 = n = 0 ∑ ∞ 2 n 2 n + 1 n = 0 ∑ ∞ 2 n n = n = 0 ∑ ∞ 2 n 1 150 has 12 factors, so the answer is 138.
Consider S k = n = 0 ∑ ∞ 2 n n k . By ratio text S k converges.
S 0 = n = 0 ∑ ∞ 2 n 1 = 1 − 2 1 1 = 2
S 1 S 2 S 3 S 4 = n = 0 ∑ ∞ 2 n n = n = 1 ∑ ∞ 2 n n = n = 0 ∑ ∞ 2 n + 1 n + 1 = 2 1 ( n = 0 ∑ ∞ 2 n n + n = 0 ∑ ∞ 2 n 1 ) = 2 S 1 + 2 S 0 = S 0 = 2 = 2 1 ( S 2 + 2 S 1 + S 0 ) = 2 S 1 + S 0 = 4 + 2 = 6 = 2 1 ( S 3 + 3 S 2 + 3 S 1 + S 0 ) = 3 S 2 + 3 S 1 + S 0 = 1 8 + 6 + 2 = 2 6 = 2 1 ( S 4 + 4 S 3 + 6 S 2 + 4 S 1 + S 0 ) = 4 S 3 + 6 S 2 + 4 S 1 + S 0 = 1 0 4 + 3 6 + 8 + 2 = 1 5 0
⟹ S = S 4 = 1 5 0 . Since 1 5 0 = 2 × 3 × 5 2 , A = ( 1 + 1 ) ( 1 + 1 ) ( 2 + 1 ) = 1 2 . Therefore, S − A = 1 5 0 − 1 2 = 1 3 8 .
Problem Loading...
Note Loading...
Set Loading...
Proving the convergence of the series.
T n + 1 = 2 n + 1 ( n + 1 ) 4
T n = 2 n ( n ) 4
n → ∞ lim T n T n + 1 = n → ∞ lim n 4 × 2 n + 1 ( n + 1 ) 4 × 2 n = 2 1
Thus, by the ratio test, the series converges, and any rearrangement of terms is justified.
S = 2 1 + 4 1 6 + 8 8 1 + 1 6 2 5 6 + 3 2 6 2 5 . . . . ∞ ..(i)
2 S = 4 1 + 8 1 6 + 1 6 8 1 + 3 2 2 5 6 . . . . ∞ ..(ii)
Subtracting (ii) from (i),
2 S = 2 1 + 4 1 5 + 8 6 5 + 1 6 1 7 5 + 3 2 3 6 9 . . . . ∞ ..(iii)
4 S = 4 1 + 8 1 5 + 1 6 6 5 + 3 2 1 7 5 + . . . . ∞ ..(iv)
Subtracting (iv) from (iii),
4 S = 2 1 + 4 1 4 + 8 5 0 + 1 6 1 1 0 + 3 2 1 9 4 . . . . ∞ ..(v)
8 S = 4 1 + 8 1 4 + 1 6 5 0 + 3 2 1 1 0 + . . . . ∞ ..(vi)
Subtracting (vi) from (v),
8 S = 2 1 + 4 1 3 + 8 3 6 + 1 6 6 0 + 3 2 8 4 . . . . ∞ ..(vii)
1 6 S = 4 1 + 8 1 3 + 1 6 3 6 + 3 2 6 0 . . . . ∞ ..(viii)
Subtracting (viii) from (vii)
1 6 S = 2 1 + 4 1 2 + 8 2 3 + 1 6 2 4 + 3 2 2 4 . . . . ∞
The later terms form an infinite G.P with first term a = 1 6 2 4 and common ratio r = 2 1
∴ 1 6 S = 2 1 + 4 1 2 + 8 2 3 + 1 6 2 4 × 1 − 2 1 1 = 2 1 + 4 1 2 + 8 2 3 + 8 2 4
∴ 1 6 S = 8 7 5
∴ S = 1 5 0
S = 1 5 0 = 5 2 × 2 × 3
Number of positive factors of S ( A ) = ( 2 + 1 ) × ( 1 + 1 ) × ( 1 + 1 ) = 1 2
∴ S − A = 1 5 0 − 1 2 = 1 3 8