Scientific Notation Converter
Convert between decimal, scientific and engineering notation
What Is Scientific Notation?
Scientific notation expresses numbers as a coefficient between 1 and 10 multiplied by a power of 10. The speed of light is 3 times 10^8 meters per second instead of 300,000,000. The mass of a hydrogen atom is 1.67 times 10^(-27) kilograms instead of 0.00000000000000000000000000167. This compact format makes extremely large and small numbers readable, comparable, and practical for calculations. Enter any number in the calculator above to convert it to scientific notation instantly, or enter scientific notation to convert back to standard form.
How to Convert 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 left, the exponent is positive. If you moved it right, the exponent is negative. Example: 45,600,000 becomes 4.56 times 10^7 (decimal moved 7 places left). Example: 0.00032 becomes 3.2 times 10^(-4) (decimal moved 4 places right). The coefficient must be at least 1 and less than 10. Writing 45.6 times 10^6 is technically correct mathematically but not proper scientific notation because 45.6 is not between 1 and 10.
How to Convert from Scientific Notation?
Move the decimal point the number of places indicated by the exponent. Positive exponent: move right (number gets larger). Negative exponent: move left (number gets smaller). 6.02 times 10^23 means move the decimal 23 places right: 602,000,000,000,000,000,000,000. This is Avogadro's number, the number of atoms in a mole. 1.6 times 10^(-19) means move the decimal 19 places left: 0.00000000000000000016. This is the charge of an electron in coulombs.
Arithmetic with Scientific Notation
Multiplication: Multiply coefficients and add exponents. (3 times 10^4) x (2 times 10^3) = 6 times 10^7. Division: Divide coefficients and subtract exponents. (8 times 10^6) / (2 times 10^2) = 4 times 10^4. Addition/Subtraction: Exponents must match first. To add 3.5 times 10^4 and 2.1 times 10^3, convert 2.1 times 10^3 to 0.21 times 10^4, then add: 3.71 times 10^4. If the result coefficient falls outside 1-10, adjust by shifting the decimal and changing the exponent.
Engineering Notation
Engineering notation is a variation where exponents are always multiples of 3, aligning with metric prefixes. Instead of 4.7 times 10^4, engineering notation writes 47 times 10^3 (corresponding to 47 kilo). Instead of 3.2 times 10^(-7), it writes 320 times 10^(-9) (corresponding to 320 nano). Common prefixes: giga (10^9), mega (10^6), kilo (10^3), milli (10^(-3)), micro (10^(-6)), nano (10^(-9)), pico (10^(-12)). Engineers prefer this format because it directly corresponds to the unit prefixes used on component labels, instrument readings, and specifications.
Where Is Scientific Notation Used?
Astronomy uses it for distances (nearest star: 4.24 times 10^16 meters) and masses (Sun: 1.989 times 10^30 kg). Chemistry uses it for atomic quantities (Avogadro: 6.022 times 10^23) and molecular masses. Physics uses it for fundamental constants (Planck: 6.626 times 10^(-34) J s). Biology uses it for cell counts and microorganism populations. Computing uses it for storage (1 terabyte = 10^12 bytes). Economics uses it for national debts and GDP figures in the trillions. Any field dealing with numbers that are impractically large or small in standard form uses scientific notation as the default representation.
Significant Figures in Scientific Notation
Scientific notation makes significant figures unambiguous. The number 4,500 has unclear significance: is it exact (4 sig figs) or rounded (2 sig figs)? In scientific notation, 4.5 times 10^3 clearly has 2 significant figures, while 4.500 times 10^3 has 4. This clarity is essential in laboratory science where reported precision must match measurement capability. When multiplying or dividing numbers in scientific notation, the result should have the same number of significant figures as the least precise input. When adding or subtracting, align the decimal places of the coefficients first.
How to Enter Scientific Notation on Calculators and Computers?
Different platforms use different notation. Scientific calculators use the EE or EXP button: to enter 3.5 times 10^8, press 3.5 then EE then 8. Spreadsheets (Excel, Google Sheets) use the format 3.5E8 or 3.5E+8. Programming languages (Python, JavaScript, C++) use the same E notation: 3.5e8 or 3.5E8. The lowercase e in programming notation is not the mathematical constant e (2.71828) but rather a shorthand for "times 10 to the power of." Entering very small numbers uses negative exponents: 1.6E-19 means 1.6 times 10^(-19). Understanding these input conventions prevents errors when working across different tools and platforms.
Frequently asked questions
What is scientific notation?
How do I convert a number to scientific notation?
How do I multiply in scientific notation?
What is the difference between scientific and engineering notation?
What is Avogadro's number?
Can the coefficient be 10 or higher?
Rate This Calculator
Your feedback helps us improve our tools