Scientific notation is a compact way to represent very large or very small numbers by combining a decimal coefficient and an exponent of ten. It is widely used in science, engineering and mathematics because it highlights significant digits and makes arithmetic with disparate magnitudes easier to read and compare. The standard form helps prevent errors when writing many zeros and makes orders of magnitude explicit.
Format and components
In scientific notation a number is written as a × 10n, where a (the coefficient or mantissa) is typically a decimal number with one nonzero digit to the left of the decimal point (1 ≤ |a| < 10) and n is an integer exponent. For example, 4.56 × 103 equals 4560, while 7.2 × 10−4 equals 0.00072. This normalized form is often assumed unless otherwise stated.
How to convert
- Move the decimal point in the original number until one nonzero digit remains to the left of the point; this gives the coefficient a.
- Count how many places you moved the decimal point. That count is the magnitude of the exponent n.
- If you moved the point left, n is positive; if you moved it right, n is negative.
Example: to write 0.00034 in scientific notation, move the decimal 4 places right to get 3.4, so the number is 3.4 × 10−4.
Uses and practical importance
Scientific notation is useful for stating constants, computing with calculators or computers, and keeping track of significant figures. Common applications include astronomy (distances to stars), chemistry (molar concentrations), and electronics (capacitances and resistances). It is also the basis for floating-point number formats in computers.
Variants and notable facts
- Engineering notation restricts the exponent to multiples of three so the coefficient lies between 1 and 1000, aligning with metric prefixes (kilo, milli, micro).
- When recording measurements, scientific notation makes significant figures explicit: 1.20 × 102 implies three significant digits.
- Non-normalized forms (like 0.12 × 103) are mathematically fine but uncommon in formal writing.
For further background or worked examples see general references such as introductory math sites and scientific calculators: basic overview, worked examples, and applications in science.