Menu

Scientific Notation Calculator

Convert either way and combine two numbers with the exponent law shown.

By Nethanel Bar, Co-founder & CEO

Last updated

Want to solve these without the calculator?

The Coddy math course teaches the method itself - you work each step on an interactive board and get told exactly where a move went wrong.

The exponent is a record of how far the point moved

Scientific notation writes every number as one digit, a decimal part, and a power of ten: 4500 is 4.5 × 10³, and 0.00032 is 3.2 × 10⁻⁴. The coefficient always sits between 1 and 10, which is what makes two numbers comparable at a glance - and the exponent is nothing more mysterious than the number of places the decimal point had to travel to get there.

That is why the sign works the way it does. Moving the point LEFT makes a number smaller, so the power has to make it bigger again: the exponent is positive. Moving RIGHT makes it bigger, so the power shrinks it back: the exponent is negative. Every mistake with scientific notation is a mistake about that trade, which is why this page shows the point moving rather than just printing the answer.

The notation earns its keep in arithmetic. Multiplying two numbers in scientific notation is one small multiplication and one ADDITION of exponents - that is the whole reason the notation exists. Adding two of them is harder, because the powers of ten have to match first, and that is the step almost everybody skips.

What to notice

  • The coefficient must satisfy 1 ≤ |c| < 10. 45 × 10³ is a correct value but not scientific notation; normalised, it is 4.5 × 10⁴.
  • A positive exponent means a big number, a negative exponent a small one. The count is places moved, and the sign is which way.
  • E notation is the same thing typed on one line: 4.5e3 is what a calculator, a spreadsheet or a programming language shows you when it runs out of room.
  • Engineering notation forces the exponent to a multiple of three, so it lines up with kilo, mega, micro and nano. 0.00032 becomes 320 × 10⁻⁶ - i.e. 320 micro-somethings.
  • Multiplying adds the exponents; dividing subtracts them. Adding does neither: the exponents must be made equal first, and only the coefficients are then added.
  • Significant figures are a property of the coefficient. 4.50 × 10³ claims three significant figures; 4.5 × 10³ claims two, and the trailing zero is the whole difference.

How to write a number in scientific notation

  1. Find the first non-zero digit

    In 4500 that is the 4; in 0.00032 it is the 3. Everything before it is packaging.

  2. Put the decimal point just after it

    4500 becomes 4.5 and 0.00032 becomes 3.2. That is the coefficient, and it is now between 1 and 10 by construction.

  3. Count how many places the point moved

    From 4500. to 4.5 the point moved 3 places left. From 0.00032 to 3.2 it moved 4 places right.

  4. Write the power of ten, with the sign of the direction

    Left is positive, right is negative: 4.5 × 10³ and 3.2 × 10⁻⁴. Check it by moving the point back - if you do not land on the number you started with, the sign is the thing to look at.

  5. To go the other way, just walk the point back

    A positive exponent moves the point right and a negative one moves it left, padding with zeros: 6.7 × 10⁵ is 670000, and 8.1 × 10⁻³ is 0.0081.

The same numbers in four notations

Ordinary, scientific, E notation, and engineering - which forces the exponent to a multiple of three so it matches the SI prefixes.

NumberScientificE notationEngineering
45004.5 × 10³4.5e+34.5 × 10³
450004.5 × 10⁴4.5e+445 × 10³
0.000323.2 × 10⁻⁴3.2e-4320 × 10⁻⁶
2997924582.99792458 × 10⁸2.99792458e+8299.792458 × 10⁶
11 × 10⁰1e+01 × 10⁰
0.55 × 10⁻¹5e-1500 × 10⁻³
0.0000000011 × 10⁻⁹1e-91 × 10⁻⁹
6020000000000000000000006.02 × 10²³6.02e+23602 × 10²¹

Worked examples

4500 in scientific notation

plain
4500

The first non-zero digit is 4, so the point goes after it: 4.5. Getting there from 4500 moved the point 3 places left, so the exponent is +3 and the answer is 4.5 × 10³. Two significant figures, because the trailing zeros were only placeholders.

A small one: 0.00032

plain
0.00032

The first non-zero digit is 3. Moving the point to just after it travels 4 places to the RIGHT, so the exponent is negative: 3.2 × 10⁻⁴. In engineering notation that is 320 × 10⁻⁶ - 320 micro-units, which is how an engineer would say it out loud.

Back the other way: 4.5e3

plain
4.5e3

