Understanding Scientific Notation
Scientific notation is a standardized way to express numbers that are extremely large or extremely small. Instead of writing out all the zeros in a number like 602,200,000,000,000,000,000,000 (Avogadro's number), you write 6.022 × 10²³. The format always consists of a coefficient between 1 and 10 multiplied by 10 raised to an integer exponent. This convention is universal across physics, chemistry, engineering, and computer science, making it the default language for communicating precise measurements in research and industry.
For very small numbers, negative exponents are used. The charge of an electron, approximately 0.0000000000000000001602 coulombs, becomes 1.602 × 10⁻¹⁹ — far easier to read, compare, and use in calculations. Scientific notation also reduces transcription errors: dropping or adding a single zero in a long decimal can change a value by a factor of ten, but the exponent form makes the magnitude explicit and unmistakable.
How to Use This Converter
Type or paste any number into the input field. The converter accepts plain decimals (like 299792458), E-notation (like 2.998e8), and the × 10^ format (like 2.998 × 10^8). As you type, all equivalent representations update instantly: scientific notation, E-notation, engineering notation, and the full decimal form. Adjust the significant figures slider to control how many digits appear in the coefficient — useful when you need to match the precision of your source data.
Use the Quick Samples buttons to load common constants like the speed of light, the gravitational constant, or Avogadro's number. For arithmetic, scroll to the calculator section where you can add, subtract, multiply, or divide two numbers in any notation format. The result is displayed in both scientific and decimal form. Every conversion you make is saved in the Recent Conversions panel for quick reference during your session.
When to Use Each Notation
Scientific notation is the default in academic papers, textbooks, and lab reports. It normalizes the coefficient to a value between 1 and 10, making magnitude comparisons straightforward. Use it whenever you need to communicate a value precisely in a scientific context.
E-notation is the programming and spreadsheet equivalent. Languages like Python, JavaScript, and C all parse 6.022e23 natively. Use E-notation when entering constants into code, configuring scientific instruments, or working in Excel where the × symbol is not available.
Engineering notation restricts exponents to multiples of three, aligning with SI prefixes like kilo (10³), mega (10⁶), and giga (10⁹). Electrical engineers, for example, express 47,000 ohms as 47.0 × 10³ Ω (47 kΩ) rather than 4.7 × 10⁴. Use engineering notation in any context where SI prefix labels are standard.
Worked Examples
Example 1 — Large number: The distance from the Earth to the Sun is approximately 149,600,000 km. Move the decimal 8 places left to get 1.496. The scientific notation is 1.496 × 10⁸ km. In E-notation: 1.496e8. In engineering notation: 149.6 × 10⁶ km (149.6 megameters).
Example 2 — Small number: The wavelength of green light is about 0.000000550 meters. Move the decimal 7 places right to get 5.50. Scientific notation: 5.50 × 10⁻⁷ m. E-notation: 5.50e-7. Engineering notation: 550.0 × 10⁻⁹ m (550 nanometers).
Example 3 — Arithmetic: Multiply the speed of light (3.0 × 10⁸ m/s) by one year in seconds (3.156 × 10⁷ s). Multiply coefficients: 3.0 × 3.156 = 9.468. Add exponents: 8 + 7 = 15. Result: 9.468 × 10¹⁵ meters — one light-year.
Common Mistakes and Tips
Wrong coefficient range: In standard scientific notation, the coefficient must be at least 1 and less than 10. Writing 0.5 × 10⁴ or 50 × 10² is technically non-normalized. This converter always outputs normalized scientific notation and separately shows engineering notation where the coefficient range is wider.
Sign errors on the exponent: A positive exponent means the number is large (move the decimal right to expand), while a negative exponent means it is small (move the decimal left). Confusing the sign is the most common error when hand-converting. The step-by-step panel on this page shows exactly which direction and how far the decimal moves.
Significant figure mismatch: When reporting results, match the significant figures of your least precise input. Carrying too many digits implies false precision; too few loses real information. Use the adjustable significant figures control to set the correct level for your context.
Frequently Asked Questions
What is scientific notation?
Scientific notation expresses numbers as a coefficient between 1 and 10 multiplied by a power of 10. For example, 6,022,000 becomes 6.022 × 10^6. It makes very large or very small numbers easier to read, compare, and calculate with.
What is the difference between scientific and engineering notation?
Engineering notation restricts exponents to multiples of 3 (like 10^3, 10^6, 10^9), which aligns with SI prefixes (kilo, mega, giga). Scientific notation uses any integer exponent. So 15,000 is 1.5 × 10^4 in scientific notation but 15.0 × 10^3 in engineering notation.
What does E-notation mean?
E-notation is a compact way to write scientific notation used in programming and calculators. The letter E (or e) replaces '× 10^'. For example, 3.0e8 means 3.0 × 10^8, which equals 300,000,000.
How do I choose the right number of significant figures?
Use the same number of significant figures as your least precise measurement. In chemistry, 3-4 significant figures are common. In engineering, 4-6 is typical. For quick estimates, 2-3 is usually enough.
Can I do math with numbers in scientific notation?
Yes. To multiply, multiply the coefficients and add the exponents. To divide, divide the coefficients and subtract the exponents. For addition and subtraction, convert both numbers to the same exponent first, then add or subtract the coefficients.