Errors and Line of Best Fit
Errors and Line of Best Fit
Analysis
There are two kinds of numbers such as exact and approximate numbers. The exact numbers are
2 3
1, 2, 5, , , ,... ..., , e, ..., etc. The approximate numbers are representations of
5 2
exact numbers to a certain degree of accuracy. Thus, 3.1416 is an approximate number of and
3.14159265 is another approximate number of .
1
Protima Dash, Senior Lecturer @ DIU
Error: The error of a quantity is the difference between it’s true value and approximate. It is
denoted by E. If the true value is X and approximate value is x then the error of the quantity is
given by,
E X x
Absolute Error: The absolute error of a quantity is the absolute value of the difference
between the true value X and the approximate value x. It is denoted by EA .
i.e, EA X x
Relative Error: The relative error of a quantity is the ratio of it’s absolute error to it’s true
value. It is denoted by ER .
EA
i.e, ER
X
Percentage Error: The percentage error of a quantity is 100 times of it’s relative error. It
is denoted by E p .
i.e, E p 100 ER
Problem-01: An approximate value of is 3.1428571 and true value is 3.1415926. Find the
absolute, relative and percentage errors.
Solution: We have, true value X 3.1415926 and approximate value
The absolute error is,
EA X x
3.1415926 3.1428571
0.0012645
0.0012645 A round-off error, also called
The relative error is, rounding error, is the difference
between the calculated approximation
EA
ER of a number and its exact
X mathematical value due to rounding.
0.0012645
3.1415926
0.000402
The percentage error is,
2
Protima Dash, Senior Lecturer @ DIU
E p 100 ER
100 0.000402
0.0402
Problem-02: Find the absolute, relative and percentage errors of the number 8.6 if both of its
digits are correct.
Solution: The given number is X 8.6
Since both digits are correct so N 1
The absolute error is,
EA
1
2
101
0.05
The relative error is,
EA
ER
X
0.05
8.6
0.0058
3
Protima Dash, Senior Lecturer @ DIU
EA
1
2
103 103 103
1
2
1
2
0.0005 0.0005 0.0005
0.0015
The absolute error shows that the sum is correct to 3 significant digits only.
Hence we take S 5.38
The relative error is,
EA
ER
X
0.0015
5.38
0.00028
The percentage error is,
E p 100 ER
100 0.00028
0.028
For Practices
1) Define percentage error, absolute error with example.