Power Sum — Definition, Formula & Examples
A power sum is the sum of the th powers of the first positive integers, written as . Familiar cases include the sum of integers (), the sum of squares (), and the sum of cubes ().
For non-negative integers and , the power sum is defined as . Each power sum is a polynomial of degree in , and closed-form expressions exist for every positive integer , recoverable via Faulhaber's formulas or Bernoulli numbers.
Key Formula
Where:
- = The number of terms (a positive integer)
- = The exponent applied to each term (a non-negative integer)
- = The resulting power sum
How It Works
To evaluate a power sum, you apply the known closed-form formula for the specific exponent . For , the result is . For , it is . For , it simplifies to , which means the sum of cubes equals the square of the sum of integers. Higher-order power sums can be derived recursively using Bernoulli numbers or Pascal's triangle identities.
Worked Example
Problem: Find the sum of the squares of the first 10 positive integers: .
Identify the formula: For , the closed-form is:
Substitute $n = 10$: Plug in :
Answer:
Why It Matters
Power sums appear throughout discrete mathematics and physics whenever you need to total quantities that grow polynomially. They are essential in deriving big-O complexity for nested loops in computer science and in analytic number theory results like Waring's problem, which asks how many th powers are needed to represent any positive integer.
Common Mistakes
Mistake: Confusing the sum-of-cubes formula with the cube of the sum-of-integers formula.
Correction: The sum of cubes equals the *square* of the sum of integers, not the cube. Keep the exponent straight: it is , not .
