Method

Successive Differences of Powers

Consider a sequence that is given by the following explicit rule. a_n=a_1* n^p In this rule p is an integer. The values of a_1 and p can be found by calculating the differences between consecutive terms of the sequence. In the table, various consecutive terms of a sequence a_n are given. Note that 121.5 is not the first term of the sequence.
This sequence is given by the rule above. To determine the values of a_1 and p in the explicit rule, there are five steps to follow.
1
Subtract Consecutive Terms
expand_more

First, calculate the differences between consecutive terms.

a_n a_(n-1) a_n-a_(n-1) Difference
288 121.5 288-121.5 166.5
562.5 288 562.5-288 274.5
972 562.5 972-562.5 409.5
1543.5 972 1543.5-972 571.5
2
Create a New Sequence
expand_more

A new sequence can then be created using these differences.

3
Repeat Until the Differences Are Constant
expand_more

Continue finding the differences until all the terms of the sequence are constant.

4
Identify p
expand_more

The exponent p is the same as the number of differences needed. Since after the third differences the finite differences result in a nonzero constant, p equals 3.

5
Calculate a_1
expand_more
The value of a_1 can be calculated by using the below equation, where d is the constant found in the p^\text{th} differences. d = a_1 * p! In this case d is equal to 27, and from the previous step the value of p is 3. Next, substitute these values into the equation and solve for a_1.
d=a_1 * p!
27=a_1 * 3!
Solve for a_1

Write as a product

27=a_1 * 3 * 2 * 1
27 = a_1 * 6
4.5 = a_1
a_1=4.5
Therefore, the given data set can be represented by the following rule. a_n=4.5 n^3

When the p^\text{th} differences of equally-spaced data are nonzero and constant, the data can be modeled by a polynomial function of degree p.

Why

Consider the difference between the n^\text{th} and the (n-1)^\text{th} terms of the sequence a_n. a_n-a_(n-1) = a_1n^p - a_1(n-1)^p [0.4em] ⇓ [0.4em] a_n-a_(n-1) = a_1 [ n^p - (n-1)^p ] Notice that the expression in brackets is the difference of p^\text{th} powers, which can be factored as follows. x^p-y^p = (x-y)(x^(p-1)+x^(p-2)y+ ⋯ + xy^(p-2)+y^(p-1)) Using this rule, the right hand-side of the equation can be simplified.
a_n-a_(n-1) = a_1 [ n^p - (n-1)^p ]
a_n-a_(n-1) = a_1 [(n-(n-1) ) (n^(p-1)+n^(p-2)(n-1)+ ⋯ + n(n-1)^(p-2)+(n-1)^(p-1) ) ]
a_n-a_(n-1) = a_1 [(n-n+1 ) (n^(p-1)+n^(p-2)(n-1)+ ⋯ + n(n-1)^(p-2)+(n-1)^(p-1) ) ]
a_n-a_(n-1) = a_1 [(1)(n^(p-1)+n^(p-2)(n-1)+ ⋯ + n(n-1)^(p-2)+(n-1)^(p-1)) ]
a_n-a_(n-1) = a_1 [n^(p-1)+n^(p-2)(n-1)+ ⋯ + n(n-1)^(p-2)+(n-1)^(p-1) ]
This final equation shows that taking differences reduces the degree of the polynomial by 1. If taking the differences of consecutive terms continues, after the p^\text{th} differences the degree of the polynomial will be 0. Therefore, the polynomial will be a constant.

\begin{gathered} \textbf{Conclusion} \\ \hline \\[-0.8em] \text{If a polynomial has degree }p, \text{then} \\ \text{the }p^\text{th} \text{ differences are a nonzero constant.} \end{gathered}

Exercises