Introduction

You have made it to the halfway mark of Scientific Notation in Real Life — this is Lesson 3 of 6! In the first two lessons, we learned how to read scientific notation and how to convert large numbers into proper form using positive exponents. Now we are heading in the opposite direction: instead of massive quantities loaded with trailing zeros, we will work with extremely small decimals packed with leading zeros.

By the end of this lesson, you will be able to take a tiny measurement like 0.000070.00007 meters (roughly the width of a human hair) and express it as a neat coefficient times a power of ten. Just as importantly, you will understand why the exponent turns out to be negative whenever the original number is less than one.

The World Below One

In Lesson 2, we compressed large numbers that were loaded with trailing zeros. Small numbers present the same readability problem, only the zeros pile up before the significant digits instead of after them. A bacterium measuring 0.0000020.000002 m or a light wave spanning 0.00000050.0000005 m can be a headache to read and painfully easy to miscount.

Scientific notation handles these tiny values with the same core idea: separate the meaningful digits (the coefficient) from the scale (the power of ten). The only new piece is that the power of ten will now be negative, because the number is less than one. Let's break the process down step by step.

Forming the Coefficient

Proper scientific notation requires a coefficient aa that satisfies 1a<101 \leq a < 10 — exactly one nonzero digit to the left of the decimal point. This rule holds regardless of whether the original number is big or small.

To find the coefficient, scan past the leading zeros until you reach the first nonzero digit, then place the decimal point directly after it. For example, with 0.000420.00042:

  • Skip the leading zeros: 0,0,00, 0, 0 \ldots
Shifting the Decimal to the Right

Here is where small numbers differ from large ones. In Lesson 2, we moved the decimal to the left and counted the shifts to get a positive exponent. For small numbers, the decimal moves to the right.

Let's stick with 0.000420.00042. The decimal starts at its original position, and we slide it to the right until it sits just after the first nonzero digit:

0.01  02  03  44  24.20 . \underset{1}{0}\;\underset{2}{0}\;\underset{3}{0}\;\underset{4}{4}\;2 \quad \longrightarrow \quad 4.2
Why the Exponent Is Negative

Understanding why the exponent is negative will make the rule stick rather than feel like something to memorize. Let's think through it carefully.

When we moved the decimal 4 places to the right, we effectively multiplied 0.000420.00042 by 10,00010{,}000 (that is, 10410^4). That multiplication is what turned the tiny decimal into the comfortable number 4.24.2. But we cannot simply inflate a number and call it the same value — to keep the expression equal to the original, we must compensate by dividing by , which is the same as multiplying by :

From Decimal to Notation: The Width of a Human Hair

Let's apply the full process to a real-world measurement. A human hair is approximately 0.00007 meters wide.

  1. Find the first nonzero digit. It is 7.
  2. Place the decimal after it to form the coefficient: 7.07.0, or simply 77.
  3. Count how many places the decimal moved to the right. From 0.000070.00007 to 77 is 5 places.
  4. Write the result:
0.00007=7×1050.00007 = 7 \times 10^{-5}
Going Smaller: The Wavelength of Light

The wavelength of green light is approximately 0.00000055 meters — far tinier than a hair. Let's convert it.

  1. First nonzero digit: 5.
  2. Coefficient: 5.55.5 (we keep the next significant digit as well).
  3. Decimal shifts to the right: from 0.000000550.00000055 to 5.55.5 is 7 places.
  4. Result:
0.00000055=5.5×1070.00000055 = 5.5 \times 10^{-7}
Common Pitfalls with Small Numbers

Working with small decimals introduces a few mistakes that are easy to make but just as easy to avoid once you know what to look for:

  • Using a positive exponent. Writing 4.2×1044.2 \times 10^{4} instead of 4.2×1044.2 \times 10^{-4} for . A quick sanity check always helps: , which is nowhere near . If the original number is less than 1, the exponent be negative.
Conclusion and Next Steps

In this lesson, we learned how to convert small decimals into proper scientific notation. The process mirrors what we did for large numbers, with one key difference: we move the decimal point to the right, and the exponent is negative. We also explored why the exponent must be negative — shifting the decimal right effectively multiplies the number by a power of ten, so we attach a negative exponent to bring it back to its original value.

Up next are hands-on exercises where you will convert a range of small real-world measurements into scientific notation — from the building blocks of biology to the precision scales of modern engineering. You will also have the chance to explain the negative exponent in your own words, which is one of the best ways to make the concept truly yours.

Sign up
Join the 1M+ learners on CodeSignal
Be a part of our community of 1M+ users who develop and demonstrate their skills on CodeSignal