Appropriate Use
Precision and Accuracy
Memories
Fractions
Order of Operations
Prefix and Post-fix
Nesting Polynomials
Calculator Error
| Return to Home Page |
Appropriate Uses:
| Back to Top |
The displayed answer on a decimal calculator is not an exact number, except by accident. The calculator output might be extremely close to the exact answer but you should think of any decimal calculation as an approximation.
When you are calculating an approximation, you should always use the full accuracy of your calculator. Intermediate results should be stored in the calculator memory. This is more convenient than writing out 10 digits on paper and it also preserves the maximum accuracy of the calculation. That's because most calculators use two extra decimal places that are not displayed.
There is usually a FIX key that controls the number of decimal places in the display. Set the maximum number of decimal places (usually 7 to 10). After writing down the best possible approximation you can, round off the final answer to the required accuracy and give any units of measurement.
| Back to Top |
(To recall a number from memory the keystroke(s) are RM or RCL 1 or memvar enter respectively.)
| Back to Top |
If you are building a house or measuring flour then mixed fractions can be useful. In Algebra, mixed fractions cause confusion. By convention, when two things are written next to each other the implied operation is multiplication. For example, is 6 1/3 equal to 19/3 or 2? The mixed fraction 6 1/3 really means 6 + 1/3 which simplifies to 19/3 = 18/3 + 1/3. All fractional answers should also be reduced to lowest terms.
| Back to Top |
Generally, you should do the most difficult piece of a calculation first. That's because you may want to use the memory to calculate that piece. If the top of a fraction is calculated first and stored in the memory, you are forced to calculate the bottom divided by the top. Then, the 1/x key will give you the top divided by the bottom. If you have calculated the second minus the first then the +/- key will give you the first minus the second. In both cases, make sure you press = before you use these tricks.
| Back to Top |
In prefix style, to calculate ln 2 you would press the ln key first, then type 2, and finally press =.
In post-fix style, you would type 2 and then press the ln key.
Although post-fix style is more efficent for calculation, prefix style looks more like standard mathematical notation. If you happen to have a post-fix style calculator, be careful not to confuse how you write a function on paper (ln 2) with the keys that you press on the calculator (2 ln).
| Back to Top |
2x
2x
( 2x
(( 2x
((( 2x - 1)x + 0 )x +3 )x - 5
The last line is called the nested form of the polynomial. Note that the coefficients appear in order from left to right.
To do a calculation, first put a number into the memory. For example, enter 1/3 by pressing 1 divided by 3 equals. Store the result in the memory. Then you can calculate the answer using the nested form:
2 X RCL - 1 = X RCL + 0 = X RCL + 3 = X RCL - 5 =
where RCL means recall the memory. (Be certain to press = after each addition or subtraction.) This is the same as synthetic division done on a calculator. The approximate answer is -4.012345679 to 9 decimal places.
| Back to Top |
| Back to Top |