n = 1 ∑ ∞ 2 2 n + 1 2 2 n − 1 = b a
If the equation above holds true for coprime positive integers a and b , find the value of 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.
In dealing with sum-notation, it can be extremely helpful to simply expand into individual terms; here the pattern which allows terms to cancel then becomes much more visible.
LaTeX: S ∞ = n = 1 ∑ ∞ 2 2 n + 1 2 2 n − 1 = n = 1 ∑ ∞ [ 2 2 n + 1 2 2 n − 2 2 n + 1 1 ]
LaTeX: n = 1 ∑ ∞ [ 2 2 n × 2 2 2 2 n − 2 2 n × 2 2 1 ] = n = 1 ∑ ∞ [ 2 2 1 − 2 2 n × 2 2 1 ] = 4 1 × n = 1 ∑ ∞ [ 1 − 2 2 n 1 ]
LaTeX: lim n → ∞ 2 2 n 1 = 0 + and LaTeX: lim n → ∞ 1 − 2 2 n 1 = 1 + 0 + = 1
Then LaTeX: lim n → ∞ S ∞ = 4 1 × 1 = 4 1
Then we have : LaTeX: a + b = 1 + 4 = 5
Log in to reply
There's an error in the calculations here. 2 2 n + 1 = 2 2 n × 2 2 n . So 2 2 n + 1 2 2 n − 1 = 2 2 n × 2 2 n 2 2 n − 2 2 n × 2 2 n 1 = 2 2 n 1 × ( 1 − 2 2 n 1 ) . Which isn't too helpful in this form.
But can be written as:
2 2 n 1 − 2 2 n + 1 1 Which we can easily use to telescope to infinity leaving 2 2 1 1 = 4 1 .
1 2 3 4 5 6 7 8 9 10 11 12 13 |
|
1 2 3 4 |
|
But can we do this when we have infinite sum?
LaTeX: n = 1 ∑ ∞ 2 2 n + 1 2 2 n − 1 LaTeX: n = 1 ∑ ∞ 2 2 n ∗ 2 2 2 n − 1 LaTeX: n = 1 ∑ ∞ 2 2 2 − 1 LaTeX: n = 1 ∑ ∞ 4 1 Here, a = 1, b = 4. =>a+b = 5.
Why can we simplify n = 1 ∑ ∞ 2 2 n ∗ 2 2 2 n − 1 to n = 1 ∑ ∞ 2 2 2 − 1 ?
Log in to reply
Every term after the first one have an additive inverse which makes it yield 0. Try telescoping series!
The sum of 1/4 from 1 to n is n/4...
@ A Brilliant Member - Those last two lines of yours should not have summation notation in front of them. They are just equal to the equivalent of, or exactly, 1/4. Putting the summation from n = 1 to oo in front of them means you would be adding an infinite number of 1/4 terms. That is not what you mean. You need to edit away those last two summation notations.
You can rewrite the fraction as a sum of 2 fractions: (1/2)^(2^n)-(1/2)^(2^(n+1)). Now why is this more helpful? Well, if you expand it out, you get 1/4-1/16+1/16-1/128+1/128 etc. It sure seems like all the terms after 1/4 cancel out. Well, you can confirm this intuitive solution by considering simple exponent rules. Whenever you subtract a (1/2)^(2^(n+1)) term, you add it back with the next term because the n in the tem (1/2)^(2^n) just increased by 1 as the counter went up by one, making it (1/2)^(2^(n+1)). This term and the one preceding it are opposites, so adding them will cancel out, leaving you with the original term, 1/4=a/b, so a+b=1+4=5. Note: formally, the partial telescoping sum, that is, the sum but only taken up to a finite n can be rewritten as a(1)-a(2)+a(3)-a(4)+...+a(n)-a(n+1). Using the reasoning above we can see that all but a(n+1) will cancel out in the partial sum. Now, we can take lim(n->infty) of a(1)-a(n+1) (the partial sum). Since the exponent of a(n+1) is negative, as n tends to infty the value of this term will tend to 0, leaving you with a(1) as the value of the sum.
What a fun problem!
n = 1 ∑ ∞ 2 2 n + 1 2 2 n − 1 = n = 1 ∑ ∞ 2 2 n + 1 2 2 n − 2 2 n + 1 1 = n = 1 ∑ ∞ ( 2 2 n − 2 n + 1 − 2 − 2 n + 1 ) = n = 1 ∑ ∞ ( 2 − 2 n − 2 − 2 n + 1 ) = 2 − 2 1 − 2 − 2 2 + 2 − 2 2 − 2 − 2 3 + 2 − 2 3 − 2 − 2 4 + … = 2 − 2 1 = 4 1
Problem Loading...
Note Loading...
Set Loading...
S = n = 1 ∑ ∞ 2 2 n + 1 2 2 n − 1 = 2 4 2 2 − 1 + 2 8 2 4 − 1 + 2 1 6 2 8 − 1 + 2 3 2 2 1 6 − 1 + . . . = 2 2 1 − 2 4 1 + 2 4 1 − 2 8 1 + 2 8 1 − 2 1 6 1 + 2 1 6 1 − 2 3 2 1 + . . . = 2 2 1 = 4 1
⟹ a + b = 1 + 4 = 5