6. Numerical Technique: Linear Interpolation

Given: a, b, c, f(a), f(c)

                                  b - a
f(b) can be estimated as:  f(a) + ----- ( f(c) - f(a) )
                                  c - a