Scientific Notation Calculator — Convert & Calculate

Scientific Notation

Standard Form

Engineering Notation

Conversion Steps

What Is Scientific Notation?

Scientific notation expresses any number as a coefficient between 1 and 10 multiplied by a power of 10, written as a product of two parts: a coefficient (also called the significand or mantissa) between 1 and 10, and a power of 10. The general form is a x 10^n, where 1 ≤ |a| < 10 and n is an integer. For example, the number 45,600,000 becomes 4.56 x 10^7, and 0.000089 becomes 8.9 x 10^-5.

This notation exists because science, engineering, and mathematics routinely deal with numbers that span dozens of orders of magnitude. The mass of the Earth is approximately 5,972,000,000,000,000,000,000,000 kilograms -- writing that as 5.972 x 10^24 kg is far more readable and less error-prone. At the other extreme, the diameter of a hydrogen atom is about 0.000000000106 meters, neatly expressed as 1.06 x 10^-10 m. Scientific notation makes it immediately clear how large or small a number is by isolating the order of magnitude in the exponent.

Beyond readability, scientific notation preserves significant figures. When you write 4.56 x 10^7, it is clear that the number has three significant figures. Writing 45,600,000 leaves ambiguity about whether the trailing zeros are significant. This precision is critical in experimental science, where the number of significant figures communicates the accuracy of a measurement, a principle formalized by NIST standards.

How to Convert To and From Scientific Notation

Converting a Number to Scientific Notation

  1. Identify the decimal point. For whole numbers, the decimal point is at the far right (e.g., 7300 is 7300.0).
  2. Move the decimal point until you have a number between 1 and 10. For 7300.0, move it 3 places to the left to get 7.3.
  3. Count the places moved. If you moved left, the exponent is positive. If you moved right, the exponent is negative.
  4. Write the result. 7300 = 7.3 x 10^3.

Converting from Scientific Notation to Standard Form

  1. Look at the exponent. A positive exponent means move the decimal to the right. A negative exponent means move it to the left.
  2. Move the decimal point by the number of places indicated by the exponent, adding zeros as needed.
  3. Example: 3.08 x 10^5 -- move the decimal 5 places right -- gives 308,000.
  4. Example: 6.1 x 10^-4 -- move the decimal 4 places left -- gives 0.00061.

Key Terms

TermDefinition
Coefficient (Significand)The number multiplied by the power of 10. In proper scientific notation, its absolute value is between 1 and 10 (e.g., 4.56 in 4.56 x 10^7).
ExponentThe power to which 10 is raised. It indicates how many places the decimal point was moved. Positive exponents indicate large numbers; negative exponents indicate small numbers.
MantissaAnother name for the coefficient or significand. In computing contexts, mantissa specifically refers to the fractional part of a logarithm, but it is commonly used interchangeably with coefficient in scientific notation.
Standard FormThe fully written-out number with all digits and decimal point in place (e.g., 45,600,000 instead of 4.56 x 10^7). In British English, "standard form" actually refers to scientific notation itself.
Engineering NotationA variant of scientific notation where the exponent is restricted to multiples of 3 (e.g., 10^3, 10^6, 10^-3). The coefficient ranges from 1 to 999. This aligns with SI metric prefixes (kilo, mega, giga, milli, micro, nano).
Significant FiguresThe number of meaningful digits in a value. Scientific notation makes significant figures explicit: 4.50 x 10^3 has three significant figures, while 4.5 x 10^3 has two.

Operations in Scientific Notation

Multiplication

Multiply the coefficients and add the exponents. If the resulting coefficient is 10 or greater, normalize by moving the decimal one place left and incrementing the exponent by 1.

(3.2 x 10^4) x (4.5 x 10^3) = (3.2 x 4.5) x 10^(4+3) = 14.4 x 10^7 = 1.44 x 10^8

Division

Divide the coefficients and subtract the exponent of the divisor from the exponent of the dividend. Normalize the result if necessary.

(8.4 x 10^9) / (2.1 x 10^3) = (8.4 / 2.1) x 10^(9-3) = 4.0 x 10^6

Addition and Subtraction

These operations require both numbers to have the same exponent before you can add or subtract the coefficients. Adjust the smaller number by changing its coefficient and exponent to match the larger number's exponent.

5.3 x 10^6 + 2.7 x 10^5
= 5.3 x 10^6 + 0.27 x 10^6
= 5.57 x 10^6

Exponentiation

To raise a number in scientific notation to a power, raise the coefficient to that power and multiply the exponent by the power. Then normalize.

(2.0 x 10^3)^4 = 2.0^4 x 10^(3x4) = 16.0 x 10^12 = 1.6 x 10^13

Scientific Notation Reference Table

The table below lists well-known physical constants, astronomical distances, and atomic-scale values in scientific notation. These values appear frequently in physics, chemistry, and astronomy problems.

