Introduction: The Engine Behind Every Sum Formula

If you have ever memorized formulas like or , you might have wondered: “Where do these actually come from?”

The answer lies in a beautifully simple trick called telescoping. The entire process is driven by the difference of consecutive powers:

This single expression is the engine that generates all these formulas. This article will show you exactly how to use it, step-by-step, with concrete examples.


Part 1: The Core Trick – Telescoping Sums

Before we tackle powers, let’s establish the golden rule of telescoping.

If you have a sequence of terms , look at what happens when you add the differences between consecutive terms:

Notice how cancels with , cancels with , and so on. All the middle terms vanish into thin air! We are left with only the last term minus the very first term:

We will set . Therefore:

This is the unbreakable foundation we will use for every derivation below.


Part 2: Deriving the Sum of the First Integers ()

Let’s start with the simplest case: .

Step 1: Use the telescoping engine with , meaning we use .

Step 2: Expand the inside of the sum using algebra:

Step 3: Substitute this back into the sum:

Split the sum on the left:

We know , and . Plug these in:

Step 4: Solve for the sum of integers:

Example Check:
For , the formula gives .
Manual sum: . Perfect.


Part 3: Deriving the Sum of the First Squares ()

Now, let’s level up to . The same engine works again.

Step 1: Use the telescoping engine with , meaning we use .

Step 2: Expand the inside:

Step 3: Substitute and split the sum:

Step 4: Plug in the formulas we already know.
We know , , and .

Step 5: Isolate :

Put everything over a common denominator (2):

Step 6: Divide by 3:

Example Check:
For , the formula gives .
Manual sum: . Perfect.


The Missing Chapter: How to Find the “Next Item from the Base”

Before you can sum the squares (or cubes, or any power) of a specific set of numbers, you must answer two fundamental questions:

  1. What is the general formula for the -th term of my sequence?
  2. How many terms am I actually summing (what is the upper limit )?

All these sequences are Arithmetic Progressions—meaning we add a fixed difference () to get from one term to the next.


Part 1: The Universal Formula for Any Arithmetic Sequence

If a sequence starts at a first term , and you add a fixed difference each time, then the -th term is:

Let’s see how this gives us the “next item from the base” for any situation.

Type of Number First Term () Common Difference () General -th Term ()
Natural Numbers
Odd Numbers
Even Numbers
Multiples of 3
Numbers ending in 7 (e.g., 7, 17, 27…)

Part 2: The Critical “Counting” Step (Mapping to )

This is where most students get tripped up. The problem says: “Among the first 945 thousand square numbers…”

  • The first 945,000 square numbers are: .
  • We only want the odd squares, which come from odd bases: .

You must figure out how many odd numbers are hiding inside the first 945,000 numbers.

Since the total count (945,000) is even, exactly half of them are odd.

If the total were odd (e.g., first 101 numbers): You would use the formula for the count of odd numbers: , but since 945,000 is even, simply dividing by 2 is perfectly safe.

So, your summation runs from to .


Part 3: Putting It All Together – The Perfect Translation

Here is the exact translation you must do before applying any formula:

What the problem says What you actually write in mathematics
“Sum of the squares of the first natural numbers”
“Sum of the squares of the first odd numbers”
“Sum of the squares of the first even numbers”

Part 4: A Concrete Mini-Example to Lock It In

Let’s say the problem was: “Among the first 7 square numbers, what is the sum of the odd squares?”

Step 1: List the first 7 square numbers.
.

Step 2: Identify the odd bases.
The bases are .

Step 3: Translate to the “r” system.

  • The 1st odd base is 1 →
  • The 2nd odd base is 3 →
  • The 3rd odd base is 5 →
  • The 4th odd base is 7 →

So the general term is , and we sum from to .

Using our derived formula: with :

Manual check: . Perfect.


The Golden Rule for Your Toolbox

Whenever you face a sum-of-powers problem:

  1. Identify the base sequence (Is it natural numbers? Odds? Evens? Multiples of something?).
  2. Write the -th term using .
  3. Count how many terms you actually have (find ).
  4. Expand the square/cube using algebra.
  5. Plug in the standard formulas for , , etc., and simplify.

The intuition behind the telescoping engine is the trickiest step to internalize. This “Base-to-Index” mapping is the final piece that lets you aim that engine at any target you choose!


Part 4: Deriving the Sum of the First Odd Squares

Now, let’s apply this to a concrete problem: finding the sum of only the odd squares (e.g., ).

An odd number can be written as , where goes from to . So we want:

Step 1: Expand the square:

Step 2: Split the sum using our freshly derived formulas:

Step 3: Plug in the formulas:

Step 4: Simplify term by term:

  • First term:
  • Second term:
  • Third term:

Factor out the common :

Step 5: Simplify the bracket.
First, expand :

Now put everything over denominator 3:

Step 6: Therefore, the beautiful closed form is:

Or equivalently, since :

Example Check (First 3 odd squares):
.
Formula: .
Manual sum: . Perfect.


Part 5: Applying It to a Full Problem (Without the Final Number Crunch)

Consider the problem: “Among the first 945 thousand square numbers, what is the sum of all the odd squares?”

  • The first square numbers are .
  • We only want the odd ones: .
  • The number of terms is exactly half: .

Using our derived formula:

Since , this simplifies to:

At this point, all that remains is pure multiplication. The derivation is complete, the formula is exact, and the setup is flawless.


Part 6: The Ultimate Takeaway – The General Blueprint

Every derivation above flows from the same single observation:

“For any sum of ( terms), the answer will be derived from .”

Here is the general blueprint for deriving :

  1. Write the telescoping engine: .
  2. Expand the inside using the Binomial Theorem: (k+1)^{x+1} - k^{x+1} = (x+1)k^x + \text{(lower powers like } k^{x-1}, k^{x-2}, \dots \text{)}
  3. Sum both sides and move all the lower power sums to the right side.
  4. Divide by to isolate .

In mathematical shorthand, this means:

The engine provides the raw horsepower. The lower sums () act as the gears that we recursively subtract to extract the exact power we want. This is the foundation of Faulhaber’s Formula — and its core mechanism is exactly the telescoping trick from Part 1.