My friend asked me a question about this (from Russia IMO or something I forgot). The question asked for n=2013. I know the answer by just trying small numbers and then predict. Here's the question to prove:
Prove that j=1∑n(i=j∑ni1)2+i=1∑ni1=2n
If you're confused with these stuffs, it is...
(11+21+...+n1)2+(21+...+n1)2+.......+(n1)2+11+21+...+n1=2n
#HarmonicSeries
#Proofs
#Summation
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 Hn=∑i=1ni1 (with the convention that H0=0 ). My approach was to write the quantity on the left side as Sn=∑j=1n(Hn−Hj−1)2+Hn. It is enough to show that Sn+1−Sn=2, since S1=2 is the base case for an easy induction.
This difference equals ∑j=1n+1((Hn+1−Hj−1)2−(Hn−Hj−1)2)+n+11, which simplifies by a difference of squares formula to ∑j=1n+1n+11(Hn+1+Hn−2Hj−1)+n+11, which becomes Hn+1+Hn+n+11−n+12∑j=1n+1Hj−1=2Hn+1−n+12∑j=1n+1Hj−1.
Ah, but now we can use the identity ∑i=0nHi=(n+1)Hn−n, which is easy to prove by induction. (I found it on the wikipedia page for "harmonic number.") Plugging this in, we get 2Hn+1−n+12((n+1)Hn−n)=2Hn+1−2Hn+n+12n=n+12+n+12n=2 as desired.
There is probably a much more elegant way to do the problem (i.e. directly without induction), but this certainly works.
Log in to reply
I don't quite understand how it is enough to prove that Sn+1−Sn=2. I understand the rest but I'm just stuck at the first part. =_=" Sorry about that *cries
Log in to reply
Sn+1−Sn=2(n+1)−2n=2
Log in to reply
Thank you for the proof. ^__^
This is from IMC 2013. :)
Log in to reply
Thanks! ^__^