You already know this fact from school: two points determine a line, and three points (not all on one line) determine a parabola. What you may not know is how far that pattern goes: give me any points with distinct -coordinates, and there is exactly one polynomial of degree at most that passes through every single one.
The question is not whether that polynomial exists — that part is guaranteed. The question is how to write it down without grinding through a system of linear equations for its coefficients.
In 1795, Joseph-Louis Lagrange published a beautifully direct answer: build the polynomial as a weighted sum of simple pieces, one per point, each engineered to vanish at every other point. No system to solve, no matrix to invert — just plug in the coordinates and read off the formula.
Comments
Loading comments...