Encyclopedia > Interpolation

  Article Content

Interpolation

Interpolation is used to approximate a function for which we only know values for a discrete set of values of the independent variable. For example, suppose we have a table like

 x   f(x)
 -   ----
 1     1
 2     4
 3     9
 4    16
 5    25

We immediately recognize that f(x) can be fit precisely by the function x2 but in general this is not the case when we want to interpolate. Suppose we would like the value of f(x) which corresponds to x = 1.7. The simplest method is linear interpolation between the values for x = 1 and x = 2:

<math>f(1.7)=f(1)+\frac{1.7-1}{2-1}(f(2)-f(1))=1+0.7(4-1)=1+0.7\cdot 3=3.1.</math>

See also:



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
Great River, New York

... income for a household in the town is $78,399, and the median income for a family is $89,566. Males have a median income of $60,179 versus $58,125 for females. The per ...

 
 
 
This page was created in 39.1 ms