Explained clearly 8 min read

Scientific Notation on TI-84 and Casio fx-991: A Precision Reference

Master scientific notation on the TI-84 and Casio fx-991 with authoritative rules, worked examples, and standards citations. Learn how these calculators handle significant figures, rounding, and display modes to avoid common pitfalls.

Short Answer

Master scientific notation on the TI-84 and Casio fx-991 with authoritative rules, worked examples, and standards citations. Learn how these calculators handle significant figures, rounding, and display modes to avoid common pitfalls.

Scientific notation is the universal language for expressing very large or very small numbers in science and engineering. The TI-84 and Casio fx-991 are two of the most widely used calculators in education and professional practice, yet their handling of scientific notation—including display formats, rounding, and significant figures—often leads to confusion. This reference consolidates the rules, conventions, and standards governing scientific notation on these devices, serving as a definitive resource for students, engineers, and metrologists.

Rule Statement

Scientific notation expresses a number as a × 10n, where 1 ≤ |a| < 10 and n is an integer. The coefficient a carries all significant digits, and the exponent n indicates the order of magnitude. When rounding a value to k significant figures in scientific notation, apply the standard rounding rules to the coefficient a only; the exponent remains unchanged unless the rounding causes a carry (e.g., 9.99 × 103 rounded to 2 sig figs becomes 1.0 × 104).

Both the TI-84 and Casio fx-991 follow the IEEE 754 double-precision floating-point standard internally, but they differ in how they display and accept scientific notation. The TI-84 uses E-notation (e.g., 1.23E-4), while the Casio uses the traditional ×10n display. Input conventions also differ: the TI-84 uses the EE key (2nd + comma), while the Casio uses the ×10x key.

For rounding, both calculators default to round-half-up (also called symmetric rounding) when displaying a result to a specified number of digits. However, the underlying binary representation may introduce subtle differences in edge cases, as discussed in the Software Behavior Note.

Worked Examples

Example 1: Converting a Decimal to Scientific Notation

Problem: Express 0.00012345 in scientific notation with 3 significant figures on both calculators.

  1. Identify the coefficient: Move the decimal point so that the first non-zero digit is to the left. For 0.00012345, the coefficient is 1.2345, and the exponent is -4 (since we moved the decimal 4 places to the right).
  2. Round to 3 significant figures: The coefficient 1.2345 rounded to 3 sig figs is 1.23 (the fourth digit is 4, so no rounding up).
  3. Result: 1.23 × 10-4.

On the TI-84: Press 2nd EE to enter the exponent. Type 1.23 then 2nd EE then -4. The display shows 1.23E-4.

On the Casio fx-991: Type 1.23, press ×10x, then type -4. The display shows 1.23×10⁻⁴.

Example 2: Rounding in Scientific Notation with Carry

Problem: Round 9.97 × 105 to 2 significant figures.

  1. Round the coefficient: 9.97 rounded to 2 sig figs is 10 (since the third digit is 7 ≥ 5, we round up).
  2. Normalize: 10 × 105 is not in proper scientific notation (coefficient must be < 10). Convert to 1.0 × 106.
  3. Result: 1.0 × 106 (with the zero significant).

Both calculators handle this automatically when using the SCI display mode; they will show 1.0E6 or 1.0×10⁶ after rounding.

Example 3: Multiplication and Division

Problem: Compute (2.5 × 103) × (4.0 × 10-2) and report the answer with the correct number of significant figures.

Rule: In multiplication/division, the result has the same number of significant figures as the factor with the fewest sig figs. Here, both factors have 2 sig figs, so the result must have 2 sig figs.

  1. Multiply coefficients: 2.5 × 4.0 = 10.0
  2. Add exponents: 103 × 10-2 = 101
  3. Preliminary result: 10.0 × 101 = 1.00 × 102 (normalized).
  4. Round to 2 sig figs: 1.0 × 102 (the third digit 0 is not significant, but we keep the zero as a placeholder).

On the TI-84, entering 2.5E3 * 4.0E-2 yields 100 in normal mode, but switching to SCI mode displays 1.0E2 if the display is set to 2 significant digits. On the Casio, the same result appears as 1.0×10².

Counter-Examples

