6. Analyzing Functions with Successive Differences
Sign In
Calculate the differences and ratios between consecutive terms. Is either of these the same throughout the sequence?
Type of Function: Quadratic
Function: y=2.5x^2
We want to identify which kind of model best describes the data, linear, quadratic or exponential. To do so we will calculate the difference and ratio between consecutive terms.
| x | -2 | -1 | 0 | 1 | 2 |
|---|---|---|---|---|---|
| y | 10 | 2.5 | 0 | 2.5 | 10 |
Let's begin with calculating first differences.
The first differences are not all equal. Therefore, the table of values does not represent a linear function. Let's find the second differences and compare them.
Since the second differences are all equal, the table of values represent a quadratic function.