Skip to main content
Logo image

Chapter 34 Scientific Notation

Section 34.1 Numbers That Are Annoyingly Big or Small

In science courses, there are important values that are sometimes very large or very small. For example, in a course such as astronomy, you might learn that the average distance from the earth to the sun is approximately 149600000000 meters. In chemistry, you will run into a unit called a mole, which represents approximately 60221407600000000000000 molecules. You might also have very small numbers, such as atoms being approximately 0.0000000001 meters in size.
One of the challenges with numbers like these is that it can be very difficult to compare them. For example, determine which of the two numbers is the larger number: 10000000000000000000 or 5000000000000000000. It can be an annoying and frustrating process to have to count out all of the digits in those numbers, and it’s easy to make mistakes. Some people will use commas or small spaces every three digits (starting from the decimal point) in order to help, but this is still a lot of writing and a lot of opportunities for errors.
This is addressed in multiple ways. We are going to focus on scientific notation in this section. The idea of scientific notation is to take these long numbers and write them in a more compact form that makes them easier to think about and easier to work with.

Definition 34.1. Scientific Notation.

Scientific notation is a representation of numbers (that are typically very large or very small) using the form \(a \times 10^n\text{,}\) where \(a\) is a decimal number between 1 and 10 (including 1 and excluding 10) and \(n\) is some integer.
The value of scientific notation is that it replaces the process of counting out zeros and displays that value explicitly. It comes out of the fact that multiplying or dividing a number by a power of corresponds to "moving the decimal point" a certain number of places.

Activity 34.1. Converting from Scientific Notation.

The idea of "moving the decimal point" is extremely common when performing these arithmetic calculations. This idea is just a reflection of the fact that we work with a system for writing down numbers. When multiplying by a positive power of the multiplication makes the final result bigger.
And when multiplying by a negative power of the multiplication makes the final result smaller.
Try it!
Convert the numbers \(1.234 \times 10^5\) and \(9.87 \times 10^{-6}\) into standard form.
Solution.
\begin{equation*} 1.234 \times 10^5 = 123400 \qquad 9.87 \times 10^{-6} = 0.00000987 \end{equation*}

Activity 34.2. Converting to Scientific Notation.

Putting a number into scientific notation follows the same idea. However, in this case you must decide the number of positions that the decimal point must move. Some people say that the signs are "switched" when putting the number into scientific notation, but that tends to cause confusion because students often forget which way the correct way is and so when they "switch" they still get it wrong. The best way to avoid errors is simply to take a moment and think about the final answer. If you started with a big number, then your scientific notation should represent a big number. And if you started with a small number, your scientific notation should represent a small number.
The other important factor to remember is that your value should be a number between and but not itself. Another way to think about it is that you only want one digit to the left of the decimal point (and that digit should not be zero) when you’re done.
Try it!
Convert the numbers and to scientific notation.
Solution.
\begin{equation*} 3480000000 = 3.48 \times 10^{9} \qquad 0.0000736 = 7.36 \times 10^{-5} \end{equation*}
Another reason for scientific notation is that it allows us to more easily perform arithmetic. The product \(2000000000 \cdot 400000000000\) is definitely an 8 followed by some number of zeros, but counting those zeros runs into the same risks of errors as we saw above.

Activity 34.3. Multiplication in Scientific Notation.

To perform arithmetic with scientific notation correctly, it is helpful to think about some basic algebra ideas. Instead of thinking about \(a \times 10^n\text{,}\) it can be more helpful to think about \(a \times x^n\) where \(x = 10\text{.}\) The benefit to this is that it allows you to use your past experience and intuition.
We’ll start with multiplication. What is \(2x^7 \cdot 3x^9\text{?}\) You might recall that we multiply the number parts and then multiply the variable parts, and that the variable parts satisfy \(x^n \cdot x^m = x^{n+m}\text{,}\) which gives you as the final result.
Try it!
Calculate \((2 \times 10^7) \cdot (3 \times 10^9)\text{.}\)
Solution.
\begin{equation*} (2 \times 10^7) \cdot (3 \times 10^9) = 6 \times 10^{16} \end{equation*}

Activity 34.4. Adding and Subtracting with Scientific Notation.

