Quadratic Interpolation Formula
Dictionary meaning of interpolation is the estimation of an unknown quantity between two known quantities. If the trends, seasonality and longer term cycles are known then interpolation is easy. The concept of interpolation can be shown in series analysis and regression analysis in statistics.
It is a special case of curve fitting. The solution can be approximated by a low degree when the observation has fairly smooth behaviour between the tabular data and an assumption can be made.
The formula of quadratic interpolation is given as:
\[\large f(x_{j}+\theta h)\approx f_{j}+ \theta \triangle f_{j}+ \frac{1}{2}\theta (\theta -1)\triangle^{2}f_{j}\]
Even though now that electronic and technology is so advanced that the computers and calculators have a built in function where the algorithm for interpolation is available readily, but, this formula is still important if available only in tabular form and it serves as an introduction for wider application of finite differences.
Solved Example
Question:Â Find the estimate of
Table of
x | \(\begin{array}{l}80^{\circ}\end{array} \) |
0′ | 0.1736 |
10′ | 0.1708 |
20′ | 0.1679 |
30′ | 0.1650 |
40′ | 0.1622 |
Solution:
Given Table,
x | Â f(x) = \(\begin{array}{l}cos x\end{array} \) Â |
\(\begin{array}{l}\delta\end{array} \) |
\(\begin{array}{l}\delta^{2}\end{array} \) |
\(\begin{array}{l}80^{\circ}\end{array} \) Â 0′ |
 0.1736 | ||
\(\begin{array}{l}80^{\circ}\end{array} \) 10′ |
 0.1708 |  -28 |  -1 |
\(\begin{array}{l}80^{\circ}\end{array} \) 20′ |
 0.1679 |  -29 |  0 |
\(\begin{array}{l}80^{\circ}\end{array} \) 30′ |
 0.1650 |  -29 |  1 |
\(\begin{array}{l}80^{\circ}\end{array} \) 40′ |
0.1622 | Â -28 | Â -1 |
Comments