SlideShare a Scribd company logo
UNIVERSITI TEKNOLOGI MARA TERENGGANU
FACULTY : COMPUTER & MATHEMATICAL SCIENCES ( CS )
PROGRAMME : BACHELOR OF SCIENCE (HONOURS) (COMPUTATIONAL MATHEMATICS) (CS227)
COURSE : MATHEMATICAL MODELLING (MAT530)
GROUP : CS2275A
Prepared by :
ROHAYU BINTI MOHAMED 2012434738
Prepared for :
ASSOC PROF DR KHALIPAH BINTI IBRAHIM
REFERENCE
Kestin, J. Sokolov, M. & Wakeham, A. W. (1969).Viscosity of liquid water in the
range -8 0
C to 1500
C. Journal of Physical and Chemistry, 73, 1, 34-39. Retrieved
from http://www.nist.gov/data/PDFfiles/jpcrd121.pdf
INTRODUCTION
Dynamic viscosity of liquid water has been measured as a function of composition
over the different temperature range. The liquid viscosity is depending on the
temperature when the phenomenon by which liquid viscosity tends to decrease or
alternatively its fluidity tends to increase as its temperature increases. For example,
water viscosity goes from 1.79 cP to 0.28 cP in the temperature range from 0 °C to
100 °C. The dynamic viscosities of liquids are typically several orders of magnitude
higher than dynamic viscosities of gases. The excess viscosity has been calculated
from the experimental data as a function of composition. Further the viscosity data
have been theoretically analyzed for the validity of liquid viscosity models. New
measurements have been made for the viscosity (μ) of liquid water between the
temperatures of 5 °C to 100 °C. A revised correlation function is used to represent the
results as a function of temperature and molar volume (V) with a standard deviation
of ±0.3% for the range of temperature compared to the previous study. The overall
uncertainty is estimated at ±1%.
PROBLEM STATEMENT
Problem : How to measure the viscosity of liquid water in different temperature.
The value of viscosity is different given by diferent temperature. When the
temperature increase, the dynamic viscosity either increase or decrease. In order to
measure the value of liquid water viscosity, the method of least squares gives a way
to find the best estimate, assuming that the errors (i.e. the differences from the true
value) are random and unbiased. The basic idea of the method of least squares is
easy to understand and the best method for the best approximation of the given set of
data. The set of data about several range of temperature and viscosity was observed
in the previous article. It is used to study the effect of temperature on the viscosity of
liquid water. A line of best fit can be roughly determined using a scatter plot so that
the number of points above the line and below the line is about equal and the line
passes through as many points as possible. A more accurate way of finding the line
of best fit is the least square method .
DATA:
Table 1 Value of different temperature and viscosity.
Independent variables, x = Temperature
Dependent variables, y = Viscosity of liquid water
Graph 1 Temperature against viscosity
0
200
400
600
800
1000
1200
1400
1600
0 20 40 60 80 100 120
ViscosityμPa·s
Temperature ˚C
Temperature vs Viscosity
Temperature , t˚C Viscosity μ, Pa·s
5 1519.3
10 1307
15 1138.3
20 1002
25 890.2
30 797.3
35 719.1
40 652.7
45 596.1
50 547.1
55 504.4
60 467
65 433.9
70 404.6
75 378.5
80 355.1
85 334.1
90 315
95 297.8
100 282.1
i. A linear model.
Linear equation: y = a0 + a1x
na0 +a1∑x = ∑y
a0∑x + a1∑x2
= ∑xy
20a0 +1050a1 = 12941.6.................. (1)
1050a0 + 71750a1 = 491743.5........... (2)
No
Temperature ˚C
(x)
Viscosity μPa·s
(y) X2
xy
1 5 1519.3 25 7596.5
2 10 1307 100 13070
3 15 1138.3 225 17074.5
4 20 1002 400 20040
5 25 890.2 625 22255
6 30 797.3 900 23919
7 35 719.1 1225 25168.5
8 40 652.7 1600 26108
9 45 596.1 2025 26824.5
10 50 547.1 2500 27355
11 55 504.4 3025 27742
12 60 467 3600 28020
13 65 433.9 4225 28203.5
14 70 404.6 4900 28322
15 75 378.5 5625 28387.5
16 80 355.1 6400 28408
17 85 334.1 7225 28398.5
18 90 315 8100 28350
19 95 297.8 9025 28291
20 100 282.1 10000 28210
∑= 1050 12941.6 71750 491743.5
(
𝑛 ∑𝑥
∑𝑥 ∑𝑥²
) ( 𝑎0
𝑎1 )= (
∑𝑥
∑𝑥𝑦
)
(
20 1050
1050 71750
) ( 𝑎0
𝑎1 ) = (
12941.6
491743.5
)
( 𝑎0
𝑎1 ) =
1
20(71750)−1050(1050)
(
71750 −1050
−1050 20
) (
12941.6
491743.5
)
( 𝑎0
𝑎1 ) =
1
332500
(
412229125
−3753810
)
a₀ =1239.786842
a₁ = -11.28965414
y = - 11.28965414x + 1239.786842
y = -11.29x + 1239.8
R² = 0.8681
0
200
400
600
800
1000
1200
1400
1600
0 20 40 60 80 100 120
ViscosityμPa·s
Temperature ˚C
Temperature vs Viscosity (Linear function)
ii. An appropriate polynomial model.
Polynomial equation: y = a0 +a1x + a2x2
No
Temperature ˚C
(x)
Viscosity μ, Pa·s
(y) X^2 X^3 X^4 xy (x^2)y
1 5 1519.3 25 125 625 7596.5 37982.5
2 10 1307 100 1000 10000 13070 130700
3 15 1138.3 225 3375 50625 17074.5 256117.5
4 20 1002 400 8000 160000 20040 400800
5 25 890.2 625 15625 390625 22255 556375
6 30 797.3 900 27000 810000 23919 717570
7 35 719.1 1225 42875 1500625 25168.5 880897.5
8 40 652.7 1600 64000 2560000 26108 1044320
9 45 596.1 2025 91125 4100625 26824.5 1207102.5
10 50 547.1 2500 125000 6250000 27355 1367750
11 55 504.4 3025 166375 9150625 27742 1525810
12 60 467 3600 216000 12960000 28020 1681200
13 65 433.9 4225 274625 17850625 28203.5 1833227.5
14 70 404.6 4900 343000 24010000 28322 1982540
15 75 378.5 5625 421875 31640625 28387.5 2129062.5
16 80 355.1 6400 512000 40960000 28408 2272640
17 85 334.1 7225 614125 52200625 28398.5 2413872.5
18 90 315 8100 729000 65610000 28350 2551500
19 95 297.8 9025 857375 81450625 28291 2687645
20 100 282.1 10000 1000000 100000000 28210 2821000
∑= 1050 12941.6 71750 5512500 451666250 491743.5 28498112.5
na0 +a1∑x = ∑y
a0∑x + a1∑x2
= ∑xy
a0∑x2
+ a1∑x3
= ∑x2
y
20a0 +1050a1 + 71750a2 = 12941.6.................. (1)
1050a0 + 71750a1 + 5512500a2= 491743.5........... (2)
71750a0 +5512500a1 + 451666250a2= 28498112.5........... (3)
(
𝑛 ∑𝑥 ∑𝑥2
∑𝑥 ∑𝑥2
∑𝑥³
∑𝑥2
∑𝑥³ ∑𝑥⁴
) (
𝑎₀
𝑎1
𝑎₂
) = (
∑𝑥
∑𝑥𝑦
∑𝑥²𝑦
)
(
20 1050 71750
1050 71750 5512500
71750 5512500 451666250
) (
𝑎₀
𝑎₁
𝑎₂
)= (
12941.6
491743.5
28498112.5
)
a₀ =1551.650877
a₁ = -28.30041969
a₂ = 0.1620079291
y =0.1620079291x² -28.30041969X + 1551.650877
y = 0.162x2 - 28.3x + 1551.7
R² = 0.9861
0
200
400
600
800
1000
1200
1400
1600
0 20 40 60 80 100 120
ViscosityμPa·s
Temperature ˚C
Temperature vs Viscosity (Polynomial function)
iii. Exponential model.
Exponential equation: y = aebx
Temperature ˚C Viscosity μPa·s X^2 lny xlny
5 1519.3 25 7.326004981 36.63002491
10 1307 100 7.175489714 71.75489714
15 1138.3 225 7.0372912 105.559368
20 1002 400 6.909753282 138.1950656
25 890.2 625 6.791446157 169.7861539
30 797.3 900 6.68123102 200.4369306
35 719.1 1225 6.57800043 230.2300151
40 652.7 1600 6.481117606 259.2447042
45 596.1 2025 6.390408438 287.5683797
50 547.1 2500 6.304631601 315.2315801
55 504.4 3025 6.223369604 342.2853282
60 467 3600 6.146329258 368.7797555
65 433.9 4225 6.072814093 394.732916
70 404.6 4900 6.002898925 420.2029247
75 378.5 5625 5.936216073 445.2162055
80 355.1 6400 5.87239944 469.7919552
85 334.1 7225 5.811440349 493.9724297
90 315 8100 5.752572639 517.7315375
95 297.8 9025 5.69642212 541.1601014
100 282.1 10000 5.642261618 564.2261618
1050 12941.6 71750 126.8320985 6372.736435
na0 +a1∑x = ∑lny
a0∑x + a1∑x2
= ∑xlny
20a0 +1050a1 = 126.8320985.................. (1)
1050a0 + 71750a1 = 6372.736435........... (2)
(
𝑛 ∑𝑥
∑𝑥 ∑𝑥²
) (
𝑙𝑛𝛼
𝛽
)= (
∑𝑙𝑛𝑥
∑𝑥𝑙𝑛𝑦
)
(
20 1050
1050 71750
) (
𝑙𝑛𝛼
𝛽
)== (
126.8320985
6372.736435
)
ln 𝛂= 7.244600934
𝛂 = e7.244600934
= 1400.522883
𝛃 = -0.01719992398
y = 1400.522883e-0.01719992398x
y = 1400.5e-0.017x
R² = 0.9788
0
200
400
600
800
1000
1200
1400
1600
0 20 40 60 80 100 120
ViscosityμPa·s
Temperature ˚C
Temperature vs Viscosity
SUM OF ERROR SQUARES
1. Linear model
Temperature ˚C
(X)
Viscosity μPa·s
(Y) Y1 = - 11.29(X) + 1239.8 Error1 = Y - Y1 Error1
2
5 1519.3 1183.35 335.95 112862.4025
10 1307 1126.9 180.1 32436.01
15 1138.3 1070.45 67.85 4603.6225
20 1002 1014 -12 144
25 890.2 957.55 -67.35 4536.0225
30 797.3 901.1 -103.8 10774.44
35 719.1 844.65 -125.55 15762.8025
40 652.7 788.2 -135.5 18360.25
45 596.1 731.75 -135.65 18400.9225
50 547.1 675.3 -128.2 16435.24
55 504.4 618.85 -114.45 13098.8025
60 467 562.4 -95.4 9101.16
65 433.9 505.95 -72.05 5191.2025
70 404.6 449.5 -44.9 2016.01
75 378.5 393.05 -14.55 211.7025
80 355.1 336.6 18.5 342.25
85 334.1 280.15 53.95 2910.6025
90 315 223.7 91.3 8335.69
95 297.8 167.25 130.55 17043.3025
100 282.1 110.8 171.3 29343.69
1050 12941.6 12941.5 130.55 321910.125
2. Polynomial model
Temperature ˚C
(X)
Viscosity μPa·s
(Y) Y2 = 0.162(X2
) - 28.3(X) + 1551.7 E2 = Y – Y2 Error2
2
5 1519.3 1414.25 105.05 11035.5025
10 1307 1284.9 22.1 488.41
15 1138.3 1163.65 -25.35 642.6225
20 1002 1050.5 -48.5 2352.25
25 890.2 945.45 -55.25 3052.5625
30 797.3 848.5 -51.2 2621.44
35 719.1 759.65 -40.55 1644.3025
40 652.7 678.9 -26.2 686.44
45 596.1 606.25 -10.15 103.0225
50 547.1 541.7 5.4 29.16
55 504.4 485.25 19.15 366.7225
60 467 436.9 30.1 906.01
65 433.9 396.65 37.25 1387.5625
70 404.6 364.5 40.1 1608.01
75 378.5 340.45 38.05 1447.8025
80 355.1 324.5 30.6 936.36
85 334.1 316.65 17.45 304.5025
90 315 316.9 -1.9 3.61
95 297.8 325.25 -27.45 753.5025
100 282.1 341.7 -59.6 3552.16
1050 12941.6 12942.5 -27.45 33921.955
3. Exponential model
Temperature ˚C
(X)
Viscosity μPa·s
(Y) Y3 =1400.522883e-0.01719992398x
Error3 = Y - Y1 Error3
2
5 1519.3 207852.6293 -206333.3293 42573442790
10 1307 30848065.35 -30846758.35 9.51523E+14
15 1138.3 4578258830 -4578257692 2.09604E+19
20 1002 6.79474 x1011
-6.79474E+11 4.61685E+23
25 890.2 1.00843 x1014
-1.00843E+14 1.01693E+28
30 797.3 1.49664 x1016
-1.49664E+16 2.23993E+32
35 719.1 2.22121 x1018
-2.22121E+18 4.93378E+36
40 652.7 3.29657 x1020
-3.29657E+20 1.08674E+41
45 596.1 4.89254 x1022
-4.89254E+22 2.3937E+45
50 547.1 7.26118 x1024
-7.26118E+24 5.27247E+49
55 504.4 1.07765 x1027
-1.07765E+27 1.16134E+54
60 467 1.59938 x1029
-1.59938E+29 2.55802E+58
65 433.9 2.37369v x1031
-2.37369E+31 5.63442E+62
70 404.6 3.52287 x1033
-3.52287E+33 1.24106E+67
75 378.5 5.22841 x1035
-5.22841E+35 2.73362E+71
80 355.1 7.75964 x1037
-7.75964E+37 6.0212E+75
85 334.1 1.15163 x1040
-1.15163E+40 1.32626E+80
90 315 1.70917 x1042
-1.70917E+42 2.92128E+84
95 297.8 2.53664 x1044
-2.53664E+44 6.43454E+88
100 282.1 3.76471 x1046
-3.76471E+46 1.4173E+93
1050 12941.6 3.79025 x1046
-2.53664E+44 1.41737E+93
FINDING:
Viscosity of the water was taken with the different temperature by the different
method in linear least square. Based on the observation, the values of error are
record. A line of best fit can be roughly determined using a scatter plot so that the
error produced. A more accurate way of finding the value of viscosity is linear least
square method. This is because linear least square method gives the smallest error in
finding the viscosity of the water compared to the exponential and polynomial least
square.The sum of square error for each method is observed as below:
Linear method =321910.125
Polynomial method = 33921.955
Exponential method = 1.41737 x1093
SLOPE OF THE LEAST SQUARE IN LINEAR MODEL
Temperature ˚C (X) Y1 = - 11.29(X) + 1239.8
5 1183.35
10 1126.9
15 1070.45
20 1014
25 957.55
30 901.1
35 844.65
40 788.2
45 731.75
50 675.3
55 618.85
60 562.4
65 505.95
70 449.5
75 393.05
80 336.6
85 280.15
90 223.7
95 167.25
100 110.8
1050 12941.5
Slope equation:
m =
𝑦2−𝑦1
𝑥2−𝑥1
m =
167.25−1126.9
95−10
Slope = - 11.29
CONCLUSIONS
In summary, the studied was conducted on the influences different temperature on viscosity
of liquid water by using the method whose coefficients are redetermined through considering
new numerical experiments. For a specified temperature, the relative viscosity nonlinearly
decreases with enlarging temperature. For a given temperature, the relative viscosity of
water inside the increases with decreasing temperature. An approximate formula of the
relative viscosity with consideration of the temperature effects is proposed, should be
significant for the research on the water flow. The results suggest that the new relative value
of viscosity, which demonstrates the present predictions of the relative viscosity. The best
mehod for calculate viscosity of water is by using linear least square method which given the
least error. The value of uncertainty is smaller than other method.
y = -11.29x + 1239.8
R² = 1
0
200
400
600
800
1000
1200
1400
0 20 40 60 80 100 120
Temperature˚C
Viscosity μPa·s
Temperature vs Viscosity (Linear Model)

