Skip to main content

Section 1.C Exponents and Scientific Notation

Subsection 1.C.1 Exponent Properties

Recall from Section 0.0 that exponents represent repeated multiplication:

  • \(\displaystyle x^1 = x\)
  • \(\displaystyle y^2 = (y)(y)=yy\)
  • \(\displaystyle 2^3 = (2)(2)(2)=8\)
  • \(\displaystyle 10^4 = (10)(10)(10)(10)=10,000\)

There are several rules that simplify operations involving exponents.

Example 1.C.1. Multiplication with Exponents.

Simplify.

\begin{align*} a^3a^2 \amp\amp\amp \text{Expand exponents to multiplication problem}\\ (aaa)(aa) \amp\amp\amp \text{Now we have \(5\) \(a\)'s being multiplied together}\\ a^5\amp\amp\amp\text{Our Solution}\checkmark \end{align*}
WeBWorK: Entering Exponents.

Type a^5 for \(a^5.\)

Notice that the exponents \(3\) and \(2\) give the number of times to multiply \(a,\) and the product is the total number of times \(a\) gets multiplied, \(5:\) \(a^3 a^2=a^{3+2}=a^5\text{.}\) This is known as the product rule of exponents:

\begin{gather} \text{Product Rule of Exponents: } a^m a^n=a^{m+n}\label{exponents-product-rule}\tag{1.C.1} \end{gather}

The product rule of exponents can be used to multiply powers with the same base. This is shown in the following examples:

Example 1.C.2. Product Rule of Exponents.

Simplify.

\begin{align*} 3^2\cdot 3^6\cdot 3 \amp\amp\amp \text{Same base \((3)\), add the exponents \(2+6+1\)}\\ 3^9 \amp\amp\amp \text{Our Solution}\checkmark \end{align*}
Example 1.C.3. Product Rule of Exponents.

Simplify.

\begin{align*} 2x^3 y^5 z \cdot 5x y^2 z^3 \amp\amp\amp \text{Multiply \(2\cdot 5\), add exponents on each of \(x, y\) and \(z\)}\\ 10x^4 y^7 z^4 \amp\amp\amp \text{Our Solution}\checkmark \end{align*}

When multiplication and addition/subtraction are used in the same expression, you need to keep track of which rule to use.

Example 1.C.4. Combine like terms.

Write the expression without parenthesis. Combine like terms.

\begin{align*} 2t(3t+1)-4(5-t^2) \amp\amp\amp \text{Distribute the } 2t \text{ and } -4\\ 2t \cdot 3t+2t \cdot 1 - 4\cdot 5- 4 \cdot -t^2 \amp\amp\amp \text{Simplify }\\ 6t^2+2t-20+4t^2 \amp\amp\amp \text{Combine like terms }\\ 10t^2+2t-20 \amp\amp\amp \text{Our Solution}\checkmark \end{align*}

Next, we consider what happens when we divide with exponents.

Example 1.C.5. Division with Exponents.

Simplify.

\begin{align*} \dfrac{a^5}{a^2} \amp\amp\amp \text{Expand exponents}\\ \dfrac{aaaaa}{aa} \amp\amp\amp \text{Since \(\frac{a}{a} = 1\), each \(a\) in the bottom "cancels" an \(a\) in the top.}\\ aaa \amp\amp\amp \text{Convert to exponents}\\ a^3 \amp\amp\amp \text{Our Solution}\checkmark \end{align*}

Since the exponent in the denominator reduces the exponent in the numerator, we may simplfy the quotient by subtracting the exponents, \(\dfrac{a^5}{ a^2} = a^{5-2}= a^3\text{.}\) This is known as the quotient rule of exponents.

\begin{gather} \text{Quotient Rule of Exponents: } \frac{a^m}{ a^n} =a^{m-n}\label{exponents-quotient-rule}\tag{1.C.2} \end{gather}

The quotient rule of exponents may be used to divide powers by subtracting exponents on like bases. This is shown in the following examples:

Example 1.C.6. Quotient Rule of Exponents.

Simplify:

\begin{align*} \dfrac{7^5 x^8}{7^4 x^3} \amp\amp\amp \text{Subtract the exponents on like bases, \(5-4 = 1\) and \(8-3=5\)}\\ 7^1x^5 \amp\amp\amp \text{Note that \(7^1 = 7\) since there is only one \(7\) to multiply.}\\ 7x^5 \amp\amp\amp \text{Our Solution}\checkmark \end{align*}

A power may itself be raised to a second exponent.

Example 1.C.7. Powers with Exponents.

Simplify.

\begin{align*} \left(a^2\right)^3 \amp\amp\amp \text{This means we have \(a^2\) three times--expand}\\ a^2\cdot a^2 \cdot a^2 \amp\amp\amp \text{Add exponents}\\ a^6 \amp\amp\amp \text{Our Solution}\checkmark \end{align*}

Since we have \(a^2\) times itself \(3\) times, we can multiply the exponents \((a^2)^3 = a^{2\cdot 3} = a^6.\) This is known as the power of a power rule of exponents

\begin{gather} \text{Power of a Power Rule of Exponents: } (a^m)^n=a^{mn}\label{exponents-power-of-a-power-rule}\tag{1.C.3} \end{gather}

There are two more useful properties of exponents.

Example 1.C.8. Powers of Products.

Simplify.

\begin{align*} (ab)^3 \amp\amp\amp \text{This means we have \((ab)\) three times}\\ (ab)(ab)(ab) \amp\amp\amp \text{The product of three \(a\)'s and three \(b\)'s can be written with exponents}\\ a^3 b^3 \amp\amp\amp \text{Our Solution}\checkmark \end{align*}

We see that the exponent \(3\) applies to each factor in the product: \((ab)^3 = a^3b^3\text{.}\) This is known as the power of a product rule of exponents:

\begin{gather} \text{Power of a Product Rule of Exponents: } (ab)^m=a^m b^m\label{exponents-power-of-a-product-rule}\tag{1.C.4} \end{gather}

It is important that we only use the power of a product rule with multiplication inside parentheses. This property does NOT work if there is addition or subtraction inside the parentheses.

WARNING
\((a+b)^n\) is NOT equal to \(a^n+b^n\) if \(n\ne 1\text{,}\) beware of this error!
For example, \((1+3)^2 = (4)^2 = 16\) but \(1^2 + 3^2 = 1 + 9 = 10.\)

Another property that is very similar to the power of a product rule is considered next.

Example 1.C.9. Powers of Quotients.

Simplify.

\begin{align*} \left(\frac{a}{b} \right)^3 \amp\amp\amp \text{This means we multiply three copies of the fraction.}\\ \left(\frac{a}{b} \right) \left(\frac{a}{b} \right) \left(\frac{a}{b} \right) \amp\amp\amp \text{Multiply fractions across the top and bottom, using exponents}\\ \dfrac{a^3}{b^3} \amp\amp\amp \text{Our Solution}\checkmark \end{align*}

We see that the exponent applies to each factor in both the numerator and denominator, \(\left(\frac{a}{b} \right)^3=\frac{a^3}{b^3}\text{.}\) This is known as the power of a quotient rule of exponents:

\begin{gather} \text{Power of a Quotient Rule of Exponents: } \left(\frac{a}{b} \right)^m=\frac{a^m}{b^m}\label{exponents-power-of-a-quotient-rule}\tag{1.C.5} \end{gather}

We may need to use several rules to simplify an expression. This is shown in the following examples:

Example 1.C.10. Simplify Exponents.

Simplify.

\begin{align*} (x^3y)^4 \amp\amp\amp \text{Raise each factor to the }4^{\mathrm{th}}\text{ power, multiply exponents}\\ x^{12} y^4 \amp\amp\amp \text{Our Solution}\checkmark \end{align*}
WeBWorK: Entering Multi-digit Exponents.

If your exponent has two or more digits, you must place parentheses around it. Otherwise, WeBWorK only takes the first number after the ^ as the exponent: Type x^(12) for \(x^{12}\text{.}\)

Example 1.C.11. Simplify Exponents.

Simplify.

\begin{align*} \left(\dfrac{a^3 b}{c^4 d^5} \right)^2 \amp\amp\amp \text{Raise each factor to the }2^{\mathrm{nd}}\text{ power, multiply exponents}\\ \dfrac{a^6 b^2}{c^8d^{10}} \amp\amp\amp \text{Our Solution}\checkmark \end{align*}

When we multiply powers its important to remember that we add or subtract exponents, not bases. An expression such as \(5^3\) does not mean we multiply \(5\) by \(3\text{,}\) rather we multiply \(5\) three times, \(5 \cdot 5 \cdot 5 = 125\text{.}\)

Example 1.C.12. Simplify Exponents.

Simplify.

\begin{align*} (4x^2 y^5)^3 \amp\amp\amp \text{Raise each factor to the }3^{\mathrm{rd}}\text{ power, multiply exponents}\\ 4^3 x^6 y^{15} \amp\amp\amp \text{Evaluate \(4^3=4\cdot 4\cdot 4\)}\\ 64x^6 y^{15} \amp\amp\amp \text{Our Solution}\checkmark \end{align*}

In the previous example we did not multipy \(4\) by the exponent \(3\) to get \(12\text{:}\) this would have been incorrect. Never multiply a base by the exponent.

Generally, simplifying an expression requires a combination of properties, and deciding which property to use first may be confusing. However, the order of operations always applies and can be your guide. You should simplify inside any parentheses first, then simplify any exponents (using power rules), and finally simplify any multiplication or division (using product and quotient rules).

Example 1.C.13. Simplify Exponents.

Simplify.

\begin{align*} (4x^3 y \cdot 5x^4 y^2)^3 \amp\amp\amp \underline{P}EMDAS\text{ First inside Parentheses:}\\ \amp\amp\amp\text{Multiply constants \(4\cdot 5 = 20\),}\\\ \amp\amp\amp\text{Apply Product Rule: add exponents}\\ (20x^7 y^3)^3 \amp\amp\amp P\underline{E}MDAS\text{: Next Exponents:}\\ \amp\amp\amp\text{Apply Power of a Product Rule: multiply exponents}\\ 20^3 x^{21} y^9 \amp\amp\amp \text{Evaluate \(20^3\)}\\ 8000x^{21} y^9 \amp\amp\amp \text{Our Solution}\checkmark \end{align*}
Example 1.C.14. Simplify Exponents.

Simplify.

\begin{align*} 2x^4 - 4x^2(3x^2 - x) \amp\amp\amp PE\underline{M}DAS \text{ Multiply thru parentheses,}\\ 2x^4 - 4x^2(3x^2) + 4x^2(x) \amp\amp\amp \text{Combine with Product Rule}\\ 2x^4 - 12x^4 + 4x^3 \amp\amp\amp PE\underline{M}DAS\text{ Combine like terms}\\ \amp\amp\amp\text{Subtract \(2x^4 - 12x^4\) first}\\ -10x^4 + 4x^3 \amp\amp\amp \text{Our Solution}\checkmark \end{align*}
Example 1.C.15. Simplify Exponents.

Simplify.

\begin{align*} 7a^3(2a^4)^3 \amp\amp\amp P\underline{E}MDAS \text{ Parentheses are already simplified,}\\ \amp\amp\amp\text{Exponents: Apply Power Rule}\\ 7a^3(2^3a^{(4)( 3)}) \amp\amp\amp \text{Simplify inside parentheses}\\ 7a^3(8a^{12}) \amp\amp\amp PE\underline{M}DAS\text{ Multiplication: \((7)(8)=56\)}\\ \amp\amp\amp\text{Apply Product Rule: add exponents}\\ 56a^{15} \amp\amp\amp \text{Our Solution}\checkmark \end{align*}
Example 1.C.16. Simplify Exponents.

Simplify.

\begin{align*} \dfrac{(3a^3 b)(10a^4 b^3)}{2a^4 b^2} \amp\amp\amp \text{Simplify numerator with Product Rule: add exponents}\\ \dfrac{30a^7 b^4}{2a^4 b^2} \amp\amp\amp \text{Now use the Quotient Rule: subtract exponents}\\ 15a^{7-4} b^{4-2} \amp\amp\amp \text{Simplify}\\ 15a^3 b^2 \amp\amp\amp \text{Our Solution}\checkmark \end{align*}

Remember to follow the order of operations as a guide: simplify inside parentheses first, then use the power rules, then the product and quotient rules.

Checkpoint 1.C.17. Simplify Exponents.

Subsection 1.C.2 Negative Exponents

Next we consider zero and negative exponents.

Example 1.C.18. Investigate Zero Power.
\begin{align*} \text{ } \amp\amp\amp \underline{\text{First Method}}\amp\amp\amp \text{ } \amp\amp\amp \underline{\text{Second Method}}\\ \dfrac{a^3}{a^3} \amp\amp\amp \text{Use the Quotient Rule,}\amp\amp\amp \dfrac{a^3}{a^3} \amp\amp\amp \text{Rewrite exponents}\\ \amp\amp\amp \text{subtract exponents } 3-3=0 \amp\amp\amp \text{ } \amp\amp\amp \text{as repeated multiplication}\\ a^0 \amp\amp\amp \text{Method 1 Solution}\amp\amp\amp \dfrac{aaa}{aaa} \amp\amp\amp \text{Cancel out all the \(a\)'s}\\ \text{ } \amp\amp\amp \text{ }\amp\amp\amp \frac{1}{1}=1 \amp\amp\amp \text{Method 2 Solution} \end{align*}

When we combine the two solutions we get:

\begin{align*} \text{} \amp\amp\amp a^0=1 \amp\amp\amp \text{Our Final Result}\checkmark \amp\amp\amp \text{ } \end{align*}

This final result is an important property known as the Zero Power Rule of Exponents:

\begin{gather} \text{Zero Power Rule of Exponents: } \text{For } a \neq 0, a^0=1\label{exponents-zero-power-rule}\tag{1.C.6} \end{gather}

Any number or expression raised to the zero power (except \(0\)) will always be \(1\text{.}\) The problem with \(0\text{,}\) is that \(0\) raised to any positive integer \(n\) is zero. For example, \(0^3 = 0 \cdot 0 \cdot 0 = 0\) and so there is disagreement as to what \(0^0\) should be. We will avoid the issue by declaring it to be not defined and not include it in any of the exercises.

Example 1.C.19. Zero Power Rule of Exponents.

Simplify.

\begin{align*} \frac{x^2y^4}{x^2y} \amp\amp\amp \text{Subtract exponents of like bases}\\ x^0 y^3 \amp\amp\amp \text{Use the Zero Power Rule: \(x^0 = 1\)}\\ y^3 \amp\amp\amp \text{Our Solution}\checkmark \end{align*}
Example 1.C.20. Investigate Negative Exponents.
\begin{align*} \text{ } \amp\amp\amp \underline{\text{First Method}}\amp\amp\amp \text{ } \amp\amp\amp \underline{\text{Second Method}}\\ \dfrac{a^3}{a^5} \amp\amp\amp \text{Using the Quotient Rule,}\amp\amp\amp \dfrac{a^3}{a^5} \amp\amp\amp \text{Rewrite exponents}\\ \text{ } \amp\amp\amp \text{subtract exponents \(3-5=-2\)}\amp\amp\amp \text{ } \amp\amp\amp \text{as repeated multiplication}\\ a^{-2} \amp\amp\amp \text{Method 1 Solution}\amp\amp\amp \dfrac{aaa}{aaaaa} \amp\amp\amp \text{Reduce three \(a\)'s out of top and bottom}\\ \text{ } \amp\amp\amp \text{ } \amp\amp\amp \dfrac{1}{aa} \amp\amp\amp \text{Simplify to exponents}\\ \text{ } \amp\amp\amp \text{ } \amp\amp\amp \dfrac{1}{a^2} \amp\amp\amp \text{Method 2 Solution} \end{align*}

Since both expressions are solutions, they must be equal:

\begin{align*} \text{} \amp\amp\amp a^{-2}=\dfrac{1}{a^2} \amp\amp\amp \text{Our Final Result}\checkmark\amp\amp\amp \text{ } \end{align*}

This example illustrates an important property of exponents. Negative exponents indicate the reciprocal of the base. We use our knowledge of how to divide fractions to understand how to simplify the following:

\begin{align*} \dfrac{1}{a^{-2}} \amp= \dfrac{1}{\frac{1}{a^{2}}} \\ \amp= 1 \cdot \frac{a^2}{1} \\ \amp= a^2 \end{align*}

We summarize the rule for simplifying negative exponents:

\begin{gather} \text{Negative Power Rule of Exponents: } \text{For } a \neq 0 \text{ and } n>0, a^{-n}=\frac{1}{a^n} \text{and } \frac{1}{a^{-n}} = a^n\label{exponents-neg-power-rule}\tag{1.C.7} \end{gather}

It is important to note a negative exponent does not mean the expression is negative, only that we need the reciprocal of the base.

Example 1.C.21. Simplify a Fraction with a Negative Exponent.

Simplify.

\begin{align*} \left(\dfrac{5}{3} \right)^{-2} \amp\amp\amp \text{Negative exponents indicate the reciprocal of the base}\\ \left(\dfrac{3}{5} \right)^2 \amp\amp\amp \text{The reciprocal has a positive exponent; now use the power rule}\\ \dfrac{3^2}{5^2} \amp\amp\amp \text{Evaluate}\\ \dfrac{9}{25} \amp\amp\amp \text{Our Solution}\checkmark \end{align*}

The exponent properties are summarized in the following table:

Rules of Exponents
Product Rule of Exponents \(a^m a^n=a^{m+n}\) (1.C.1)
Quotient Rule of Exponents \(\frac{a^m}{a^n} =a^{m-n}\) (1.C.2)
Power of a Power Rule of Exponents \((a^m)^n=a^{mn}\) (1.C.3)
Power of a Product Rule of Exponents \((ab)^m=a^m b^m\) (1.C.4)
Power of a Quotient Rule of Exponents \(\left(\frac{a}{b} \right)^m=\frac{a^m}{b^m}\) (1.C.5)
Zero Power Rule of Exponents \(a^0=1\) (1.C.6)
Negative Power Rule of Exponents \(a^{-n}=\frac{1}{a^n} \text{ and } \frac{1}{a^{-n}} = a^n \) (1.C.7)

The rules of exponents apply to negative exponents as well as positive exponents. It is convenient to keep the negative exponents until the end of the problem and then "move them around" to their correct location (numerator or denominator). It is important to be very careful of rules for adding, subtracting, and multiplying with negatives.

Example 1.C.22. Negative Exponents.

Simplify.

\begin{align*} \dfrac{6x^{-2} y^{-9}}{-12x^{-5}y^3} \amp\amp\amp \text{Handle constants first: \(\frac{6}{-12}= \frac{-1}{2}\)}\\ \dfrac{-x^{-2} y^{-9}}{2x^{-5}y^3} \amp\amp\amp \text{Quotient rule to subtract exponents,}\\ \text{ }\amp\amp\amp \text{be careful with negatives!}\\ \text{ }\amp\amp\amp (-2)-(-5)=(-2)+5=3\\ \text{ }\amp\amp\amp (-9)-3=(-9)+(-3)=-12\\ \frac{-1}{2} x^3y^{-12} \amp\amp\amp y \text{ has a negative exponent, needs to move down to denominator}\\ \dfrac{-x^3}{2 y^{12}} \amp\amp\amp \text{Our Solution}\checkmark \end{align*}
WeBWorK: Entering Simplified Expressions.

Type -x^3/(2y^(12)) for \(\dfrac{-x^3}{2 y^{12}}\text{.}\)

Note the two sets of parentheses: one set around the \(12\) and the other around the denominator. Without the parentheses, -x^3/2y^12 the expression is interpreted as \(\dfrac{-x^3}{2}y^1 2\text{.}\)

Simplified expressions require a single fraction form: (num)/(denom) with

  • only integer coefficients: NOT \(\dfrac{-0.5x^3}{y^{12}}\)
  • negative signs placed in numerator: NOT \(\dfrac{x^3}{-2 y^{12}}\)
  • no negative exponents: NOT \(\frac{-1}{2}x^3y^{-12}\)

We now have the following nine properties of exponents.

Properties of Exponents
\(a^m a^n=a^{m+n}\) \((ab)^m=a^m b^m\) \(a^{-m}=\dfrac{1}{a^m}\)
\(\frac{a^m}{a^n}=a^{m-n}\) \(\left(\frac{a}{b} \right)^m=\frac{a^m}{b^m}\) \(\dfrac{1}{a^{-m}}= a^m\)
\((a^m)^n=a^{mn}\) \(a^0=1\) \(\left( \dfrac{a}{b}\right)^{-m}=\dfrac{b^m}{a^m}\)
Checkpoint 1.C.23. Simplify Negative Exponents.
Checkpoint 1.C.24. Simplify Negative Exponents with Powers.

Subsection 1.C.3 Scientific Notation

Scientific notation is used to represent really large or really small numbers. The distance that light travels in a year in miles is a really large number. The mass of a single hydrogen atom in grams is a really small number. Doing basic operations such as multiplication and division with these numbers would normally be very cumbersome. However, our exponent properties make this process much simpler.

Scientific notation is written as the product of two numbers:

  1. A number between one and ten (it can be equal to one, but not ten), and
  2. Ten to some integer power or exponent.
\begin{gather} \text{Scientific Notation: } a\times 10^b\text{ where }1\leq a\lt 10\tag{1.C.8} \end{gather}

Recall that multiplying by \(10\) in effect moves the decimal point one place. Here we multiply by \(10\) twice and the decimal moves two places: \(3.2 \times 10^2 = 3.2 \times 100 = 320.\) So the exponent tells how many places the decimal moves when changing between scientific notation and standard notation.

Keeping this in mind, we can easily make conversions between standard notation and scientific notation.

Example 1.C.25. Convert Standard to Scientific: Large number.
\begin{align*} \text{Convert \(14,200\) to scientific notation} \amp\amp\amp \text{Put decimal after first nonzero number}\\ 1.42 \amp\amp\amp \text{Exponent is how many times decimal moved, \(4\)}\\ \times 10^4 \amp\amp\amp \text{Positive exponent, standard notation is big}\\ 1.42 \times 10^4 \amp\amp\amp \text{Our Solution}\checkmark \end{align*}

When scientific notation is used to represent small numbers, the format requires the number be rewritten as a "bigger" value: \(0.0021\) must be written as \(2.1 \times 10^b\text{.}\) What should the value of the exponent, \(b,\) be? Note that the decimal was moved three places and we've changed the value to be bigger than the original number. Here is where the exponent on the \(10\) comes to the rescue. If we divide \(2.1\) by \(10\) three times, the result will be \(.0021\text{.}\) Dividing by \(10\) is the same thing as multipying by \(\frac{1}{10}\) and negative exponents allow us to write the fraction as a power of \(10\text{:}\) \(10^{-1} = \frac{1}{10}.\) To finish the conversion of \(0.0021\) to scientific notation: \(0.0021 = 2.1 \times 10^{-3}.\)

Example 1.C.26. Convert Standard to Scientific: Small number.

\begin{align*} \text{Convert \(0.0042\) to scientific notation} \amp\amp\amp \text{Put decimal after first nonzero number}\\ 4.2 \amp\amp\amp \text{Exponent is how many times decimal moved, \(3\)}\\ \times 10^{-3} \amp\amp\amp \text{Small standard number means a negative exponent}\\ 4.2 \times 10^{-3} \amp\amp\amp \text{Our Solution}\checkmark \end{align*}

To decide which direction to move the decimal (left or right) we simply need to remember that positive exponents mean we have a big number (bigger than ten) in standard notation, and negative exponents mean we have a small number (less than one) in standard notation. The negative exponent simply informs us that we are dealing with a small number.

WeBWorK: Entering Scientific Notation.

Use lower case x for the times sign \(\times\text{:}\) Enter 1.42 x 10^4 for \(1.42 \times 10^4.\)

For negative exponents or exponents with more than one digit in scientific notation, WeBWorK has a different rule than for general exponents. In both cases do NOT put parentheses around the exponent: Enter 4.2 x 10^-3 for \(4.2 \times 10^{-3}.\)

For exponents with two or more digits, enter 7.24 x 10^21 for \(7.24 \times 10^{21}.\)

IMPORTANT: When entering scientific notation, you must first select the "Tt" option in the math menu (MathQuill) before typing the number.

Checkpoint 1.C.27. Write in Scientific Notation.
Example 1.C.28. Convert Scientific to Standard.

\begin{align*} \text{Convert \(3.21\times 10^5\) to standard notation} \amp\amp\amp \text{Positive exponent: Move decimal right \(5\) places}\\ 321,000 \amp\amp\amp \text{Our Solution}\checkmark \end{align*}
Example 1.C.29. Convert Scientific to Standard.

\begin{align*} \text{Convert \(7.4\times 10^{-3}\) to standard notation} \amp\amp\amp \text{Negative exponent: Move decimal left \(3\) places}\\ 0.0074 \amp\amp\amp \text{Our Solution}\checkmark \end{align*}
Checkpoint 1.C.30. Write in Standard/Decimal form.

When you use a calculator or computer, sometimes scientific notation will be displayed a little differently. The number will look like 2.341 E03 or 2.341 e03. In this case, the E03 is short for "\(\times 10^3\)" and the number is \(2.341 \times 10^3\text{.}\)

Example 1.C.31. Interpret Computer/Calculator Notation.

\begin{align*} \text{Convert } 5.915 \text{ E}-12 \text{ to scientific notation} \amp\amp\amp \text{Exponent on \(10\) is \(-12\)}\\ 5.915 \times 10^{-12} \amp\amp\amp \text{Our Solution}\checkmark \end{align*}
Checkpoint 1.C.32. Interpret Calculator/Computer notation.

Subsection 1.C.4 Multiplication and Division Using Scientific Notation

To simplify a product or quotient of numbers in scientific notation, note that all the numbers are multiplied or divided so the numbers can be combined in any order to get the same answer. In this case, we multiply or divide the first numbers, then use exponent properties to simplify the powers of \(10\text{.}\) Consider the following examples:

Example 1.C.33. Multiplication with Scientific Notation.

\begin{align*} (2.1\times 10^{-7})(3.7\times 10^{5}) \amp\amp\amp \text{Deal with front numbers and \(10\)'s separately}\\ (2.1)(3.7)=7.77 \amp\amp\amp \text{Multiply front numbers}\\ 10^{-7} 10^5=10^{-2} \amp\amp\amp \text{Use product rule on \(10\)'s and add exponents}\\ 7.77 \times 10^{-2} \amp\amp\amp \text{Our Solution}\checkmark \end{align*}
Example 1.C.34. Division with Scientific Notation.
\begin{align*} \dfrac{4.96\times 10^{4}}{3.1\times 10^{-3}} \amp\amp\amp \text{Deal with front numbers and \(10\)'s separately}\\ \dfrac{4.96}{3.1}=1.6 \amp\amp\amp \text{Divide front numbers}\\ \dfrac{10^{4}}{10^{-3}}=10^{4-(-3)}=10^{7} \amp\amp\amp \text{Use quotient rule to subtract exponents, be careful}\\ \text{ }\amp\amp\amp \text{with negatives! } 4-(-3)=4+3=7\\ 1.6 \times 10^{7} \amp\amp\amp \text{Our Solution}\checkmark \end{align*}
Example 1.C.35. Powers with Scientific Notation.

\begin{align*} (1.8\times 10^{-4})^3 \amp\amp\amp \text{Apply the power rule to deal with front numbers and \(10\)'s separately}\\ (1.8)^3\times (10^{-4})^3 \amp\amp\amp \text{Evaluate \((1.8)^3=5.832\)}\\ 5.832\times 10^{-4(3)} \amp\amp\amp \text{Multiply exponents}\\ 5.832 \times 10^{-12} \amp\amp\amp \text{Our Solution}\checkmark \end{align*}

After computation, if the front number is greater than \(10,\) we convert the front number into scientific notation and then simplify the expression.

Example 1.C.36. Multiplication with Scientific Notation.

\begin{align*} (4.7\times 10^{-3})(6.1\times 10^9) \amp\amp\amp \text{Deal with front numbers and \(10\)'s separately}\\ (4.7)(6.1)\times 10^{-3+9} \amp\amp\amp \text{Simplify: } (4.7)(6.1)=28.67\\ 28.67\times 10^6 \amp\amp\amp \text{Note the result is not in scientific notation.}\\ 2.867 \times 10^{6+1} \amp\amp\amp \text{Move the decimal one to the left and add one to the exponent.}\\ 2.867 \times 10^{7} \amp\amp\amp \text{Our Solution}\checkmark \end{align*}
Checkpoint 1.C.37. Multiply Two Numbers in Scientific Notation.
Example 1.C.38. Division with Scientific Notation.
\begin{align*} \dfrac{2.014\times 10^{-3}}{3.8\times 10^{-7}} \amp\amp\amp \text{Deal with front numbers and \(10\)'s separately}\\ \dfrac{2.014}{3.8}\times \dfrac{10^{-3}}{10^{-7}} \amp\amp\amp \text{Divide numbers: } \dfrac{2.014}{3.8}=0.53 \\ 0.53\times 10^{-3-(-7)} \amp\amp\amp \text{Simplfy exponents: } -3-(-7)=-3+7=4 \\ 0.53\times 10^4 \amp\amp\amp \text{The result is not in scientific notation.}\\ 5.3 \times 10^{4-1}\amp\amp\amp \text{Move the decimal right one and subtract one from the exponent.}\\ 5.3 \times 10^{3} \amp\amp\amp \text{Our Solution}\checkmark \end{align*}
Checkpoint 1.C.39. Divide Two Numbers in Scientific Notation.

Subsection 1.C.5 Addition and Subtraction Using Scientific Notation

To add or subtract numbers expressed in scientific notation we could first write both numbers in standard notation, perform the operation, and then convert back to scientific notation.

\begin{align*} 2.36\times 10^{6}+ 9.7\times 10^{6} \amp\amp\amp \text{Write both numbers in standard notation}\\ 2,360,000 + 9,700,000 \amp\amp\amp \text{Add numbers}\\ 12,060,000 \amp\amp\amp \text{Write the result in scientific notation}\\ 1.206 \times 10^{7} \amp\amp\amp \end{align*}

Converting back and forth between scientific notation and decimals is not very efficient especially if the exponents are very large or very small. Because both numbers were times \(10^6\text{,}\) we may combine like terms involving \(10^6\text{,}\) by adding the front numbers, then writing the result in scientific notation.

Example 1.C.40. Addition with Scientific Notation.

\begin{align*} 2.36\times 10^{6}+ 9.7\times 10^{6} \amp\amp\amp \text{Combine like terms involving \(10^6\)}\\ (2.36+ 9.7)\times 10^{6} \amp\amp\amp \text{Add front numbers}\\ 12.06\times 10^{6} \amp\amp\amp \text{The result is not in scientific notation.}\\ 1.206\times 10^{6+1} \amp\amp\amp \text{Move the decimal one place to the left and add one to the exponent.}\\ 1.206 \times 10^{7} \amp\amp\amp \text{Our Solution}\checkmark \end{align*}

Subtraction of numbers written in scientific notation is similar if the exponents on the \(10\)'s are equal.

Example 1.C.41. Subtraction with Scientific Notation.

Subtract and write the result using scientific notation.

\begin{align*} 4.77\times 10^{-7}- 4.86\times 10^{-7} \amp\amp\amp \text{Combine like terms involving \(10^{-7}\)}\\ (4.77-4.86)\times 10^{-7} \amp\amp\amp \text{Subtract front numbers}\\ -0.09\times 10^{-7} \amp\amp\amp \text{Write the result in scientific notation}\\ -9.0 \times 10^{-7-2} \amp\amp\amp \text{Move the decimal \(2\) places right and subtract \(2\) from the exponent.}\\ -9.0 \times 10^{-9} \amp\amp\amp \text{Our Solution}\checkmark \end{align*}

This method of adding/subtracting runs into trouble if the scientific numbers do not both involve the same power of \(10\text{.}\) For example, we cannot just add the number parts for the following: \((2.1\times 10^2)+(3.5 \times 10^6)\) since \(2.1\times 10^2=210\) and \(3.5 \times 10^6=3,500,000\text{.}\) The number parts do not match up once we apply the powers of \(10\text{.}\) To do the calculation in scientific notation, we need to adjust one of the numbers to match the power of \(10\) of the other number. Usually, it is easier to match the smaller exponent.

Example 1.C.42. Add Scientific Notation with Different Powers.

\begin{align*} (2.1\times 10^2) + (3.5\times 10^6) \amp\amp\amp \text{Rewrite \(10^6\) as \(10^4\times 10^2\) to match the smaller exponent.}\\ (2.1\times 10^2) + (3.5\times 10^4\times 10^2) \amp\amp\amp \text{Multiply \(3.5\times 10^4\)}\\ (2.1\times 10^2) + (35000\times 10^2) \amp\amp\amp \text{Combine like terms involving \(10^2\)}\\ (2.1+35000)\times 10^2 \amp\amp\amp \text{Add the front numbers}\\ (35002.1)\times 10^2 \amp\amp\amp \text{Write the result in scientific notation}\\ 3.50021 \times 10^{2+4} \amp\amp\amp \text{Move the decimal four places to the left and add four to the exponent.}\\ 3.50021 \times 10^6 \amp\amp\amp \text{Our Solution}\checkmark \end{align*}
Example 1.C.43. Subtract Scientific Notation with Different Powers.

\begin{align*} (8.93\times 10^{13})- (9.26\times 10^{14}) \amp\amp\amp \text{Rewrite \(10^{14}\) as \(10^1\times 10^{13}\) to match the other power of \(13\)}\\ (8.93\times 10^{13})- (9.26\times 10^1 \times 10^{13}) \amp\amp\amp \text{Multiply \(-9.26\times 10^{1}\)}\\ (8.93\times 10^{13})- (92.6\times 10^{13}) \amp\amp\amp \text{Combine like terms involving \(10^{13}\)}\\ (8.93-92.6)\times 10^{13} \amp\amp\amp \text{Subtract front numbers}\\ (-83.67)\times 10^{13} \amp\amp\amp \text{Write the result in scientific notation}\\ -8.367 \times 10^{13+1} \amp\amp\amp \text{Move the decimal one place to the left and add one to the exponent.}\\ -8.367 \times 10^{14} \amp\amp\amp \text{Our Solution}\checkmark \end{align*}
Checkpoint 1.C.44. Add Scientific Notation with Different Powers.