xaktly | Science

Scientific notation

Why Scientific Notation?

In the sciences, we often deal with numbers that can differ by many orders of magnitude, that is, by powers of ten. For example, the sun is 148,986,000,000 meters away (on average) from Earth, but the distance across one of the protons that exist in the plasma of the sun is about 0.000000000000001 meters. This is a lot of zeros to keep track of and the difference between those numbers is immense. Scientific notation allows us to express those numbers as 1.489 x 1011 m and 1 x 10-15 m, respectively. It makes things a lot easier.

The convenience of powers of ten


The chart on the left shows several powers of ten, from 109 to 10-9, and their translations into standard integer or decimal notation.

You can think of the power of ten as an instruction about where to move the decimal. If you begin with the digit 1, which is the real number 1.0, then 109 means "move the decimal point nine digits to the right and fill in the spaces with zeros."

109 = 1,000,000,000

Likewise, beginning with 1.0, if -9 is the power of 10 (10-9), that means "move the decimal point nine spaces to the left and fill in with (eight) zeros."

10-9 = 0.000000001

The common metric system prefixes are listed in magenta for certain powers of ten.

These powers of ten form the backbone of scientific notation. Now let's look at the anatomy of a number written in scientific notation.

Orders of magnitude

In science and mathematics, a power of ten difference is called an order of magnitude. For example, 100 (102) and 1,000,000 (106) differ by four orders of magnitude.

An amazing film: "Powers of Ten"

Take a few minutes to watch this short film, "Powers of Ten", produced in 1977 by extraordinary designers and educators, Charles and Ray Eames. As you watch it, remember that it was filmed (yes FILMed) before we had much in the way of digital graphics capabilities. Seen in that light, it's a truly amazing piece of work, and it will really help illustrate the meaning of orders of magnitude.

A newer version

Here's a modernized version of that film narrated by Morgan Freeman. Worth watching!


Anatomy of a number in scientific notation


Now we can make a very simple extension of the powers of ten above to create what we call scientific notation. On the right are a couple of examples of numbers in scientific notation.

2.5 x 1012 means to take 2.5, move the decimal 12 places to the right and fill in the open gaps with zeros to make 2,500,000,000,000 or 2.5 trillion. In scientific notation, the number on the left is always a single digit followed by a decimal point and the correct (see significant figures) number of digits after the decimal.

-3.2 x 10-5 means to take the negative number -3.2, and move the decimal 5 places to the left, filling in the open gaps with zeros to make -0.000032. Notice that the minus sign to the left of the 3.2 has nothing to do with the exponent, and simply indicates a negative number.

We would write -2.5 trillion as -2.5 x 1012.

Scientific notation: form

In scientific notation, the number on the left is always a single digit followed by a decimal point and the correct (see significant figures) number of digits after the decimal.

Converting numbers to scientific notation


Here are a few examples of how to convert numbers, big and small, to scientific notation. This is one of the tasks you may have to do most, so it's a good one to learn.

Example 1:   12,000,000

First, there is an implicit (not shown but there) decimal after 12,000,000, and our goal is to put it after the 1 and before the 2:

Now we simply count how many spaces from the right (the original decimal) that is:

Now it's a simple matter to form the number in scientific notation. It's 1.2 with 6 zeros (the 7th place is taken up by the 2):

Note that the number in scientific notation is really a kind of recipe for recovering our original number: "Take 1.2 and move the decimal 7 places to the right." When we're forming the scientific notation, the move is in the opposite direction, but that's only to form 1.2 x 107 in the first place.

Example 2:   232,124.5

This example is similar to the first, except that there is actually a decimal in the original number.

To move the decimal between the 2 and the 3, we'll need to move it five places to the left:

Now our number in scientific notation is

In this case we have carried a lot of digits from the original number. Those should be carried as long as they're significant according to the rules of significant digits.


Example 3:   0.000323

Here's our first example of a number less than one. We'll want to move the decimal between the 3 and the 2:

That means moving the decimal four places to the right:

to get our number in scientific notation:

Remember that this number is a recipe for recovering our original number. It says, "move the decimal four places to the right, filling spaces with zeros, to get the original number 0.000323."


Example 4:   -0.0000044

Our last example is a negative number. The scientific notation version will thus be -4.4 x 10?, Let's determine the exponent:

That means moving the decimal five places to the right:

to get our scientific notation,


Practice problems

Convert these numbers to scientific notation form.

1.   0.00154
2.   105060
3.   -0.00221
4.   -125,000
5.   -10.23
6.   1,525,000,000
7.   0.198
8.   -0.01023
9.   6022000000

Multiplication of numbers in scientific notation


Multiplication of numbers in scientific notation is easy. That's in large part why we even use it. We make use of the commutative property of multiplication, that is a·b = b·a, and a·b·c = a·c·b, and so on.


Example 5

(2.1 x 1011)(3.2 x 103)