ValueStandard FormScientific Notation
Speed of light299,792,458 m/s2.998 x 10^8 m/s
Avogadro's number602,214,076,000,000,000,000,0006.022 x 10^23 mol^-1
Electron mass0.000000000000000000000000000000911 kg9.109 x 10^-31 kg
Elementary charge0.0000000000000000001602 C1.602 x 10^-19 C
Gravitational constant0.00000000006674 N m^2/kg^26.674 x 10^-11 N m^2/kg^2
Boltzmann constant0.00000000000000000000001381 J/K1.381 x 10^-23 J/K
Earth-Sun distance149,597,870,700 m1.496 x 10^11 m
Earth's mass5,972,000,000,000,000,000,000,000 kg5.972 x 10^24 kg
Planck's constant0.000000000000000000000000000000000663 J s6.626 x 10^-34 J s
Diameter of observable universe~880,000,000,000,000,000,000,000,000 m8.8 x 10^26 m

Practical Examples

Physics: Calculating Gravitational Force

Newton's law of gravitation states F = G x m1 x m2 / r^2. To find the force between the Earth (5.972 x 10^24 kg) and a 70 kg person standing on the surface (r = 6.371 x 10^6 m):

F = (6.674 x 10^-11) x (5.972 x 10^24) x (70) / (6.371 x 10^6)^2
= (6.674 x 5.972 x 70) x 10^(-11+24) / (4.059 x 10^13)
= 27,889 x 10^13 / (4.059 x 10^13)
= 2.789 x 10^17 / 4.059 x 10^13
= 687 N (approximately the person's weight)

Chemistry: Counting Atoms in a Sample

How many atoms are in 12 grams of carbon-12? Carbon-12 has a molar mass of 12 g/mol, so 12 grams is exactly 1 mole. The number of atoms is Avogadro's number:

N = 1 mol x 6.022 x 10^23 atoms/mol = 6.022 x 10^23 atoms

If you had 3.5 grams of carbon instead, the number of moles is 3.5/12 = 0.2917 mol, giving 0.2917 x 6.022 x 10^23 = 1.756 x 10^23 atoms.

Astronomy: Distance to the Nearest Star

Proxima Centauri is approximately 4.24 light-years from Earth. One light-year is about 9.461 x 10^15 meters. The distance in meters is:

d = 4.24 x 9.461 x 10^15 = 40.11 x 10^15 = 4.011 x 10^16 meters

At the speed of light (3.0 x 10^8 m/s), the travel time is 4.011 x 10^16 / 3.0 x 10^8 = 1.337 x 10^8 seconds, which is about 4.24 years -- confirming the distance in light-years.

Frequently Asked Questions

What is scientific notation and why is it used?

Scientific notation expresses numbers as a coefficient between 1 and 10 multiplied by a power of 10. For example, 6,500,000 becomes 6.5 x 10^6 and 0.00042 becomes 4.2 x 10^-4. It is used because it makes extremely large and small numbers easier to read, compare, and compute with, and it clearly communicates the number of significant figures in a measurement.

What is the difference between scientific notation and engineering notation?

In scientific notation, the coefficient is always between 1 and 10 with any integer exponent. In engineering notation, the exponent is restricted to multiples of 3 (such as 3, 6, 9, -3, -6, -9), making the coefficient fall between 1 and 1000. Engineering notation aligns directly with SI metric prefixes: 10^3 = kilo, 10^6 = mega, 10^9 = giga, 10^-3 = milli, 10^-6 = micro, 10^-9 = nano.

How do you multiply numbers in scientific notation?

Multiply the coefficients together and add the exponents. For example, (3.0 x 10^4) x (2.0 x 10^5) = 6.0 x 10^9. If the resulting coefficient is 10 or greater, normalize by moving the decimal left one place and adding 1 to the exponent. For instance, (5.0 x 10^3) x (4.0 x 10^2) = 20.0 x 10^5 = 2.0 x 10^6.

How do you add or subtract numbers in scientific notation?

First adjust the numbers so they share the same exponent (power of 10), then add or subtract the coefficients. For example, 3.5 x 10^4 + 2.1 x 10^3: convert the smaller term to 0.21 x 10^4, then add to get 3.71 x 10^4. If the result's coefficient falls outside the 1-10 range, normalize it.

How do you convert a decimal number to scientific notation?

Move the decimal point until you have a number between 1 and 10, then count how many places you moved it. If you moved the decimal to the left, the exponent is positive (the original number was large). If you moved it to the right, the exponent is negative (the original number was small). For example, 0.00056 requires moving the decimal 4 places to the right, giving 5.6 x 10^-4. The number 72,400 requires moving 4 places left, giving 7.24 x 10^4.

How do you divide numbers in scientific notation?

Divide the coefficients and subtract the exponent of the divisor from the exponent of the dividend. For example, (8.4 x 10^7) / (2.1 x 10^3) = (8.4 / 2.1) x 10^(7-3) = 4.0 x 10^4. If the resulting coefficient is less than 1, normalize by moving the decimal one place right and subtracting 1 from the exponent.

Related Calculators