More Related Content

What's hot

sepak takraw
sepak  takrawsepak  takraw
sepak takraw
Putih Kertas
 
Numerical solution of system of linear equations
Numerical solution of system of linear equationsNumerical solution of system of linear equations
Numerical solution of system of linear equations
reach2arkaELECTRICAL
 
Multiple sagement trapezoidal rule
Multiple sagement trapezoidal ruleMultiple sagement trapezoidal rule
Multiple sagement trapezoidal rule
Tanmoy Debnath
 
Newton Raphson Method
Newton Raphson MethodNewton Raphson Method
Newton Raphson Method
Devanshu Taneja
 
Numerical solutions for linear system of equations
Numerical solutions for linear system of equationsNumerical solutions for linear system of equations
Numerical solutions for linear system of equations
Mohamed Mohamed El-Sayed
 
Peraturan am pertandingan
Peraturan am pertandinganPeraturan am pertandingan
Peraturan am pertandinganben683958sia
 
Discrete maths questions
Discrete maths questionsDiscrete maths questions
Discrete maths questions
DIT University
 
Mathematics- IB Math Studies IA
Mathematics- IB Math Studies IAMathematics- IB Math Studies IA
Mathematics- IB Math Studies IA
alipinedo
 
Environmental Problems And Solutions Essay
Environmental Problems And Solutions EssayEnvironmental Problems And Solutions Essay
Environmental Problems And Solutions Essay
Heather Ramos
 
