Approximations Flashcards
What are the reasons for approximations?
Save storage for a computing
Model the value in simple manner
The tools available cannot use the full accuracy of the value
It is necessary to round to a finite decimal place such as currency
What is the error?
The error of an approximation is the difference between the exact value and approximation
What is the formula for finding the error?
Error = X - x
Where the exact value is ‘x’ and approximation is ‘X’
What is the absolute error?
The absolute error is defined as the absolute value of the error. The absolute error is to find the modulus; it is always positive
What is the equation for the absolute error?
Absolute error = I X-x I
What is the relative error?
Relative error is the ratio of the error to the exact value
What is the equation for the relative error?
X-x/x if x != 0
Where exact value is ‘x’ and the approximation is ‘X’
What is absolute relative error?
Absolute relative error is the ratio of the size of the error to the magnitude of the exact value
What is the equation of absolute relative error?
Absolute relative error = I X-x/x I
What is percentage error?
When the absolute relative error is expressed as a percentage, it is called percentage error
What is the equation of which radian-degree conversion is derived?
180o = (pi)(radians)
How do you convert from degrees to radians?
Degrees* (pi/180) = Radians
How to convert from radians to degrees?
Radians * 180/pi = Degrees
What are the rules for answering questions with pi and radians?
If an angle is simple and is to be given as radians, leave the answer in pi form
All measurements in pi are assumed to be in radians
What is the equation for maximum error of a number rounded to ‘n’ decimal places?
5*10-n-1