Engineering notation


Engineering notation or engineering form is a version of scientific notation in which the exponent of ten must be divisible by three. As an alternative to writing powers of 10, SI prefixes can be used, which also usually provide steps of a factor of a thousand.
On most calculators, engineering notation is called "ENG" mode.

History

An early implementation of engineering notation in form of range selection and number display with SI prefixes was introduced in the computerized HP 5360A frequency counter by Hewlett-Packard in 1969.
Based on an idea by Peter D. Dickinson the first calculator to support engineering notation displaying the power-of-ten exponent values was the HP-25 in 1975. It was implemented as a dedicated display mode in addition to scientific notation.
In 1975 Commodore introduced a number of scientific calculators providing a variable scientific notation, where pressing the and keys shifted the exponent and decimal point by ±1 in scientific notation. Between 1976 and 1980 the same exponent shift facility was also available on some Texas Instruments calculators of the pre-LCD era such as early SR-40, TI-30 and TI-45 model variants utilizing instead. This can be seen as a precursor to a feature implemented on many Casio calculators since about 1978/1979, where number display in engineering notation is available on demand by the single press of a button, and subsequent button presses would shift the exponent and decimal point of the number displayed by ±3 in order to easily let results match a desired prefix. Some graphical calculators in the 2000s also support the display of some SI prefixes as suffixes in engineering mode.

Overview

Compared to normalized scientific notation, one disadvantage of using SI prefixes and engineering notation is that significant figures are not always readily apparent. For example, 500 µm and 500 × 10−6 m cannot express the uncertainty distinctions between 5 × 10−4 m, 5.0 × 10−4 m, and 5.00 × 10−4 m. This can be solved by changing the range of the coefficient in front of the power from the common 1–1000 to 0.001–1.0. In some cases this may be suitable; in others it may be impractical. In the previous example, 0.5 mm, 0.50 mm, or 0.500 mm would have been used to show uncertainty and significant figures. It is also common to state the precision explicitly, such as "47 kΩ ±5%"
Another example: when the speed of light is expressed as 3.00 × 108 m/s or 3.00 × 105 km/s then it is clear that it is between 299 500 km/s and 300 500 km/s, but when using 300 × 106 m/s, or 300 × 103 km/s, 300 000 km/s, or the unusual but short 300 Mm/s, this is not clear. A possibility is using 0.300 Gm/s.
On the other hand, engineering notation allows the numbers to explicitly match their corresponding SI prefixes, which facilitates reading and oral communication. For example, 12.5 × 10−9 m can be read as "twelve-point-five nanometers" and written as 12.5 nm, while its scientific notation equivalent 1.25 × 10−8 m would likely be read out as "one-point-two-five times ten-to-the-negative-eight meters".
Engineering notation, like scientific notation generally, can use the E-notation, such that
can be written as
The E should not be confused with the exponential e which holds a completely different significance. In the latter case, it would be shown that 3e−9 ≈ 0.000 370 23.

Binary engineering notation

Just like decimal engineering notation can be viewed as a base-1000 scientific notation, binary engineering notation relates to a base-1024 scientific notation, where the exponent of two must be divisible by ten. This is closely related to the base-2 floating-point representation commonly used in computer arithmetic, and the usage of IEC binary prefixes.