This discussion board is a place to discuss our Daily Challenges and the math and science
related to those challenges. Explanations are more than just a solution — they should
explain the steps and thinking strategies that you used to obtain the solution. Comments
should further the discussion of math and science.
When posting on Brilliant:
Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.
Markdown
Appears as
*italics* or _italics_
italics
**bold** or __bold__
bold
- bulleted - list
bulleted
list
1. numbered 2. list
numbered
list
Note: you must add a full line of space before and after lists for them to show up correctly
The best part of this solution is that it's deceptively straight forward. If somebody were to see all of these "fancy" math symbols and such they would instinctively feel intimidated, but if you really look at what you're doing here it's really just very smart equation manipulation.
When solving this question, I first did the manipulations to the summation. I then replaced 2/3 with x to see if there was some clever power series manipulations that could be done. As it turned out, it was just a telescoping sum, and replacing 2/3 with x was not really necessary. However, x is easier to type repeatedly than 2/3, and so, I showed the generalization.
∑n=1∞1−xn1−1−xn+11. So, when n=1 then you have 1−x1−1−x21. Add n=2 you have 1−x21−1−x31. Notice how the first term of this cancels with the second term of the first. This is called a telescopic series. Thus, you will only have the first term ( 1−x1) and the last term, limn→∞−1−xn+11=−1−01.
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
Let's try to generalize. For ∣x∣<1 we have the following:
S(x):=n=1∑∞(1−xn)(1−xn+1)xn =1−x1n=1∑∞(1−xn)(1−xn+1)xn(1−x)
=1−x1n=1∑∞(1−xn)(1−xn+1)xn−xn+1 =1−x1n=1∑∞(1−xn)(1−xn+1)(1−xn+1)−(1−xn)
=1−x1n=1∑∞[1−xn1−1−xn+11] =1−x1[1−x11−1−01] =(1−x)2x.
Now to tackle the sum in question:
n=1∑∞(3n−2n)(3n+1−2n+1)6n =n=1∑∞32n+1(1−(2/3)n)(1−(2/3)n+1)32n(2/3)n
=31n=1∑∞(1−(2/3)n)(1−(2/3)n+1)(2/3)n =31S(32) =31(1−2/3)22/3=2
Log in to reply
The best part of this solution is that it's deceptively straight forward. If somebody were to see all of these "fancy" math symbols and such they would instinctively feel intimidated, but if you really look at what you're doing here it's really just very smart equation manipulation.
Wow! Just great, Jimmy!
How did you even think of S(x)?
Log in to reply
When solving this question, I first did the manipulations to the summation. I then replaced 2/3 with x to see if there was some clever power series manipulations that could be done. As it turned out, it was just a telescoping sum, and replacing 2/3 with x was not really necessary. However, x is easier to type repeatedly than 2/3, and so, I showed the generalization.
Log in to reply
How will we get
∑n=1∞[−1−xn+11]=−1−01 ?
Please help , Thank You
Log in to reply
Look at the whole expression. It states
∑n=1∞1−xn1−1−xn+11. So, when n=1 then you have 1−x1−1−x21. Add n=2 you have 1−x21−1−x31. Notice how the first term of this cancels with the second term of the first. This is called a telescopic series. Thus, you will only have the first term ( 1−x1) and the last term, limn→∞−1−xn+11=−1−01.
Log in to reply
Good explanation too !
Thank You !
Forgive my ignorance but what is S(x)? Is it the same as f(x)?
Log in to reply
S(x) is a function of x that I defined. I could have also named it f(x), or ξ(x), or even ♣(x).
that is incredible genius imo, you should be proud xD
If I'm not mistaken, this was a Putnam problem!