Bidang kepegawaian
Bidang kepegawaianBidang kepegawaian
Bidang kepegawaian
fariesya20
 
Capítulo 10 mola
Capítulo 10   molaCapítulo 10   mola
Capítulo 10 mola
Jhayson Carvalho
 
Kebebasan beragama di malaysia & hubungkait dengan perlembagaan
Kebebasan beragama di malaysia & hubungkait dengan perlembagaan   Kebebasan beragama di malaysia & hubungkait dengan perlembagaan
Kebebasan beragama di malaysia & hubungkait dengan perlembagaan
Mel Cassie
 
Permainan tradisional sepak raga
Permainan tradisional sepak ragaPermainan tradisional sepak raga
Permainan tradisional sepak raga
Zara Echa
 

What's hot (13)

sepak takraw
sepak  takrawsepak  takraw
sepak takraw
 
Numerical solution of system of linear equations
Numerical solution of system of linear equationsNumerical solution of system of linear equations
Numerical solution of system of linear equations
 
Multiple sagement trapezoidal rule
Multiple sagement trapezoidal ruleMultiple sagement trapezoidal rule
Multiple sagement trapezoidal rule
 
Newton Raphson Method
Newton Raphson MethodNewton Raphson Method
Newton Raphson Method
 
Numerical solutions for linear system of equations
Numerical solutions for linear system of equationsNumerical solutions for linear system of equations
Numerical solutions for linear system of equations
 
Peraturan am pertandingan
Peraturan am pertandinganPeraturan am pertandingan
Peraturan am pertandingan
 
Discrete maths questions
Discrete maths questionsDiscrete maths questions
Discrete maths questions
 
Mathematics- IB Math Studies IA
Mathematics- IB Math Studies IAMathematics- IB Math Studies IA
Mathematics- IB Math Studies IA
 
Environmental Problems And Solutions Essay
Environmental Problems And Solutions EssayEnvironmental Problems And Solutions Essay
Environmental Problems And Solutions Essay
 
Bidang kepegawaian
Bidang kepegawaianBidang kepegawaian
Bidang kepegawaian
 
Capítulo 10 mola
Capítulo 10   molaCapítulo 10   mola
Capítulo 10 mola
 
Kebebasan beragama di malaysia & hubungkait dengan perlembagaan
Kebebasan beragama di malaysia & hubungkait dengan perlembagaan   Kebebasan beragama di malaysia & hubungkait dengan perlembagaan
Kebebasan beragama di malaysia & hubungkait dengan perlembagaan
 
Permainan tradisional sepak raga
Permainan tradisional sepak ragaPermainan tradisional sepak raga
Permainan tradisional sepak raga
 

Viewers also liked

A Secondary Analysis of the Cross-Sectional Data Available in the ‘Welsh Heal...
A Secondary Analysis of the Cross-Sectional Data Available in the ‘Welsh Heal...A Secondary Analysis of the Cross-Sectional Data Available in the ‘Welsh Heal...
A Secondary Analysis of the Cross-Sectional Data Available in the ‘Welsh Heal...
UKFacultyPublicHealth
 
Method of least square
Method of least squareMethod of least square
Method of least square
Somya Bagai
 
Childhood obesity
Childhood obesityChildhood obesity
Least Squares
Least SquaresLeast Squares
Least Squares
Christopher Carbone
 
Excel Shotcuts
Excel ShotcutsExcel Shotcuts
Excel Shotcuts
Raghu nath
 