When adding and subtracting using scientific notation, you need to be a bit more careful. We need to have like terms in order for us to combine them. For example, \(6x^8 + 2x^7\) cannot be simplified. In order to get around this, we need to rewrite the numbers so that they have the same power of 10.
In order to do that, we need to think about other representations of numbers. Here is a collection of expressions that are all equivalent to
\begin{equation*} 5000 = 5000 \times 10^0 = 500 \times 10^1 = 50 \times 10^2 = 5 \times 10^3 = 0.5 \times 10^4 = 0.05 \times 10^5 = \cdots \end{equation*}
The important feature to notice is that as the power of increases, the other number decreases. This balancing act makes sense if you think about the overall result. If the overall result is not going to change, then if one number of the product gets larger, the other must get smaller.
Once that pattern is recognized, the calculations are simply a matter of execution. Here are two common approaches to the same calculation.
\begin{equation*} \begin{aligned} (6 \times 10^8) + (2 \times 10^7) \amp = (6 \times 10^8) + (0.2 \times 10^8) \\ \amp = 6.2 \times 10^8 \end{aligned} \end{equation*}
And here is the second:
\begin{equation*} \begin{aligned} (6 \times 10^8) + (2 \times 10^7) \amp = (6 \times 10^8) + (0.2 \times 10^8) \\ \amp = 6.2 \times 10^8 \end{aligned} \end{equation*}
Some prefer this first way because it avoids decimals. Some prefer the second way because it’s shorter. It doesn’t matter which way you do it as long as your steps are valid.
Try it!
Calculate \((8 \times 10^6) + (6 \times 10^8)\text{.}\) Give your final answer in scientific notation.
Solution.
\begin{equation*} \begin{aligned} (8 \times 10^6) + (6 \times 10^8) \amp = (8 \times 10^6) + (600 \times 10^6) \\ \amp = 608 \times 10^6 \\ \amp = 6.08 \times 10^8 \end{aligned} \end{equation*}

Activity 34.5. Adding and Subtracting with Negative Powers and Scientific Notation.

The same idea can be applied when the exponent is negative, but you need to be careful. As the exponent gets more negative, the power of becomes smaller and so the other number must get bigger.
\begin{equation*} 0.007 = 0.007 \times 10^0 = 0.07 \times 10^{-1} = 0.7 \times 10^{-2} = 7 \times 10^{-3} = 70 \times 10^{-4} = \cdots \end{equation*}
Try it!
Calculate \((5 \times 10^{-6}) + (4 \times 10^{-5})\text{.}\) Give your final answer in scientific notation.
Solution.
\begin{equation*} \begin{aligned} (5 \times 10^{-6}) + (4 \times 10^{-5}) \amp = (5 \times 10^{-6}) + (40 \times 10^{-6}) \\ \amp = 45 \times 10^{-6} \\ \amp = 4.5 \times 10^{-5} \end{aligned} \end{equation*}

Section 34.2 Worksheets

PDF Version of these Worksheets
 1 
external/worksheets/34-Worksheets.pdf

Worksheet Worksheet 1

1.
Convert the following list of numbers into scientific notation.
\begin{equation*} \begin{aligned} 38000000000 \amp = \\ 17500000000000000000 \amp = \\ 860000000000000 \amp = \\ 20000 \amp = \\ 3727000000000 \amp = \\ 6811000000000000 \amp = \end{aligned} \end{equation*}
2.
Convert the following list of numbers into scientific notation.
\begin{equation*} \begin{aligned} 0.00000000032 \amp = \\ 0.0000751 \amp = \\ 0.0000003 \amp = \\ 0.000000000866 \amp = \\ 0.00073 \amp = \\ 0.000000045 \amp = \\ \end{aligned} \end{equation*}
3.
Convert the following list of numbers into standard form.
\begin{equation*} \begin{aligned} 2.45 \times 10^7 \amp = \\ 8.12 \times 10^3 \amp = \\ 3.8 \times 10^5 \amp = \\ 5.318 \times 10^{10} \amp = \\ 7.5 \times 10^6 \amp = \\ 6.38 \times 10^9 \amp = \end{aligned} \end{equation*}
4.
Convert the following list of numbers into standard form.
\begin{equation*} \begin{aligned} 1.86 \times 10^{-3} \amp = \\ 3.8 \times 10^{-6} \amp = \\ 6.83 \times 10^{-5} \amp = \\ 5 \times 10^{-9} \amp = \\ 8.931 \times 10^{-7} \amp = \\ 8.12 \times 10^{-2} \amp = \end{aligned} \end{equation*}

Worksheet Worksheet 2

1.
Convert the following list of numbers into scientific notation.
\begin{equation*} \begin{aligned} 680000000 \amp = \\ 110000000000 \amp = \\ 0.0000000138 \amp = \\ 1830000000 \amp = \\ 0.000008861 \amp = \\ 0.0000000000003 \amp = \end{aligned} \end{equation*}
2.
Convert the following list of numbers into standard form.
\begin{equation*} \begin{aligned} 3.22 \times 10^5 \amp = \\ 4.9 \times 10^{-6} \amp = \\ 7.69 \times 10^{-4}\amp = \\ 9.08 \times 10^{8} \amp = \\ 3.83 \times 10^7 \amp = \\ 8.18 \times 10^{-5} \amp = \end{aligned} \end{equation*}
3.
Convert the following numbers into both scientific notation and standard form.
4.
Determine the value of that will make each of these equalities valid.

Worksheet Worksheet 3

