Guide · Math
Scientific Notation for Engineers and Students
Updated 2026-09-02 · 9 min read
A distance in astronomy might be 384,400,000 meters to the Moon. A wavelength might be 0.000000650 meters for red light. Writing every zero is slow; counting them is error-prone. Scientific notation-a × 10^n with 1 ≤ |a| < 10-is how engineers, chemists, and physics students keep one clear mantissa and one integer exponent.
This guide covers the format, engineering prefixes (k, M, m, μ, n), significant figures, E notation on calculators, multiplying and dividing in exponent form, and when to open Scientific Notation Calculator versus Big Number Calculator. Also: Exponent Calculator for (10^n)^k style laws and Log Calculator when homework asks for log₁₀ of a magnitude. No account.
Cross-links: Quadratic formula, discriminant, and roots when the course returns to polynomials; How to convert bytes, bits, KB, MB, GB for digital prefix habits; How to calculate molecular weight for chemistry masses that almost always appear in scientific notation; Best scientific calculators for chemistry and physics for handheld EE and INV buttons.
The template a × 10^n
Write the number as a mantissa a times a power of ten n.
Rules for normalized scientific notation:
- a has exactly one non-zero digit left of the decimal (unless a is zero).
- |a| is at least 1 and less than 10.
- n is an integer (positive, negative, or zero).
Examples:
| Decimal | Scientific notation |
|---|---|
| 4500000 | 4.5 × 10⁶ |
| 0.00072 | 7.2 × 10⁻⁴ |
| 602000000000000000000000 | 6.02 × 10²³ |
| 0.000000001 | 1 × 10⁻⁹ |
Moving the decimal tells you n. Start at the decimal in the original number. Move right for large numbers (n positive); move left for small numbers (n negative). Count steps-that count is |n|.
4500000 → place decimal after 4: 4.500000 → moved 6 places → 4.5 × 10⁶.
0.00072 → 7.2 → moved 4 places to the right from the original decimal → 7.2 × 10⁻⁴.
The Scientific Notation Calculator converts decimal ↔ a×10^n in the browser so you can verify moves without re-counting zeros on paper.
E notation: what the calculator screen means
Handheld and software calculators rarely print “× 10^”. They use E or EXP:
- 6.02E23 means 6.02 × 10²³
- 3.0E-8 means 3.0 × 10⁻⁸
- 1.E4 or 1E4 means 1 × 10⁴ = 10000
The E is not Euler’s number e ≈ 2.718. Context matters: on a scientific calculator entry line, E almost always introduces an exponent of ten. In calculus, e^x is different-do not confuse the labels on a physics lab with natural exponentials.
Common entry sequences:
- Type mantissa, press EXP or EE, type exponent (with +/− for negative n).
- Some keyboards accept literal e in web tools:
1.5e-10.
If you enter 1.5e-10 and the tool returns 0.00000000015, the conversion succeeded. If you enter 1.5 × 10⁻¹⁰ by hand, match sig figs on the mantissa before trusting the last digit.
Engineering prefixes are fixed exponents
Engineering notation keeps exponents as multiples of three so they align with SI prefixes. Same mantissa rules, but n is often 3, 6, 9, −3, −6, …
| Prefix | Symbol | Power | Example |
|---|---|---|---|
| giga | G | 10⁹ | 2.4 GHz = 2.4 × 10⁹ Hz |
| mega | M | 10⁶ | 100 MΩ = 1.0 × 10⁸ Ω |
| kilo | k | 10³ | 5.6 kN = 5.6 × 10³ N |
| milli | m | 10⁻³ | 250 mA = 2.50 × 10⁻¹ A |
| micro | μ | 10⁻⁶ | 10 μF = 1.0 × 10⁻⁵ F |
| nano | n | 10⁻⁹ | 45 nm = 4.5 × 10⁻⁸ m |
| pico | p | 10⁻¹² | 22 pF = 2.2 × 10⁻¹¹ F |
Converting 4.7 kΩ to scientific notation: k = 10³ → 4.7 × 10³ Ω.
Converting 380 nm to meters: n = 10⁻⁹ → 380 × 10⁻⁹ m = 3.80 × 10⁻⁷ m (watch sig figs on 380).
Homework trap: M is mega (10⁶); m is milli (10⁻³). A typo swaps your answer by 10⁹.
Significant figures live in the mantissa
Scientific notation makes precision visible. The mantissa carries sig figs; the exponent is exact (a count of place value).
- 1.2 × 10⁴ has two sig figs (12000 with ambiguity removed).
- 1.20 × 10⁴ has three sig figs.
- 1.200 × 10⁴ has four.
Trailing zeros in the decimal form are ambiguous without notation; scientific notation removes that ambiguity.
Multiplication/division: result mantissa rounds to match the least precise input’s sig fig count.
Example: (3.2 × 10⁴) × (1.50 × 10⁻²).
Multiply mantissas: 3.2 × 1.50 = 4.8 (two sig figs from 3.2).
Add exponents: 4 + (−2) = 2.
Answer: 4.8 × 10² (not 4.80 × 10² if 3.2 only had two sig figs).
Addition/subtraction (same exponent first): align decimal power, then add mantissas-decimal-place rules apply, not the shortest sig fig in multiplication.
(1.2 × 10³) + (2.45 × 10²) → write 0.245 × 10³ → 1.445 × 10³ → round to match 1.2’s precision → 1.4 × 10³ if only two sig figs allowed.
Show one intermediate line on paper; use Scientific Notation Calculator to check the final normalized form.
Arithmetic without expanding full decimals
Multiply: multiply mantissas; add exponents.
(a × 10^m) × (b × 10^n) = (a·b) × 10^(m+n)
Example: (2.0 × 10⁶)(3.0 × 10⁻²) = 6.0 × 10⁴.
Divide: divide mantissas; subtract exponents.
(a × 10^m) / (b × 10^n) = (a/b) × 10^(m−n)
Example: (8.4 × 10⁻³) / (2.1 × 10²) = 4.0 × 10⁻⁵.
Powers: raise mantissa and multiply exponent.
(5 × 10³)² = 25 × 10⁶ = 2.5 × 10⁷ after normalization (mantissa must return to 1–10 range).
For nested laws like (10^4)^3, Exponent Calculator handles pure exponent arithmetic; scientific notation keeps physical units attached to the mantissa.
Roots: square root of 9 × 10⁶ is 3 × 10³; square root of mantissa may need rounding. Advanced courses may require full error propagation-intro labs usually accept one extra sig fig on the root step.
Very large numbers: astronomy, chemistry, computing
Avogadro’s number ≈ 6.022 × 10²³ mol⁻¹. Mole calculations in chemistry almost always mix grams with this scale. Writing 602200000000000000000000 is not safer-one missing zero ruins stoichiometry.
Light-year ≈ 9.46 × 10¹⁵ m. Distances between stars stay in scientific notation through the whole problem.
Sun’s mass ≈ 1.99 × 10³⁰ kg. Gravitational formulas use G with small magnitude and M with huge magnitude; exponent form prevents intermediate overflow on paper.
When homework is counting or combinatorics at integer precision-100! or exact products of large primes-switch to Big Number Calculator. Scientific notation is for measurements and real-valued physics, not arbitrary-precision integer factorials.
Very small numbers: physics and electronics
Elementary charge e ≈ 1.602 × 10⁻¹⁹ C.
Planck constant h ≈ 6.626 × 10⁻³⁴ J·s.
Capacitor values 22 μF = 2.2 × 10⁻⁵ F.
Small-number trap: more leading zeros after the decimal than you think. 0.000010 has two sig figs in the mantissa form 1.0 × 10⁻⁵, not five.
Convert to a×10^n before squaring or taking logs. (0.0001)² = 10⁻⁸, but squaring 0.0001 on a keypad without counting invites an extra zero.
Logarithms and orders of magnitude
pH, pKa, decibels, and Richter scales are log-based. log₁₀(10ⁿ) = n exactly. log₁₀(3.2 × 10⁴) = log₁₀(3.2) + 4 ≈ 0.505 + 4 = 4.505.
Open Log Calculator when the assignment says log or log₁₀ of a measurement already written in scientific notation. Keep the mantissa separate from the exponent:
log₁₀(a × 10^n) = log₁₀(a) + n.
That identity is faster than converting to full decimal first.
Order of magnitude means the nearest power of ten: 8 × 10⁷ and 2 × 10⁷ are both 10⁷ order; the mantissa distinguishes them within the decade.
Unit consistency with exponents
SI units follow the exponent. 3 × 10⁴ m/s is velocity; (3 × 10⁴ m) / (2 × 10² s) = 1.5 × 10² m/s.
Do not attach the exponent to the unit symbol incorrectly: km already means 10³ m, so “3 × 10³ km” would mean 3 × 10⁶ m-double application of kilo. Write 3.0 × 10³ km or 3.0 × 10⁶ m, not both scaling steps hidden.
Area and volume powers apply to the unit: (2 × 10² m)² = 4 × 10⁴ m². (2 × 10⁻³ cm)³ = 8 × 10⁻⁹ cm³.
Homework workflow with DevOkk tools
Step 1 - Normalize. One digit left of the decimal. Count n from the original decimal shift.
Step 2 - Sig figs. Mark precision in the mantissa before arithmetic.
Step 3 - Compute in a×10^n form; add/subtract exponents only after aligning power.
Step 4 - Check with Scientific Notation Calculator: paste decimal, read a and n; or enter aEn, read decimal.
Step 5 - Pure powers on Exponent Calculator when no physical unit is attached.
Step 6 - Logs on Log Calculator when the rubric asks log₁₀.
Step 7 - Huge integers on Big Number Calculator when the problem is exact counting, not measurement.
Worked examples
Example A - wavelength
Red light λ = 650 nm. Convert to meters in scientific notation.
650 nm = 650 × 10⁻⁹ m = 6.50 × 10⁻⁷ m (three sig figs if 650 is three).
Example B - multiply
(4.0 × 10⁵ N) × (2.5 × 10⁻² m) = 10.0 × 10³ = 1.0 × 10⁴ N·m (joules if appropriate).
Example C - divide
Speed of light c ≈ 2.998 × 10⁸ m/s. Distance d = 1.5 × 10¹¹ m. Time t = d/c = (1.5/2.998) × 10³ s ≈ 0.50 × 10³ s = 5.0 × 10² s (about 500 s).
Example D - E notation entry
Enter 1.27E-4 in the browser tool; confirm 0.000127 decimal and mantissa 1.27 with n = −4.
Common mistakes that survive calculators
Forgot to normalize after multiplication: 12 × 10⁵ should be 1.2 × 10⁶.
Added exponents when you should add mantissas (added 10⁴ + 10³ as 10⁷ instead of converting to same power first).
Confused E with e^x in calculus vs physics lab entry.
Lost sig figs by reporting 4.500 × 10³ when the measurement was 4.5 × 10³.
Double prefix: “5 k × 10³” already scales twice.
Rounded exponent instead of mantissa: keep n exact; round a last.
Privacy and limits
Coefficients and decimals run locally in the browser. DevOkk does not require an account for scientific notation conversion. The tool formats numbers; it does not substitute for showing decimal-shift steps when the teacher grades method. It does not perform symbolic algebra or unit analysis unless the page explicitly offers it.
The habit you keep after the exam
Very large and very small quantities belong in a × 10^n so digits stay honest and exponents stay additive. Engineering prefixes are the same idea with n locked to multiples of three. E notation is the calculator’s shorthand, not a different number system. Significant figures attach to the mantissa.
Use Scientific Notation Calculator to convert and verify. Use Exponent Calculator for power laws. Use Log Calculator for log₁₀ of a magnitude. Use Big Number Calculator when the problem is integer size, not measurement uncertainty. Pair with Molecular weight for chemistry masses and Bytes and bits for digital scales. Normalize, count sig figs, then compute.
Frequently asked questions
What is scientific notation?
A number written as a × 10^n where 1 ≤ |a| < 10 and n is an integer. Example: 6.02×10²³ for Avogadro’s constant. It compresses very large or very small values so digits and exponents stay manageable.
What is E notation on a calculator?
Calculators often display 6.02E23 instead of 6.02×10²³. The E means ‘times ten to the power.’ 3.0E-8 is 3.0×10⁻⁸. Typing E is not the natural logarithm base e-it is a display shortcut for powers of ten.
How do engineering prefixes relate to scientific notation?
Each prefix is a power of ten: kilo (k) = 10³, mega (M) = 10⁶, milli (m) = 10⁻³, micro (μ) = 10⁻⁶, nano (n) = 10⁻⁹. 4.7 kΩ is 4.7×10³ Ω. Converting between prefix form and a×10^n is the same exponent arithmetic.
How many significant figures should I keep?
Match the least precise measurement in multiplication and division; add/subtract follow decimal-place rules. Scientific notation makes sig figs visible in the mantissa (a). 1.2×10⁴ has two sig figs; 1.20×10⁴ has three.
When should I use a big-number calculator instead?
When intermediate values exceed what you want to track by hand-factorials, combinatorics, or integer products far beyond 10²⁰. Scientific notation handles real measurements; big-number tools handle exact integer arithmetic at scale.
Does the scientific notation calculator need an account?
No. It runs in the browser. You enter a decimal or an a×10^n form; it converts and formats locally. Pair with Exponent Calculator for pure power laws and Log Calculator when the problem is log base 10 of a magnitude.
Related guides
More reading that links back to the same tools and workflows.
Quadratic Formula, Discriminant, and Roots: When Factoring Fails
Solve ax²+bx+c=0 with the discriminant b²−4ac, real vs complex roots, and the vertex. A homework workflow for when factoring does not work.
9 min read
How to Convert Bytes, Bits, KB, MB, and GB
SI vs binary prefixes for storage. Convert locally while debugging downloads.
4 min read
Best Scientific Calculators for Chemistry and Physics
Molarity, pH, gas law, force, and energy calculators for lab and class. Run the math in your browser with worked examples.
5 min read
How to Calculate Molecular Weight
Sum atomic masses correctly and check the result with a browser molecular weight tool.
4 min read