
Scientific Notation Calculator
Free scientific notation calculator: convert numbers to and from a x 10^n, plus e-notation and engineering notation, with worked steps.
There was an error with your calculation.
| RESULT | |
|---|---|
| Scientific Notation | 1.568938 × 106 |
| E-Notation | 1.568938e+6 |
| Engineering Notation | 1.568938 × 106 |
| Real Number | 1568938 |
RESULT
1.23 x 107 + 3.45 x 102 = 1.2300345 × 107
Scientific notation at a glance#
A scientific notation calculator rewrites a number as a × 10n, where a is at least 1 and less than 10 and n is a whole-number exponent. Move the decimal point until one non-zero digit sits in front of it, then count the moves: left gives a positive exponent, right gives a negative one. So 4500 becomes 4.5 × 103 and 0.0023 becomes 2.3 × 10−3.
For 4500, the decimal moves 3 places left to sit after the 4, giving 4.5 and an exponent of 3: 4.5 × 103 = 4.5 × 1000 = 4500. For 0.0023, the decimal moves 3 places right, giving 2.3 and an exponent of −3: 2.3 × 10−3 = 2.3 ÷ 1000 = 0.0023.
| Number | Scientific Notation |
|---|---|
| 100 | 1 × 102 |
| 400 | 4 × 102 |
| 4500 | 4.5 × 103 |
| 45000 | 4.5 × 104 |
| 0.0023 | 2.3 × 10−3 |
| 0.00065 | 6.5 × 10−4 |
The same rule covers very large and very small numbers, so the Earth’s population of about 7.8 billion is 7.8 × 109. Standard form is the same thing under another name. Enter your number in the calculator above for the exact scientific notation, e-notation or engineering-notation result, with the exponent and significant figures handled for you.
E-notation and engineering notation#
E-notation replaces "× 10" with the letter e, which is how calculators and code show the same value. So 2 × 104 reads as 2e4, and 5.2 × 10−4 reads as 5.2e-4. The number is identical; only the symbol changes.
Engineering notation is scientific notation with the exponent locked to a multiple of 3, so it lines up with SI prefixes like kilo (103), mega (106) and milli (10−3). The coefficient can then run from 1 up to just under 1000. For example 47000 is 4.7 × 104 in scientific notation but 47 × 103 in engineering notation, which maps straight to 47 kilo-units.
Doing arithmetic in scientific notation#
To multiply, multiply the coefficients and add the exponents. (3 × 104) × (2 × 103) = 6 × 107. To divide, divide the coefficients and subtract the exponents: (6 × 105) ÷ (2 × 102) = 3 × 103.
To add or subtract, first match the exponents, then add the coefficients. (4 × 103) + (5 × 102) becomes (4 × 103) + (0.5 × 103) = 4.5 × 103. If a result lands outside the 1-to-10 range for the coefficient, shift the decimal once more and adjust the exponent, so 12 × 103 is rewritten as 1.2 × 104.
Scientific notation FAQ#
What is the difference between scientific, e-notation and engineering notation?#
Scientific notation writes a number as a coefficient from 1 up to 10 times a power of 10. E-notation is the same value with e standing in for "× 10", so 2 × 103 is 2e3. Engineering notation keeps the exponent a multiple of 3 to match SI prefixes, so 2 × 104 becomes 20 × 103.
How do you write a very small number in scientific notation?#
Move the decimal point right until one non-zero digit sits in front of it, then make the exponent negative and equal to the number of moves. So 0.00052 becomes 5.2 × 10−4, because the decimal moves 4 places right. A negative exponent always means the number is smaller than 1.
How do you multiply and divide numbers in scientific notation?#
For multiplication, multiply the coefficients and add the exponents. For division, divide the coefficients and subtract the exponents. Then renormalise so the coefficient stays between 1 and 10. For example (6 × 105) ÷ (3 × 102) = 2 × 103.
How do you add and subtract numbers in scientific notation?#
Rewrite both numbers so they share the same exponent, then add or subtract the coefficients and keep that exponent. (7 × 104) − (3 × 103) becomes (7 × 104) − (0.3 × 104) = 6.7 × 104.
Is standard form the same as scientific notation?#
Yes. Standard form is the term used in the UK and many other countries for what the US calls scientific notation. A number written one way is correct in the other, so 45000 is 4.5 × 104 in both.