1.
Calculate \((3 \times 10^5) + (6 \times 10^5)\) and \((8 \times 10^{-8}) + (9 \times 10^{-8})\text{.}\) Give your final answer in scientific notation.
2.
Calculate \((4 \times 10^7) + (7 \times 10^8)\) and \((6 \times 10^{-5}) + (9 \times 10^{-4})\text{.}\) Give your final answer in scientific notation.
3.
Calculate \((3 \times 10^4) \cdot (6 \times 10^5)\) and \((5 \times 10^{-8}) \cdot (8 \times 10^{-6})\text{.}\) Give your final answer in scientific notation.
4.
Calculate \((8 \times 10^4) \cdot (4 \times 10^{-6})\) and \((9 \times 10^{-3}) \cdot (2 \times 10^{4})\text{.}\) Give your final answer in scientific notation.

Worksheet Worksheet 4

1.
Calculate \((5 \times 10^5) + (8 \times 10^7)\) and \((8 \times 10^{-5}) - (5 \times 10^{-7})\text{.}\) Give your final answer in scientific notation.
2.
Calculate \((8 \times 10^{-3}) + (7 \times 10^{-2})\) and \((8 \times 10^{12}) - (5 \times 10^{11})\text{.}\) Give your final answer in scientific notation.
3.
Calculate \((7 \times 10^5) \cdot (8 \times 10^{-3})\) and \((2 \times 10^{-5}) \cdot (5 \times 10^{4})\text{.}\) Give your final answer in scientific notation.
4.
Calculate \(\frac{8 \times 10^4}{4 \times 10^{-6}}\) and \(\frac{9 \times 10^{-5}}{3 \times 10^{-2}}\text{.}\) Give your final answer in scientific notation.

Worksheet Worksheet 5

In practice, calculations done in scientific notation are done by calculator. More advanced calculators can handle the scientific notation on its own, but others can’t. We are going to practice calculations as if the calculators cannot handle scientific notation. The reason for this is to emphasize the logic of scientific notation.
The process of performing the calculation is the same as in the previous problems, except that instead of using mental arithmetic to calculate things like \(40 + 8\) and \(3 \cdot 5\text{,}\) you would use the calculator to calculate things like \(31.57 + 1.79\) and \((2.83) \cdot (8.9)\text{.}\)
1.
Calculate \((2.8619 \times 10^6) + (3.18 \times 10^4)\) using a calculator. Give your final answer in scientific notation.
2.
Calculate \((1.86 \times 10^6) \cdot (4.03 \times 10^{-3})\) using a calculator. Give your final answer in scientific notation.
3.
Calculate \(\frac{8.136 \times 10^{-5}}{2.9 \times 10^{4}}\) using a calculator. Give your final answer in scientific notation.

Section 34.3 Deliberate Practice: Scientific Notation

Algebra is a skill, which means it requires practice to become proficient. But it will take more than rote repetition to get there. Deliberate practice is the thoughtful repetition of a task. For each of these sections, you will be given a list of specific skills or ideas to focus on as you practice thinking through the problems.
Focus on these skills:
  • Carefully count out the zeros or decimal places in your conversion.
  • Present your work legibly.

Worksheet Worksheet

Instructions: Convert the number to both standard form and scientific notation.
1.
Convert \(1300 \times 10^{-2}\) to standard form and scientific notation.
2.
Convert \(0.78 \times 10^{-2}\) to standard form and scientific notation.
3.
Convert \(0.053 \times 10^{8}\) to standard form and scientific notation.
4.
Convert \(17000 \times 10^{3}\) to standard form and scientific notation.
5.
Convert \(12.87 \times 10^{-4}\) to standard form and scientific notation.
6.
Convert \(15.98 \times 10^{7}\) to standard form and scientific notation.
7.
Convert \(0.00017 \times 10^{-3}\) to standard form and scientific notation.
8.
Convert \(0.00086 \times 10^{6}\) to standard form and scientific notation.
9.
Convert \(250000 \times 10^{-8}\) to standard form and scientific notation.
10.
Convert \(39000 \times 10^{4}\) to standard form and scientific notation.

Section 34.4 Closing Ideas

There was once a time when teachers would tell students, "You’re going to need to learn these things because you won’t always have a calculator in your pocket." It turns out that those teachers were wrong. Almost everyone these days has a cell phone on them most of the time, and so they almost always have access to a calculator. But the existence of those calculators has not changed the fact that people still need to develop mathematical reasoning.
As we saw in this section, there are sometimes problems that calculators can’t to perform. And even if you have a calculator that does scientific notation, that doesn’t mean you can actually use that functionality. So there are still cognitive gaps that need to be covered in one way or another. An unhealthy approach is simply to say "push these buttons to do scientific notation" and turn math back into another rule-based structure. The challenge is that for the majority of students, you will only see scientific notation in science classes and then only a few other times in the rest of their lives.
If we isolate scientific notation to a set of rules that will only be used in a few circumstances, then the most likely outcome is that students won’t remember it at all. But if we connect it back to a conceptual idea (combining like terms), there is a greater chance that student will not only remember, but also have a better chance of re-understanding it if they forget. And this is an important benefit to thinking about math as a body of connected ideas instead of individual skills. It creates opportunities for students be able to use their experience and reasoning to rebuild lost knowledge, instead of simply being stuck at "I don’t remember this."