Counter-Example 1: Misinterpreting E-Notation as a Variable

Error: On the TI-84, typing 1.23E-4 without using the EE key treats E as a variable (if defined) or as an error. The correct input is 1.23 then 2nd EE then -4.

Consequence: The calculator may evaluate 1.23 * E - 4 if E is stored, leading to a completely different numeric result.

Counter-Example 2: Double Rounding

Error: Rounding a value to 3 sig figs by first rounding to 4 sig figs and then to 3. For example, 1.2345 × 102 rounded to 3 sig figs should be 1.23 × 102 (since the fourth digit is 4). But if you first round to 4 sig figs (1.235) and then to 3 (1.24), you get an incorrect result.

Correct approach: Round directly from the original value. Calculators do this internally, but users may inadvertently double-round when using intermediate display steps.

Counter-Example 3: Ignoring Significant Zeros

Error: Reporting 1.0 × 103 as 1 × 103 loses the significant zero. The zero in 1.0 is significant and indicates a precision of two sig figs. Omitting it changes the meaning.

Calculator behavior: In SCI mode, the TI-84 and Casio will display the trailing zero if the display precision is set to 2 significant digits, but they may drop it if set to 1 digit. Always check the display setting.

Convention Comparison Table

Aspect TI-84 Casio fx-991
Display format E-notation (e.g., 1.23E-4) ×10n (e.g., 1.23×10⁻⁴)
Input key 2nd + EE ×10x
Display modes NORMAL, SCI, ENG Norm 1/2, Sci, Eng
Significant digit setting Via MODESCI → number of digits (0–9) Via SHIFTSETUPSci → number of digits (0–9)
Default rounding Round-half-up Round-half-up
Engineering notation Exponents multiples of 3 Exponents multiples of 3
Negative exponent display Uses minus sign before exponent (e.g., E-4) Uses superscript minus (e.g., ×10⁻⁴)

Standards Citation

Adherence to recognized standards ensures consistency in scientific communication. The following standards are directly relevant to scientific notation and rounding:

  • ASTM E29-13Standard Practice for Using Significant Digits in Test Data to Determine Conformance with Specifications. Section 6.2 defines the rounding method for numbers expressed in scientific notation, specifying that the coefficient is rounded to the desired number of significant digits using the “round half up” rule (unless otherwise specified).
  • ISO 80000-1:2022Quantities and units – Part 1: General. Clause 7.3.2 recommends the use of scientific notation with a mantissa between 1 and 10, and the multiplication sign (×) or a dot (·) for the product. It also specifies that the exponent should be an integer.
  • JCGM 100:2008 (GUM)Evaluation of measurement data – Guide to the expression of uncertainty in measurement. Clause 7.2.6 advises that when reporting uncertainty, the numerical value of the uncertainty should be given to two significant figures, and the result should be expressed in scientific notation when the magnitude is very large or very small.
  • NIST SP 811Guide for the Use of the International System of Units (SI). Section 7.1 discusses the use of scientific notation and the proper formatting of powers of ten.

When using calculators, always verify that the displayed result conforms to the required standard. For example, ASTM E29 requires that the rounding be performed on the coefficient without intermediate rounding of the exponent.

Common Mistakes

  • Forgetting to normalize: After rounding, the coefficient may become ≥ 10 (e.g., 9.99 → 10). Always re-normalize to 1 ≤ |a| < 10.
  • Misreading E-notation: On the TI-84, 1.23E-4 is often misread as 1.23 times E minus 4. Remember that E stands for “times ten to the power of.”
  • Setting the wrong number of significant digits: The display precision on both calculators is set independently of the internal precision. If you set 3 digits, the calculator will round the coefficient to 3 significant digits, but the exponent may change if a carry occurs.
  • Using engineering notation when scientific is required: Engineering notation uses exponents that are multiples of 3, which may not align with significant figure rules. Always check the mode.
  • Assuming exact representation: Both calculators use binary floating-point, so some decimal fractions (e.g., 0.1) are not exactly representable. This can cause tiny errors that affect rounding in edge cases.
  • Ignoring the role of trailing zeros: In scientific notation, trailing zeros in the coefficient are significant. Ensure the display includes them when required.

Software Behavior Note