Es272 ch3b
Es272 ch3bEs272 ch3b
E learning excel short cut keys
E learning excel short cut keysE learning excel short cut keys
E learning excel short cut keys
Vijay Perepa
 
Excel 2007 Training 2012 Module 1 (Self Study Materials)
Excel 2007 Training 2012 Module 1 (Self Study Materials)Excel 2007 Training 2012 Module 1 (Self Study Materials)
Excel 2007 Training 2012 Module 1 (Self Study Materials)
Amann Group
 
The least square method
The least square methodThe least square method
The least square method
kevinlefol
 
METHOD OF LEAST SQURE
METHOD OF LEAST SQUREMETHOD OF LEAST SQURE
METHOD OF LEAST SQURE
Danial Mirza
 
Bisection method
Bisection methodBisection method
Bisection method
Md. Mujahid Islam
 
Taylor series
Taylor seriesTaylor series
Taylor series
Little Pari
 
bisection method
bisection methodbisection method
bisection method
Muhammad Usama
 
Ordinary least squares linear regression
Ordinary least squares linear regressionOrdinary least squares linear regression
Ordinary least squares linear regression
Elkana Rorio
 
Numerical integration
Numerical integrationNumerical integration
Numerical integration
Mohammed_AQ
 
Applied Numerical Methods Curve Fitting: Least Squares Regression, Interpolation
Applied Numerical Methods Curve Fitting: Least Squares Regression, InterpolationApplied Numerical Methods Curve Fitting: Least Squares Regression, Interpolation
Applied Numerical Methods Curve Fitting: Least Squares Regression, Interpolation
Brian Erandio
 
Applications of numerical methods
Applications of numerical methodsApplications of numerical methods
Applications of numerical methods
Tarun Gehlot
 
Chapter 2 part3-Least-Squares Regression
Chapter 2 part3-Least-Squares RegressionChapter 2 part3-Least-Squares Regression
Chapter 2 part3-Least-Squares Regression
nszakir
 
sampling ppt
sampling pptsampling ppt
sampling ppt
Swati Luthra
 
Data Types and Variables In C Programming
Data Types and Variables In C ProgrammingData Types and Variables In C Programming
Data Types and Variables In C Programming
Kamal Acharya
 

Viewers also liked (20)

A Secondary Analysis of the Cross-Sectional Data Available in the ‘Welsh Heal...
A Secondary Analysis of the Cross-Sectional Data Available in the ‘Welsh Heal...A Secondary Analysis of the Cross-Sectional Data Available in the ‘Welsh Heal...
A Secondary Analysis of the Cross-Sectional Data Available in the ‘Welsh Heal...
 
Method of least square
Method of least squareMethod of least square
Method of least square
 
Childhood obesity
Childhood obesityChildhood obesity
Childhood obesity
 
Least Squares
Least SquaresLeast Squares
Least Squares
 
Excel Shotcuts
Excel ShotcutsExcel Shotcuts
Excel Shotcuts
 
Es272 ch3b
Es272 ch3bEs272 ch3b
Es272 ch3b
 
E learning excel short cut keys
E learning excel short cut keysE learning excel short cut keys
E learning excel short cut keys
 
Excel 2007 Training 2012 Module 1 (Self Study Materials)
Excel 2007 Training 2012 Module 1 (Self Study Materials)Excel 2007 Training 2012 Module 1 (Self Study Materials)
Excel 2007 Training 2012 Module 1 (Self Study Materials)
 
The least square method
The least square methodThe least square method
The least square method
 
METHOD OF LEAST SQURE
METHOD OF LEAST SQUREMETHOD OF LEAST SQURE
METHOD OF LEAST SQURE
 
Bisection method
Bisection methodBisection method
Bisection method
 
Taylor series
Taylor seriesTaylor series
Taylor series
 
bisection method
bisection methodbisection method
bisection method
 
Ordinary least squares linear regression
Ordinary least squares linear regressionOrdinary least squares linear regression
Ordinary least squares linear regression
 
Numerical integration
Numerical integrationNumerical integration
Numerical integration
 
Applied Numerical Methods Curve Fitting: Least Squares Regression, Interpolation
Applied Numerical Methods Curve Fitting: Least Squares Regression, InterpolationApplied Numerical Methods Curve Fitting: Least Squares Regression, Interpolation
Applied Numerical Methods Curve Fitting: Least Squares Regression, Interpolation
 
Applications of numerical methods
Applications of numerical methodsApplications of numerical methods
Applications of numerical methods
 
Chapter 2 part3-Least-Squares Regression
Chapter 2 part3-Least-Squares RegressionChapter 2 part3-Least-Squares Regression
Chapter 2 part3-Least-Squares Regression
 
sampling ppt
sampling pptsampling ppt
sampling ppt
 
Data Types and Variables In C Programming
Data Types and Variables In C ProgrammingData Types and Variables In C Programming
Data Types and Variables In C Programming
 

Similar to Application of least square method

Capítulo 02 considerações estatísticas
Capítulo 02   considerações estatísticasCapítulo 02   considerações estatísticas
Capítulo 02 considerações estatísticas
Jhayson Carvalho
 
EENG 3305Linear Circuit Analysis IIFinal ExamDecembe.docx
EENG 3305Linear Circuit Analysis IIFinal ExamDecembe.docxEENG 3305Linear Circuit Analysis IIFinal ExamDecembe.docx
EENG 3305Linear Circuit Analysis IIFinal ExamDecembe.docx
jack60216
 
Ch02
Ch02Ch02
Tabel uap
Tabel uapTabel uap
Tabel uap
Muhammad Luthfan
 
Shi20396 ch03
Shi20396 ch03Shi20396 ch03
Shi20396 ch03
Paralafakyou Mens
 
Extreme value distribution to predict maximum precipitation
Extreme value distribution to predict maximum precipitationExtreme value distribution to predict maximum precipitation
Extreme value distribution to predict maximum precipitation
Jonathan D'Cruz
 
11 isroset-ijsrms-02993
11 isroset-ijsrms-0299311 isroset-ijsrms-02993
11 isroset-ijsrms-02993
Mohammed Badiuddin Parvez
 
Ass 1 f12-11 report engineering dynamics problems
Ass 1  f12-11 report engineering dynamics problemsAss 1  f12-11 report engineering dynamics problems
Ass 1 f12-11 report engineering dynamics problems
Hammad ur Rehman
 
Budynas sm ch20
Budynas sm ch20Budynas sm ch20
Budynas sm ch20
luisorellano125
 
Ass 1 12-46 report engineering dynamics problem
Ass 1  12-46 report engineering dynamics problemAss 1  12-46 report engineering dynamics problem
Ass 1 12-46 report engineering dynamics problem
Hammad ur Rehman
 
ABB POLIM-K High Voltage Surge Arresters AC up to 52 kV - AC Surge Arresters ...
ABB POLIM-K High Voltage Surge Arresters AC up to 52 kV - AC Surge Arresters ...ABB POLIM-K High Voltage Surge Arresters AC up to 52 kV - AC Surge Arresters ...
ABB POLIM-K High Voltage Surge Arresters AC up to 52 kV - AC Surge Arresters ...
Thorne & Derrick International
 
