Simple explanation to Linear Interpolation

Technical assistance & information for projects
Post Reply
User avatar
Saman
Lieutenant Colonel
Lieutenant Colonel
Posts: 828
Joined: Fri Jul 31, 2009 10:32 pm
Location: Mount Lavinia

Simple explanation to Linear Interpolation

Post by Saman » Fri May 07, 2010 3:38 am

I would get a simple example to explain linear interpolation.

Say we have 2 pairs of associated values denoted as (x1, y1) and (x3, y3). We know a number x2, which is between x1 and x3. We need to find the corresponding value of x2, which is denoted by y2.
x1y1
x2y2
x3y3
The technique we use here to get the value of y2 is called linear interpolation.

y2 can be derived as below,
interpolation.png
interpolation.png (689 Bytes) Viewed 2877 times
Post Reply

Return to “Project Assistance”