How to find coefficients for sums of powers?

  • Thread starter ehrenfest
  • Start date
  • Tags
    Sum
In summary: This will give you a system of equations to solve for the coefficients.In summary, the conversation is discussing how to prove the formulas for S_2(n) and S_4(n), which involve sums of positive integers raised to various powers. The approach involves using induction and setting up a system of equations to solve for the coefficients in the formulas.
  • #1
ehrenfest
2,020
1

Homework Statement


I encountered this formula in a proof:

Let [tex]S_k(n)[/tex] be the sum of the first n positive integers raised to the power of k:

e.g. [tex]S_3(5) = 1^3 + 2^3+3^3+4^3+5^3[/tex]

How would one show that

[tex]S_2(n) = (n^3/3) + (n^2/2) + an[/tex]

and that

[tex]S_4(n) = (n^5/5) + (n^4/2) +bn^3 + cn^2 +dn [/tex]

where a,b,c,d are constants.


Homework Equations





The Attempt at a Solution

 
Physics news on Phys.org
  • #2
attempt? there needs to be at least some work b4 help is given.
 
  • #3
3. The Attempt at a Solution

n^5/5 is the integral of n^4 and n^3/3 is the integral of n^2
However, that is only true for the first term.
 
  • #4
When you're given a formula and asked to prove it, it's often helpful to try induction.
 
  • #5
You are guessing e.g. for S4 that it is a fifth degree polynomial. Then do something in the spirit of induction. What is S4(k)-S4(k-1)? Once you answer that you can solve for the coefficients.
 
  • #6
S4(k)-S4(k-1) = k^4
So, I should set that equal to a(k)^5 + b(k)^4 + c(k)^3 +d(k)^2 + e(k) + f - [a(k-1)^5 + b(k-1)^4 + c(k-1)^3 +d(k-1)^2 + e(k-1) + f] ?
I am not sure how you solve that or how you would do induction on that.
 
  • #7
Expand everything out and move everything to one side. Now you've got a polynomial that must equal zero for all values of k. So the coefficients of all powers of k must be zero.
 

What is the sum of the first n powers?

The sum of the first n powers is a mathematical concept that involves adding together the first n numbers raised to a certain power. This can be written as ∑k=1n kp, where k is the current number being raised to the power p and n is the total number of terms.

What is the formula for finding the sum of the first n powers?

The formula for finding the sum of the first n powers is ∑k=1n kp = (n+1)p+1 / (p+1), where p is the power and n is the total number of terms. This formula is known as the Faulhaber's formula.

What is the significance of the sum of the first n powers?

The sum of the first n powers has various applications in mathematics, including in the study of series and sequences, as well as in calculating areas under curves in calculus. It also has practical applications in fields such as physics and engineering.

How can the sum of the first n powers be calculated using a computer?

The sum of the first n powers can be calculated using a computer by using a loop or recursion to add together the terms in the formula. Additionally, there are also built-in functions in programming languages such as Python and MATLAB that can calculate the sum of the first n powers.

What is the relationship between the sum of the first n powers and the binomial coefficients?

The sum of the first n powers is closely related to the binomial coefficients. Specifically, the sum of the first n powers can be expressed as a polynomial in terms of the binomial coefficients, known as the Faulhaber's formula. This relationship can be used to simplify the calculation of the sum of the first n powers for certain values of p.

Similar threads

  • Calculus and Beyond Homework Help
Replies
7
Views
995
  • Calculus and Beyond Homework Help
Replies
1
Views
233
  • Calculus and Beyond Homework Help
Replies
7
Views
2K
  • Calculus and Beyond Homework Help
Replies
12
Views
2K
  • Calculus and Beyond Homework Help
Replies
3
Views
541
  • Calculus and Beyond Homework Help
Replies
7
Views
799
  • Calculus and Beyond Homework Help
Replies
8
Views
1K
  • Calculus and Beyond Homework Help
Replies
7
Views
1K
  • Calculus and Beyond Homework Help
Replies
3
Views
988
  • Calculus and Beyond Homework Help
Replies
8
Views
884
Back
Top