There are two keys to doing this kind of multiplication. The first is that the only operation there is multiplication, so we can easily rearrange this expression to

$$(2.1)(3.2)(10^11)(10^3)$$

Now the first multiplication is just 2.1(3.2) = 6.7 (I'm being careful not to use more digits after the decimal than I should). The second key is that when we multiply powers of the same base, we just add exponents. It's pretty easy to see why with a simple example like (103)(102):

$$ \begin{align} (10^3)(10^2) &= (10 \cdot 10\cdot 10)(10\cdot 10) \\ &= 10 \cdot 10 \cdot 10 \cdot 10 \cdot 10 \\ &= 10^5 \\ &= 10^{3 + 2} \end{align}$$

That makes our example

$$6.7 (10^{11 + 3}) = 6.7 \times 10^{14}$$

Example 6

(3.21 x 10-12)(9.09 x 104)


In this example, 3.21 x 9.09 = 29.2 We don't like to have two digits before the decimal in scientific notation, so we're going to have to adjust the exponent of our result at the end to put it back to the proper place. First we rearrange to

$$= (3.21)(9.09)(10^{-12})(10^4)$$

Then multiplying the numbers and powers of ten separately we have

$$= 29.2 \times 10^{-12 + 4} = 29.2 \times 10^{-8}$$

Now we've got to move the decimal one place to the left to get this number into proper form. Notice that the "instruction" 10-8 says to move the decimal 8 places to the left. If we do one of these moves ahead of time, we'll have to change that "instruction" to 10-7, so our result is

$$2.92 \times 10^{-7}$$

Take a minute to convince yourself that 29.2 x 10-8 and 2.92 x 10-7 are the same number.


Practice problems

Multiply these numbers and express the results in proper scientific notation:

1.   (1.0 × 107)(2.1 × 103)
2.   (9.2 × 106)(4.3 × 102)
3.   (6.26 × 10-3)(3.21 × 1014)
4.   (6.022 × 1023)(1.981 × 10-19)
5.   (6.022 × 1023)(2 × 102)
6.   (3.11 × 1018)(3.11 × 10-19)
7.   (4.2822 × 103)(4.2822 × 10-5)
8.   (2.22 × 10-4)(2.22 × 10-11)
9.   (0.334)(7.1 × 10-10)
10.   (101,325)(1.981 × 10-19)

Division of numbers in scientific notation


Division of one number in scientific notation by another is as straightforward as multiplication. Divide the numbers, then divide the powers of 10 and multiply the two. Remember that when we divide powers of the same base, we subtract the exponent of the denominator from the exponent of the numerator. Here's an example:

Here's an example of a division problem in scientific notation. We can regroup the decimal numbers and powers of ten:

Then it's just a matter of dividing 4.22 by 2.31 and subtracting the exponents of the powers of ten to get the result.

Here are some practice exercises ...

Practice problems

Divide these numbers and express the results in proper scientific notation:

$$\frac{2.1 \times 10^4}{1.1 \times 10^2}$$
$$\frac{6.022 \times 10^{23}}{1.55 \times 10^{18}}$$
$$\frac{6.022 \times 10^{23}}{1.55 \times 10^{18}}$$
$$\frac{2.381 \times 10^{-9}}{6.8 \times 10^{-6}}$$
$$\frac{1 \times 10^{-15}}{2 \times 10^2}$$
$$\frac{5.749 \times 10^6}{2.11 \times 10^{11}}$$

Scientific notation on a calculator or computer: EE


On most calculators, we enter scientific notation using a button labeled EXP or EE. Both are a shorthand for "times ten to the power of."

For example, if I want to enter 2.48 x 1019, on the calculator on the left, I enter the sequence "2.48 [2nd] EE 19". On the calculator shown here, EE is the 2nd function of the comma ( , ) key.

Four calculations – two multiplications and two divisions – have been entered and performed on this calculator. The first multiplication is

(2.48 x 1019)(5.81 x 10-6)

and the result is

1.44 x 1014.

See if you can follow the rest of those calculations.

You can set your calculator to display results in scientific notation if you'd like. On this calculator it's done using the [MODE] button.

Notice that the 3rd result was displayed as 4613.333. This calculator was not set up to use scientific notation for numbers in the 1000 range.

Some calculators have a mode such that when you press something like EE 4, it will print 104. That's nice, but not completely necessary. Use it if you have it and you like it.

Historical note: EE stands for Engineering Exponent. It was a calculator shortcut developed at a time when most calculator users were engineers.

Creative Commons License   optimized for firefox
xaktly.com by Dr. Jeff Cruzan is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License. © 2016, Jeff Cruzan. All text and images on this website not specifically attributed to another source were created by me and I reserve all rights as to their use. Any opinions expressed on this website are entirely mine, and do not necessarily reflect the views of any of my employers. Please feel free to send any questions or comments to jeff.cruzan@verizon.net.