The sum n = 1 ∑ ∞ 4 n n can be written as b a when written in simplest terms. What is a + b ?
Credit for this problem goes to @blackpenredpen on YouTube for inspiring me to make this problem. On his channel, he works out a very similar problem: n = 1 ∑ ∞ 3 n n
I recommend checking out his channel, he does a phenomenal job at evaluating higher difficulty expressions.
Note: It is not required to use calculus for this problem. However, in order to avoid calculus, a much more creative approach must be taken.
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.
This is a brilliant algebraic solution, great job!
Relevant wiki: Geometric Progression Sum
S S 4 S 4 S − S 3 S 1 2 S 1 2 S ⟹ S = n = 1 ∑ ∞ 4 n n = 4 1 + 4 2 2 + 4 3 3 + 4 4 4 + ⋯ = 1 + 4 2 + 4 2 3 + 4 3 4 + ⋯ = 1 + 4 1 + 4 2 1 + 4 3 1 + ⋯ = 1 + 4 1 + 4 2 1 + 4 3 1 + ⋯ = 4 + 1 + 4 1 + 4 2 1 + 4 3 1 + ⋯ = 4 + 3 S = 9 4 Expand the summation Multiply both sides by 4 Multiply both sides by 4
Therefore, a + b = 4 + 9 = 1 3
Very nice, creative, and classical solution, brilliant!
If you try to fumble with the equation without using calculus, you'll have to be very creative. First, make note of the "parent" sum ∑ n = 0 ∞ x n and how it is equal to 1 − x 1 for ∣ x ∣ < 1 . We can observe that we have something similar to this occurring if we split the fraction from 4 n n to n ⋅ ( 4 1 ) n , where 4 1 is very similar to x , and has an absolute value less than 1. As mentioned before, this sum is equivalent to the formula for an infinite geometric sum: ∑ n = 0 ∞ x n = 1 − x 1 .
If you take the derivative of both sides: d x d ∑ n = 0 ∞ x n = d x d 1 − x 1
Since the first term of the sum on the left is x 0 = 1, taking the derivative will be zero. Other than that, the derivative will be 1 + 2 x + 3 x 2 + … which can be rewritten as ∑ n = 1 ∞ n ⋅ x n − 1 .
The right hand side rewrites as d x d ( 1 − x ) − 1 which is (using the chain rule) − 1 ( x − 1 ) − 2 ⋅ − 1 = ( 1 − x ) 2 1 The next step is to plug 4 1 in for x on the right hand side: ( 1 − 4 1 ) 2 1 = ( 4 3 ) 2 1 = 1 6 9 1 = 9 1 6 and the left hand side: ∑ n = 1 ∞ n ⋅ 4 n − 1 1
The left side has now been shown to equal 9 1 6 , now the only thing left is to figure out what to do with the left.
If you recall that a ⋅ ∑ b = ∑ a ⋅ b for any unchanging value of a. If you pick a to be 4 1 , then 4 1 ⋅ ∑ n = 1 ∞ 4 n − 1 n becomes ∑ n = 1 ∞ 4 1 ⋅ 4 n − 1 n or ∑ n = 1 ∞ 4 n n and you also have to multiply the right side by 4 1 which equals 9 4 in the simplest form b a , 4 + 9 = 1 3
Problem Loading...
Note Loading...
Set Loading...
Here is a solution without calculus.
The sum can be split up into multiple different sums: n = 1 ∑ ∞ 4 n n = 4 1 = 4 1 + 4 2 2 + 4 2 1 + 4 2 1 + 4 3 3 + 4 3 1 + 4 3 1 + 4 3 1 + 4 4 4 + 4 4 1 + 4 4 1 + 4 4 1 + 4 4 1 ⋮ + … + … + … + … + … We can find the value of each of these sums using the formula for the sum of an infinite geometric series: S = 1 − r a ( 4 1 + 4 2 1 + 4 3 1 + … ) + ( 4 2 1 + 4 3 1 + 4 4 1 + … ) + ( 4 3 1 + 4 4 1 + 4 5 1 + … ) + … = ( 1 − 4 1 4 1 ) + ( 1 − 4 1 4 2 1 ) + ( 1 − 4 1 4 3 1 ) + … = 3 1 + 3 × 4 1 + 3 × 4 2 1 + … Now we can use the formula again on the new series: S = 1 − r a 3 1 + 3 × 4 1 + 3 × 4 2 1 + … = 1 − 4 1 3 1 = 9 4 So a = 4 and b = 9 , so the final answer is 4 + 9 = 1 3