Explained clearly 5 min read

Engineering Notation vs Scientific Notation: A Precision Guide

Understand the difference between engineering and scientific notation, their conventions, and how to apply them correctly in precision work.

Short Answer

Understand the difference between engineering and scientific notation, their conventions, and how to apply them correctly in precision work.

Scientific notation and engineering notation are two powerful methods for expressing very large or very small numbers. While both rely on powers of ten, they differ in the allowed range of the mantissa (the coefficient) and the exponent’s multiples. Choosing the wrong notation can lead to misinterpretation, rounding errors, and even catastrophic unit mistakes. This guide, part of our precision and rounding reference, explains the conventions, standards, and practical applications of each notation, with worked examples and common pitfalls to avoid.

Rule Statement

Scientific notation expresses a number as a × 10n, where a (the mantissa) is a real number with an absolute value between 1 and 10 (i.e., 1 ≤ |a| < 10), and n is an integer. For example, 0.000456 is written as 4.56 × 10−4.

Engineering notation is a variant of scientific notation where the exponent n is always a multiple of 3. This aligns the exponent with the standard SI prefixes (e.g., milli, kilo, mega). The mantissa a then falls between 1 and 1000 (i.e., 1 ≤ |a| < 1000). For example, 0.000456 is written as 456 × 10−6 (or 456 µ, using the micro prefix).

The key distinction is the exponent’s constraint: scientific notation allows any integer exponent, while engineering notation restricts it to multiples of 3. This makes engineering notation particularly convenient in electronics, mechanics, and other engineering fields where SI prefixes are ubiquitous.

Worked Examples

Example 1: Converting a small number

Express 0.0000456 in both notations.

  1. Scientific notation: Move the decimal point 5 places to the right to get 4.56. The exponent is −5. Thus, 4.56 × 10−5.
  2. Engineering notation: The exponent must be a multiple of 3. The nearest multiple of 3 less than or equal to −5 is −6. Move the decimal point 6 places to the right to get 45.6. Thus, 45.6 × 10−6. This can be read as 45.6 µ (micro).

Example 2: Expressing a large number

Write 1,250,000 in both notations.

  • Scientific: 1.25 × 106 (mantissa between 1 and 10).
  • Engineering: The exponent 6 is already a multiple of 3, so the same representation 1.25 × 106 works, but we can also write 1,250 × 103 (mantissa between 1 and 1000) which corresponds to 1,250 k (kilo). Both are valid; the choice depends on the magnitude of the mantissa you prefer.

Example 3: Rounding with significant figures

Suppose a measurement yields 0.0000789000 with four significant figures. In scientific notation, this is 7.890 × 10−5. In engineering notation, to keep the same number of significant figures, we write 78.90 × 10−6. Note that the trailing zero in the mantissa is preserved to indicate the precision.

Counter-Examples

Here are common misapplications:

  • Using a non-multiple-of-3 exponent in engineering notation: Writing 45.6 × 10−5 is incorrect because −5 is not a multiple of 3. The correct engineering form is 456 × 10−6 or 4.56 × 10−3 (if you allow a mantissa < 1? No, mantissa must be ≥1, so 4.56 × 10−3 is scientific, not engineering).
  • Mantissa out of range: In scientific notation, 45.6 × 10−5 is not standard because the mantissa exceeds 10. It should be 4.56 × 10−4.
  • Confusing the two in calculations: If you mix notations without converting, you may misinterpret the exponent. For example, 2.5 × 103 (scientific) equals 2,500, but 2.5 × 103 in engineering is also 2,500 (since exponent 3 is a multiple of 3), so the confusion is less about value and more about prefix alignment.

Convention Comparison Table

Aspect Scientific Notation Engineering Notation
Mantissa range 1 ≤ |a| < 10 1 ≤ |a| < 1000
Exponent constraint Any integer Multiple of 3
Alignment with SI prefixes Not necessarily Always (e.g., 10−6 = micro, 103 = kilo)
Typical usage Physics, chemistry, general science Engineering, electronics, mechanical design
Example (0.000456) 4.56 × 10−4 456 × 10−6 (456 µ)
Preferred when Exponent magnitude is arbitrary You want to attach a prefix

Standards Citation

