Solution 1 ^ 2 + 2 ^ 2 + 3 ^ 2 + 4 ^ 2 +... + N ^ 2 method (solution: 1 square + 2 square + 3 square... Add the sum of N square meters)

Source: Internet
Author: User

 

 

Using formula (n-1) 3
=
N3
-3n2
+ 3n-1

 

Set S3 =
13
+ 23
+ 33
+ 43
+... + N3

And S2 =
12
+ 22
+ 32
+ 42
+... + N2

And S1 = 1 + 2 + 3 + 4 +... + n

 

D:

S3-3S2 + 3s1-n = (1-1) 3
+
(2-1) 3 +
(3-1) 3
+ (4-1) 3
+... +
(N-1) 3
= S3
-N3
 

Therefore, 3S2 = 3s1 + N3
-N

Bring S1 = n (n + 1)/2 to the upper formula, which can be:

 

S2 = n (n + 1) (2n + 1)/6

 

That is, 12
+ 22
+ 32
+ 42
+... + N2
 
= N (n + 1) (2n + 1)/6

 

We can imagine that, in the same way, we can use S4 to get S3, that is, 13.
+ 23
+ 33
+ 43
+... + N3
And so on.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.