Scientific Notation Calculator
Convert between standard decimal numbers and scientific notation. Essential for working with very large or very small values.
Enter your values above to see the results.
Tips & Notes
- ✓Moving decimal LEFT → positive exponent (large numbers). Moving RIGHT → negative (small numbers).
- ✓Multiply: add exponents. Divide: subtract exponents. (3×10⁴)×(2×10³) = 6×10⁷.
- ✓After multiplying coefficients, adjust if result ≥10: 15×10⁴ = 1.5×10⁵.
- ✓Calculator E notation: 3.2E7 means 3.2×10⁷. 5E−3 means 5×10⁻³ = 0.005.
- ✓Avogadro: 6.022×10²³. Planck: 6.626×10⁻³⁴. Recognizing common constants speeds up physics.
Common Mistakes
- ✗Coefficient must be between 1 and 10. 15×10⁴ is not standard — convert to 1.5×10⁵.
- ✗Adding exponents when adding numbers — wrong. First convert to same power, then add coefficients.
- ✗Moving decimal wrong direction. 0.00045: decimal moves RIGHT 4 places → 4.5×10⁻⁴.
- ✗Sign error on exponent. Large number = positive exponent. Small (|x|<1) = negative exponent.
- ✗Losing significant figures. 3.0×10⁴ has 2 sig figs; 3.00×10⁴ has 3. Trailing zeros matter.
Scientific Notation Calculator Overview
Scientific notation expresses numbers as a product of a coefficient (between 1 and 10) and a power of 10, written as a × 10ⁿ. This compact notation was invented to make calculations involving astronomically large or microscopically small numbers both readable and practical. Without scientific notation, writing the mass of a proton (0.000000000000000000000000001672 kg) or Avogadro's number (602,200,000,000,000,000,000,000) in calculations would be unwieldy and error-prone. Scientific notation makes the scale of numbers immediately apparent and arithmetic straightforward.
Converting to scientific notation — move the decimal point to create a coefficient between 1 and 10:
EX: 93,000,000 → decimal moves left 7 places → 9.3 × 10⁷ (large number, positive exponent)
EX: 0.00000000167 → decimal moves right 9 places → 1.67 × 10⁻⁹ (small number, negative exponent)Moving decimal left → positive exponent. Moving decimal right → negative exponent. The exponent equals the number of places moved. Multiplication in scientific notation — multiply coefficients, add exponents:
(a × 10ᵐ) × (b × 10ⁿ) = (a×b) × 10^(m+n)
EX: (3×10⁴) × (2×10³) = 6×10⁷ | EX: (4×10⁵) × (5×10⁴) = 20×10⁹ = 2×10¹⁰ (adjust coefficient!)Division in scientific notation — divide coefficients, subtract exponents:
(a × 10ᵐ) ÷ (b × 10ⁿ) = (a/b) × 10^(m−n)
EX: (8×10⁸) ÷ (4×10³) = 2×10⁵ | EX: (6×10⁴) ÷ (3×10⁷) = 2×10⁻³ = 0.002Addition and subtraction — convert to the same exponent first, then combine coefficients:
EX: (3×10⁵) + (2×10⁴) → rewrite second as 0.2×10⁵ → (3+0.2)×10⁵ = 3.2×10⁵Scientific notation standardizes the representation of very large and very small numbers by expressing them as a coefficient between 1 and 10 multiplied by a power of 10. This format makes the scale of a number immediately apparent from the exponent, and makes multiplication and division straightforward — multiply the coefficients and add (or subtract) the exponents. A result like 6.0×10⁴ communicates both magnitude and precision: two significant figures, on the order of tens of thousands. Significant figures in scientific notation are determined by the digits in the coefficient only — 3.0×10⁴ has two significant figures, while 3.00×10⁴ has three, even though both equal 30,000. This is why scientific notation is the standard in laboratory science: it makes precision explicit in a way that plain decimal notation does not. The result 30,000 is ambiguous about whether it has 2, 3, 4, or 5 significant figures; 3.0×10⁴ is unambiguous.