Last updated:

Maths calculator

Scientific Notation Calculator

Maths calculator

Enter a number

Scientific notation: a × 10n where 1 ≤ |a| < 10

On This Page

How to Use This Scientific Notation Calculator

This scientific notation calculator handles two tasks: converting a number into all notation forms, and performing calculations in scientific notation with step-by-step working. Select a mode from the dropdown, enter your values, and results appear instantly.

The Convert number mode accepts plain decimals (0.00045), e-notation (4.5e-4), or the written form (4.5 × 10^-4). Switch to Add / Subtract, Multiply, or Divide to operate on two numbers. This scientific notation calculator with steps shows every stage of the working so you can follow along or check your own calculations.

The result panel shows scientific notation, standard decimal form, engineering notation, e-notation, and the significant figure count from your original input. Each output updates live as you type.

What Is Scientific Notation?

Scientific notation is a way of writing very large or very small numbers as a product of two parts: a coefficient (also called the significand or mantissa) and a power of ten. The standard form is a × 10n, where 1 ≤ |a| < 10 and n is any integer.

Think of it this way: 450,000,000 is hard to read and easy to mis-count. Written as 4.5 × 108 it is instantly clear, portable across disciplines, and easy to compare against other large quantities. The same principle applies at the tiny end: 0.0000045 becomes 4.5 × 10−6.

Scientific notation is used across physics, chemistry, astronomy, engineering, and biology. The speed of light is 3 × 108 m/s. The mass of a proton is 1.67 × 10−27 kg. The distance from Earth to the Andromeda galaxy is roughly 2.4 × 1022 metres. Expressing those in standard decimal form would be impractical.

Diagram of 4.5 × 10 to the negative 4, with labels pointing to the coefficient 4.5, the base 10, and the exponent negative 4
The three parts of a scientific notation number: coefficient (1 ≤ |a| < 10), base (always 10), and exponent (any integer). Here 4.5 × 10−4 = 0.00045.

The coefficient rule

The coefficient must satisfy 1 ≤ |a| < 10. That means 4.5 is valid, 0.45 is not, and 45 is not. If your calculation produces 45 × 103, you normalize it to 4.5 × 104 by shifting the decimal and adjusting the exponent.

Negative exponents

A negative exponent means a number smaller than 1. The exponent tells you how many places to move the decimal to the left to get the standard decimal. So 3.2 × 10−5 = 0.000032. Moving the decimal five places to the left confirms it.

Scientific Notation to Standard Form: Converting Between Formats

A scientific notation to standard form calculator needs to do one thing: move the decimal point. The exponent tells you how far and in which direction.

Positive exponent: move the decimal to the right. 6.02 × 103 becomes 6,020 (move three places right, pad with zeros).

Negative exponent: move the decimal to the left. 6.02 × 10−3 becomes 0.00602 (move three places left, add leading zeros).

Converting standard form to scientific notation

Start at the decimal point in the original number. Count how many places you must move it so that exactly one non-zero digit sits to the left of the decimal. That count is your exponent. Moving left gives a positive exponent; moving right gives a negative one.

Example: 0.0000735. Move the decimal five places right to get 7.35. Exponent is −5. Result: 7.35 × 10−5.

Engineering notation: a close cousin

Engineering notation follows the same structure as scientific notation but restricts the exponent to multiples of three (0, ±3, ±6, ±9, ...). This aligns with the SI prefix system: kilo (103), mega (106), milli (10−3), micro (10−6), and so on. Engineers prefer this form because it maps directly onto unit prefixes without mental conversion.

Table comparing four notation formats for 0.00045: standard decimal, scientific notation 4.5 times 10 to the negative 4, engineering notation 450 times 10 to the negative 6, and e-notation 4.5e negative 4
The same number, 0.00045, expressed in all four notation formats. Scientific notation is the standard; engineering notation aligns with SI unit prefixes; e-notation is used in code and on calculator displays.

Adding and Subtracting Scientific Notation

An adding scientific notation calculator needs one critical step before the numbers can be combined: the exponents must match. You cannot directly add 3.0 × 105 and 4.0 × 103 until they share the same power of ten. This adding and subtracting scientific notation calculator handles that alignment for you, but understanding the process helps when you work by hand.

Step-by-step addition

  1. Identify the larger exponent (5 in the example above).
  2. Convert the smaller number to match: 4.0 × 103 = 0.04 × 105.
  3. Add the coefficients: 3.0 + 0.04 = 3.04.
  4. Result: 3.04 × 105.
  5. Check the coefficient still satisfies 1 ≤ |a| < 10. If not, normalize.

