Lecture-6 (Fitting of A Exponential Curve-1)
Lecture-6 (Fitting of A Exponential Curve-1)
Let 𝑌 = 𝑎𝑒 𝑏𝑋 (1)
be an exponential curve and we have a set of n points (xi, yi), i=1, 2, ..., n.
Here problem is to determine a and b such that equation (1) is the curve of best
fit.
U= A + BX (2)
u = nA + Bx (3)
ux = A x + B x2 (4)
𝐵
Then a = antilog A and 𝑏 =
𝑙𝑜𝑔𝑒
With these a and b, the exponential curve 𝑌 = 𝑎𝑒 𝑏𝑋 is the curve of best fit for the
data.
X 1 2 4
Y 5 10 30
u = nA + Bx
ux = A x + B x2
x y U=logy ux x2
1 5 0.6990 0.6990 1
2 10 1.0000 2.0000 4
4 30 1.4771 5.9085 16
x=7 y=45 u=301761 ux=8.6075 x2=21
3A + 7 B = 3.1761
7A + 21B = 8.6075
𝐵 0.2564 0.2564
𝑏= = = = 0.5904
𝑙𝑜𝑔𝑒 log(2.71828) 0.43429