How Do Formulas Like i^4, i^5, and i^6 Evolve?

  • Thread starter Thread starter Brunll
  • Start date Start date
  • Tags Tags
    Formulas
Click For Summary
SUMMARY

The discussion focuses on the evolution of formulas for summing powers of integers, specifically i^4, i^5, and i^6. Key formulas mentioned include the sum of integers, squares, and cubes: \(\sum_{i=1}^n i = \frac{n(n+1)}{2}\), \(\sum_{i=1}^n i^2 = \frac{n(n+1)(2n+1)}{6}\), and \(\sum_{i=1}^n i^3 = \left(\frac{n(n+1)}{2}\right)^2\). The discussion highlights the use of Newton's Divided Difference formula as a method to derive these sums, leading to polynomial expressions for higher powers.

PREREQUISITES
  • Understanding of summation notation and basic algebra
  • Familiarity with Newton's Divided Difference method
  • Knowledge of polynomial functions and their properties
  • Basic concepts of discrete mathematics
NEXT STEPS
  • Research how to apply Newton's Divided Difference to derive polynomial expressions for \(\sum_{i=1}^n i^4\)
  • Study the derivation of formulas for higher powers of integers, specifically \(\sum_{i=1}^n i^5\) and \(\sum_{i=1}^n i^6\)
  • Explore the relationship between discrete calculus and polynomial interpolation
  • Learn about Taylor's series and its applications in discrete mathematics
USEFUL FOR

Mathematicians, educators, and students interested in advanced summation techniques, discrete mathematics, and polynomial functions.

Brunll
Messages
4
Reaction score
0
About these formulas:

[tex]\frac{n(n+1)}{2}, \frac{n(n+1)(2n+1)}{6} ,(\frac{n(n+1)}{2})^2[/tex]

How were they evolved?

And what about [tex]i^4, i^5, i^6,...[/tex]

Thankyou everybody;;
 
Physics news on Phys.org
Brunll said:
About these formulas:

[tex]\frac{n(n+1)}{2}, \frac{n(n+1)(2n+1)}{6} ,(\frac{n(n+1)}{2})^2[/tex]

How were they evolved?

And what about [tex]i^4, i^5, i^6,...[/tex]

Thankyou everybody;;
Those are, of course, [itex]\sum_{i=1}^n i[/itex], [itex]\sum_{i=1}^n i^2[/itex], and [itex]\sum_{i=1}^n i^3[/itex], respectively. You can sum such things by using "Newton's Divided Difference" formula. It is a discrete version of Taylor's series. If f(n) is a function defined on the non-negative integers, [itex]\Delta f[/itex] is the "first difference", f(n)- f(n-1), [itex]\Delta^2 f[/itex] is the "second difference", [itex]\Delta f(n)- \Delta f(n-1)[/itex], [itex]\Delta^3 f[/itex] is the "third difference", etc. then
[tex]f(n)= f(0)+ \Delta f(0) n+ \frac{\Delta^2 f(0)}{2!} n(n-1)+ \frac{\Delta^3 f(0)}{3!} n(n-1)(n-2)+ \cdot\cdot\cdot[/itex]<br /> In particular, for a sum of terms in involving n<sup>k</sup>, [itex]\Delta^{k+1} f[/itex] is always 0 so this gives a polynomial of order k+1.<br /> <br /> A "short cut" to finding [itex]\sum_{i=1}^n i^4[/itex] is to set it equal to An<sup>5</sup>+ Bn<sup>4</sup>+ Cn<sup>3</sup>+ Dn<sup>2</sup>+ En+ F and use the first 6 values to get eqations for A, B, C, D, E and F.[/tex]
 
Thakyou HallsofIvy for th explanation, but could you show me explicitly how to evolve he equation in [tex}i^4[/tex],for example.It would be very helpful.
 

Similar threads

  • · Replies 9 ·
Replies
9
Views
3K
Replies
17
Views
3K
  • · Replies 22 ·
Replies
22
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
Replies
14
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
4K