๐Ÿ‹
Menu
Comparison Beginner 1 min read 295 words

Scientific Notation and Engineering Notation Explained

Scientific notation expresses very large or very small numbers compactly. Engineering notation uses exponents that are multiples of three, aligning with SI prefixes like kilo, mega, and nano.

Key Takeaways

  • Format: `a ร— 10^n` where 1 โ‰ค |a| < 10.
  • Moving the decimal point right decreases the exponent.
  • Like scientific notation but the exponent is always a multiple of 3 (...
  • Multiply coefficients, add exponents:
  • ## Engineering Notation Like scientific notation but the exponent is always a multiple of 3 (.

Scientific Notation

Format: a ร— 10^n where 1 โ‰ค |a| < 10.

Number Scientific Notation
300,000,000 3.0 ร— 10โธ
0.0000042 4.2 ร— 10โปโถ
1,500 1.5 ร— 10ยณ
0.025 2.5 ร— 10โปยฒ

Conversion Rules

Moving the decimal point right decreases the exponent. Moving it left increases the exponent. Each position shift changes the exponent by 1.

Engineering Notation

Like scientific notation but the exponent is always a multiple of 3 (... -6, -3, 0, 3, 6, 9 ...). The coefficient ranges from 1 to 999.

Number Scientific Engineering
0.0000042 4.2 ร— 10โปโถ 4.2 ร— 10โปโถ (micro)
0.025 2.5 ร— 10โปยฒ 25 ร— 10โปยณ (milli)
1,500 1.5 ร— 10ยณ 1.5 ร— 10ยณ (kilo)
47,000,000 4.7 ร— 10โท 47 ร— 10โถ (mega)

SI Prefix Mapping

Prefix Symbol Exponent
pico p 10โปยนยฒ
nano n 10โปโน
micro ฮผ 10โปโถ
milli m 10โปยณ
kilo k 10ยณ
mega M 10โถ
giga G 10โน
tera T 10ยนยฒ

Arithmetic with Scientific Notation

Multiplication

Multiply coefficients, add exponents: (3 ร— 10โด) ร— (2 ร— 10ยณ) = 6 ร— 10โท

Division

Divide coefficients, subtract exponents: (6 ร— 10โธ) / (2 ร— 10ยณ) = 3 ร— 10โต

Addition / Subtraction

First align exponents, then add coefficients: 3.0 ร— 10โด + 5.0 ร— 10ยณ = 3.0 ร— 10โด + 0.5 ร— 10โด = 3.5 ร— 10โด