How this instrument works
Scientific notation writes any number as a mantissa between 1 and 10, multiplied by 10 raised to some whole-number exponent — a compact way to handle numbers with a lot of zeros, whether very large or very small, without writing every digit out. The exponent is found by taking the base-10 logarithm of the number's absolute value and rounding down: exponent = ⌊log₁₀|x|⌋, which counts how many places the decimal point needs to shift to land the mantissa in that 1-to-10 range. The mantissa is simply what's left once that shift is undone: mantissa = x ⁄ 10^exponent.
A number already between 1 and 10 needs no shift at all, giving an exponent of exactly 0 — the number 5, for instance, is 5 × 10⁰ in scientific notation, technically correct even though it looks unchanged. Numbers smaller than 1 give NEGATIVE exponents, since the decimal point has to shift rightward, toward larger digits, rather than left.
Scientific notation isn't just a formatting convenience — it makes comparing numbers of wildly different scales far easier at a glance, since two exponents can be compared directly without counting zeros, and it's the standard way calculators and computers internally represent numbers too large or too small for ordinary fixed-point display.
- Enter any nonzero number into the Number field.
- Read Mantissa: the sheet shifts the decimal point until the leading figure lands between 1 and 10.
- Read Exponent: how many places, and in which direction, that decimal point shifted.
Worked example — 6,371,000
The number 6,371,000 (roughly Earth's radius in meters) converts to scientific notation as 6.371 × 10⁶ — the decimal point shifted six places left to land the mantissa between 1 and 10, and the exponent 6 records exactly that shift.
The number 0.000123 converts to 1.23 × 10⁻⁴ — a NEGATIVE exponent, since the decimal point instead had to shift four places rightward to reach the mantissa 1.23. And the number 5, already between 1 and 10, converts to exactly 5 × 10⁰, needing no shift at all.
Questions
What is scientific notation?
A way of writing any number as a mantissa between 1 and 10, multiplied by 10 raised to some whole-number exponent — a compact alternative to writing out long strings of zeros for very large or very small numbers.
How do you find the exponent in scientific notation?
Take the base-10 logarithm of the number's absolute value and round down: exponent = ⌊log₁₀|x|⌋. This counts exactly how many places the decimal point must shift to land the mantissa between 1 and 10.
Why is the exponent negative for numbers smaller than 1?
Because the decimal point has to shift rightward, toward larger digits, to bring a small number's mantissa up into the 1-to-10 range — and a rightward shift corresponds to a negative exponent, exactly the opposite direction a large number's decimal point shifts.
What is the scientific notation of a number already between 1 and 10?
The mantissa is simply the number itself, and the exponent is exactly 0, since no decimal shift is needed at all — 5, for instance, is 5 × 10⁰, technically valid scientific notation even though it looks unchanged from the original.
Why use scientific notation instead of writing the full number?
It makes numbers of wildly different scales easy to compare at a glance (comparing exponents directly, without counting zeros), and it's the standard internal representation calculators and computers use for numbers too large or too small for ordinary fixed-point display.