Scientific Notation Calculator Formula
Understand the math behind the scientific notation calculator. Each variable explained with a worked example.
Formulas Used
Full Value
full_value = coefficient * pow(10, power)Log Value
log_value = log10(abs(coefficient)) + powerVariables
| Variable | Description | Default |
|---|---|---|
coefficient | Coefficient | 6.022 |
power | Power of 10 | 23 |
How It Works
Scientific Notation
Format
a × 10^n where 1 ≤ |a| < 10
Purpose
Scientific notation expresses very large or very small numbers compactly. For example:
Converting to Scientific Notation
1. Move the decimal point until you have a number between 1 and 10 2. Count how many places you moved the decimal 3. Moving left = positive exponent, moving right = negative exponent
Worked Example
Express Avogadro's number: 6.022 × 10²³.
coefficient = 6.022power = 23
- 016.022 × 10²³
- 02= 602,200,000,000,000,000,000,000
- 03log₁₀ ≈ 23.7798
Ready to run the numbers?
Open Scientific Notation Calculator