1+2+3+⋯+n
I believe you are familiar with this formula. The German mathematician Gauss is said to have studied the formula at the age of three. To this day, there are many explanations. The most widely used method, which Gauss used in those days, was to add the first and last terms, the second and the penultimate.
For the arithmetic progression 1,2,3,⋯,n, there are
i=1∑ni=2n2+2n
For the arithmetic progression a1,a2,a3⋯an, if an−an−1=d, there are
an=a1+(n−1)d
d=m−nam−an
a1+an=a2+an−1=⋯=ak+an−k+1
i=1∑nai=2(a1+an)×n=a1×n+2n(n−1)×d
For example:
(1) Find 1+2+3+⋯+50. (2) Find 1+2+3+⋯+100
(1)S=1+2+3+⋯+50=(1+50)+(2+49)+(3+48)+⋯=51×250=1275
(2)S=1+2+3+⋯+100=(1+100)+(2+99)+(3+98)+⋯=101×2100=5050
From the above example, we can get
1+2+3+⋯+n=2n2+2n. But this explanation is flawed. When the number of terms is an odd number, there is always a number in the middle that cannot be paired with other Numbers. If I had to figure out the middle number, it would have been too much trouble. Like this example. We can do it the way we did it above, and there are many ways to do it. But let's think about it another way. We can eliminate this trouble by constructing two sequences
1,2,3⋯2n+1 and
2n+1,2n,2n−1⋯1, and adding the
nth term of the first sequence to the
nth term of the second sequence.
Find 1+2+3+⋯+101
S=1+2+3+⋯+101=21×[(1+2+3+⋯+101)+(101+100+99+⋯+1)]=21×[(1+101)+(2+100)+(3+99)+⋯]=21×(1+101)×101=5151
The following picture also proves our derivation. This image comes from Basic Mathematics. In the picture, S=1+2+3+⋯+n=2n2+2n. We can see that the equation of line in the figure is y=x. It also shows that there is a close relationship between arithmetic progression and the Linear function y=kx+b.
an=a1+(n−1)d and y=kx+b
When the teacher talks about this, someone always asks this question. In fact, this problem can be solved by the general formula of arithmetic progression. For any arithmetic sequence an,there are
a1+an=a2+an−1=⋯=ak+an−k+1
We combined Linear Function with arithmetic sequence, and set
a1=k+b,
an=kn+b. So we can also understand
∫0n(kx+b)dx+21kn=i=1∑nai. This needs to do a lot of tedious promotion, here I will not write.
∫0n(kx+b)dx+21kn=∫(kx+b)dx∣∣∣∣0n+21kn=21kx2+bx+C∣∣∣∣0n+21kn=21kn2+bn+21kn=2n(kn+2b+k)=2n[(kn+b)+(k+b)]=2(a1+an)n
The sum of arithmetic sequence
The above example is an arithmetic sequence with a tolerance equal to one. For arithmetic progression
a1,a2,a3⋯an
We can use the above idea to solve the problem. First, we tried to use algebraic methods.
i=1∑nai=21[(a1+an)+(a2+an−1)+⋯]=2(a1+an)×n
If we substitute an, we can get:
i=1∑nai=2[2a1+(n−1)d]×n=a1×n+2n(n−1)×d
There is another way to do this. Thanks to my friend Alex Dixon here, I have modified his method slightly, as follows:
∵an∴i=1∑nai=a1+(n−1)d=[a1+(1−1)d]+[a1+(2−1)d]+[a1+(3−1)d]+⋯+[a1+(n−1)d]=a1×n+[d+2d+3d+⋯+(n−1)d]=a1×n+[1+2+3+⋯+(n−1)]d=a1×n+2n(n−1)×d
And once again, we can prove it with the pattern above. But it needs to be changed a little bit. I'm sorry that I can't submit pictures here. Those who are interested can draw a picture by yourselves. And you'll see that it becomes a complete trapezoid. And using mathematical induction, of course. Like this:
When n=1, S1=a1, S2=a1×1+21×(1−1)×d=a1. There's S1=S2, so it works.
If n=k, there's i=1∑kai=a1×k+2kd(k−1).
When n=k+1, we can get
i=1∑k+1ai=a1×k+2k(k−1)×d+a1+kd=a1×(k+1)+2k2d−kd+kd=a1×(k+1)+2k2d+kd=a1×(k+1)+2(k+1)[(k+1)−1]×d
#Algebra
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
Check this out:
For an arithmetic sequence, an+b the equation can be written as x1 + x2 + x3 +…+ xn = (a+b) + (2a + b) + (3a + b) +…+ (an+b) => (a + 2a + 3a +…+ an) + (b + b + b +… to n terms) = a[1 + 2 + 3 +…+n] + nb = [a(n(n+1))/2] + nb = [an^2+ an]/2+ nb = n/2 [an+a+2b] = n/2 [an+a+b+b] = n/2 [(a+b)+(an+b)] In this sequence, (a+b) = x1 , and (an+b) = xn So, this equation can be written in terms of first and last term as, x1 + x2 + x3 +…+ xn = n/2 [x1+ xn]
Log in to reply
Emm...I think this is a great idea.CanI add it to my note?
We can derive more equations from the above. This equation can rewritten using the first and last terms of the sequence. You know, we can use different forms of the same equation in different problems. That's the interesting fact about mathematics. It's interesting, isn't it?
Log in to reply
Yes, Sir. The above problem is actually a special arithmetic sequence. And if we keep going, we're going to get a lot more interesting results. But I have to admit that, first of all, I wrote this NOTE in a hurry. Second, this NOTE is mainly intended to state an idea, not a result. Thirdly, I am only a middle school student with limited math skills. These are the only things I can say in a rigorous and methodical way. Although I have a lot of ideas, I am not very mature enough to write them here. If you have a better idea, please let me know.
Of course, you can
You're welcome Edward
How can you be such a great mathematician you’re only 13!
I am familiar with the theorem but have never viewed it like this.