You are on page 1of 2

Interpolate:

Find interpolated value of 'B' for the given value of 'A' from table of data below:

A B
A1 2.000 0.57 B1
Given A = 1.875 0.5947 B = (B2-B1)*(A-A1)/(A2-A1)+B1
A2 1.800 0.6102 B2

Note: user may input desired table data values of 'A1', 'A2', 'B1', and 'B2'
as well as given value of 'A', to solve for interpolated value of 'B'.
('A' must fall between 'A1' and 'A2'.)
Version 1.0

You might also like