Section 1
Identifying Function Families from Data
Property
When analyzing a table of data where the -values are evenly spaced (e.g., increasing by 1), you can identify the underlying function family by analyzing the patterns in the -values:
- Linear Model: The first differences (the difference between consecutive -values) are constant. This means the data grows by adding the same amount each time.
- Quadratic Model: The first differences are not constant, but the second differences (the difference between consecutive first differences) are constant and non-zero.
- Exponential Model: The differences are not constant, but the successive ratios (dividing a -value by the previous -value) are constant. This means the data grows by multiplying by the same factor each time.
Examples
- Linear (Constant First Difference): Data .
First differences: ; ; . The constant difference is 4.
- Quadratic (Constant Second Difference): Data .
First differences: .
Second differences: ; . The constant second difference is 2.
- Exponential (Constant Ratio): Data .
First differences are (not constant).
Successive ratios: ; ; . The constant ratio is 2.
Explanation
Think of this process as running a diagnostic test on mysterious data. By systematically checking how the -values change, you reveal the data's "genetic code." Addition patterns point to lines, multiplying patterns point to exponential curves, and a constant rate of change in the rate of change points to a parabola. Always check these patterns in order: first differences, then second differences, then ratios.