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
Click For Summary
SUMMARY

The discussion focuses on solving the summation change of index problem, specifically demonstrating that $$\sum_{k=1}^{n} (k + 1)^3 - \sum_{k=1}^{n} (k-1)^3 = (n + 1)^3 + n^3 - 1$$ leads to the conclusion $$\sum_{k=0}^{n} k^2 = \frac{n}{6} (n + 1)(2n + 1)$$. The solution involves changing the summation index and simplifying the expressions. The participant successfully manipulates the summations to derive the necessary results, indicating a clear understanding of the relationship between the two summations.

PREREQUISITES
  • Understanding of summation notation and properties
  • Familiarity with polynomial expansion and simplification
  • Knowledge of mathematical induction
  • Experience with algebraic manipulation of series
NEXT STEPS
  • Study the properties of summation indices in more depth
  • Explore mathematical induction techniques for proving summation formulas
  • Learn about polynomial identities and their applications in summation
  • Investigate advanced summation techniques, such as generating functions
USEFUL FOR

Students of mathematics, educators teaching calculus or algebra, and anyone interested in advanced summation techniques and proofs.

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.
 

Similar threads

  • · Replies 11 ·
Replies
11
Views
4K
  • · Replies 9 ·
Replies
9
Views
4K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 10 ·
Replies
10
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
4
Views
3K
Replies
6
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K