KAHIBARO
Discord Login Register
Up
1.1 Physical Quantities and Units

1.1.5 Scientific Notation

Why Scientific Notation Is Needed

In physics you often deal with quantities that are extremely large or extremely small. For example, the radius of an atom is about 0.0000000001 m, while the distance from Earth to the Sun is about 150000000000 m. Writing and reading such numbers with many zeros is slow and error prone. Scientific notation is a standard way to write these numbers more compactly so that calculations and comparisons become easier.

Scientific notation expresses any nonzero number as a product of a simple decimal number and a power of 10. This form matches how our base 10 number system works and it fits naturally with metric prefixes, which you will meet in other chapters.

Basic Form of Scientific Notation

In scientific notation, a number is written in the form
$$a \times 10^n$$
where:

  1. $a$ is a decimal number called the coefficient or significand.
  2. $n$ is an integer called the exponent.

The coefficient $a$ is chosen so that its absolute value is at least 1 and less than 10, that is
$$1 \le |a| < 10.$$

A number in proper scientific notation has the form
$$a \times 10^n \quad \text{with} \quad 1 \le |a| < 10,\; n \in \mathbb{Z}.$$

This rule about $a$ is important. It makes the notation consistent and makes it easier to compare magnitudes.

For example, instead of writing 3000000, you write
$$3.0 \times 10^6.$$

Instead of writing 0.00042, you write
$$4.2 \times 10^{-4}.$$

Powers of Ten and Place Value

Scientific notation relies on the idea that powers of ten control the position of the decimal point.

Positive integer exponents represent repeated multiplication by 10:

ExponentMeaningStandard decimal form
$10^1$ten10
$10^2$hundred100
$10^3$thousand1000
$10^6$million1000000
$10^9$billion (in physics practice)1000000000

Negative integer exponents represent repeated division by 10:

ExponentMeaningStandard decimal form
$10^{-1}$one tenth0.1
$10^{-2}$one hundredth0.01
$10^{-3}$one thousandth0.001
$10^{-6}$one millionth0.000001
$10^{-9}$one billionth0.000000001

You can think of $10^n$ as saying, “Move the decimal point $n$ places.” If $n$ is positive, move to the right, which makes the number larger. If $n$ is negative, move to the left, which makes the number smaller.

Converting Large Numbers to Scientific Notation

To convert a large number to scientific notation, you choose the coefficient $a$ so that it is between 1 and 10 in magnitude. Then you count how many places you move the decimal to get from the original number to this coefficient. The count becomes the exponent $n$.

Step by step:

  1. Place a decimal point after the first nonzero digit from the left.
  2. Count how many places the decimal point moved from its original position.
  3. That count is $n$, the exponent of 10.
  4. If you moved the decimal point to the left, $n$ is positive.
  5. If you moved the decimal point to the right, $n$ is negative.

For large numbers, you always move the decimal to the left, so $n$ is positive.

Example:
Write 5280000 in scientific notation.

The decimal in 5280000 is at the end: 5280000.0.
Move the decimal left until only one nonzero digit remains to its left:

$$5280000.0 \;\rightarrow\; 5.280000.$$

You moved the decimal 6 places to the left, so
$$5280000 = 5.28 \times 10^6.$$

Technical sketch of decimal shift for a large number:

Shifting the decimal point in a large number

Converting Small Numbers to Scientific Notation

For very small numbers, the process is similar, but now the exponent becomes negative.

Step by step:

  1. Place the decimal point after the first nonzero digit from the left.
  2. Count how many places the decimal point moved.
  3. That count is $|n|$, the magnitude of the exponent.
  4. Since the number is less than 1, $n$ is negative.

Example:
Write 0.00073 in scientific notation.

The first nonzero digit from the left is 7. Put the decimal after 7:

$$0.00073 \;\rightarrow\; 7.3.$$

You moved the decimal 4 places to the right, so $n = -4$ and
$$0.00073 = 7.3 \times 10^{-4}.$$

Technical sketch of decimal shift for a small number:

Shifting the decimal point in a small number

Writing and Reading Scientific Notation

In physics you must be comfortable going both ways between standard decimal form and scientific notation.

Some examples:

Standard formScientific notation
120000$1.2 \times 10^5$
0.0045$4.5 \times 10^{-3}$
300000000$3.0 \times 10^8$
0.0000000001$1.0 \times 10^{-10}$
6.02$6.02 \times 10^0$

Notice that $10^0 = 1$, so a number between 1 and 10 can be seen as already in scientific notation with exponent 0.

When reading $3.0 \times 10^8$, you can say “three point zero times ten to the eighth.” When reading $6.5 \times 10^{-4}$, you can say “six point five times ten to the minus four.”

Moving the Decimal and the Sign of the Exponent

You can summarize how the direction of decimal movement relates to the sign of the exponent in a compact rule.

To convert a number to scientific notation:
• If you move the decimal point $n$ places to the left, the exponent is $+n$.
• If you move the decimal point $n$ places to the right, the exponent is $-n$.

This works for both large and small numbers and is useful to remember during quick calculations.

Comparing Magnitudes Using Scientific Notation

One advantage of scientific notation in physics is the ease of comparing very different sizes.

You first compare the exponents. The number with the larger exponent is larger in absolute value. Only if the exponents are equal do you compare the coefficients.

Example:

Compare $2.5 \times 10^7$ and $9.0 \times 10^5$.

Here $10^7$ is 100 times larger than $10^5$, so $2.5 \times 10^7$ is larger, even though 2.5 is smaller than 9.0.

