Solve Summation Change of Index: Find $\sum_{k=0}^{n} k^2$

  • Thread starter Thread starter kwal0203
  • Start date Start date
  • Tags Tags
    Change Summation
AI Thread Summary
The discussion focuses on using a change of summation index to derive the formula for the sum of squares, specifically showing that the difference between two cubic summations leads to a relationship involving k-squared terms. The initial transformation of the summation indices simplifies the expression, confirming the equality. The second part of the problem involves proving the sum of squares formula using induction, although its direct connection to the first part is unclear to the participants. Ultimately, the goal is to establish that the sum of squares can be expressed as \(\sum_{k=0}^{n} k^2 = \frac{n}{6} (n + 1)(2n + 1)\). The thread concludes with participants clarifying their understanding of the problem.
kwal0203
Messages
69
Reaction score
0

Homework Statement



Using change of summation index show that:

$$\sum_{k=1}^{n} (k + 1)^3 - \sum_{k=1}^{n} (k-1)^3 = (n + 1)^3 + n^3 - 1$$Hence show that:

$$\sum_{k=0}^{n} k^2 = \frac{n}{6} (n + 1)(2n + 1)$$


2. The attempt at a solution

For the first part I changed the summation index like this:

$$\sum_{k=2}^{n+1} k^3 - \sum_{k=0}^{n-1} k^3 = (n + 1)^3 + n^3 - 1$$

Clearly when you get rid of the terms that are common to both summations you are left with the right hand side of the equation.

For the second part, I can prove it by induction but don't see how it's related to the first part of the question.

So far I've done this:

$$\sum_{k=1}^{n} (k + 1)^3 - \sum_{k=1}^{n} (k-1)^3 = \sum_{k=1}^{n} [(k + 1)^3 - (k-1)^3] = \sum_{k=1}^{n} 6k^2 + 2$$

But not really sure where I'm going with this.

Any help appreciated.
 
Physics news on Phys.org
$$ \sum_{k=1}^{n} (6k^2 + 2) = (n + 1)^3 + n^3 - 1$$
then solve for ##\sum_{k=1}^{n} k^2##.
 
blue_leaf77 said:
$$ \sum_{k=1}^{n} (6k^2 + 2) = (n + 1)^3 + n^3 - 1$$
then solve for ##\sum_{k=1}^{n} k^2##.

Ah of course.

Thanks for that.
 
Back
Top