How to Calculate Scientific Notation: Rules and Examples
Quick answer: To calculate scientific notation, move the decimal point until only one non-zero digit remains to its left, then count how many places you moved it, that count becomes the exponent on 10 (positive if you moved left, negative if you moved right). For example, 8,200,000 becomes 8.2 × 106, and 0.000045 becomes 4.5 × 10-5.
Scientific notation exists to solve one specific problem: some numbers are too long to write out comfortably. Avogadro's number has 24 digits before the decimal point. The mass of a hydrogen atom has 27 zeros after it. Neither is practical to type, read, or carry through a calculation by hand, which is exactly why chemists, physicists, and engineers write both as a single digit times a power of 10 instead.
This guide sets out the full method: how to convert a number into scientific notation and back, how to add, subtract, multiply, and divide numbers once they're in that form, and where most people trip up along the way.
What Is Scientific Notation?
Scientific notation writes any number as a × 10b, where a (the coefficient) is a number with an absolute value of at least 1 and less than 10, and b (the exponent) is an integer. According to the NIST Guide for the Use of the International System of Units, this format is the standard way scientific and engineering fields write very large or very small measurements, precisely because it keeps the number of digits you have to work out by hand to a minimum.
The coefficient carries the precision, and the exponent carries the size. 4.2 × 107 and 4.2 × 103 use the same digits but describe numbers four orders of magnitude apart, 42,000,000 versus 4,200. Given that the exponent alone tells you how large or small a figure is, scientists can compare two measurements at a glance just by looking at the powers of 10, without counting zeros.
Converting Numbers To and From Scientific Notation
The conversion always comes down to the same question: how many places does the decimal point need to move before only one non-zero digit is left in front of it?
Large Numbers (Positive Exponents)
To figure out the scientific notation for a large number, move the decimal point left until one non-zero digit remains before it, then count the places moved, that count is the positive exponent.
- 12,300 → move the decimal 4 places left → 1.23 × 104
- 8,200,000 → move 6 places left → 8.2 × 106
- 602,200,000,000,000,000,000,000 → move 23 places left → 6.022 × 1023
Small Numbers (Negative Exponents)
For a number smaller than 1, the decimal point moves right instead, and the exponent turns negative. A negative exponent isn't a separate rule so much as the mirror image of the positive case, since a-b is defined as 1 divided by ab.
- 0.0314 → move 2 places right → 3.14 × 10-2
- 0.000045 → move 5 places right → 4.5 × 10-5
To convert back to a standard number, run the process in reverse: a positive exponent moves the decimal point right that many places, a negative exponent moves it left. That said, it's worth double-checking the direction each time rather than assuming, since it's the single most common place people flip the sign by mistake.
Adding and Subtracting in Scientific Notation
You can't add or subtract two numbers in scientific notation directly unless they share the same exponent. In practice, that means rewriting one number so both powers of 10 match before you touch the coefficients.
| Step | Working | Result |
|---|---|---|
| Start | 3.2 × 105 + 5.4 × 104 | exponents don't match |
| Align exponents | 3.2 × 105 + 0.54 × 105 | both now 105 |
| Add coefficients | (3.2 + 0.54) × 105 | 3.74 × 105 |
Subtraction works the same way, align the exponents first, then subtract the coefficients and keep the shared power of 10. As a result, addition and subtraction are usually the slowest of the four operations by hand, even though the numbers involved are often the simplest.
Multiplying and Dividing in Scientific Notation
Multiplication and division are more forgiving, since the exponents don't need to match first. To multiply, multiply the coefficients and add the exponents. To divide, divide the coefficients and subtract the exponents.
| Operation | Example | Result |
|---|---|---|
| Multiply | (2 × 103) × (3 × 102) | 6 × 105 |
| Multiply | (4 × 10-3) × (2 × 106) | 8 × 103 |
| Divide | (8 × 107) ÷ (2 × 103) | 4 × 104 |
If the coefficients multiply out to 10 or higher, or divide down below 1, carry out one extra step: renormalize by shifting the decimal point and adjusting the exponent by the same amount. For example, (5 × 104) × (4 × 103) comes out to 20 × 107 before renormalizing, which becomes 2 × 108 once the coefficient is brought back under 10.
Scientific Notation vs. Standard Form vs. E-Notation
These three terms describe the same underlying idea with different labels, and mixing them up is a common source of confusion. In the UK and much of the Commonwealth, "standard form" is the term taught in schools for exactly what American textbooks call scientific notation, a × 10b with 1 ≤ a < 10.
E-notation is what calculators and spreadsheets display when there isn't room for a superscript exponent. 6.022 × 1023 becomes 6.022E23, and 1.6 × 10-19 becomes 1.6E-19. The OpenStax Algebra curriculum covers this notation alongside the standard exponent form, since students need to be able to read a calculator's output and rewrite it in either style on top of that.
Significant Figures in Scientific Notation
One underrated advantage of scientific notation is that it removes the ambiguity around trailing and leading zeros that trips people up in standard decimal form. In 0.00250, it's not obvious at a glance whether the trailing zero is a measured digit or just a placeholder, but 2.50 × 10-3 makes it explicit: exactly three significant figures, no more, no less.
Research from Monash University's mathematics support resources makes the same point: because leading zeros before the coefficient simply disappear in scientific notation, every digit that remains in the coefficient is significant by definition. That's part of why lab reports and engineering specs default to this format whenever precision has to be stated unambiguously.
Real-World Examples
Scientific notation shows up anywhere a measurement is either astronomically large or vanishingly small. Avogadro's number, 6.022 × 1023 particles per mole, is the constant that lets chemists convert between a mass you can weigh on a bench scale and a literal particle count, and it's the kind of figure our own Avogadro's Number Calculator handles automatically instead of asking you to keep track of 24 digits by hand.
At the other end of the scale, hydrogen ion concentration in a solution is routinely written as something like 1.0 × 10-7 mol/L for pure water, and that exponent is the number pH is actually built from (pH is the negative log of that concentration). If you want to see the relationship between the two directly, our Hydrogen Ion Concentration Calculator converts a pH value into the scientific-notation concentration it represents.
Astronomy leans on the same shorthand for distance: a light-year is roughly 9.46 × 1012 kilometers, and the nearest star beyond the Sun sits about 4.0 × 1013 kilometers away. Writing either figure out in full would take a full line of zeros that adds nothing but room for a copying error.
Common Mistakes (and How to Avoid Them)
- Flipping the exponent sign: moving the decimal right and still writing a positive exponent (or vice versa) is the single most frequent error. Narrow it down by remembering: smaller than 1 always means a negative exponent.
- Adding exponents without aligning them first: 3 × 104 + 2 × 106 is not 5 × 1010, the exponents have to match before the coefficients can be added.
- Leaving the coefficient outside the 1 to 10 range: 42 × 105 is mathematically correct but isn't proper scientific notation, it needs one more renormalizing step to become 4.2 × 106.
- Miscounting significant figures after converting: writing 6.02214 × 1023 when the original measurement only supported 3 significant figures overstates the precision of the data.
What I come back to most often when reviewing this kind of arithmetic is that nearly every mistake traces back to one of these four patterns. Pick up on which one you tend to make, and the error rate on scientific notation problems drops fast.
Frequently Asked Questions
What is scientific notation used for?
Scientific notation is used to write numbers that are too large or too small to handle comfortably in standard decimal form, such as the number of atoms in a sample or the mass of a subatomic particle. It shows up throughout chemistry, physics, astronomy, and engineering wherever a measurement spans many orders of magnitude.
How do you write a number in scientific notation?
Move the decimal point until exactly one non-zero digit remains to its left, then multiply by 10 raised to the number of places you moved it. Moving the decimal left gives a positive exponent, moving it right gives a negative one. For example, 56,000 becomes 5.6 × 104.
What does a negative exponent mean in scientific notation?
A negative exponent means the number is smaller than 1 and the decimal point moves to the left that many places when you convert back to standard form. For instance, 7.1 × 10-4 equals 0.00071, since the decimal moves 4 places left from 7.1.
Is scientific notation the same as standard form?
Yes, in UK and Commonwealth math curricula, "standard form" is simply the local name for what US curricula call scientific notation, both describe a × 10b with the coefficient between 1 and 10. E-notation (6.022E23) is the same format displayed without a superscript, typically on calculators and in spreadsheets.
How many significant figures should you keep in scientific notation?
Keep as many significant figures in the coefficient as the original measurement actually supports, no more and no fewer. If a measured mass is only accurate to 3 significant figures, write it as 4.20 × 10-2 g rather than 4.2005 × 10-2 g, since the extra digits imply precision the measurement doesn't have.
Can scientific notation represent negative numbers?
Yes, the coefficient itself can be negative even though the exponent rules stay the same. Negative 4,500 is written as -4.5 × 103, the negative sign applies to the coefficient, not the power of 10, and shouldn't be confused with a negative exponent, which instead signals a number smaller than 1.