Numerical Workflows and Scientific Notation
Numerical Workflows in Engineering
Engineering calculations often deal with numbers that are extraordinarily large (like the stress in a steel beam, measured in millions of Pascals) or microscopically small (like the tolerance on a machined shaft, measured in thousandths of a millimeter). Managing these numbers without making transcription errors or implying false precision is a core engineering skill.
Significant Figures (Sig Figs)
In pure mathematics, . In engineering, these three numbers mean entirely different things.
A number in an engineering calculation represents a physical measurement, and every measurement has a limit to its precision.
- implies the measurement is known to the nearest millimeter (it could be or ).
- implies the measurement is known to the nearest hundredth of a millimeter (it could be or ).
The Rule of Significant Figures: Your final calculated answer cannot be more precise than your least precise input. If you divide a distance of (3 sig figs) by a time of (2 sig figs), your calculator will say . An engineer must round this to (2 sig figs). Presenting the long string of decimals implies a level of precision that you simply do not possess.
Intermediate Calculations
While final answers must be rounded to appropriate significant figures, do not round intermediate steps. Keep at least two extra decimal places (or use the full precision of your calculator) during the calculation to avoid "rounding errors" accumulating and skewing your final result.
Scientific Notation
To handle extremely large or small numbers without writing out strings of zeros, engineers use scientific notation.
Format: (where and is an integer).
- becomes
- becomes
Scientific notation also clearly defines significant figures. The number is ambiguous (does it have 2 sig figs or 7?). But writing it as explicitly states it has exactly 3 significant figures.
Engineering Notation
Engineering notation is a specific subset of scientific notation. In engineering notation, the exponent is restricted to multiples of 3 (e.g., ).
Format: (where and is a multiple of 3).
- is written as (not ).
- is written as (not ).
Why multiples of 3? Because they align perfectly with the standard metric (SI) prefixes:
- = Giga (G)
- = Mega (M)
- = Kilo (k)
- = milli (m)
- = micro ()
- = nano (n)
Therefore, translates instantly to . translates instantly to .
Fractions vs. Decimals
While traditional carpentry and plumbing in the US Imperial system rely heavily on fractions (e.g., , ), modern engineering calculation almost exclusively uses decimals. Fractions are difficult to manipulate algebraically and easily lead to errors when calculating derived units (like stress or pressure). When given a fractional dimension, the first step in a numerical workflow is usually to convert it to a decimal equivalent.