Step-by-step subtraction

The same alignment rule applies. 5.0 × 106 minus 2.0 × 105: convert the second number to 0.2 × 106, subtract to get 4.8, result is 4.8 × 106. When the result coefficient falls below 1 after subtraction, re-normalize by adjusting the exponent.

When values are close in magnitude and have opposite signs, cancellation can reduce the number of significant figures. Scientific notation makes this visible immediately: if you subtract 1.001 × 104 from 1.000 × 104, the result 1 × 100 has only one significant figure, even though both inputs had four.

Multiplying and Dividing in Scientific Notation

A multiplying scientific notation calculator uses one of the most elegant rules in arithmetic: when multiplying powers of ten, you add the exponents. No alignment step is needed, which makes multiplication and division simpler than addition and subtraction.

Multiplication rule

Multiply the coefficients, add the exponents. (a × 10m) × (b × 10n) = (a × b) × 10m+n.

Example: (3.0 × 104) × (2.0 × 103) = 6.0 × 107. If the coefficient product exceeds 10, normalize: (3.0 × 4.0) = 12, so 12 × 107 normalizes to 1.2 × 108.

Division rule for a dividing scientific notation calculator

Divide the coefficients, subtract the exponents. (a × 10m) ÷ (b × 10n) = (a ÷ b) × 10m−n.

Example: (8.4 × 106) ÷ (2.0 × 102) = 4.2 × 104. Always check the result coefficient. If the division gives a coefficient below 1 (for example 0.5), adjust: 0.5 × 104 normalizes to 5.0 × 103.

When you plot results of multiplications and divisions on a graph, the exponents give you the order of magnitude directly. The Slope Calculator is useful for visualizing how quantities in scientific notation change relative to one another on log-scale plots.

Significant Figures and Scientific Notation

A significant figures calculator scientific notation must count carefully. Significant figures (sig figs) represent the precision of a measurement. Scientific notation makes sig figs explicit because the coefficient contains exactly the significant digits and nothing else.

Counting significant figures

Sig figs in calculations

For multiplication and division, the result should have the same number of significant figures as the input with the fewest sig figs. For addition and subtraction, the result is rounded to the same decimal place as the least precise input. Scientific notation keeps this tracking straightforward because the coefficient immediately shows how many digits are significant.

Why this matters in practice

In chemistry, reporting 1.234567 × 10−3 mol when your measuring instrument only has 3-sig-fig precision is misleading. The correct answer would be 1.23 × 10−3 mol. Rounding to the appropriate number of significant figures is as important as getting the right order of magnitude. When you need to express a result as a percentage change between two measured values, rounding to the correct sig figs in both steps prevents compounding errors.

Worked Examples

Example 1: Large number to scientific notation

Convert 93,000,000 to scientific notation.

  1. Locate the decimal: 93,000,000. (implied at the right end).
  2. Move the decimal left until one non-zero digit remains to the left: 9.3.
  3. Count the moves: 7 places left, so exponent = +7.
  4. Result: 9.3 × 107.

Standard form confirms: 9.3 × 10,000,000 = 93,000,000. This is the approximate mean distance from Earth to the Sun in miles.

Example 2: Small number to scientific notation

Convert 0.00000602 to scientific notation.

  1. Move the decimal right until one non-zero digit is to the left: 6.02.
  2. Count the moves: 6 places right, so exponent = −6.
  3. Result: 6.02 × 10−6.

This has 3 significant figures. Standard form is confirmed by moving the decimal 6 places left from 6.02.

Example 3: Multiplying two numbers

Calculate (3.0 × 104) × (4.5 × 102).

  1. Multiply coefficients: 3.0 × 4.5 = 13.5.
  2. Add exponents: 4 + 2 = 6.
  3. Pre-result: 13.5 × 106.
  4. Normalize (13.5 ≥ 10): shift decimal left, increase exponent by 1.
  5. Result: 1.35 × 107 (= 13,500,000).

Example 4: Dividing two numbers

Calculate (7.2 × 108) ÷ (1.8 × 103).

  1. Divide coefficients: 7.2 ÷ 1.8 = 4.0.
  2. Subtract exponents: 8 − 3 = 5.
  3. Result: 4.0 × 105 (= 400,000).

The result has 2 significant figures, matching the least precise input (1.8 has 2 sig figs).

Example 5: Adding two numbers in scientific notation

