Rounding off
If a number has large number of digits then it is necessary to cut them to a usable number of figures. This process of omitting some digits is called rounding off.
Rule for rounding off
The rules for rounding off numbers to the appropriate significant figures are as follows:
a) If the digit to be dropped is less than 5, then the preceding digit is left unchanged and if it is more than 5 then the preceding digit is raised by 1.
b) If the digit to be dropped is 5, then the preceding digit is retained unchanged if it is even, but increased by 1 if it is odd.
Example: The number below are round off to four significant figures.
1.6583 to 1.658
30.0567 to 30.06
0.859378 to 0.8594
3.14159 to 3.142
Errors
Numerical errors arise from the use of approximation to represent exact mathematical operation and quantities.
Truncation errors
Truncation errors result when approximation are used to represent exact mathematical procedures. They are caused, when an infinite process is replaced by a finite one.
For example
Sinx = x - x³/3! + x⁵/5! - x⁷/7! + ..... ∞
If it is replaced by x - x³/3! + x⁵/5! then truncation errors occurs.
Rounding off errors
Round off errors result when numbers having limited significant figures are used to represent exact numbers.
For both types, the relationship between the error, true value and the approximation can be formulated as
True value = approximation + error
=> Error = True value - approximation
Suppose that p* is an approximation to p then
Absolute error (Eₐ)
Absolute error is the modulus of numerical difference between the true value and its approximate value. i.e
Eₐ = | p - p*|
It is also denoted by ∆P.
Relative error (Eᵣ)
Relative error is defined as the ratio of absolute error and true value i.e
Eᵣ = Eₐ/p = | p - p*|/p = ∆p/p
Percentage error (Eₚ)
It is denoted by Eₚ and is defined as
Eₚ = 100 × Eᵣ
= ∆p/p × 100
Questions
Q1) If 0.333 is the approximate value of 1/3, find absolute, relative and percentage errors?
Solution. Here x= 1/3 and xₐ = 0.333
Absolute Error
The absolute Error is given by
Eₐ=|x - xₐ|=|1/3 - 0.333| = |1/3 - 333/1000|
= |1000 -999/3000| = 1/3000 = 0.00033Ans
Relative Error
The relative Error Eᵣ is given by
Eᵣ = Eₐ/x = 0.00033/1/3 = 0.00099Ans
Percentage Error
The percentage Error Eₚ is given by
Eₚ = Eᵣ × 100 = 0.099Ans
Q2) Round off the number 537.261 to four significant digits and then calculate absolute error, relative error and percentage error?
Solution. Given number is 537.261 (=x say)
After rounded off to four significant figures, the given number would be 537.3 (= xₐ say)
Absolute error
Eₐ=|x - xₐ|= |537.261 - 537.300| = 0.039
Relative error
Eᵣ = |x - xₐ|/x = 0.039/537.261 = 7.25 × 10⁻⁵
Percentage error
Eₚ= Eᵣ × 100 = 7.25 × 10⁻³
Comments
Post a Comment