Scientific Notation Calculator

Convert numbers to and from scientific notation, perform arithmetic operations, and compare numbers. Supports e-notation and engineering notation with step-by-step solutions.

Scientific Notation Calculator

Convert, calculate, and compare numbers in scientific notation with step-by-step solutions

Quick Examples — Famous Numbers

Format

a × 10b

1 ≤ |a| < 10

E-Notation

a × 10b = aEb

Engineering

Exponent % 3 = 0

Free Scientific Notation Calculator - Convert & Calculate Numbers Online

Our free Scientific Notation Calculator helps you convert numbers to and from scientific notation, perform arithmetic operations, and compare numbers — all with step-by-step solutions. Perfect for students, scientists, engineers, and anyone working with very large or very small numbers.

What is Scientific Notation?

Scientific notation is a standardized way of writing numbers that are too large or too small to be conveniently written in decimal form. A number is written in scientific notation as the product of a coefficient and a power of 10:

a × 10^b

where a (the coefficient or significand) is a number greater than or equal to 1 and less than 10 (1 ≤ |a| < 10), and b (the exponent) is an integer.

For example, the speed of light (299,792,458 m/s) is written as 2.998 × 10^8 in scientific notation. Similarly, the mass of an electron (0.0000000000000000000000000000009109 kg) becomes 9.109 × 10^(-31).

Scientific notation was developed to simplify working with the extreme numbers encountered in astronomy, physics, chemistry, and engineering. It eliminates the need to count zeros and reduces the chance of errors when writing or calculating with very large or very small values.

Rules of Scientific Notation

Rule 1: The Coefficient Must Be Between 1 and 10

The coefficient (also called the mantissa or significand) must satisfy 1 ≤ |a| < 10. This means the absolute value of the coefficient is at least 1 but strictly less than 10.

  • Correct: 3.45 × 10^6 (coefficient is 3.45, which is between 1 and 10)
  • Incorrect: 34.5 × 10^5 (coefficient is 34.5, which is ≥ 10)
  • Incorrect: 0.345 × 10^7 (coefficient is 0.345, which is < 1)

Rule 2: The Base is Always 10

Scientific notation always uses 10 as the base, making it a decimal notation system. This distinguishes it from other number representations.

Rule 3: The Exponent is an Integer

The exponent indicates how many places the decimal point was moved. A positive exponent means the number is large (≥ 10), and a negative exponent means the number is small (between 0 and 1).

Rule 4: Zero Cannot Be Written in Scientific Notation

Since log(0) is undefined, zero has no valid scientific notation representation. Zero is simply written as 0.

How to Convert to Scientific Notation

For Numbers Greater Than or Equal to 10

  1. Move the decimal point left until only one non-zero digit remains to the left of the decimal
  2. Count the number of places moved — this becomes the positive exponent
  3. Write as coefficient × 10^(number of places)

Example: Convert 45,600 to scientific notation

  • Move decimal 4 places left: 4.56
  • Exponent is 4
  • Result: 4.56 × 10^4

For Numbers Between 0 and 1

  1. Move the decimal point right until the coefficient is between 1 and 10
  2. Count the number of places moved — this becomes the negative exponent
  3. Write as coefficient × 10^(-number of places)

Example: Convert 0.0000723 to scientific notation

  • Move decimal 5 places right: 7.23
  • Exponent is -5
  • Result: 7.23 × 10^(-5)

For Negative Numbers

Follow the same rules, keeping the negative sign with the coefficient.

Example: Convert -8,340,000 to scientific notation

  • Move decimal 6 places left: -8.34
  • Result: -8.34 × 10^6

E-Notation (Exponential Notation)

E-notation is a compact form of scientific notation commonly used in computing, calculators, and programming languages. It replaces the "× 10^" with the letter "E" (or "e").

a × 10^b becomes aEb

Examples:

Scientific NotationE-Notation
3.0 × 10^83.0E8 or 3.0e8
6.022 × 10^236.022E23
1.6 × 10^(-19)1.6E-19
9.819.81E0

E-notation is used in many programming languages including Python, JavaScript, Java, C++, and spreadsheets like Excel and Google Sheets. When you see a number like 2.998e8 in code, it means 2.998 × 10^8.

Engineering Notation

Engineering notation is a variant of scientific notation where the exponent is always a multiple of 3 (…, -6, -3, 0, 3, 6, 9, …). This aligns with the SI (International System of Units) prefixes, making it convenient for engineering and technical applications.

