Given a set of $n$ points $(x_k, y_k)\ (k\in\{1,...,n\})$, of course a polynomial of degree $n$ can fit all points. However, in some cases the coefficient of the higher degrees actually vanish and one obtains a polynomial of degree $m<n$, e.g. four points that all lie on a parabola. Aside from actually calculating the interpolating polynomial, is there any simpler way to determine the smallest polynomial degree $m\le n$ required to obtain a specific set of points?
2026-03-27 10:31:39.1774607499
How to determine the smallest interpolation degree required?
225 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There cannot really be a way to find the required degree that is significantly simpler than actually calculating the interpolating polynomial. Heuristics: Assume there is such a simple method, then value of the interpolating polynomial at $x$ can be found by determining the single $y$ for which the interpolating poylnomial for the $n$ geiven points polus $(x,y)$ is of degree $<n$.