221k views
15 votes
Use finite differences to identify the degree of the polynomial that best describes the data. 9 10 11 12 13 14

User Ling Zhong
by
7.4k points

1 Answer

0 votes

The forward differences for this data is 1, 1, 1, 1, 1, 1 (since 10 - 9 = 1, 11 - 10 = 1, etc). Since we only need one iteration of differences, a linear polynomial will fit the data exactly.

User Henkersmann
by
7.3k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.