
David R.
asked 06/04/20Can anyone check if I correctly derived the K^2 summation formula?
I have no idea how to upload a picture here. So here is the link to how I derived the formula. I would greatly appreciate it if you could give me any feedback on my work. Thanks in advance.
Link: https://imgur.com/ODzIXsg
1 Expert Answer

Mark M. answered 06/04/20
Mathematics Teacher - NCLB Highly Qualified
Not sure if a "correct" derivation exists, yet the traditional on is started:
a3 - b3 = (a - b)(a2 + ab + b2)
Then)
n3 - (n - 1)3 = (n - n + 1)[n2 + n(n - 1) + (n - 1)2]
= 1(n2 + n2 - n + n2 - 2n + 1
= 3n2 - 3n + 1
and
(n -1)3 - (n - 2)3 = 3(n-1)2 - 3(n - 1) + +1
(n - 2)3 - (n - 3)3 = 3(n - 2)3 - 3(n - 2) + 1
continues to
23 - 13 = 3(22) - 3(2) + 1
13 - 03 = 3(12) 3(1) + 1
All left side terms add to n3 (Leave it to you to verify)
All the right side add to
3 ∑nn=1 n2 + 3∑nn=1 n + n (Leave it to you to verify)
n3 = 3 ∑n2 + 3 ∑ n + n
Now 3 ∑ n = 3(n)(n + 1) / 2
n3 = 3 ∑ n2 + 3(n)(n +1) / 2 + n
Isolating ∑ n2
∑ n2 = (1/3)[n3 + 3(n)(n + 1) / 2 -n]
Factoring out an "n" on the right side
∑ n2 = (n/3)[n2 + 3(n + 1) /2 - 1]
∑ n2 = (n/6)[2n2 + 3n + 1]
∑ n2 = (n/6 )(2n +1)(n + 1)
∑ n2 = n(n + 1)(2n + 1) / 6
QED
David R.
Thanks for the comment, but you have not answered my question. Can you please click the link and check my work?06/05/20
Still looking for help? Get the right answer, fast.
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.
Mark M.
Have you learned Proof by Induction?06/04/20