Scientific Notation Calculator
Convert numbers to and from scientific notation. Perform arithmetic with numbers in scientific notation for science and engineering.
About the Scientific Notation Calculator
A scientific notation calculator converts numbers between standard decimal notation and scientific notation (M x 10^N format), performs arithmetic directly on numbers in scientific notation, and converts between scientific notation and engineering notation (where exponents are multiples of 3 corresponding to metric prefixes). Scientific notation is essential in physics, chemistry, astronomy, biology, and engineering for expressing very large numbers — like the speed of light (2.998 x 10^8 m/s), the number of atoms in a mole (6.022 x 10^23), the mass of the Earth (5.972 x 10^24 kg) — and very small numbers like the charge of an electron (1.602 x 10^-19 coulombs) or the size of a hydrogen atom (5.3 x 10^-11 metres) in a compact, universally understood format that also clearly communicates the number of significant figures.
Formula
Standard form: M x 10^n where 1 ≤ |M| < 10 | Multiply: M1M2 x 10^(a+b) | Add: match exponents first
How It Works
Converting to scientific notation: move the decimal point until the coefficient M satisfies 1 ≤ |M| < 10, and count the places moved. Moving the decimal left gives a positive exponent; moving right gives a negative exponent. 0.000456: move right 4 places → 4.56 x 10^-4. 45,600,000: move left 7 places → 4.56 x 10^7. Arithmetic operations: multiplication: (M1 x 10^a) x (M2 x 10^b) = (M1 x M2) x 10^(a+b). Division: M1/M2 x 10^(a-b). Addition/subtraction: adjust exponents to match, then add/subtract coefficients. (3.5 x 10^4) + (2.1 x 10^3) = (3.5 x 10^4) + (0.21 x 10^4) = 3.71 x 10^4. Engineering notation: 4.56 x 10^7 = 45.6 x 10^6 (mega). Uses exponents that are multiples of 3.
Tips & Best Practices
- ✓Avogadro's number 6.022 x 10^23 represents the number of atoms or molecules in one mole of any substance — the bridge between atomic and macroscopic scales.
- ✓E notation (programming): most programming languages and calculators use E notation: 6.022E23 = 6.022 x 10^23. Python, C, Java, and Excel all use this notation.
- ✓Significant figures in scientific notation: the number of significant figures equals the number of digits in the coefficient M. 4.56 x 10^7 has 3 significant figures; 4.560 x 10^7 has 4.
- ✓Addition trap: you cannot simply add the exponents when adding numbers. You must first adjust one number so both have the same power of 10, then add the coefficients.
- ✓Metric prefix equivalence: 10^3=kilo, 10^6=mega, 10^9=giga, 10^12=tera, 10^-3=milli, 10^-6=micro, 10^-9=nano, 10^-12=pico.
- ✓Planck length: 1.616 x 10^-35 metres — the smallest meaningful length scale in physics. The Hubble radius (observable universe): approximately 4.4 x 10^26 metres. Their ratio spans 61 orders of magnitude.
- ✓Computer data: 1 byte = 10^0; 1 kilobyte ≈ 10^3; 1 megabyte ≈ 10^6; 1 gigabyte ≈ 10^9; 1 terabyte ≈ 10^12; 1 petabyte ≈ 10^15.
- ✓Light travel time: light travels 3 x 10^8 m/s. The Moon is 3.84 x 10^8 m away — light takes 1.28 seconds. The Sun is 1.5 x 10^11 m away — light takes 8.3 minutes.
Who Uses This Calculator
Physics and chemistry students performing calculations with astronomical or subatomic quantities. Astronomy students working with stellar distances, masses, and luminosities. Biology students working with bacterial populations and molecular concentrations. Engineering students in nanotechnology, electromagnetics, and materials science. Teachers explaining the range of scales in nature from the subatomic to the cosmic.
Optimised for: USA · Canada · UK · Australia · Calculations run in your browser · No data stored
Frequently Asked Questions
How do you write 5000 in scientific notation?
5000 = 5 × 10³. In scientific notation, the coefficient is always between 1 and 10.