Sign In
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 |
A new sequence can then be created using these differences.
Continue finding the differences until all the terms of the sequence are constant.
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.
d= 27, p= 3
Write as a product
Multiply
.LHS /6.=.RHS /6.
Rearrange equation
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.
x^p-y^p= (x-y)(x^(p-1)+x^(p-2)y+ ⋯ + xy^(p-2)+y^(p-1))
Distribute -1
Subtract term
a * 1=a
\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}