Hotmath
Math Homework. Do It Faster, Learn It Better.

Finite Differences

Given a sequence of numbers, we can find the sequence of forward differences of the sequence by subtracting adjacent terms.

Example:

Find the sequence of forward differences for the sequence

a n = n 2 1 , 4 , 9 , 16 , 25 , 36 , 49 , ...

Find the differences of consecutive terms.

4 1 = 3 9 4 = 5 16 9 = 7 25 16 = 9 36 25 = 11 49 36 = 13

The sequence of forward differences is

3 , 5 , 7 , 9 , 11 , 13 , ... Δ a n = 2 n + 1

In general, if the original sequence is arithmetic , then the sequence of forward differences is constant; if the original sequence is quadratic, then the sequence of forward differences is arithmetic; and if the original sequence is geometric , then the sequence of forward differences is also geometric.