Metode nakayasu
Metode nakayasuMetode nakayasu
Metode nakayasu
Arista Aulia
 
Calculation template
Calculation templateCalculation template
Calculation template
Yekian Ian
 
Data logging
Data loggingData logging
Data logging
Ct Rahayu
 
Regression project
Regression projectRegression project
Regression project
shrinivasvasala
 
ABB POLIM-H..N High Voltage Surge Arresters AC up to 72 kV - AC Surge Arreste...
ABB POLIM-H..N High Voltage Surge Arresters AC up to 72 kV - AC Surge Arreste...ABB POLIM-H..N High Voltage Surge Arresters AC up to 72 kV - AC Surge Arreste...
ABB POLIM-H..N High Voltage Surge Arresters AC up to 72 kV - AC Surge Arreste...
Thorne & Derrick International
 
(597922903) trabajo sobre aguas residuales 1
(597922903) trabajo sobre aguas residuales 1(597922903) trabajo sobre aguas residuales 1
(597922903) trabajo sobre aguas residuales 1
Juliana Hincapié Rojo
 
Método de Mínimos Cuadrados (ejemplo)
Método de Mínimos Cuadrados (ejemplo)Método de Mínimos Cuadrados (ejemplo)
Método de Mínimos Cuadrados (ejemplo)
José Luis Castro Soto
 
Tablice beton
Tablice betonTablice beton
Tablice beton
ako123arko
 
3. market projections
3. market projections3. market projections
3. market projections
Rudy Flores
 

Similar to Application of least square method (20)

Capítulo 02 considerações estatísticas
Capítulo 02   considerações estatísticasCapítulo 02   considerações estatísticas
Capítulo 02 considerações estatísticas
 
EENG 3305Linear Circuit Analysis IIFinal ExamDecembe.docx
EENG 3305Linear Circuit Analysis IIFinal ExamDecembe.docxEENG 3305Linear Circuit Analysis IIFinal ExamDecembe.docx
EENG 3305Linear Circuit Analysis IIFinal ExamDecembe.docx
 
Ch02
Ch02Ch02
Ch02
 
Tabel uap
Tabel uapTabel uap
Tabel uap
 
Shi20396 ch03
Shi20396 ch03Shi20396 ch03
Shi20396 ch03
 
Extreme value distribution to predict maximum precipitation
Extreme value distribution to predict maximum precipitationExtreme value distribution to predict maximum precipitation
Extreme value distribution to predict maximum precipitation
 
11 isroset-ijsrms-02993
11 isroset-ijsrms-0299311 isroset-ijsrms-02993
11 isroset-ijsrms-02993
 
Ass 1 f12-11 report engineering dynamics problems
Ass 1  f12-11 report engineering dynamics problemsAss 1  f12-11 report engineering dynamics problems
Ass 1 f12-11 report engineering dynamics problems
 
Budynas sm ch20
Budynas sm ch20Budynas sm ch20
Budynas sm ch20
 
Ass 1 12-46 report engineering dynamics problem
Ass 1  12-46 report engineering dynamics problemAss 1  12-46 report engineering dynamics problem
Ass 1 12-46 report engineering dynamics problem
 
ABB POLIM-K High Voltage Surge Arresters AC up to 52 kV - AC Surge Arresters ...
ABB POLIM-K High Voltage Surge Arresters AC up to 52 kV - AC Surge Arresters ...ABB POLIM-K High Voltage Surge Arresters AC up to 52 kV - AC Surge Arresters ...
ABB POLIM-K High Voltage Surge Arresters AC up to 52 kV - AC Surge Arresters ...
 
Metode nakayasu
Metode nakayasuMetode nakayasu
Metode nakayasu
 
Calculation template
Calculation templateCalculation template
Calculation template
 
Data logging
Data loggingData logging
Data logging
 
Regression project
Regression projectRegression project
Regression project
 
ABB POLIM-H..N High Voltage Surge Arresters AC up to 72 kV - AC Surge Arreste...
ABB POLIM-H..N High Voltage Surge Arresters AC up to 72 kV - AC Surge Arreste...ABB POLIM-H..N High Voltage Surge Arresters AC up to 72 kV - AC Surge Arreste...
ABB POLIM-H..N High Voltage Surge Arresters AC up to 72 kV - AC Surge Arreste...
 
(597922903) trabajo sobre aguas residuales 1
(597922903) trabajo sobre aguas residuales 1(597922903) trabajo sobre aguas residuales 1
(597922903) trabajo sobre aguas residuales 1
 
Método de Mínimos Cuadrados (ejemplo)
Método de Mínimos Cuadrados (ejemplo)Método de Mínimos Cuadrados (ejemplo)
Método de Mínimos Cuadrados (ejemplo)
 
Tablice beton
Tablice betonTablice beton
Tablice beton
 
3. market projections
3. market projections3. market projections
3. market projections
 

More from are you

Business plan (air umbrella)
Business plan (air umbrella)Business plan (air umbrella)
Business plan (air umbrella)
are you
 
A* algorithm
A* algorithmA* algorithm
A* algorithm
are you
 
Poster
PosterPoster
Poster
are you
 
Dijkstra algorithm
Dijkstra algorithmDijkstra algorithm
Dijkstra algorithm
are you
 
Comparative study of fish harvesting
Comparative study of fish harvestingComparative study of fish harvesting
Comparative study of fish harvesting
are you
 
Business idea
Business ideaBusiness idea
Business idea
are you
 
Effective determinants of corporate nano
Effective determinants of corporate nanoEffective determinants of corporate nano
Effective determinants of corporate nano
are you
 
Govida chocolate
Govida chocolateGovida chocolate
Govida chocolate
are you
 
Yourprezi
YourpreziYourprezi
Yourpreziare you
 
Skrip Arabic (الكتابة العربية)
Skrip Arabic (الكتابة العربية)Skrip Arabic (الكتابة العربية)
Skrip Arabic (الكتابة العربية)are you
 
Report ent600
Report  ent600Report  ent600
Report ent600
are you
 
Analysis of parallel algorithms for energy consumption
Analysis of parallel algorithms for energy consumptionAnalysis of parallel algorithms for energy consumption
Analysis of parallel algorithms for energy consumption
are you
 
Mgt project
Mgt projectMgt project
Mgt project
are you
 
MyBride Presentation
MyBride PresentationMyBride Presentation
MyBride Presentation
are you
 
Prezi
PreziPrezi
Prezi
are you
 
Levi's jeans presentation
Levi's jeans presentationLevi's jeans presentation
Levi's jeans presentation
are you
 
Portable Printer
Portable PrinterPortable Printer
Portable Printer
are you
 
Air craft control system of parallel processing
Air craft control system of parallel processingAir craft control system of parallel processing
Air craft control system of parallel processing
are you
 
Application of Parallel Processing
Application of Parallel ProcessingApplication of Parallel Processing
Application of Parallel Processing
are you
 
Mybride gallery
Mybride galleryMybride gallery
Mybride gallery
are you
 

More from are you (20)

Business plan (air umbrella)
Business plan (air umbrella)Business plan (air umbrella)
Business plan (air umbrella)
 