Scientific NotationEngineering NotationSI Prefix
4.5 × 10^64.5 × 10^6mega (M)
3.2 × 10^432 × 10^3kilo (k)
7.8 × 10^(-2)78 × 10^(-3)milli (m)
1.5 × 10^(-7)150 × 10^(-9)nano (n)

Common SI prefixes that pair with engineering notation:

PrefixSymbolMultiplier
teraT10^12
gigaG10^9
megaM10^6
kilok10^3
millim10^(-3)
microμ10^(-6)
nanon10^(-9)
picop10^(-12)
femtof10^(-15)

Arithmetic Operations in Scientific Notation

Multiplication

To multiply two numbers in scientific notation, multiply the coefficients and add the exponents, then re-normalize if needed.

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

Example: (3.0 × 10^5) × (2.0 × 10^3)

  1. Multiply coefficients: 3.0 × 2.0 = 6.0
  2. Add exponents: 5 + 3 = 8
  3. Result: 6.0 × 10^8

Division

To divide, divide the coefficients and subtract the exponents, then re-normalize.

(a × 10^m) ÷ (b × 10^n) = (a ÷ b) × 10^(m-n)

Example: (8.0 × 10^7) ÷ (2.0 × 10^3)

  1. Divide coefficients: 8.0 ÷ 2.0 = 4.0
  2. Subtract exponents: 7 - 3 = 4
  3. Result: 4.0 × 10^4

Addition and Subtraction

To add or subtract, the numbers must have the same exponent. Adjust the exponents to match, then add or subtract the coefficients.

Example: (3.5 × 10^4) + (2.1 × 10^3)

  1. Align exponents: Convert 2.1 × 10^3 to 0.21 × 10^4
  2. Add coefficients: 3.5 + 0.21 = 3.71
  3. Result: 3.71 × 10^4

Example: (6.2 × 10^(-3)) - (4.0 × 10^(-4))

  1. Align exponents: Convert 4.0 × 10^(-4) to 0.40 × 10^(-3)
  2. Subtract coefficients: 6.2 - 0.40 = 5.8
  3. Result: 5.8 × 10^(-3)

Famous Numbers in Scientific Notation

The universe is filled with numbers that span an incredible range. Here are some of the most important ones:

QuantityValueScientific Notation
Speed of light in vacuum299,792,458 m/s2.998 × 10^8 m/s
Avogadro's number602,214,076,000,000,000,000,000 mol⁻¹6.022 × 10^23 mol⁻¹
Planck's constant0.0000000000000000000000000000000006626 J·s6.626 × 10^(-34) J·s
Electron mass0.0000000000000000000000000000009109 kg9.109 × 10^(-31) kg
Earth-Sun distance (1 AU)149,597,870,700 m1.496 × 10^11 m
Gravitational constant0.000000000066743 m³/(kg·s²)6.674 × 10^(-11) m³/(kg·s²)
Boltzmann constant0.00000000000000000000000138 J/K1.381 × 10^(-23) J/K
Elementary charge0.000000000000000000160 C1.602 × 10^(-19) C
Mass of the Earth5,972,000,000,000,000,000,000,000 kg5.972 × 10^24 kg
Mass of the Sun1,989,000,000,000,000,000,000,000,000,000 kg1.989 × 10^30 kg
Age of the universe13,800,000,000 years1.38 × 10^10 years
Diameter of a hydrogen atom0.00000000012 m1.2 × 10^(-10) m
Wavelength of visible light0.0000004 to 0.0000007 m4 × 10^(-7) to 7 × 10^(-7) m

Applications of Scientific Notation

Astronomy

Astronomy deals with some of the largest numbers in science. The distance to the nearest star (Proxima Centauri) is about 4.013 × 10^13 km, the Milky Way galaxy is approximately 9.5 × 10^17 km across, and the observable universe has a radius of about 4.4 × 10^23 km. Without scientific notation, expressing and calculating these distances would be impractical.

Physics

From the subatomic scale to the cosmic scale, physics relies heavily on scientific notation. The mass of a proton (1.673 × 10^(-27) kg), the charge of an electron (1.602 × 10^(-19) C), and the speed of light (2.998 × 10^8 m/s) are all expressed in scientific notation. Quantum mechanics, relativity, and thermodynamics all involve calculations with extreme values.

Chemistry

Chemists regularly use scientific notation for molar quantities, reaction rates, and equilibrium constants. Avogadro's number (6.022 × 10^23) is fundamental to stoichiometry. Solution concentrations can range from 1 × 10^1 M to 1 × 10^(-15) M, spanning 16 orders of magnitude.

Engineering