Example:

Compare $3.1 \times 10^{-9}$ and $4.0 \times 10^{-8}$.

Here $10^{-8}$ is 10 times larger than $10^{-9}$, so $4.0 \times 10^{-8}$ is larger in absolute value.

You can also quickly see orders of magnitude, which will be discussed in a separate chapter.

Multiplying and Dividing in Scientific Notation

Scientific notation is especially convenient when you multiply or divide numbers, which happens constantly in physics problems.

To multiply numbers in scientific notation you multiply the coefficients and add the exponents.

If
$$x = a \times 10^m,\quad y = b \times 10^n,$$
then
$$xy = (a \times b) \times 10^{m+n}.$$

To divide numbers in scientific notation you divide the coefficients and subtract the exponents.

If
$$x = a \times 10^m,\quad y = b \times 10^n,$$
then
$$\frac{x}{y} = \left(\frac{a}{b}\right) \times 10^{m-n}.$$

Multiplication:
$$(a \times 10^m)(b \times 10^n) = (ab) \times 10^{m+n}.$$
Division:
$$\dfrac{a \times 10^m}{b \times 10^n} = \left(\dfrac{a}{b}\right) \times 10^{m-n}.$$

Afterward, you may need to adjust the coefficient to keep it between 1 and 10 in magnitude.

Example (multiplication):

$$
(3.0 \times 10^4)(2.0 \times 10^3)
= (3.0 \times 2.0) \times 10^{4+3}
= 6.0 \times 10^7.
$$

Example (need to adjust coefficient):

$$
(7.5 \times 10^2)(4.0 \times 10^3)
= 30.0 \times 10^5.
$$

Coefficient 30.0 is not between 1 and 10, so write 30.0 as $3.0 \times 10^1$:

$$
30.0 \times 10^5
= (3.0 \times 10^1) \times 10^5
= 3.0 \times 10^{1+5}
= 3.0 \times 10^6.
$$

Example (division):

$$
\dfrac{6.0 \times 10^8}{3.0 \times 10^2}
= \left(\dfrac{6.0}{3.0}\right) \times 10^{8-2}
= 2.0 \times 10^6.
$$

Adding and Subtracting in Scientific Notation

Addition and subtraction with scientific notation are a little different from multiplication and division. To add or subtract, the numbers must have the same power of ten. You then add or subtract the coefficients.

Process:

  1. Rewrite numbers so that they have the same exponent.
  2. Add or subtract the coefficients.
  3. Adjust the result to keep the coefficient between 1 and 10 if necessary.

Example:

Compute
$$(3.5 \times 10^4) + (1.2 \times 10^3).$$

First rewrite $1.2 \times 10^3$ with exponent 4:

$$1.2 \times 10^3 = 0.12 \times 10^4.$$

Now both terms have $10^4$:

$$(3.5 \times 10^4) + (0.12 \times 10^4) = (3.5 + 0.12) \times 10^4 = 3.62 \times 10^4.$$

Example with subtraction:

Compute
$$(5.0 \times 10^{-6}) - (2.0 \times 10^{-7}).$$

Rewrite the second term with exponent $-6$:

$$2.0 \times 10^{-7} = 0.20 \times 10^{-6}.$$

Then

$$(5.0 \times 10^{-6}) - (0.20 \times 10^{-6}) = (5.0 - 0.20) \times 10^{-6} = 4.8 \times 10^{-6}.$$

Typical Scientific Notation in Physics Quantities

In physics, many fundamental quantities are naturally expressed in scientific notation. The exact meanings and uses of these quantities belong to later chapters, but you can already see that scientific notation is essential.

QuantityApproximate value in scientific notation
Speed of light in vacuum$3.0 \times 10^8\ \text{m/s}$
Charge of an electron$1.6 \times 10^{-19}\ \text{C}$
Mass of an electron$9.1 \times 10^{-31}\ \text{kg}$
Avogadro's number$6.02 \times 10^{23}\ \text{mol}^{-1}$
Radius of an atom$1.0 \times 10^{-10}\ \text{m}$

Scientific notation will appear in almost every numerical answer you calculate. Being fluent with it will make all later topics more manageable.

Common Mistakes and How to Avoid Them

Beginners often make a few consistent errors when working with scientific notation, which you can avoid if you are aware of them.

One common mistake is writing the coefficient $a$ outside the allowed range. For example, writing $25 \times 10^3$ instead of $2.5 \times 10^4$. The number 25 is not between 1 and 10, so the notation is not in standard scientific form. Always check whether you can make the coefficient smaller (by a factor of ten) and increase the exponent, or larger and decrease the exponent.

Another frequent error is moving the decimal in one direction but giving the exponent the wrong sign. Remember that making a number into a smaller coefficient (for example from 523000 to 5.23) requires a positive exponent, while turning a very small number into a larger coefficient (for example from 0.00092 to 9.2) requires a negative exponent.

Also, in addition and subtraction, some people try to add exponents directly. That is incorrect. Only the coefficients are added or subtracted after the exponents have been made the same.

Finally, during multiplication and division, forgetting to adjust the coefficient into the standard range leads to awkward numbers. After every calculation, quickly check the coefficient and, if necessary, shift one decimal place and change the exponent by 1 to restore $1 \le |a| < 10$.

These habits, together with the rules stated earlier, make scientific notation a reliable tool throughout physics.

Up
1.1 Physical Quantities and Units

Views: 9

Comments

Please login to add a comment.

Don't have an account? Register now!