ArticleslgStudy

science

Polynomial interpolation

Polynomial interpolation is a science topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand Polynomial interpolation rather than just read about it. In short: In numerical analysis, polynomial interpolation is the interpolation of a given data set by the polynomial of lowest possible degree that passes through the points in the dataset. Given a set of n + 1 data points ( x 0 , y 0 ) , … , ( x n , y n ) {\displaystyle (x_{0},y_{0}),\ldots ,(x_{n},y_{n})} , with no two x j {\displaystyle x_{j}} the same, a polynomial function p ( x ) = a 0 + a 1 x + ⋯ + a n x n {\displaysty…

Polynomial interpolation — main illustration
Polynomial interpolation — illustration

Key takeaways

  • Polynomial interpolation belongs to science; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect Polynomial interpolation to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Polynomial interpolation from memory before moving on to harder problems.

Reference excerpt

In numerical analysis, polynomial interpolation is the interpolation of a given data set by the polynomial of lowest possible degree that passes through the points in the dataset. Given a set of n + 1 data points ( x 0 , y 0 ) , … , ( x n , y n ) {\displaystyle (x_{0},y_{0}),\ldots ,(x_{n},y_{n})} , with no two x j {\displaystyle x_{j}} the same, a polynomial function p ( x ) = a 0 + a 1 x + ⋯ + a n x n {\displaystyle p(x)=a_{0}+a_{1}x+\cdots +a_{n}x^{n}} is said to interpolate the data if p ( x j ) = y j {\displaystyle p(x_{j})=y_{j}} for each j ∈ { 0 , 1 , … , n } {\displaystyle j\in \{0,1,\dotsc ,n\}} . There is always a unique such polynomial, commonly given by two explicit formulas, the Lagrange polynomials and Newton polynomials.

Applications The original use of interpolation polynomials was to approximate values of important transcendental functions such as natural logarithm and trigonometric functions. Starting with a few accurately computed data points, the corresponding interpolation polynomial will approximate the function at an arbitrary nearby point. Polynomial interpolation also forms the basis for algorithms in numerical quadrature (Simpson's rule) and numerical ordinary differential equations (multigrid methods). In computer graphics, polynomials can be used to approximate complicated plane curves given a few specified points, for example the shapes of letters in typography. This is usually done with Bézier curves, which are a simple generalization of interpolation polynomials (having specified tangents as well as specified points). In numerical analysis, polynomial interpolation is essential to perform sub-quadratic multiplication and squaring, such as Karatsuba multiplication and Toom–Cook multiplication, where interpolation through points on a product polynomial yields the specific product required. For example, given a = f(x) = a0x0 + a1x1 + ··· and b = g(x) = b0x0 + b1x1 + ···, the product ab is a specific value of W(x) = f(x)g(x). One may easily find points along W(x) at small values of x, and interpolation based on those points will yield the terms of W(x) and the specific product ab. As fomulated in Karatsuba multiplication, this technique is substantially faster than quadratic multiplication, even for modest-sized inputs, especially on parallel hardware. In computer science, polynomial interpolation also leads to algorithms for secure multi party computation and secret sharing.

Interpolation theorem For any n + 1 {\displaystyle n+1} bivariate data points ( x 0 , y 0 ) , … , ( x n , y n ) ∈ R 2 {\displaystyle (x_{0},y_{0}),\dotsc ,(x_{n},y_{n})\in \mathbb {R} ^{2}} , where no two x j {\displaystyle x_{j}} are the same, there exists a unique polynomial p ( x ) {\displaystyle p(x)} of degree at most n {\displaystyle n} that interpolates these points, i.e. p ( x 0 ) = y 0 , … , p ( x n ) = y n {\displaystyle p(x_{0})=y_{0},\ldots ,p(x_{n})=y_{n}} . Equivalently, for a fixed choice of interpolation nodes x j {\displaystyle x_{j}} , polynomial interpolation defines a linear bijection L n {\displaystyle L_{n}} between the (n+1)-tuples of real-number values ( y 0 , … , y n ) ∈ R n + 1 {\displaystyle (y_{0},\ldots ,y_{n})\in \mathbb {R} ^{n+1}} and the vector space P ( n ) {\displaystyle P(n)} of real polynomials of degree at most n:

… excerpt ends here. Continue reading the full article.

Illustrations

Polynomial interpolation: Lozenge Diagram: geometric representation of polynomial interpolations.
Lozenge Diagram: geometric representation of polynomial interpolations.

Worked examples

Example 1 — a first encounter with Polynomial interpolation

Start with the simplest possible case. Write down what Polynomial interpolation claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In science, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to Polynomial interpolation before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about Polynomial interpolation ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of Polynomial interpolation

In research
Polynomial interpolation appears in science research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses Polynomial interpolation in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
Polynomial interpolation is common in secondary-school and first-year university syllabi. It links to neighbouring topics Interpolation, Polynomials, so understanding it makes those chapters shorter.
In everyday life
Look for Polynomial interpolation outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study Polynomial interpolation in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Polynomial interpolation means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain Polynomial interpolation out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Polynomial interpolation in simple terms?

In numerical analysis, polynomial interpolation is the interpolation of a given data set by the polynomial of lowest possible degree that passes through the points in the dataset. Given a set of n + 1 data points ( x 0 , y 0 ) , … , ( x n , y n ) {\displaystyle (x_{0},y_{0}),\ldots ,(x_{n},y_{n})}…

Why does Polynomial interpolation matter?

Because it connects several science ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study Polynomial interpolation?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on Polynomial interpolation.

Tags

  • Interpolation
  • Polynomials

Keep exploring