Electrical engineers work with values from picofarads (10^(-12) F) to gigahertz (10^9 Hz). Civil engineers calculate forces in meganewtons (10^6 N). Mechanical engineers deal with stresses in gigapascals (10^9 Pa). Engineering notation (exponents as multiples of 3) is specifically designed for these applications.

Computing

Computer scientists encounter scientific notation in floating-point arithmetic, algorithm complexity analysis, and data storage calculations. The number of atoms on a hard drive, the number of possible encryption keys (2^256 ≈ 1.16 × 10^77), and processor speeds in gigahertz all require scientific notation.

Biology and Medicine

Cell counts, DNA base pairs, molecular weights, and drug dosages all involve numbers best expressed in scientific notation. The human body contains approximately 3.72 × 10^13 cells, and a single DNA molecule can have up to 2.5 × 10^8 base pairs.

How to Use the Scientific Notation Calculator

Convert to Scientific Notation

  1. Enter any number in the input field (decimal, large, or small)
  2. Instantly see the scientific notation, e-notation, and engineering notation
  3. Use the quick examples to load famous numbers from physics and astronomy

Convert from Scientific Notation

  1. Enter the coefficient and exponent separately, or type e-notation directly
  2. The calculator converts it to the full decimal form
  3. Supports both positive and negative exponents

Arithmetic Operations

  1. Enter two numbers in scientific notation (coefficient and exponent)
  2. Choose an operation: add, subtract, multiply, or divide
  3. View the result and click "Show steps" for a detailed walkthrough

Compare Numbers

  1. Enter two numbers in any format
  2. See which is larger, the difference between them, and their ratio
  3. Results are shown in scientific notation for easy comparison

Frequently Asked Questions

What is the difference between scientific notation and standard form?

Scientific notation and standard form refer to the same concept. In the US, it is commonly called "scientific notation." In the UK and some other countries, it is often called "standard form." Both refer to writing a number as a × 10^b where 1 ≤ |a| < 10 and b is an integer.

Can scientific notation be used for negative numbers?

Yes. The negative sign applies to the coefficient, not the exponent. For example, -5,200 is written as -5.2 × 10^3. The coefficient is -5.2 (which satisfies 1 ≤ |-5.2| < 10), and the exponent is 3.

How do you add numbers with different exponents in scientific notation?

To add or subtract numbers with different exponents, first align the exponents by adjusting one of the coefficients. Convert the number with the smaller exponent to match the larger one, then add or subtract the coefficients. For example, to add 3.5 × 10^4 and 2.1 × 10^3, rewrite 2.1 × 10^3 as 0.21 × 10^4, then add to get 3.71 × 10^4.

What is normalized scientific notation?

Normalized scientific notation ensures the coefficient is between 1 and 10 (1 ≤ |a| < 10). For example, 45 × 10^3 is not normalized because 45 ≥ 10. The normalized form is 4.5 × 10^4. Our calculator always produces normalized results.

Why is scientific notation important in science?

Scientific notation allows scientists to work with the extreme ranges of values found in nature without errors from counting zeros. It simplifies calculations, makes it easier to compare orders of magnitude, and reduces rounding errors. From the mass of the universe (~10^53 kg) to the Planck length (~10^(-35) m), scientific notation spans over 88 orders of magnitude.

How do calculators display scientific notation?

Most calculators display scientific notation using "E" or "EE" notation. For example, 3.5 × 10^8 appears as 3.5E8 or 3.5 × 10^8 on calculator screens. The "E" stands for "Exponent" and means "times ten to the power of." This format is also used in spreadsheets and programming languages.

What is the difference between precision and significant figures in scientific notation?

The number of digits in the coefficient represents the precision through significant figures. For example, 3.00 × 10^8 has three significant figures and implies greater precision than 3 × 10^8 (one significant figure). Scientific notation makes it clear which zeros are significant, unlike decimal notation where trailing zeros can be ambiguous.

How do you convert a very small number to scientific notation?

For numbers between 0 and 1, move the decimal point to the right until the coefficient is between 1 and 10. The number of places moved becomes the negative exponent. For example, 0.0000456 becomes 4.56 × 10^(-5) because the decimal was moved 5 places to the right.

Can the exponent in scientific notation be zero?

Yes. When a number is between 1 and 10, the exponent is zero. For example, 5.0 × 10^0 = 5.0 × 1 = 5. This is still valid scientific notation because the coefficient (5.0) satisfies the rule 1 ≤ 5.0 < 10.

How does scientific notation handle rounding?

When converting to scientific notation, the number of significant figures in the coefficient determines the precision. Our calculator displays results with appropriate precision. For very long decimal numbers, the coefficient is rounded to a reasonable number of significant figures while maintaining accuracy.