Interpolate:: A1 B1 Given A B (B2-B1) (A-A1) / (A2-A1) +B1 A2 B2

You might also like

Download as xlsx, pdf, or txt
Download as xlsx, pdf, or txt
You are on page 1of 1

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

000 1.875 1.800 B 0.5688 0.5947 0.6102

A1 Given A = A2

B1 B = (B2-B1)*(A-A1)/(A2-A1)+B1 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'.)

You might also like