The international standard for writing units and numbers is ISO 80000-1:2009, Quantities and units – Part 1: General. Clause 7.3.3 specifies that scientific notation (called “standard form”) should be used for numbers with a large number of digits, but it does not mandate a particular exponent. However, NIST SP 330 (Section 7.1) recommends using scientific notation for very large or small quantities, while IEEE/ASTM SI 10-2016 explicitly encourages the use of engineering notation when SI prefixes are applied.

In measurement uncertainty, the GUM (JCGM 100:2008) does not prescribe a specific notation but emphasizes that the number of significant digits must be consistent with the uncertainty. Clause 7.2.2 states that “the numerical value of the result should be rounded to the least significant digit that is meaningful.” Both notations preserve significant digits if applied correctly.

“The use of engineering notation is recommended when expressing quantities with SI prefixes, as it simplifies the interpretation of the magnitude.” — IEEE/ASTM SI 10-2016, Section 5.2.1

Common Mistakes

  • Dropping significant zeros: When converting to engineering notation, ensure that trailing zeros in the mantissa are retained if they are significant. For example, 1.50 × 10−3 has three significant figures; in engineering notation it should be 1.50 × 10−3 (exponent −3 is a multiple of 3) or 1500 × 10−6? Actually 1500 × 10−6 has four significant figures if the zero is significant, but the original only had three. So you must adjust the mantissa to keep the same number of significant figures: 1.50 × 10−3 = 150 × 10−5? That exponent is not a multiple of 3. The correct engineering form is 1.50 × 10−3 (since −3 is a multiple of 3) or 1500 × 10−6 if you want to use micro, but then you must add a decimal point to indicate the zero is significant: 1500. × 10−6 (the decimal point after 1500 indicates three significant figures). This is subtle and often overlooked.
  • Rounding too early: If you round the mantissa before converting, you may lose precision. Always perform the conversion first, then round to the desired number of significant figures.
  • Using the wrong prefix: For example, writing 1,000 × 10−6 as 1,000 µ is correct, but many mistakenly write 1,000 × 10−3 (which is 1,000 milli = 1) without realizing the change in magnitude.

Practice Problems

  1. Convert 0.0000000875 to scientific notation and engineering notation (with an appropriate SI prefix).
  2. Express 3,200,000 in engineering notation using a prefix.
  3. Write 4.56 × 10−7 in engineering notation.
  4. How many significant figures are in 2.50 × 10−4? Express this in engineering notation preserving the same number of significant figures.

Answers: 1) 8.75 × 10−8 (scientific); 87.5 × 10−9 (engineering, 87.5 n). 2) 3.2 × 106 or 3,200 × 103 (3.2 M). 3) 456 × 10−9 (456 n). 4) 2.50 has three significant figures; engineering notation: 250 × 10−6 (but to show three sig figs, write 250. × 10−6).

Quick Reference Table

Notation Mantissa Range Exponent Example Use Case
Scientific 1–10 Any integer 3.21 × 10−7 General science, physics
Engineering 1–1000 Multiple of 3 321 × 10−9 (321 n) Engineering, electronics

For a quick and accurate conversion, try our significant figures calculator, which also supports engineering and scientific notation output. Our reference library covers precision and rounding in depth, including error propagation and measurement uncertainty.

FAQ

Why is engineering notation preferred in engineering?

Because the exponent is always a multiple of 3, it directly corresponds to SI prefixes (e.g., 10⁻⁶ = micro, 10³ = kilo). This reduces the risk of unit conversion errors and makes numbers easier to read aloud.

Can I use engineering notation in scientific publications?

Yes, but it is less common. Most journals follow ISO 80000-1, which allows either, as long as the mantissa is between 1 and 10 for scientific notation. However, if you use SI prefixes, engineering notation is often implied.

How does rounding affect notation?

Rounding must be applied to the mantissa while preserving the exponent. For example, rounding 4.567 × 10⁻³ to three significant figures gives 4.57 × 10⁻³. In engineering notation, the same rounding applies to the mantissa, but the exponent may change if you shift the decimal point to keep the exponent a multiple of 3.

Verified sources

References

  1. ISO 80000-1:2009, Quantities and units – Part 1: General, Clause 7.3.3
  2. NIST SP 330, The International System of Units (SI), Section 7.1
  3. IEEE/ASTM SI 10-2016, American National Standard for Metric Practice, Section 5.2.1
  4. JCGM 100:2008, Evaluation of measurement data — Guide to the expression of uncertainty in measurement (GUM), Clause 7.2.2

Leave a Reply

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