Calculate (5.4 × 103) + (3.0 × 102).

  1. Align to the larger exponent (3): convert 3.0 × 102 to 0.30 × 103.
  2. Add coefficients: 5.4 + 0.30 = 5.70.
  3. Result: 5.70 × 103 (= 5,700).

When working with geographic or astronomical distances expressed in scientific notation, addition and subtraction follow exactly this pattern: align the powers of ten first, then combine the coefficients.

Frequently Asked Questions

How to do scientific notation on a calculator, and how do you enter it?

On a physical calculator, the key is usually labelled EE, EXP, or ×10x. Press the coefficient digits, then EE (or EXP), then the exponent. Do not type "×10" separately. For example, to enter 3.2 × 105, press 3 . 2 EE 5. On this online calculator, type the number in any accepted format: plain decimal, e-notation (3.2e5), or the written form (3.2 × 10^5).

How do you do scientific notation on a calculator when the exponent is negative?

After pressing EE or EXP, press the +/− or (-) key before typing the exponent digits. On this calculator, type a minus sign directly: 3.2e-5 or 3.2 × 10^-5 both parse correctly.

How to calculate scientific notation from scratch

Write the number, then move the decimal point until one non-zero digit sits to the left of it. Count the moves: left moves give a positive exponent, right moves give a negative one. The digits you have after moving form the coefficient. Check that the coefficient is between 1 and 10 (in absolute value), then write the result as a × 10n.

How to put scientific notation into a calculator when the number has many zeros

Count the zeros to determine the exponent rather than typing all the zeros. 0.000000035 has seven leading zeros after the decimal, so the exponent is −8 (the digit 3 is the eighth decimal place). Type 3.5e-8 instead of 0.000000035. This avoids keying errors and the calculator handles the rest.

How to calculate in scientific notation when adding or subtracting

First align the exponents to the same power of ten. Convert the number with the smaller exponent by adjusting its coefficient. Then add or subtract the coefficients as normal. Finally, normalize the result if the coefficient falls outside the 1 to 10 range. This calculator shows each step so you can verify your working.

What is the difference between scientific notation and engineering notation?

Both use the form a × 10n. In scientific notation, n can be any integer. In engineering notation, n is restricted to multiples of three (0, ±3, ±6, ±9, ...). Engineering notation aligns with SI unit prefixes: 103 = kilo, 106 = mega, 10−3 = milli, 10−6 = micro. This makes engineering notation more intuitive when working with physical measurements and component values.

How to convert scientific notation to standard form

Look at the exponent. If it is positive, move the decimal point that many places to the right, padding with zeros as needed. If it is negative, move the decimal point that many places to the left, adding leading zeros. For example, 2.05 × 104 becomes 20,500 (four places right). And 2.05 × 10−4 becomes 0.000205 (four places left).

How to multiply numbers in scientific notation

Multiply the two coefficients together, and add the two exponents. (2.5 × 103) × (4.0 × 102) = (2.5 × 4.0) × 103+2 = 10.0 × 105. Normalize: 10.0 × 105 = 1.0 × 106. Always check that the coefficient is between 1 and 10 after multiplying.

How to divide numbers in scientific notation

Divide the first coefficient by the second, and subtract the second exponent from the first. (9.0 × 107) ÷ (3.0 × 104) = (9.0 ÷ 3.0) × 107−4 = 3.0 × 103. If the result coefficient is less than 1, shift the decimal and decrease the exponent by 1 for each shift.

How to add and subtract in scientific notation

You must align exponents before adding or subtracting. Take the number with the smaller exponent and rewrite it with the larger exponent by dividing its coefficient by 10 for each step up. Once both numbers share the same exponent, add or subtract the coefficients normally. The exponent stays the same. Normalize the result if needed.

What are significant figures in scientific notation?

Significant figures are the digits in a number that carry meaningful precision. In scientific notation, every digit in the coefficient is significant by definition. 4.20 × 103 has exactly three significant figures (4, 2, and 0). This is one advantage of scientific notation over standard form: 4200 could have 2, 3, or 4 sig figs depending on context, but 4.200 × 103 unambiguously has 4.

References

Method

Author, Review, and Formula Method

Written by Calculators Labs Editorial Team
Reviewed by Calculators Labs
Last updated

The Scientific Notation Calculator uses a × 10ⁿ where 1 ≤ |a| < 10. The calculator reads Number (convert mode), Number A, Operation, Number B (calculate mode), applies the formula, and shows the result with practical rounding so the answer is easy to check.

For calculators with units, measurements are kept in one unit system before the final result is displayed. The steps are written to help students, teachers, and everyday users see how the answer was produced.