The TI-84 and Casio fx-991 both use a binary floating-point format internally, but their display logic differs. The TI-84 stores numbers in a proprietary format that often exhibits round-half-up behavior when converting to decimal for display. The Casio fx-991 uses a similar approach but may employ a slightly different rounding algorithm for its 24-digit internal precision (which is then rounded to the display precision).

In practice, both calculators will round to the nearest decimal value at the specified number of significant digits. However, because binary fractions cannot exactly represent many decimal numbers, a value like 1.005 may be stored as 1.004999999… and thus round down to 1.00 when displayed to 3 sig figs, whereas the expected half-up rounding would give 1.01. This is a known limitation of all binary calculators. Users should be aware that the calculator’s displayed result is the final authority for that device, but for critical work, manual rounding from the full precision value is recommended.

Both calculators also support engineering notation (ENG mode), which displays exponents as multiples of 3 (e.g., 1.23×103, 4.56×106). This is useful for SI prefixes but is not a substitute for scientific notation when significant figures are concerned.

Quick Reference Table

Operation TI-84 Casio fx-991
Enter 1.23 × 10-4 1.23 2nd EE -4 1.23 ×10x -4
Switch to SCI mode MODESCI → choose digits SHIFTSETUPSci → choose digits
Switch to ENG mode MODEENG SHIFTSETUPEng
Display result as scientific notation Use SCI mode; result shows like 1.23E-4 Use Sci mode; result shows like 1.23×10⁻⁴
Round to 3 sig figs Set SCI to 3 digits Set Sci to 3 digits
Clear display setting MODENORMAL SHIFTSETUPNorm

Sources & Further Reading

  • ASTM E29-13, Standard Practice for Using Significant Digits in Test Data to Determine Conformance with Specifications, ASTM International.
  • ISO 80000-1:2022, Quantities and units – Part 1: General, ISO.
  • JCGM 100:2008, Evaluation of measurement data – Guide to the expression of uncertainty in measurement (GUM), BIPM.
  • NIST SP 811, Guide for the Use of the International System of Units (SI), NIST.
  • TI-84 Plus CE Graphing Calculator Guidebook, Texas Instruments.
  • Casio fx-991EX User’s Guide, Casio.

For more detailed guidance on rounding and significant figures, see our Rounding Rules and Sig Figs in Scientific Notation articles.

FAQ

Why does my TI-84 show 'E' instead of '×10'?

The TI-84 uses E-notation to save screen space. The 'E' stands for 'exponent' and means 'times ten to the power of.' For example, 1.23E-4 is equivalent to 1.23 × 10⁻⁴.

How do I set the number of significant figures on a Casio fx-991?

Press SHIFT then SETUP (the MODE key), scroll to 'Sci', press =, then enter the desired number of digits (0–9) and press =. The calculator will now display results rounded to that many significant figures in scientific notation.

What is the difference between SCI and ENG modes?

SCI mode displays numbers in standard scientific notation (coefficient between 1 and 10). ENG mode uses exponents that are multiples of 3, which aligns with SI prefixes (e.g., 1.23×10³ instead of 1.23×10³? Actually, ENG uses exponents like 10³, 10⁶, 10⁻³, etc.). Both round to the specified significant digits, but ENG may change the exponent to a multiple of 3, affecting the coefficient's value.

Can I trust the calculator's rounding for significant figures?

Yes, for most practical purposes, but be aware of binary representation issues. For example, a value like 1.005 may be stored as 1.004999999... and round down. If you need exact rounding, use the calculator's full precision and apply rounding rules manually.

Verified sources

References

  1. ASTM E29-13, Standard Practice for Using Significant Digits in Test Data to Determine Conformance with Specifications, ASTM International.
  2. ISO 80000-1:2022, Quantities and units – Part 1: General, ISO.
  3. JCGM 100:2008, Evaluation of measurement data – Guide to the expression of uncertainty in measurement (GUM), BIPM.
  4. NIST SP 811, Guide for the Use of the International System of Units (SI), NIST.
  5. TI-84 Plus CE Graphing Calculator Guidebook, Texas Instruments; Casio fx-991EX User’s Guide, Casio.

Leave a Reply

Your email address will not be published. Required fields are marked *