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)) + power

Variables

VariableDescriptionDefault
coefficientCoefficient6.022
powerPower of 1023

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:

  • Speed of light: 3 × 10⁸ m/s
  • Avogadro's number: 6.022 × 10²³
  • Electron mass: 9.109 × 10⁻³¹ kg
  • 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
    1. 016.022 × 10²³
    2. 02= 602,200,000,000,000,000,000,000
    3. 03log₁₀ ≈ 23.7798

    Ready to run the numbers?

    Open Scientific Notation Calculator