Understanding Scientific Notation

Scientific notation compresses numbers into a compact form: a coefficient multiplied by a power of ten. The coefficient sits between 1 and 10 (not including 10), and the exponent indicates how many decimal places to shift.

For instance, Earth's mass is approximately 5.972 × 10²⁴ kg, and an electron's mass is roughly 9.109 × 10⁻³¹ kg. Without scientific notation, these figures become impossibly long strings of zeros. The notation works equally well for tiny fractions and astronomical quantities, making it indispensable across science and engineering.

The two components are:

  • Coefficient (mantissa): A decimal number from 1 to just under 10
  • Exponent: The power of 10 that scales the coefficient

When you see 3.14e5, that's e-notation—just another way of writing 3.14 × 10⁵, commonly used in calculators and programming where superscripts aren't available.

The Multiplication Rule

Multiplying two numbers in scientific notation follows a simple pattern: multiply the coefficients together, then add the exponents. This works because of how powers combine in algebra.

(a × 10n) × (b × 10m) = (a × b) × 10n+m

  • a — Coefficient of the first number (between 1 and 10)
  • n — Exponent of the first number
  • b — Coefficient of the second number (between 1 and 10)
  • m — Exponent of the second number

Step-by-Step Calculation Example

Let's multiply 2.5 × 10⁴ by 3.2 × 10⁻².​

  1. Multiply coefficients: 2.5 × 3.2 = 8.0
  2. Add exponents: 4 + (−2) = 2
  3. Combine results: 8.0 × 10² = 800

Notice that when an exponent is negative, you're subtracting. If your coefficient result falls outside the 1–10 range, adjust it. For example, if you get 12.4 × 10³, rewrite it as 1.24 × 10⁴ by moving the decimal one place left and increasing the exponent by 1.

Most calculators and scientific notation tools handle this normalization automatically, but understanding the process helps you catch mistakes.

Using the Calculator

Enter your first number's coefficient in the Number 1 field, then select its exponent from the dropdown menu. Repeat for the second number. The calculator displays the result in both standard scientific notation and e-notation.

You can also specify the number of significant figures to round your answer. By default, the tool keeps 10 significant figures, but you can reduce this for cleaner results. For instance, if you're working with measurement data that only has 3 significant figures, restrict the output accordingly.

Common Pitfalls and Tips

Avoid these frequent mistakes when multiplying numbers in scientific notation.

  1. Forgetting to normalize the result — After multiplying coefficients, you might get a number like 15.6 × 10⁵. Remember to shift the decimal left and increase the exponent: 1.56 × 10⁶. A coefficient must always sit between 1 and 10.
  2. Mixing up addition and subtraction of exponents — Multiplication requires adding exponents. Division requires subtracting. Keep them straight by remembering the rule: when multiplying powers of 10, their exponents add together.
  3. Losing track of negative exponents — Negative exponents make numbers smaller. When you add a negative exponent (like +(−3)), you're actually subtracting. Write it out: 4 + (−3) = 1, not 4 − 3 = 1... oh wait, both give the same answer. But always use parentheses around negative exponents to stay clear.
  4. Rounding too early — Carry all significant figures through your calculation, then round only the final answer. Rounding intermediate steps introduces cumulative error and can distort your result.

Frequently Asked Questions

How do I convert a large number like 52,000,000 to scientific notation?

Identify where the first non-zero digit is and place a decimal after it: 5.2. Then count how many places you moved the decimal point from the original number's end: seven places. Write this as 5.2 × 10⁷. In e-notation, that's 5.2e7. The exponent tells you the magnitude—larger positive exponents mean larger numbers.

What's the difference between e-notation and standard scientific notation?

They're mathematically identical. E-notation substitutes the letter 'e' for '× 10' because older calculators and text-based systems couldn't display superscripts. So 4.37e3 means exactly the same thing as 4.37 × 10³, which equals 4,370. Modern software often displays both formats interchangeably.

Can I multiply more than two numbers in scientific notation at once?

Yes—extend the rule by multiplying all coefficients together and adding all exponents. For example, (2 × 10³) × (3 × 10²) × (5 × 10⁻¹) = (2 × 3 × 5) × 10⁽³⁺²⁻¹⁾ = 30 × 10⁴ = 3.0 × 10⁵. Remember to normalize your result so the coefficient falls between 1 and 10.

What happens when I multiply two numbers with negative exponents?

You add the exponents just as with positive ones. For instance, (1.5 × 10⁻³) × (2.0 × 10⁻²) = 3.0 × 10⁻⁵. Adding −3 and −2 gives −5. The product becomes a much smaller number because you're multiplying fractions (thousandths by hundredths yields hundred-thousandths).

Why do I need to keep track of significant figures?

Significant figures reflect the precision of your input data. If you measure a distance as 3.2 km (two significant figures) and multiply it by a count of 4.156 observations (four significant figures), your answer should show only two significant figures to honestly represent the uncertainty in your original measurement.

How does division in scientific notation differ from multiplication?

With division, subtract the exponents instead of adding them. For (a × 10ⁿ) ÷ (b × 10ᵐ), compute (a ÷ b) × 10ⁿ⁻ᵐ. For example, (8.4 × 10⁶) ÷ (2.0 × 10²) = 4.2 × 10⁴. The key difference is the exponent operation: addition for multiplication, subtraction for division.

More math calculators (see all)