# Scientific Notation & Standard Form Converter

Convert numbers between decimal notation, standard form, and engineering scientific notations instantly with this free converter.

---

- **Canonical URL:** https://dothecalculation.com/calculators/standard-form-converter
- **Category:** Math calculators
- **Publisher:** Do The Calculation (https://dothecalculation.com)
- **Cost:** Free, no account or sign-up required
- **Privacy:** Runs entirely in the browser; inputs are never sent to a server
- **Methodology:** https://dothecalculation.com/methodology

---

## Scientific Notation & Standard Form Converter

Convert numbers between decimal formats, standard scientific forms (a × 10^b), and engineering notation.

- Convert standard scientific notation (a × 10^b)
- Decimal notation parsing
- Engineering and E-notation conversions

## Introduction to Scientific Notation and Standard Form

In mathematics and science, standard form (also known as scientific notation) is a method of writing numbers that are too large or too small to be conveniently written in decimal form. It is based on powers of 10. For example, the distance to the Sun is approximately 149,600,000 kilometers—written as $1.496 \times 10^8$ in standard form. Conversely, the mass of an electron is tiny, written with 30 leading zeros, or $9.109 \times 10^{-31}$ kg in scientific notation. Using standard form simplifies arithmetic operations and ensures precision in physics, chemistry, astronomy, and engineering.

Standard form requires a number to be written as a product of a coefficient $a$ and a power of 10:

\[a \times 10^b\]

Where the coefficient $a$ is a real number whose absolute value is greater than or equal to 1 and strictly less than 10 ($1 \leq |a| < 10$), and the exponent $b$ is an integer. If a number is converted, moving the decimal point to the left increases the exponent, while moving it to the right decreases it.

This calculator converts numbers between standard decimal format, standard scientific notation, engineering notation (where exponents are multiples of 3), and computer E-notation (e.g., 4.5e8).

## Scientific vs. Engineering vs. E-Notation

Different fields utilize variations of exponential notation:

1. **Scientific Notation**: The coefficient is strictly between 1 and 10. Exponent is any integer. Example: $4.5 \times 10^7$. 2. **Engineering Notation**: The exponent must be a multiple of 3 (e.g., $10^3, 10^6, 10^{-9}$), matching standard metric prefixes (kilo, mega, micro). The coefficient can be between 1 and 1000. Example: $45 \times 10^6$. 3. **E-Notation**: Used in computers and calculators, representing $10^b$ as "e" or "E" followed by the exponent. Example: $4.5\text{e}+07$.

## Rules of Conversion and Arithmetic

To convert a standard decimal to scientific notation:

1. Locate the decimal point. 2. Shift the decimal point until there is only one non-zero digit to its left. Let this value be $a$. 3. Count the number of shifts. If shifted left, the exponent $b$ is positive. If shifted right, $b$ is negative.

## How to Use This Calculator

Choose Decimal or Scientific Notation input mode, enter your value (or coefficient and exponent), and the calculator returns the scientific form, engineering form, E-notation, and the raw decimal, along with a decimal-shift diagram.

## Worked Example: 149,600,000 (the Calculator's Default)

The exponent is $b = \lfloor \log_{10}(149{,}600{,}000) \rfloor = 8$.

$$a = \frac{149{,}600{,}000}{10^8} = 1.496$$

$$149{,}600{,}000 = 1.496 \times 10^8$$

This matches the approximate distance from Earth to the Sun in kilometers.

## Related Calculators

For evaluating expressions that include scientific-notation-scale numbers, use the [scientific calculator](/calculators/scientific-calculator). To work with the exponents themselves, see the [exponent calculator](/calculators/exponent-calculator).

## Frequently asked questions

### What is standard form of a number?

It is a way of writing numbers as a coefficient between 1 and 10 multiplied by a power of 10: $a \times 10^b$.

### What is scientific notation?

Scientific notation is another term for standard form, commonly used in chemistry and physics.

### How do you write 50,000 in standard form?

$5 \times 10^4$.

### How do you write 0.0032 in standard form?

$3.2 \times 10^{-3}$.

### What is engineering notation?

A form of scientific notation where the exponent is restricted to multiples of 3, aligning with SI unit prefixes.

### What is E-notation?

A format used by computers and calculators where the power of 10 is replaced by the letter E or e (e.g., 3.2E-3).

### How do you multiply numbers in scientific notation?

Multiply the coefficients together and add the exponents: $(a \times 10^x)(b \times 10^y) = (ab) \times 10^{x+y}$.

### How do you divide numbers in scientific notation?

Divide the coefficients and subtract the exponents: $(a \times 10^x) / (b \times 10^y) = (a/b) \times 10^{x-y}$.

### What happens to the exponent when you move the decimal to the left?

Moving the decimal point to the left increases the exponent by 1 for each position moved.

### What happens to the exponent when you move the decimal to the right?

Moving the decimal point to the right decreases the exponent by 1 for each position moved.

### What is $10^0$ equal to?

$10^0$ is equal to 1, meaning $4.5 \times 10^0$ is simply 4.5.

### What does a negative exponent mean?

A negative exponent indicates division by powers of 10, representing numbers smaller than 1 (e.g., $10^{-3} = 1/1000 = 0.001$).

## Related concepts

- **SI Metric Prefixes** — Units multiplier prefixes like kilo, mega, micro.
- **Significant Figures** — The digits in a measurement that carry meaning.
- **Radical Exponents** — Fractional powers representing roots of values.

## Related guides

- [Scientific Notation Guide: Powers of Ten Made Practical](https://dothecalculation.com/blog/math/scientific-notation-basics) — Learn how to convert, compare, and calculate with powers of ten using worked examples and the live DTC scientific calculator.

## Related calculators

- [Exponent Calculator](https://dothecalculation.com/calculators/exponent-calculator) — Solve exponent equations, simplify fractional powers into radicals, and compute large scientific notations with this free calculator.
- [Rounding Calculator](https://dothecalculation.com/calculators/rounding-calculator) — Use our free rounding calculator to round numbers to any place value. Shows step-by-step work for nearest whole number, tenth, hundredth, and more.
- [Scientific Calculator](https://dothecalculation.com/calculators/scientific-calculator) — Calculate advanced arithmetic, trigonometry, logarithms, and exponential functions instantly with this free scientific calculator.
- [Bisection & Newton-Raphson Root Finder](https://dothecalculation.com/calculators/bisection-method-calculator) — Find roots of nonlinear equations using interval bisection and Newton-Raphson iterative methods with this free numerical solver.
- [Boolean Algebra Simplifier & K-Map Solver](https://dothecalculation.com/calculators/boolean-algebra-calculator) — Simplify Boolean logic expressions, generate truth tables, and visualize Karnaugh Maps instantly with this free algebra solver.
- [Complex Number & Phasor Calculator](https://dothecalculation.com/calculators/complex-number-calculator) — Perform rectangular and polar complex number arithmetic, phasor conversions, and find complex roots with this free calculator.

---

_This mathematical solver is designed for academic, engineering, and educational analysis. Rounding errors, numerical tolerances, or algorithm constraints might apply near poles, boundary conditions, or complex coordinate spaces. Always verify critical computations independently._

---

_Source: [Do The Calculation](https://dothecalculation.com/calculators/standard-form-converter). Quote freely with attribution and a link to this page._
