Four ways to get the model constants
In Topic 3.7 the same sinusoidal form is constructed from four different information sources โ you need to know how to extract a, b, c, d from each one.
Strategy: find c using the max location
At the maximum of a cosine function, the argument of cos = 0. So set b(x_max + c) = 0 and solve for c. At the minimum, the argument = ฯ. At a midline crossing going up (for sine), the argument = 0.
T / N. Then b = 2ฯ / period.d = midline, a = amplitude.From equation โ max/min values and locations
For f(x) = aยทsin(b(x+c)) + d:
Max value = d + |a| (when sin = +1)
Min value = d โ |a| (when sin = โ1)
Max occurs when b(x+c) = ฯ/2 โ solve for x
Min occurs when b(x+c) = โฯ/2 โ solve for x
Max at m=7: T(7) = 25.7ยทsin(ฯ/6ยท(3)) + 61.2 = 25.7ยทsin(ฯ/2) + 61.2 = 25.7(1) + 61.2 = 86.9ยฐF
| t (month) | 1 | 3 | 4 | 6 | 7 | 8 | 11 | 12 |
|---|---|---|---|---|---|---|---|---|
| N(t) | 11.4 | 9.7 | 8.2 | 5.2 | 5.0 | 6.2 | 10.5 | 11.3 |
Trap: max of table โ max of model, but they're close
The table only samples certain months, so the actual max may not appear. The sinusoidal regression predicts a max of a + d. Use the table's max and min to estimate a and d, then compute a + d for the predicted model maximum.