Typed in scientific notation, so the page goes the other direction: a power of +3 moves the point 3 places right, padding with a zero, giving 4500. No direction switch to set - the form you typed says which way you are going.

Multiplying: (3 × 10⁴)(2 × 10⁵)

plain
3e4 × 2e5

Multiply the coefficients: 3 · 2 = 6. Add the exponents: 4 + 5 = 9. Answer 6 × 10⁹, and that is the whole method. Notice you never wrote out 30000 or 200000 - which is exactly what the notation buys you.

When the coefficient overflows: (5 × 10³)(4 × 10³)

plain
5e3 × 4e3

The coefficients give 20 and the exponents give 6, so the intermediate answer is 20 × 10⁶ - a correct value, but not scientific notation, because 20 is not between 1 and 10. Move the point once more: 2 × 10⁷.

Adding: 3 × 10⁵ + 4 × 10⁴

plain
3e5 + 4e4

The exponents differ, so nothing can be added yet. Rewrite the smaller at the larger's power: 4 × 10⁴ is 0.4 × 10⁵. Now the coefficients add: 3 + 0.4 = 3.4, giving 3.4 × 10⁵. Adding the exponents here would have been the classic error.

Common mistakes

  • Getting the sign of the exponent backwards. A number smaller than 1 always has a negative exponent - if 0.00032 came out as 3.2 × 10⁴, the point went the wrong way.
  • Leaving the coefficient outside 1 to 10. 20 × 10⁶ and 0.4 × 10⁵ are correct values in the middle of a calculation, but neither is a finished answer.
  • Adding the exponents when the operation is addition. Exponents add for MULTIPLICATION. For addition the powers must be matched first and only the coefficients combine.
  • Counting the zeros instead of the places moved. They coincide for 4500 and not for 45.67 - count where the point starts and where it ends up.
  • Forgetting that the coefficient can be multiplied and divided but not simply concatenated. (3 × 10⁴)(2 × 10⁵) is 6 × 10⁹, never 32 × 10⁹.
  • Treating 10⁰ as nothing. 1 × 10⁰ is 1, and it is a perfectly valid scientific-notation answer for a number already between 1 and 10.

Scientific notation FAQ

How do I convert a number to scientific notation?
Put the decimal point just after the first non-zero digit, then count how many places it moved. Moving left gives a positive exponent, moving right a negative one. 4500 becomes 4.5 × 10³ and 0.00032 becomes 3.2 × 10⁻⁴.
What is the difference between scientific notation and standard form?
They are the same thing under two names - "standard form" is the usual British term and "scientific notation" the American one. Both mean a coefficient between 1 and 10 times a power of ten. Engineering notation is a different variant, where the exponent is forced to a multiple of three.
What does 4.5e3 mean?
It is scientific notation written on one line, the way a calculator, spreadsheet or programming language shows it: 4.5e3 means 4.5 × 10³ = 4500. The e stands for exponent, not for Euler's number, and 4.5e-3 means 4.5 × 10⁻³ = 0.0045.
How do I multiply numbers in scientific notation?
Multiply the coefficients and ADD the exponents. (3 × 10⁴)(2 × 10⁵) = 6 × 10⁹. If the coefficients multiply to 10 or more, move the point once more and raise the exponent to match - 20 × 10⁶ is written 2 × 10⁷.
How do I add numbers in scientific notation?
Make the exponents match first, then add only the coefficients. For 3 × 10⁵ + 4 × 10⁴, rewrite the second as 0.4 × 10⁵ and add: 3.4 × 10⁵. This is the step that gets skipped, and adding the exponents instead is the classic mistake.
What is engineering notation and why would I use it?
It is scientific notation with the exponent forced to a multiple of three, so it lines up with the SI prefixes: 10³ kilo, 10⁶ mega, 10⁻³ milli, 10⁻⁶ micro. 0.00032 becomes 320 × 10⁻⁶, which an engineer reads directly as 320 microunits.
Why can zero not be written in scientific notation?
Because it has no first significant digit to put the decimal point after, and no power of ten multiplied by a coefficient between 1 and 10 can ever equal zero. The honest answer is that zero is a special case, which is why this page says so rather than printing 0 × 10⁰.
How many significant figures does my answer have?
As many as the coefficient shows. That is one of the notation's quiet advantages: 4500 is ambiguous about whether the zeros are measured or merely placeholders, while 4.5 × 10³ claims two significant figures and 4.500 × 10³ claims four.

More math tools

Coddy programming languages illustration

Learn math with Coddy

GET STARTED