We are given an application problem:
The median age of women in the United States at first marriage is given below. Let t= 0 correspond to 1970 and also let tbe measured in decades. Let 0 ≤ t≤ 4.
Year| | | | | |Median age
1970| | | | | |20.8
1980| | | | | |22.0
1990| | | | | |23.9
2000| | | | | |25.1
2010| | | | | |26.1
part (a): Find the quartic polynomial of the form M(t) = a0 +a1t^1 + a2t^2 + a3t^3 + a4t^4 that fits the data precisely. Round the coefficients to four decimal places.
A0 has to be 20.8, but how would we go about finding the other a constants? I was thinking of setting up an augmented matrix, but don't we have too many unknowns and also the constant 20.8 to account for?
Guide: $$M(t) = \sum_{i=0}^4 a_i t^i$$
Let $t=0$, we obtain a linear equation. Similarly let $t=1,2,3,4$ and we can obtain $5$ equation in total.
Hence we will obtain $5$ linear equations in $5$ unknowns and we solve linear system to recover $a_i$.