A* algorithm
A* algorithmA* algorithm
A* algorithm
 
Poster
PosterPoster
Poster
 
Dijkstra algorithm
Dijkstra algorithmDijkstra algorithm
Dijkstra algorithm
 
Comparative study of fish harvesting
Comparative study of fish harvestingComparative study of fish harvesting
Comparative study of fish harvesting
 
Business idea
Business ideaBusiness idea
Business idea
 
Effective determinants of corporate nano
Effective determinants of corporate nanoEffective determinants of corporate nano
Effective determinants of corporate nano
 
Govida chocolate
Govida chocolateGovida chocolate
Govida chocolate
 
Yourprezi
YourpreziYourprezi
Yourprezi
 
Skrip Arabic (الكتابة العربية)
Skrip Arabic (الكتابة العربية)Skrip Arabic (الكتابة العربية)
Skrip Arabic (الكتابة العربية)
 
Report ent600
Report  ent600Report  ent600
Report ent600
 
Analysis of parallel algorithms for energy consumption
Analysis of parallel algorithms for energy consumptionAnalysis of parallel algorithms for energy consumption
Analysis of parallel algorithms for energy consumption
 
Mgt project
Mgt projectMgt project
Mgt project
 
MyBride Presentation
MyBride PresentationMyBride Presentation
MyBride Presentation
 
Prezi
PreziPrezi
Prezi
 
Levi's jeans presentation
Levi's jeans presentationLevi's jeans presentation
Levi's jeans presentation
 
Portable Printer
Portable PrinterPortable Printer
Portable Printer
 
Air craft control system of parallel processing
Air craft control system of parallel processingAir craft control system of parallel processing
Air craft control system of parallel processing
 
Application of Parallel Processing
Application of Parallel ProcessingApplication of Parallel Processing
Application of Parallel Processing
 
Mybride gallery
Mybride galleryMybride gallery
Mybride gallery
 

Recently uploaded

Cognitive Development Adolescence Psychology
Cognitive Development Adolescence PsychologyCognitive Development Adolescence Psychology
Cognitive Development Adolescence Psychology
paigestewart1632
 
Digital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental DesignDigital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental Design
amberjdewit93
 
How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17
Celine George
 
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
RitikBhardwaj56
 
S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
tarandeep35
 
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
GeorgeMilliken2
 
PIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf IslamabadPIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf Islamabad
AyyanKhan40
 
DRUGS AND ITS classification slide share
DRUGS AND ITS classification slide shareDRUGS AND ITS classification slide share
DRUGS AND ITS classification slide share
taiba qazi
 
Main Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docxMain Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docx
adhitya5119
 
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
PECB
 
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
National Information Standards Organization (NISO)
 
Pengantar Penggunaan Flutter - Dart programming language1.pptx
Pengantar Penggunaan Flutter - Dart programming language1.pptxPengantar Penggunaan Flutter - Dart programming language1.pptx
Pengantar Penggunaan Flutter - Dart programming language1.pptx
Fajar Baskoro
 
Pride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School DistrictPride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School District
David Douglas School District
 
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Dr. Vinod Kumar Kanvaria
 
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
Nguyen Thanh Tu Collection
 
South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)
Academy of Science of South Africa
 
How to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold MethodHow to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold Method
Celine George
 
writing about opinions about Australia the movie
writing about opinions about Australia the moviewriting about opinions about Australia the movie
writing about opinions about Australia the movie
Nicholas Montgomery
 
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptxC1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
mulvey2
 
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat  Leveraging AI for Diversity, Equity, and InclusionExecutive Directors Chat  Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
TechSoup
 

Recently uploaded (20)

Cognitive Development Adolescence Psychology
Cognitive Development Adolescence PsychologyCognitive Development Adolescence Psychology
Cognitive Development Adolescence Psychology
 
Digital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental DesignDigital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental Design
 
How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17
 
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
 
S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
 
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
 
PIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf IslamabadPIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf Islamabad
 
DRUGS AND ITS classification slide share
DRUGS AND ITS classification slide shareDRUGS AND ITS classification slide share
DRUGS AND ITS classification slide share
 
Main Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docxMain Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docx
 
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
 
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
 
Pengantar Penggunaan Flutter - Dart programming language1.pptx
Pengantar Penggunaan Flutter - Dart programming language1.pptxPengantar Penggunaan Flutter - Dart programming language1.pptx
Pengantar Penggunaan Flutter - Dart programming language1.pptx
 
Pride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School DistrictPride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School District
 
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
 
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
 
South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)
 
How to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold MethodHow to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold Method
 
writing about opinions about Australia the movie
writing about opinions about Australia the moviewriting about opinions about Australia the movie
writing about opinions about Australia the movie
 
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptxC1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
 
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat  Leveraging AI for Diversity, Equity, and InclusionExecutive Directors Chat  Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
 

