Scientific notation is a compact way to write numbers that are extremely large, extremely small, or simply inconvenient to read in long decimal form. This calculator handles both conversion and arithmetic, while keeping the normalized coefficient, exponent, E notation, engineering notation, and expanded standard form visible together.
How to use the Scientific Notation Calculator
Choose Convert one number when you simply want to rewrite a value. You can enter an ordinary decimal such as 5600000, a small decimal such as 0.0000042, E notation such as 4.2e-6, or a power-of-ten expression such as 4.2 × 10^-6. The calculator normalizes the value and shows several equivalent formats at once.
Choose Calculate with two numbers to add, subtract, multiply, or divide values. Each input can use ordinary decimal notation, E notation, or ×10^n notation. This is useful when a science or engineering problem mixes formats. The result is normalized automatically.
The display-significant-digits setting controls how many digits are shown in the coefficient when rounding is necessary. It is intentionally a display setting rather than an automatic claim about experimental precision. True significant-figure rules depend on how the original quantities were measured and, for addition or subtraction, on decimal-place precision rather than only a digit count.
What is scientific notation?
A nonzero number in normalized scientific notation has the form:
a × 10ⁿ, where 1 ≤ |a| < 10 and n is an integerThe value a is called the coefficient or significand, and n is the exponent. The coefficient contains the significant digits of the written number, while the power of ten controls its scale. For example, 6.02 × 10²³ has coefficient 6.02 and exponent 23.
A positive exponent represents multiplication by powers of ten, so the value is at least 10 in magnitude when the coefficient is normalized and n is positive. A negative exponent represents division by powers of ten, which is why scientific notation is convenient for tiny decimals. An exponent of zero means multiplication by 1.
How to convert standard notation to scientific notation
Locate the first nonzero digit and place the decimal point immediately after it. Count how many places the decimal point moved. That count becomes the magnitude of the exponent. Moving the decimal left gives a positive exponent; moving it right gives a negative exponent.
Large-number conversion
For 52,700,000, move the decimal seven places left to make 5.27. The result is:
52,700,000 = 5.27 × 10⁷Small-number conversion
For 0.0000814, move the decimal five places right to make 8.14:
0.0000814 = 8.14 × 10⁻⁵The sign of the original number stays with the coefficient. For −72000, the normalized result is −7.2 × 10⁴. The exponent describes scale; it does not determine whether the number itself is positive or negative.
Scientific E notation
E notation is a keyboard-friendly way to represent the same power-of-ten structure. Instead of writing × 10 followed by a superscript exponent, software commonly uses e or E. Thus 3.45e8 means 3.45 × 10⁸, and 7.1E-4 means 7.1 × 10⁻⁴.
E notation is especially useful in spreadsheets, programming languages, calculators, data files, and systems where superscript formatting is inconvenient. The letter E here means “exponent”; it is not Euler's number. This calculator displays E notation separately so users can copy a compact machine-friendly form without losing the conventional scientific form.
Engineering notation and SI-friendly powers of 1000
Engineering notation is closely related to scientific notation, but its exponent is restricted to a multiple of 3. The coefficient can therefore range from 1 up to, but not including, 1000. For example:
4.875 × 10⁵ = 487.5 × 10³This format pairs naturally with decimal SI prefixes because many common prefixes advance in steps of 10³: kilo is 10³, mega is 10⁶, giga is 10⁹, milli is 10⁻³, micro is 10⁻⁶, and nano is 10⁻⁹. Modern SI also extends much farther, including ronna at 10²⁷, quetta at 10³⁰, ronto at 10⁻²⁷, and quecto at 10⁻³⁰.
Engineering notation is not “more correct” than scientific notation. It is a different normalization convention that can make quantities easier to pair with prefixes or compare on thousand-fold scales.
Arithmetic with scientific notation
Multiplication
Multiply the coefficients and add the exponents, then normalize the new coefficient if necessary:
(a × 10ᵐ)(b × 10ⁿ) = (ab) × 10ᵐ⁺ⁿExample: (2 × 10³)(4 × 10⁵) = 8 × 10⁸.
Division
Divide the coefficients and subtract the exponents:
(a × 10ᵐ)/(b × 10ⁿ) = (a/b) × 10ᵐ⁻ⁿThe divisor cannot be zero. After division, normalize the coefficient back into the scientific-notation interval if needed.
Addition and subtraction
You cannot simply add the coefficients unless the powers of ten represent the same place value. First rewrite one number so the exponents match, or perform the equivalent decimal arithmetic, then normalize the sum or difference.
Example: adding different exponents
3.2 × 10⁵ + 4.7 × 10⁴ can be rewritten as 3.2 × 10⁵ + 0.47 × 10⁵. Then:
(3.2 + 0.47) × 10⁵ = 3.67 × 10⁵Significant digits, precision, and rounding
Scientific notation makes significant digits visible because zeros used only to locate a decimal point no longer clutter the representation. For example, 0.000450 can be written as 4.50 × 10⁻⁴, where the trailing zero in 4.50 communicates a precision choice that would be easy to overlook in a long decimal.
However, a calculator cannot always infer the intended measurement precision from a typed number. The number 1200 can represent an exact count, a rounded measurement, or a value with different numbers of significant figures depending on context. For that reason, SonoCalculator does not automatically enforce experimental significant-figure rules. The display setting simply controls output rounding.
When performing measured-data calculations, keep extra digits through intermediate steps and round the final result according to the rules required by your course, laboratory, or technical standard. Exact constants should not be treated as if they have only the visible number of digits in a casual entry.
Exponent, scale, and order of magnitude
For a normalized nonzero value a × 10ⁿ, the exponent n identifies the power-of-ten scale used in the scientific-notation representation. A value such as 3.4 × 10⁷ is tens of millions in standard notation, while 3.4 × 10⁻⁷ is a few ten-millionths.
The phrase order of magnitude is sometimes used simply for the exponent in normalized scientific notation, but in some scientific contexts it can mean the nearest power of ten, which can shift at a coefficient threshold. To avoid ambiguity, this calculator reports the normalized base-10 exponent explicitly as “10ⁿ scale.”
Worked scientific notation examples
Example 1: 345,600,000,000
The first nonzero digit is 3. Moving the decimal point 11 places left produces 3.456, so:
345,600,000,000 = 3.456 × 10¹¹ = 3.456e11Engineering notation uses an exponent divisible by 3: 345.6 × 10⁹.
Example 2: 0.000000702
Move the decimal seven places right to produce 7.02:
0.000000702 = 7.02 × 10⁻⁷Example 3: multiply
(6.0 × 10⁴)(2.5 × 10⁻³) gives coefficient 15.0 and exponent 1 before normalization. Since 15.0 is too large for normalized scientific notation, rewrite it:
15.0 × 10¹ = 1.50 × 10²Example 4: divide
(9 × 10⁸)/(3 × 10²) = 3 × 10⁶. The coefficient division is 9/3 = 3 and the exponent subtraction is 8 − 2 = 6.
Zero, negative numbers, and edge cases
Zero: zero is a special case because no unique normalized exponent exists. Expressions such as 0 × 10⁵ and 0 × 10⁻² are all equal to zero. This calculator therefore reports 0 rather than inventing a preferred exponent.
Negative numbers: normalize the magnitude exactly as you would for a positive number, then keep the minus sign on the coefficient.
Very large or very small exponents: scientific notation is valuable precisely because standard decimal expansion can become impractical. The calculator can preserve the compact notation even when the expanded decimal would be extremely long. To protect the browser from producing thousands of characters unnecessarily, excessively long standard forms are summarized rather than fully expanded.
Division by zero: this operation is undefined and is rejected explicitly.
Common scientific notation mistakes
Using a coefficient outside the normalized range. In scientific notation, a nonzero coefficient should have exactly one nonzero digit to the left of the decimal point. For example, 45 × 10³ is equivalent to 4.5 × 10⁴, but only the latter is normalized scientific notation.
Reversing the exponent sign. Large numbers usually produce positive exponents; tiny positive decimals below 1 produce negative exponents.
Adding exponents during addition. Exponents are added when multiplying powers of ten, not when adding the numbers themselves.
Confusing E with Euler's number. In 2.3e6, e is notation for a base-10 exponent.
Treating engineering notation as normalized scientific notation. Engineering notation deliberately permits coefficients up to 1000 so the exponent can remain a multiple of 3.
Assuming displayed digits automatically define measurement precision. Significant figures depend on context, not only on what a browser can infer from the characters entered.
Frequently asked questions
What is the correct coefficient range in scientific notation?
For a nonzero normalized number, the absolute value of the coefficient is at least 1 and less than 10.
What does a negative exponent mean?
It means the coefficient is multiplied by a reciprocal power of ten. For example, 10⁻³ = 1/1000.
Is 25 × 10⁴ scientific notation?
It is a valid power-of-ten expression, but it is not normalized scientific notation because the coefficient 25 is not between 1 and 10 in magnitude. The normalized form is 2.5 × 10⁵.
What is the difference between scientific notation and E notation?
The value is the same. E notation replaces “× 10 raised to” with e or E, making it convenient for plain-text and software input.
What is engineering notation?
Engineering notation uses powers of ten whose exponents are multiples of 3. This aligns conveniently with many SI prefixes.
Can I enter commas?
Yes. Commas and ordinary spaces used as visual digit separators are removed when the value is parsed.
Does the calculator automatically apply significant-figure rules?
No. It provides a display-significant-digits control but does not guess measurement uncertainty or experimental precision from the input alone.
Why is the standard form shortened for an enormous exponent?
A full decimal expansion can contain hundreds or thousands of zeros and add little practical value. The scientific form preserves the complete scale more clearly and safely.
Important note
This calculator is designed for base-10 scientific, E, and engineering notation. Display rounding is not a substitute for domain-specific significant-figure or uncertainty rules. For extremely long exact expansions, the compact scientific form is intentionally preferred over generating an impractically large string of zeros.