Scientific Notation, Explained

Some numbers are too big or too tiny to write out comfortably — the mass of the Earth, the size of an atom, the number of cells in your body. Scientific notation is the compact, unambiguous way to write them. Once you see the single rule behind it, the conversions, the calculator "e" button, and the arithmetic all fall into place.

Math

What scientific notation is

Scientific notation writes any number as a coefficient times a power of ten:

m × 10n

The coefficient m (also called the mantissa or significand) is kept between 1 and 10 — formally 1 ≤ |m| < 10 — and the exponent n is an integer that can be positive, negative, or zero. So the number always has exactly one digit before the decimal point, and the power of ten records how big or small the value really is.

Why bother? Two reasons. First, it tames extreme numbers: instead of writing 602,200,000,000,000,000,000,000 you write 6.022 × 1023. Second, it makes significant figures explicit — the coefficient shows precisely which digits you actually measured, with no ambiguous trailing zeros getting in the way.

Positive vs negative exponents

The exponent is just a count of how far the decimal point moves. Think of it as a set of instructions for rebuilding the standard number:

  • A positive exponent 10n moves the decimal point n places to the right, making the number larger. Example: 4.5 × 106 = 4,500,000.
  • A negative exponent 10-n moves the decimal point n places to the left, making the number smaller. Example: 2.3 × 10-4 = 0.00023.

An exponent of zero, 100 = 1, leaves the coefficient unchanged — so any number from 1 up to (but not including) 10 has exponent 0, like 7.4 × 100 = 7.4.

The one rule: a number in scientific notation is m × 10n with 1 ≤ |m| < 10. A positive exponent shifts the decimal right (big numbers); a negative exponent shifts it left (small numbers). The exponent is the number of places you shift.

Converting both directions, step by step

Standard → scientific. Place the decimal point right after the first non-zero digit, then count how many places you moved it. Moving the point left (you started with a big number) gives a positive exponent; moving it right (you started with a small decimal) gives a negative exponent.

For 4,500,000: write 4.5, then count the places from after the 4 to the original end — that's 6 places left, so the exponent is +6, giving 4.5 × 106. For 0.00023: write 2.3, count 4 places right from the original point, so the exponent is −4, giving 2.3 × 10-4.

Scientific → standard. Reverse it: shift the decimal by the exponent (right if positive, left if negative), padding with zeros as needed.

Standard formScientific notationShift
4,500,0004.5 × 1066 places left
93,000,0009.3 × 1077 places left
1,2001.2 × 1033 places left
7.47.4 × 100no shift
0.0252.5 × 10-22 places right
0.000232.3 × 10-44 places right
0.0000009019.01 × 10-77 places right

You can check any conversion instantly with the free scientific notation converter, which handles both directions and keeps the coefficient normalized for you.

E-notation: the calculator version

Calculators, spreadsheets, and programming languages can't print a raised exponent, so they use E-notation instead. The letter e (or E) literally means "times ten to the power of." So:

  • 4.5e6 means 4.5 × 106 = 4,500,000
  • 2.3e-4 means 2.3 × 10-4 = 0.00023
  • 6.022e23 means 6.022 × 1023

The number after the e is exactly the exponent n — same rules, same sign conventions. It's just a typewriter-friendly spelling of the same thing.

Arithmetic in scientific notation

Multiplying and dividing is where the notation shines, because the powers of ten follow the exponent laws.

  • Multiply: multiply the coefficients, add the exponents. (3 × 104) × (2 × 105) = 6 × 109.
  • Divide: divide the coefficients, subtract the exponents. (8 × 107) ÷ (2 × 103) = 4 × 104.

If the new coefficient lands outside 1–10, renormalize: shift its decimal and adjust the exponent. For instance (5 × 103) × (4 × 106) = 20 × 109, and since 20 is too big you rewrite it as 2 × 1010.

Adding and subtracting works differently: you must first match the exponents, because you can only add like powers of ten. To compute 3 × 104 + 5 × 103, rewrite the second term as 0.5 × 104, then add coefficients: 3.5 × 104. (For deeper practice with the underlying rules, see the exponent calculator.)

Significant figures, made explicit

One quiet superpower of scientific notation is that it removes all doubt about precision. In standard form, the number 4,500 is ambiguous — are those trailing zeros measured or just placeholders? Scientific notation forces you to decide. Writing 4.5 × 103 says two significant figures; 4.50 × 103 says three; 4.500 × 103 says four. Every digit in the coefficient is significant by construction, so the notation communicates exactly how precise a value is.

This is also why rounding a result usually happens on the coefficient. If you need 2.99792 × 108 to three significant figures, you round the coefficient to 3.00 × 108 — the rounding calculator can help if the digits get fiddly.

A worked example

The speed of light is 299,792,458 m/s. Putting the decimal after the first digit and counting 8 places left gives 2.99792458 × 108 m/s, commonly rounded to 2.998 × 108 m/s. At the other extreme, the radius of a hydrogen atom is about 0.000000000053 m; counting 11 places right gives 5.3 × 10-11 m.

Now compare them effortlessly. How many hydrogen-atom radii does light cross in one second? Divide: (2.998 × 108) ÷ (5.3 × 10-11) ≈ 0.566 × 1019 ≈ 5.66 × 1018. Dividing the coefficients and subtracting the exponents — 8 − (−11) = 19 — turns an impossible-to-read calculation into one line. That is the whole point of the notation.

The takeaway

Scientific notation is one rule wearing several hats: m × 10n with the coefficient between 1 and 10. The exponent counts decimal shifts — right for large, left for small — E-notation just spells the same thing for machines, multiplication adds exponents, and the coefficient pins down your significant figures. Master that single pattern and the rest is bookkeeping.

Frequently asked questions

What does the exponent in scientific notation mean?
The exponent counts how many places the decimal point moves to recover the standard number. A positive exponent moves it right and makes the number larger; a negative exponent moves it left and makes the number smaller. So 3 × 10^5 is 300,000 and 3 × 10^-5 is 0.00003.
Why must the coefficient be between 1 and 10?
Keeping the coefficient in the range 1 ≤ |m| < 10 gives every number exactly one standard, or normalized, form. That makes numbers easy to compare at a glance and makes the exponent reliably indicate the order of magnitude. A value like 45 × 10^4 is valid arithmetic but not normalized; you would rewrite it as 4.5 × 10^5.
What does the E in 4.5e6 mean?
E-notation is how calculators and programming languages write scientific notation in plain text. The letter e (or E) stands for times ten to the power of, so 4.5e6 means 4.5 × 10^6 = 4,500,000, and 2.3e-4 means 2.3 × 10^-4 = 0.00023. The number after the e is the exponent.
How do you multiply numbers in scientific notation?
Multiply the coefficients together and add the exponents. For example, (3 × 10^4) × (2 × 10^5) = 6 × 10^9. For division, divide the coefficients and subtract the exponents. If the resulting coefficient falls outside 1 to 10, renormalize by shifting the decimal and adjusting the exponent.

This guide is general educational information. For calculations that matter, double-check your results with a reliable tool or reference.