Application of least square method

  • 1. UNIVERSITI TEKNOLOGI MARA TERENGGANU FACULTY : COMPUTER & MATHEMATICAL SCIENCES ( CS ) PROGRAMME : BACHELOR OF SCIENCE (HONOURS) (COMPUTATIONAL MATHEMATICS) (CS227) COURSE : MATHEMATICAL MODELLING (MAT530) GROUP : CS2275A Prepared by : ROHAYU BINTI MOHAMED 2012434738 Prepared for : ASSOC PROF DR KHALIPAH BINTI IBRAHIM
  • 2. REFERENCE Kestin, J. Sokolov, M. & Wakeham, A. W. (1969).Viscosity of liquid water in the range -8 0 C to 1500 C. Journal of Physical and Chemistry, 73, 1, 34-39. Retrieved from http://www.nist.gov/data/PDFfiles/jpcrd121.pdf INTRODUCTION Dynamic viscosity of liquid water has been measured as a function of composition over the different temperature range. The liquid viscosity is depending on the temperature when the phenomenon by which liquid viscosity tends to decrease or alternatively its fluidity tends to increase as its temperature increases. For example, water viscosity goes from 1.79 cP to 0.28 cP in the temperature range from 0 °C to 100 °C. The dynamic viscosities of liquids are typically several orders of magnitude higher than dynamic viscosities of gases. The excess viscosity has been calculated from the experimental data as a function of composition. Further the viscosity data have been theoretically analyzed for the validity of liquid viscosity models. New measurements have been made for the viscosity (μ) of liquid water between the temperatures of 5 °C to 100 °C. A revised correlation function is used to represent the results as a function of temperature and molar volume (V) with a standard deviation of ±0.3% for the range of temperature compared to the previous study. The overall uncertainty is estimated at ±1%. PROBLEM STATEMENT Problem : How to measure the viscosity of liquid water in different temperature. The value of viscosity is different given by diferent temperature. When the temperature increase, the dynamic viscosity either increase or decrease. In order to measure the value of liquid water viscosity, the method of least squares gives a way to find the best estimate, assuming that the errors (i.e. the differences from the true value) are random and unbiased. The basic idea of the method of least squares is easy to understand and the best method for the best approximation of the given set of data. The set of data about several range of temperature and viscosity was observed in the previous article. It is used to study the effect of temperature on the viscosity of liquid water. A line of best fit can be roughly determined using a scatter plot so that the number of points above the line and below the line is about equal and the line passes through as many points as possible. A more accurate way of finding the line of best fit is the least square method .
  • 3. DATA: Table 1 Value of different temperature and viscosity. Independent variables, x = Temperature Dependent variables, y = Viscosity of liquid water Graph 1 Temperature against viscosity 0 200 400 600 800 1000 1200 1400 1600 0 20 40 60 80 100 120 ViscosityμPa·s Temperature ˚C Temperature vs Viscosity Temperature , t˚C Viscosity μ, Pa·s 5 1519.3 10 1307 15 1138.3 20 1002 25 890.2 30 797.3 35 719.1 40 652.7 45 596.1 50 547.1 55 504.4 60 467 65 433.9 70 404.6 75 378.5 80 355.1 85 334.1 90 315 95 297.8 100 282.1
  • 4. i. A linear model. Linear equation: y = a0 + a1x na0 +a1∑x = ∑y a0∑x + a1∑x2 = ∑xy 20a0 +1050a1 = 12941.6.................. (1) 1050a0 + 71750a1 = 491743.5........... (2) No Temperature ˚C (x) Viscosity μPa·s (y) X2 xy 1 5 1519.3 25 7596.5 2 10 1307 100 13070 3 15 1138.3 225 17074.5 4 20 1002 400 20040 5 25 890.2 625 22255 6 30 797.3 900 23919 7 35 719.1 1225 25168.5 8 40 652.7 1600 26108 9 45 596.1 2025 26824.5 10 50 547.1 2500 27355 11 55 504.4 3025 27742 12 60 467 3600 28020 13 65 433.9 4225 28203.5 14 70 404.6 4900 28322 15 75 378.5 5625 28387.5 16 80 355.1 6400 28408 17 85 334.1 7225 28398.5 18 90 315 8100 28350 19 95 297.8 9025 28291 20 100 282.1 10000 28210 ∑= 1050 12941.6 71750 491743.5
  • 5. ( 𝑛 ∑𝑥 ∑𝑥 ∑𝑥² ) ( 𝑎0 𝑎1 )= ( ∑𝑥 ∑𝑥𝑦 ) ( 20 1050 1050 71750 ) ( 𝑎0 𝑎1 ) = ( 12941.6 491743.5 ) ( 𝑎0 𝑎1 ) = 1 20(71750)−1050(1050) ( 71750 −1050 −1050 20 ) ( 12941.6 491743.5 ) ( 𝑎0 𝑎1 ) = 1 332500 ( 412229125 −3753810 ) a₀ =1239.786842 a₁ = -11.28965414 y = - 11.28965414x + 1239.786842 y = -11.29x + 1239.8 R² = 0.8681 0 200 400 600 800 1000 1200 1400 1600 0 20 40 60 80 100 120 ViscosityμPa·s Temperature ˚C Temperature vs Viscosity (Linear function)
  • 6. ii. An appropriate polynomial model. Polynomial equation: y = a0 +a1x + a2x2 No Temperature ˚C (x) Viscosity μ, Pa·s (y) X^2 X^3 X^4 xy (x^2)y 1 5 1519.3 25 125 625 7596.5 37982.5 2 10 1307 100 1000 10000 13070 130700 3 15 1138.3 225 3375 50625 17074.5 256117.5 4 20 1002 400 8000 160000 20040 400800 5 25 890.2 625 15625 390625 22255 556375 6 30 797.3 900 27000 810000 23919 717570 7 35 719.1 1225 42875 1500625 25168.5 880897.5 8 40 652.7 1600 64000 2560000 26108 1044320 9 45 596.1 2025 91125 4100625 26824.5 1207102.5 10 50 547.1 2500 125000 6250000 27355 1367750 11 55 504.4 3025 166375 9150625 27742 1525810 12 60 467 3600 216000 12960000 28020 1681200 13 65 433.9 4225 274625 17850625 28203.5 1833227.5 14 70 404.6 4900 343000 24010000 28322 1982540 15 75 378.5 5625 421875 31640625 28387.5 2129062.5 16 80 355.1 6400 512000 40960000 28408 2272640 17 85 334.1 7225 614125 52200625 28398.5 2413872.5 18 90 315 8100 729000 65610000 28350 2551500 19 95 297.8 9025 857375 81450625 28291 2687645 20 100 282.1 10000 1000000 100000000 28210 2821000 ∑= 1050 12941.6 71750 5512500 451666250 491743.5 28498112.5 na0 +a1∑x = ∑y a0∑x + a1∑x2 = ∑xy a0∑x2 + a1∑x3 = ∑x2 y 20a0 +1050a1 + 71750a2 = 12941.6.................. (1) 1050a0 + 71750a1 + 5512500a2= 491743.5........... (2) 71750a0 +5512500a1 + 451666250a2= 28498112.5........... (3)
  • 7. ( 𝑛 ∑𝑥 ∑𝑥2 ∑𝑥 ∑𝑥2 ∑𝑥³ ∑𝑥2 ∑𝑥³ ∑𝑥⁴ ) ( 𝑎₀ 𝑎1 𝑎₂ ) = ( ∑𝑥 ∑𝑥𝑦 ∑𝑥²𝑦 ) ( 20 1050 71750 1050 71750 5512500 71750 5512500 451666250 ) ( 𝑎₀ 𝑎₁ 𝑎₂ )= ( 12941.6 491743.5 28498112.5 ) a₀ =1551.650877 a₁ = -28.30041969 a₂ = 0.1620079291 y =0.1620079291x² -28.30041969X + 1551.650877 y = 0.162x2 - 28.3x + 1551.7 R² = 0.9861 0 200 400 600 800 1000 1200 1400 1600 0 20 40 60 80 100 120 ViscosityμPa·s Temperature ˚C Temperature vs Viscosity (Polynomial function)
  • 8. iii. Exponential model. Exponential equation: y = aebx Temperature ˚C Viscosity μPa·s X^2 lny xlny 5 1519.3 25 7.326004981 36.63002491 10 1307 100 7.175489714 71.75489714 15 1138.3 225 7.0372912 105.559368 20 1002 400 6.909753282 138.1950656 25 890.2 625 6.791446157 169.7861539 30 797.3 900 6.68123102 200.4369306 35 719.1 1225 6.57800043 230.2300151 40 652.7 1600 6.481117606 259.2447042 45 596.1 2025 6.390408438 287.5683797 50 547.1 2500 6.304631601 315.2315801 55 504.4 3025 6.223369604 342.2853282 60 467 3600 6.146329258 368.7797555 65 433.9 4225 6.072814093 394.732916 70 404.6 4900 6.002898925 420.2029247 75 378.5 5625 5.936216073 445.2162055 80 355.1 6400 5.87239944 469.7919552 85 334.1 7225 5.811440349 493.9724297 90 315 8100 5.752572639 517.7315375 95 297.8 9025 5.69642212 541.1601014 100 282.1 10000 5.642261618 564.2261618 1050 12941.6 71750 126.8320985 6372.736435 na0 +a1∑x = ∑lny a0∑x + a1∑x2 = ∑xlny 20a0 +1050a1 = 126.8320985.................. (1) 1050a0 + 71750a1 = 6372.736435........... (2)
  • 9. ( 𝑛 ∑𝑥 ∑𝑥 ∑𝑥² ) ( 𝑙𝑛𝛼 𝛽 )= ( ∑𝑙𝑛𝑥 ∑𝑥𝑙𝑛𝑦 ) ( 20 1050 1050 71750 ) ( 𝑙𝑛𝛼 𝛽 )== ( 126.8320985 6372.736435 ) ln 𝛂= 7.244600934 𝛂 = e7.244600934 = 1400.522883 𝛃 = -0.01719992398 y = 1400.522883e-0.01719992398x y = 1400.5e-0.017x R² = 0.9788 0 200 400 600 800 1000 1200 1400 1600 0 20 40 60 80 100 120 ViscosityμPa·s Temperature ˚C Temperature vs Viscosity
  • 10. SUM OF ERROR SQUARES 1. Linear model Temperature ˚C (X) Viscosity μPa·s (Y) Y1 = - 11.29(X) + 1239.8 Error1 = Y - Y1 Error1 2 5 1519.3 1183.35 335.95 112862.4025 10 1307 1126.9 180.1 32436.01 15 1138.3 1070.45 67.85 4603.6225 20 1002 1014 -12 144 25 890.2 957.55 -67.35 4536.0225 30 797.3 901.1 -103.8 10774.44 35 719.1 844.65 -125.55 15762.8025 40 652.7 788.2 -135.5 18360.25 45 596.1 731.75 -135.65 18400.9225 50 547.1 675.3 -128.2 16435.24 55 504.4 618.85 -114.45 13098.8025 60 467 562.4 -95.4 9101.16 65 433.9 505.95 -72.05 5191.2025 70 404.6 449.5 -44.9 2016.01 75 378.5 393.05 -14.55 211.7025 80 355.1 336.6 18.5 342.25 85 334.1 280.15 53.95 2910.6025 90 315 223.7 91.3 8335.69 95 297.8 167.25 130.55 17043.3025 100 282.1 110.8 171.3 29343.69 1050 12941.6 12941.5 130.55 321910.125
  • 11. 2. Polynomial model Temperature ˚C (X) Viscosity μPa·s (Y) Y2 = 0.162(X2 ) - 28.3(X) + 1551.7 E2 = Y – Y2 Error2 2 5 1519.3 1414.25 105.05 11035.5025 10 1307 1284.9 22.1 488.41 15 1138.3 1163.65 -25.35 642.6225 20 1002 1050.5 -48.5 2352.25 25 890.2 945.45 -55.25 3052.5625 30 797.3 848.5 -51.2 2621.44 35 719.1 759.65 -40.55 1644.3025 40 652.7 678.9 -26.2 686.44 45 596.1 606.25 -10.15 103.0225 50 547.1 541.7 5.4 29.16 55 504.4 485.25 19.15 366.7225 60 467 436.9 30.1 906.01 65 433.9 396.65 37.25 1387.5625 70 404.6 364.5 40.1 1608.01 75 378.5 340.45 38.05 1447.8025 80 355.1 324.5 30.6 936.36 85 334.1 316.65 17.45 304.5025 90 315 316.9 -1.9 3.61 95 297.8 325.25 -27.45 753.5025 100 282.1 341.7 -59.6 3552.16 1050 12941.6 12942.5 -27.45 33921.955
  • 12. 3. Exponential model Temperature ˚C (X) Viscosity μPa·s (Y) Y3 =1400.522883e-0.01719992398x Error3 = Y - Y1 Error3 2 5 1519.3 207852.6293 -206333.3293 42573442790 10 1307 30848065.35 -30846758.35 9.51523E+14 15 1138.3 4578258830 -4578257692 2.09604E+19 20 1002 6.79474 x1011 -6.79474E+11 4.61685E+23 25 890.2 1.00843 x1014 -1.00843E+14 1.01693E+28 30 797.3 1.49664 x1016 -1.49664E+16 2.23993E+32 35 719.1 2.22121 x1018 -2.22121E+18 4.93378E+36 40 652.7 3.29657 x1020 -3.29657E+20 1.08674E+41 45 596.1 4.89254 x1022 -4.89254E+22 2.3937E+45 50 547.1 7.26118 x1024 -7.26118E+24 5.27247E+49 55 504.4 1.07765 x1027 -1.07765E+27 1.16134E+54 60 467 1.59938 x1029 -1.59938E+29 2.55802E+58 65 433.9 2.37369v x1031 -2.37369E+31 5.63442E+62 70 404.6 3.52287 x1033 -3.52287E+33 1.24106E+67 75 378.5 5.22841 x1035 -5.22841E+35 2.73362E+71 80 355.1 7.75964 x1037 -7.75964E+37 6.0212E+75 85 334.1 1.15163 x1040 -1.15163E+40 1.32626E+80 90 315 1.70917 x1042 -1.70917E+42 2.92128E+84 95 297.8 2.53664 x1044 -2.53664E+44 6.43454E+88 100 282.1 3.76471 x1046 -3.76471E+46 1.4173E+93 1050 12941.6 3.79025 x1046 -2.53664E+44 1.41737E+93 FINDING: Viscosity of the water was taken with the different temperature by the different method in linear least square. Based on the observation, the values of error are record. A line of best fit can be roughly determined using a scatter plot so that the error produced. A more accurate way of finding the value of viscosity is linear least square method. This is because linear least square method gives the smallest error in finding the viscosity of the water compared to the exponential and polynomial least square.The sum of square error for each method is observed as below: Linear method =321910.125 Polynomial method = 33921.955 Exponential method = 1.41737 x1093
  • 13. SLOPE OF THE LEAST SQUARE IN LINEAR MODEL Temperature ˚C (X) Y1 = - 11.29(X) + 1239.8 5 1183.35 10 1126.9 15 1070.45 20 1014 25 957.55 30 901.1 35 844.65 40 788.2 45 731.75 50 675.3 55 618.85 60 562.4 65 505.95 70 449.5 75 393.05 80 336.6 85 280.15 90 223.7 95 167.25 100 110.8 1050 12941.5
  • 14. Slope equation: m = 𝑦2−𝑦1 𝑥2−𝑥1 m = 167.25−1126.9 95−10 Slope = - 11.29 CONCLUSIONS In summary, the studied was conducted on the influences different temperature on viscosity of liquid water by using the method whose coefficients are redetermined through considering new numerical experiments. For a specified temperature, the relative viscosity nonlinearly decreases with enlarging temperature. For a given temperature, the relative viscosity of water inside the increases with decreasing temperature. An approximate formula of the relative viscosity with consideration of the temperature effects is proposed, should be significant for the research on the water flow. The results suggest that the new relative value of viscosity, which demonstrates the present predictions of the relative viscosity. The best mehod for calculate viscosity of water is by using linear least square method which given the least error. The value of uncertainty is smaller than other method. y = -11.29x + 1239.8 R² = 1 0 200 400 600 800 1000 1200 1400 0 20 40 60 80 100 120 Temperature˚C Viscosity μPa·s Temperature vs Viscosity (Linear Model)