You are on page 1of 2

Time 10 20 30 40 50 60

Concentration 3.52 2.48 1.75 1.23 0.87 0.61

Create non linear regression model of concentration solution again


reaction time

3.5

2.5

1.5
y = 4.9988e-0.035x
1

0.5

0
0 10 20 30 40 50 60 70

x 10 20 30 40 50 60
y 3.52 2.48 1.75 1.23 0.87 0.61

Exponential model 𝑦 = 𝛼𝑒 𝛽𝑥

Linearize
ln 𝑦 = ln 𝛼 + 𝛽𝑥

Compare to linear eqn


𝑦 = 𝑎0 + 𝑎1 𝑥

Current
- y need to transform to ln y
- x remain as x
- a0 = ln α
- a1 = β

SUM AVERAGE
x 10.0 20.0 30.0 40.0 50.0 60.0 210.0 35.0
ln y 1.2585 0.9083 0.5596 0.2070 -0.1393 -0.4943 2.2998 0.3833
2
(x) 100.0 400.0 900.0 1600.0 2500.0 3600.0 9100.0
x. ln y 12.5846 18.1652 16.7885 8.2806 -6.9631 -29.6578 19.1979
(ln y)2 1.5837 0.8249 0.3132 0.0429 0.0194 0.2443 3.0284
෍ 𝑥 = 210
𝑛 σ 𝑥𝑦 − σ 𝑥 σ 𝑦 𝑎0 = 𝑦ത − 𝑎1 𝑥ҧ
𝑎1 = 2
𝑛 σ 𝑥2 − (σ 𝑥)
෍ 𝑦 = 2.2998 𝑎0 = 0.3833 − (−0.0350)(35.0)
6 (19.1979) − (210)(2.2998) 𝑎0 = 1.6092
෍ 𝑥𝑦 = 19.1979 𝑎1 =
6 (9100) − (210)2
𝑎0 = ln 𝛼
෍ 𝑥 2 = 9100 𝑎1 = −0.0350
ln 𝛼 = 1.6092
𝑎1 = β
෍ 𝑦 2 = 3.0284 𝛼 = 𝑒 1.6092 = 4.9988
β = −0.0350
𝑥ҧ = 35.0

𝑦ത = 0.3833
𝒚 = 𝟒. 𝟗𝟗𝟖𝟖𝒆−𝟎.𝟎𝟑𝟓𝟎𝒙
𝑛=6

𝑛 σ 𝑥𝑦 − (σ 𝑥)(σ 𝑦)
𝑟=
𝑛 σ 𝑥 2 − (σ 𝑥)2 𝑛 σ 𝑦 2 − (σ 𝑦)2

6 × 19.1979 − (210 × 2.2998)


𝑟=
6 × 9100 − (210)2 (6 × 3.0284) − (2.2998)2

𝑟 = 1.0000

You might also like