Scientific Notation Calculator
Convert any number to scientific notation, or convert scientific notation to standard form. Essential for very large or very small numbers in physics, chemistry, and astronomy.
Scientific Notation Guide
Format Rules
Scientific notation expresses a number as a × 10ⁿ, where the coefficient a is between 1 (inclusive) and 10 (exclusive) — that is, 1 ≤ |a| < 10 — and n is an integer exponent (positive, negative, or zero). The strict 'between 1 and 10' rule is what distinguishes proper scientific notation from any old multiplication by a power of ten. To convert a regular number to scientific notation: count how many places you'd move the decimal point so the coefficient sits between 1 and 10. A worked example: 456,000 → move the decimal 5 places left → 4.56 × 10⁵. For a number smaller than 1: 0.000045 → move the decimal 5 places right → 4.5 × 10⁻⁵ (negative exponent because you moved right rather than left). The exponent records how many places you moved, with the sign telling you which direction. Numbers between 1 and 10 already in 'standard' position have an exponent of 0 (e.g. 7.2 = 7.2 × 10⁰), though writing the × 10⁰ is unnecessary. Negative numbers work identically, with the sign carried on the coefficient: −456,000 = −4.56 × 10⁵. Scientific notation is essential for very large or very small numbers in science (Avogadro's number is 6.022 × 10²³, an electron's mass is 9.109 × 10⁻³¹ kg), where regular decimal forms become unwieldy and hide the magnitude. It also makes significant figures unambiguous — 4.56 × 10⁵ is clearly 3 significant figures, whereas 456,000 is ambiguous about trailing zeros.
Multiplying and Dividing
Scientific notation makes multiplication and division of very large or very small numbers tractable, because you handle the coefficient and the exponent separately. To multiply: (a₁ × 10ⁿ¹) × (a₂ × 10ⁿ²) = (a₁ × a₂) × 10^(n₁ + n₂) — multiply the coefficients and add the exponents. To divide: (a₁ × 10ⁿ¹) ÷ (a₂ × 10ⁿ²) = (a₁ ÷ a₂) × 10^(n₁ − n₂) — divide the coefficients and subtract the exponents. After multiplying or dividing, the resulting coefficient may not be in the range [1, 10), so you normalise: if it's ≥ 10, shift to a smaller coefficient and a larger exponent; if it's < 1, shift the other way. A worked example: (3 × 10⁴) × (2 × 10⁵) = 6 × 10⁹ (coefficient already in range). Another: (8 × 10⁴) × (5 × 10³) = 40 × 10⁷, which normalises to 4 × 10⁸. For division: (6 × 10⁸) ÷ (3 × 10⁵) = 2 × 10³. The exponent arithmetic is the key insight — adding when multiplying, subtracting when dividing — and it works because of the basic exponent law that x^a × x^b = x^(a+b). This calculator handles both operations and gives you the normalised result. The same idea extends to powers and roots: (a × 10ⁿ)² = a² × 10^(2n); (a × 10ⁿ)^(1/2) = √a × 10^(n/2), with the exponent halved (which is straightforward if n is even, and needs adjustment if odd). For addition and subtraction, both numbers must be converted to the same exponent first, which is a different process.
Engineering Notation
Engineering notation is a close cousin of scientific notation where the exponent is restricted to multiples of 3 — so the exponent is always 0, 3, 6, 9, ... or −3, −6, −9, ..., never values like 5 or 7. This makes the coefficient sit between 1 and 1000, not 1 and 10, but it aligns the exponent with the standard SI prefixes (kilo, mega, giga, milli, micro, nano), which makes engineering quantities easier to read and report. For example: 4.56 × 10⁵ in scientific notation becomes 456 × 10³ in engineering notation, which is 456 kilo-units (456 kV, 456 kHz, 456 kN, depending on context). The prefixes: 10³ = kilo (k), 10⁶ = mega (M), 10⁹ = giga (G), 10¹² = tera (T); going small, 10⁻³ = milli (m), 10⁻⁶ = micro (μ), 10⁻⁹ = nano (n), 10⁻¹² = pico (p). So a measurement of 0.000003 seconds (3 × 10⁻⁶ s) is naturally expressed as 3 microseconds, which is engineering notation in disguise. Most calculators and oscilloscopes display in engineering notation rather than pure scientific notation precisely because the units pair so cleanly with prefixes. This calculator can convert between forms. Engineering notation also makes magnitude comparisons easier across very different scales — you can read 'kilo' and 'mega' and immediately know one is a thousand times bigger, without parsing exponents. For scientific writing, especially in physics, scientific notation is still standard; for electronics, electrical engineering, and many applied fields, engineering notation is the everyday convention.
Exam Tips and Common Errors
A few habits prevent the most common scientific-notation mistakes. First, always check the coefficient is in the correct range: scientific notation needs 1 ≤ |a| < 10, so 12.3 × 10⁴ isn't proper scientific notation — it should be 1.23 × 10⁵. Forgetting to normalise after multiplying is the most frequent error. Second, watch the sign of the exponent: numbers less than 1 have negative exponents (0.0045 = 4.5 × 10⁻³, not 4.5 × 10³), and a sign error changes a tiny number into a huge one. Third, when adding or subtracting in scientific notation, the exponents must match first — convert one number to the other's exponent (changing the coefficient accordingly), then add or subtract coefficients, then renormalise if needed. Fourth, for powers and roots, the exponent multiplication doesn't always give a whole result, so you may need to adjust: (3 × 10⁵)^(1/2) = √3 × 10^2.5, which becomes √(30) × 10² ≈ 5.48 × 10² after adjusting. Fifth, calculators usually show scientific notation as '4.56E5' or '4.56e+5' rather than with the proper '× 10⁵', so be ready to translate. Sixth, when writing answers, match the precision of your inputs — don't quote 6 significant figures if your data only justifies 2. Finally, sanity-check magnitudes: if you multiply two numbers around 10³ each, the answer should be around 10⁶, not 10⁵ or 10⁷ — quick mental order-of-magnitude checks catch most errors. This calculator handles conversions, operations, and normalisation, but understanding the rules lets you spot when something has gone wrong.
Recommended for this calculator