Scientific notation is a standardized way of writing extremely large or incredibly tiny numbers in a compact form, avoiding long strings of zeros. For instance, the distance to the sun or the size of a water molecule is difficult to write and read in standard decimal form. Scientific notation solves this by expressing numbers as a coefficient multiplied by ten raised to an integer power, simplifying reading, tracking, and calculating scientific data.
A number in scientific notation is written as: a × 10^b. In this format, coefficient a must be a number greater than or equal to 1 and strictly less than 10. The exponent b is an integer (positive or negative) representing the power of ten.
To convert a standard number to scientific notation, you move the decimal point until only one non-zero digit is left of the decimal. The number of places you moved the decimal becomes the exponent. Moving the decimal left yields a positive exponent (large numbers), while moving it right yields a negative exponent (tiny decimals). To compute exponents directly, check out our raising numbers to powers solver.
In calculators and programming languages, scientific notation is often written using the letter E instead of the "times ten to the power of" symbol.
For example, 3.2 × 10^5 is written as 3.2e5 or 3.2E5. A negative exponent is written with a minus sign (like 4.5e-6). The letter E simply stands for exponent. Our online calculator accepts both standard scientific notation formats and E-notation inputs, converting them instantly.
Suppose you want to write the speed of light, which is approximately 299,800,000 meters per second, in scientific notation.
First, place the decimal point at the end of the number: 299,800,000.0. Next, move the decimal point to the left until it sits between the first two digits: 2.99800000. We moved the decimal point exactly 8 places. Since we moved it to the left, the exponent is positive 8. Dropping the trailing zeros, the speed of light is written as 2.998 × 10^8 (or 2.998e8) meters per second. This example shows how scientific notation simplifies giant physical values.