Problem 2 (17 points): Pressure sensors positioned along a pipeline of a heat exchanger measure the following values:
x[m] 0 0.12 0.18 0.24 0.42 0.48 0.56 0.61 0.66
p[kPa] 143 141 129 122 101 92 86 84 82
Use polynomial interpolation and the method of undetermined coefficients to estimate the value of pressure at x=0.31 m. Do that for a) Linear polynomial b) Quadratic polynomial c) Cubic polynomial d) Polynomial of the highest degree allowed by the data.
Which of the methods is, in your opinion, most accurate?