1.5 Working with Exponents
SLO F-IF
Interpreting Functions. Understand what a function is and use function notation;
Learning Objectives
By the end of this section, you will be able to:
- read an exponential expression correctly, and tell the difference between \(-5^2\) and \((-5)^2\);
- derive and use the product property, \(a^m \cdot a^n = a^{m+n}\), by counting factors;
- derive and use the quotient property, \(\dfrac{a^m}{a^n} = a^{m-n}\), by dividing out common factors;
- explain why \(a^0 = 1\) and why \(a^{-n} = \dfrac{1}{a^n}\), rather than memorizing them;
- use the power properties \((a^m)^n = a^{mn}\), \((ab)^n = a^n b^n\), and \(\left(\dfrac{a}{b}\right)^n = \dfrac{a^n}{b^n}\);
- simplify an expression that needs several properties at once, and write the answer with only positive exponents;
- convert numbers between decimal form and scientific notation in both directions, and use scientific notation to compare and multiply very large and very small quantities.
Section 0.1 introduced exponents as shorthand. Writing \(2 \cdot 2 \cdot 2 \cdot 2 \cdot 2\) over and over is tedious, so we write \(2^5\) instead and agree that the small raised number counts how many factors there are. That is all an exponent has ever meant in this book, and it is all it will mean in this section. Nothing new is being defined.
What is new is what happens when exponential expressions start meeting each other. What is \(2^5 \cdot 2^3\)? What is \(\dfrac{x^7}{x^4}\)? What is \((x^2)^3\)? Each of these has a short answer, and each short answer is a rule with a name. There are seven or eight of them, they look confusingly alike, and every year students memorize the list, mix up which one adds and which one multiplies, and lose points to the confusion.
So this section is going to do something different. Every rule below will be derived — expanded into repeated multiplication, counted, and collapsed back down. That takes a few extra lines, but it buys something worth much more than the lines cost: if you can rebuild a rule, you never have to remember it. A student who has forgotten whether exponents add or multiply in \((x^2)^3\) can write out \(x^2 \cdot x^2 \cdot x^2\), count six \(x\)'s, and be sure in ten seconds. A student who only memorized has to guess.
1.5.1 What an Exponent Records
Start with the vocabulary, because the rest of the section depends on saying it precisely.
The little raised number is not something you do to the base. It is a count of how many copies of the base are being multiplied, the way a receipt says "×3" beside an item. Read \(a^m\) as "there are \(m\) of these, all multiplied together," and every rule in this section turns into counting.
For a real number \(a\) and a counting number \(m\),
$$a^m = \underbrace{a \cdot a \cdot a \cdot \ \cdots \ \cdot a}_{m \text{ factors}}$$Definition 1.5.1 — Exponential notation: the exponent counts the factors, and the base is the thing being counted.
The number \(a\) is the base. The number \(m\) is the exponent, and it tells how many times the base is used as a factor. The expression \(a^m\) is read "\(a\) to the \(m\)th power."
Expanding is always allowed and is always the safe move when you are unsure. If you can write the factors out, you can count them, and counting never lies to you.
$$4^3 = 4 \cdot 4 \cdot 4 = 64 \qquad\qquad x^5 = x \cdot x \cdot x \cdot x \cdot x$$ $$(-9)^5 = (-9)(-9)(-9)(-9)(-9) \qquad\qquad (-z)^3 = (-z)(-z)(-z)$$An exponent of 1 is usually invisible. The expression \(r\) means \(r^1\), which matters more than it sounds — several of the properties below need the exponent written explicitly before they can be applied.
$$15^1 = 15 \qquad\qquad a = a^1$$Figure 1.5.1 — Exponential notation: the exponent counts the factors, and the base is the thing being counted.
The base is exactly what the exponent is touching
Here is the first place people lose points, and it is a notation issue rather than a mathematics issue.
$$(-5)^4 = (-5)(-5)(-5)(-5) = 625$$ $$-5^4 = -(5 \cdot 5 \cdot 5 \cdot 5) = -625$$The two expressions are not the same. In \((-5)^4\) the parentheses wrap the negative sign into the base, so four factors of \(-5\) are multiplied, and four negatives pair off into positives. In \(-5^4\) there are no parentheses, so the base is just \(5\); the exponent applies to the 5 alone, and the minus sign stays out front, waiting. Read it as "the opposite of \(5^4\)."
Order of operations settles this: exponents are evaluated before the negation, unless parentheses say otherwise.
| Expression | Base | Meaning | Value |
|---|---|---|---|
| \((-5)^4\) | \(-5\) | \((-5)(-5)(-5)(-5)\) | \(625\) |
| \(-5^4\) | \(5\) | \(-(5 \cdot 5 \cdot 5 \cdot 5)\) | \(-625\) |
| \((-2)^6\) | \(-2\) | six factors of \(-2\) | \(64\) |
| \(-2^6\) | \(2\) | \(-(2^6)\) | \(-64\) |
| \(\left(-\dfrac{1}{4}\right)^4\) | \(-\dfrac{1}{4}\) | four factors of \(-\dfrac{1}{4}\) | \(\dfrac{1}{256}\) |
| \(-\left(\dfrac{1}{4}\right)^4\) | \(\dfrac{1}{4}\) | the opposite of \(\left(\dfrac{1}{4}\right)^4\) | \(-\dfrac{1}{256}\) |
| \((-0.5)^2\) | \(-0.5\) | \((-0.5)(-0.5)\) | \(0.25\) |
| \(-0.5^2\) | \(0.5\) | \(-(0.5)^2\) | \(-0.25\) |
The pattern in that table is worth stating on its own: parentheses decide the base. Whatever sits immediately inside the parentheses is what gets multiplied by itself. This will come up again with negative exponents in §1.5.5, where the same question — what exactly is the base? — separates \(5y^{-1}\) from \((5y)^{-1}\).
The base can be a fraction or a decimal, and nothing changes.
$$\left(\dfrac{5}{6}\right)^2 = \dfrac{5}{6} \cdot \dfrac{5}{6} = \dfrac{25}{36} \qquad\qquad (0.63)^2 = (0.63)(0.63) = 0.3969$$Evaluate \(\;\left(-\dfrac{1}{4}\right)^4\;\) and \(\;-\left(\dfrac{1}{4}\right)^4\), and write \(\;(0.63)^2\;\) as a product before evaluating it.
Solution
Part 1 — \(\left(-\dfrac{1}{4}\right)^4\).
The parentheses make \(-\dfrac{1}{4}\) the base, so four factors of \(-\dfrac{1}{4}\) get multiplied. Four negative factors give a positive result:
$$\left(-\dfrac{1}{4}\right)^4 = \dfrac{1}{256}$$Part 2 — \(-\left(\dfrac{1}{4}\right)^4\).
Here the base is \(\dfrac{1}{4}\) and the minus sign sits outside, so evaluate the power first and then negate:
$$-\left(\dfrac{1}{4}\right)^4 = -\dfrac{1}{256}$$Part 3 — \((0.63)^2\).
Expand, then multiply:
$$(0.63)^2 = (0.63)(0.63) = 0.3969$$Answer: \(\dfrac{1}{256}\); \(-\dfrac{1}{256}\); \(0.3969\).
1.5.2 The Product Property: Multiplying Powers of the Same Base
Now to the first of the rules. Rather than announce it, let us look at a case and see what it forces.
What could \(x^2 \cdot x^3\) possibly be? Expand both factors and stop thinking about exponents entirely.
$$x^2 \cdot x^3 = \underbrace{(x \cdot x)}_{2 \text{ factors}} \cdot \underbrace{(x \cdot x \cdot x)}_{3 \text{ factors}} = \underbrace{x \cdot x \cdot x \cdot x \cdot x}_{5 \text{ factors}} = x^5$$Two factors, then three more factors, all multiplied together — five factors total. Nothing was decided; the count decided it. And \(5\) is \(2 + 3\), which is not a coincidence: the exponents were the counts, and the counts got pooled.
If \(a\) is a real number and \(m\) and \(n\) are integers, then
$$a^m \cdot a^n = a^{m+n}$$Definition 1.5.2 — The product property: pooling two groups of identical factors adds their counts.
To multiply powers with the same base, keep the base and add the exponents.
Verify it once with numbers where both sides can be computed independently.
$$2^2 \cdot 2^3 \;\overset{?}{=}\; 2^{2+3}$$ $$4 \cdot 8 \;\overset{?}{=}\; 2^5$$ $$32 = 32 \;\checkmark$$The property does what the counting said it would.
$$4^3 \cdot 4^4 = 4^{3+4} = 4^7 \qquad\qquad (2b)^{10} \cdot (2b)^{3} = (2b)^{13}$$That last one is worth a second look. The base there is the whole quantity \(2b\) — the property does not care whether the base is a single letter, a number, or a parenthesized expression, only that both factors have the same base.
When one factor has no visible exponent, write the 1 in first, and the counting argument extends to as many factors as you like.
$$a^7 \cdot a = a^7 \cdot a^1 = a^{7+1} = a^8 \qquad\qquad d^4 \cdot d^5 \cdot d^2 = d^{4+5+2} = d^{11}$$Figure 1.5.2 — The product property: pooling two groups of identical factors adds their counts.
The mistake to head off now
This is the single most common error in the whole section, so meet it deliberately rather than by accident. There are two halves to it, and they can appear together.
Consider \(3x^4 \cdot 5x^2\). The commutative and associative properties from §0.5 let the factors be rearranged and regrouped:
$$3x^4 \cdot 5x^2 = 3 \cdot 5 \cdot x^4 \cdot x^2 = 15 \cdot x^{4+2} = 15x^6$$The coefficients get multiplied — \(3 \cdot 5 = 15\) — because they are ordinary factors, and multiplying is what you do with factors. The exponents get added — \(4 + 2 = 6\) — because they are counts of factors, and counts get pooled. Swapping those two operations is the error this whole subsection exists to prevent.
Those are two different operations happening in the same line, and the table below shows what it looks like when they get crossed. Read the third column as work you might actually see on a quiz, and the fourth as the diagnosis.
| Problem | Correct | Wrong answer seen | What went wrong |
|---|---|---|---|
| \(3x^4 \cdot 5x^2\) | \(15x^6\) | \(8x^6\) | added the coefficients instead of multiplying them |
| \(3x^4 \cdot 5x^2\) | \(15x^6\) | \(15x^8\) | multiplied the exponents instead of adding them |
| \(2^3 \cdot 2^4\) | \(2^7 = 128\) | \(4^7\) | multiplied the bases; the base never changes |
| \(x^3 + x^3\) | \(2x^3\) | \(x^6\) | this is a sum, not a product — the property does not apply |
| \(x^2 \cdot y^3\) | \(x^2y^3\) | \((xy)^5\) | different bases; nothing combines |
Simplify \(\;(3x^2)(-4x^3)\), naming the reason behind each step.
Solution
Step 1 — Regroup the numbers with the numbers and the powers with the powers. This is the commutative property of multiplication, which lets factors change places.
$$3 \cdot (-4) \cdot x^2 \cdot x^3$$Step 2 — Multiply the coefficients, and apply the product property to the powers. The two jobs are separate: \(3 \cdot (-4) = -12\), and the exponents pool as \(2 + 3\).
$$-12 \cdot x^{2+3}$$Step 3 — Add the exponents.
$$-12x^5$$Answer: \(-12x^5\).
Simplify \(\;b^5 \cdot b^9\), then simplify \(\;(2m^3)(7m^4)\), and finally explain why \(\;m^3 + m^3\;\) is not \(m^6\).
Solution
Part 1 — \(b^5 \cdot b^9\).
Same base, so pool the counts:
$$b^5 \cdot b^9 = b^{5+9} = b^{14}$$Part 2 — \((2m^3)(7m^4)\).
Rearrange, multiply the coefficients, add the exponents:
$$2 \cdot 7 \cdot m^{3+4} = 14m^7$$Part 3 — Why \(m^3 + m^3 \neq m^6\).
That plus sign means addition, not multiplication, so no factors are being pooled. One batch of \(m^3\) plus another batch of \(m^3\) is two batches:
$$m^3 + m^3 = 2m^3$$The product property applies to products only.
Answer: \(b^{14}\); \(14m^7\); \(m^3 + m^3 = 2m^3\), because the property covers products and not sums.
1.5.3 The Quotient Property: Dividing Powers of the Same Base
Division should undo multiplication, so if multiplying adds exponents, dividing ought to subtract them. Rather than assume that, derive it the same way — expand and count.
Consider \(\dfrac{x^5}{x^2}\).
$$\dfrac{x^5}{x^2} = \dfrac{x \cdot x \cdot x \cdot x \cdot x}{x \cdot x}$$There are two \(x\)'s downstairs and five upstairs. Each downstairs \(x\) pairs with an upstairs \(x\), and each such pair is \(\dfrac{x}{x} = 1\) — that is the disguised-1 move from §0.5.2, run backwards. Every \(x\) downstairs takes an \(x\) upstairs off the floor. Two pairs cancel to 1, and three \(x\)'s are left upstairs with nothing to pair with.
$$\dfrac{x^5}{x^2} = x^3$$And \(3 = 5 - 2\). The subtraction is just bookkeeping on how many factors were left over.
Now run a case where the bigger pile is downstairs. Consider \(\dfrac{x^2}{x^5}\).
$$\dfrac{x^2}{x^5} = \dfrac{x \cdot x}{x \cdot x \cdot x \cdot x \cdot x}$$Two pairs cancel again, and this time three \(x\)'s are left downstairs. When every factor upstairs has been paired off, a 1 is left in the numerator — dividing a quantity out entirely leaves 1, not nothing.
$$\dfrac{x^2}{x^5} = \dfrac{1}{x^3}$$If \(a\) is a real number with \(a \neq 0\), and \(m\) and \(n\) are integers, then
$$\dfrac{a^m}{a^n} = a^{m-n} \quad \text{when } m > n, \qquad\text{and}\qquad \dfrac{a^m}{a^n} = \dfrac{1}{a^{n-m}} \quad \text{when } n > m$$Definition 1.5.3 — The quotient property: pairing off common factors leaves the difference of the counts.
To divide powers with the same base, keep the base and subtract the exponents. The leftover factors end up on whichever side had more of them.
The condition \(a \neq 0\) is not decoration. If \(a\) were 0, the denominator would be 0, and §0.5.4 established that division by zero has no value. Every property in this section that has a denominator will carry that condition, and it always traces back to the same place.
$$7^5 \div 7^3 = 7^{5-3} = 7^2 = 49 \qquad\qquad \dfrac{r^4}{r} = \dfrac{r^4}{r^1} = r^{4-1} = r^3$$ $$\dfrac{x^3}{x^5} = \dfrac{1}{x^{5-3}} = \dfrac{1}{x^2}$$Coefficients behave here exactly as they did in §1.5.2 — they divide, while the exponents subtract.
$$\dfrac{12x^7}{3x^2} = \dfrac{12}{3} \cdot \dfrac{x^7}{x^2} = 4x^5$$Figure 1.5.3 — The quotient property: pairing off common factors leaves the difference of the counts.
Having two forms of one property is awkward, and you may already suspect it is unnecessary. It is. By the end of §1.5.5 the second form will be absorbed into the first, and the rule will read simply \(\dfrac{a^m}{a^n} = a^{m-n}\), with no case split at all. Getting there is what the next two subsections are for.
Simplify \(\;\dfrac{12x^7}{3x^2}\;\) and \(\;\dfrac{b^4}{b^9}\), writing each answer without a negative exponent.
Solution
Step 1 — Split \(\dfrac{12x^7}{3x^2}\) into a number part and a variable part. The coefficients are ordinary numbers and get divided; the powers get the quotient property.
$$\dfrac{12x^7}{3x^2} = \dfrac{12}{3} \cdot \dfrac{x^7}{x^2}$$Step 2 — Do each part. Divide \(12\) by \(3\), and subtract the exponents \(7 - 2\).
$$4 \cdot x^{5} = 4x^5$$Step 3 — Now \(\dfrac{b^4}{b^9}\), where the bigger pile is downstairs. Four \(b\)'s upstairs pair off with four of the nine \(b\)'s downstairs, leaving \(9 - 4 = 5\) of them below and a 1 above.
$$\dfrac{b^4}{b^9} = \dfrac{1}{b^{9-4}} = \dfrac{1}{b^5}$$Answer: \(4x^5\) and \(\dfrac{1}{b^5}\).
Simplify \(\;\dfrac{n^{11}}{n^4}\), then \(\;\dfrac{n^4}{n^{11}}\), then \(\;\dfrac{15c^8}{5c^3}\).
Solution
Part 1 — \(\dfrac{n^{11}}{n^4}\).
More factors upstairs, so the leftovers stay upstairs:
$$\dfrac{n^{11}}{n^4} = n^{11-4} = n^7$$Part 2 — \(\dfrac{n^4}{n^{11}}\).
More factors downstairs, so the leftovers stay downstairs and a 1 is left on top:
$$\dfrac{n^4}{n^{11}} = \dfrac{1}{n^{11-4}} = \dfrac{1}{n^7}$$Part 3 — \(\dfrac{15c^8}{5c^3}\).
Divide the coefficients, subtract the exponents:
$$\dfrac{15}{5} \cdot c^{8-3} = 3c^5$$Answer: \(n^7\); \(\dfrac{1}{n^7}\); \(3c^5\).
1.5.4 The Zero Exponent
The quotient property was stated for \(m > n\) and for \(n > m\). It said nothing about \(m = n\), and that gap is where something genuinely new appears.
What is \(\dfrac{a^m}{a^m}\)? There are two honest ways to answer, and they must agree.
Route one — it is a number over itself. Any nonzero quantity divided by itself is 1. So
$$\dfrac{a^m}{a^m} = 1$$Route two — apply the quotient property. Subtract the exponents, exactly as the property says:
$$\dfrac{a^m}{a^m} = a^{m-m} = a^0$$Both routes describe the same expression, so both answers describe the same number.
$$a^0 = 1$$If \(a\) is a nonzero real number, then
$$a^0 = 1$$Definition 1.5.4 — The zero exponent: continuing the divide-by-the-base pattern forces the value 1.
Any nonzero number raised to the zero power equals 1.
This is worth sitting with, because \(a^0\) has no meaning under the original definition — "use \(a\) as a factor zero times" is not a picture of anything. The value 1 was not chosen because it felt nice. It is the only value that keeps the quotient property working, and that is a much stronger reason than a definition handed down.
The same conclusion arrives from a second direction, and this direction is the one to carry into §1.5.5. Write out the powers of 3 in descending order and watch what happens to the values.
| Power | Value | Step from the row above |
|---|---|---|
| \(3^4\) | \(81\) | — |
| \(3^3\) | \(27\) | \(81 \div 3\) |
| \(3^2\) | \(9\) | \(27 \div 3\) |
| \(3^1\) | \(3\) | \(9 \div 3\) |
| \(3^0\) | \(\mathbf{1}\) | \(3 \div 3\) |
Every time the exponent drops by 1, the value is divided by 3 — which makes sense, since each step removes one factor of 3. The pattern is perfectly regular for the rows we already understand, and the next step down is \(3 \div 3 = 1\). The value of \(3^0\) is not being invented; it is being forced by refusing to break a pattern that holds everywhere else.
Each step down the table is one step down a staircase, and every step is the same height — divide by 3. When you reach the step labelled \(3^0\), you do not get to invent a new height. The staircase tells you where the next step lands, and it lands on 1.
Notice what the condition \(a \neq 0\) is doing. The expression \(0^0\) is excluded, and the table shows why: to reach it you would divide by the base at each step, and dividing by 0 is undefined. The rule holds for every base except the one base that breaks division.
$$d^0 = 1 \qquad 7^0 = 1 \qquad (-8)^0 = 1 \qquad (-ab)^0 = 1$$Figure 1.5.4 — The zero exponent: continuing the divide-by-the-base pattern forces the value 1.
Simplify \(\;(-8)^0\), \(\;-8^0\), and \(\;5x^0\), assuming no base is zero.
Solution
Part 1 — \((-8)^0\).
The parentheses make \(-8\) the base, and it is nonzero:
$$(-8)^0 = 1$$Part 2 — \(-8^0\).
No parentheses, so the base is 8 and the minus sign stays outside:
$$-8^0 = -(8^0) = -1$$Part 3 — \(5x^0\).
The exponent touches only \(x\), so \(x^0 = 1\) and the 5 is untouched:
$$5x^0 = 5 \cdot 1 = 5$$Answer: \(1\); \(-1\); \(5\).
1.5.5 Negative Exponents
The descending table has no reason to stop at \(3^0\). Nothing about the step "divide by 3" runs out. So continue it and see what the pattern demands.
| Power | Value | Step from the row above |
|---|---|---|
| \(3^2\) | \(9\) | — |
| \(3^1\) | \(3\) | \(9 \div 3\) |
| \(3^0\) | \(1\) | \(3 \div 3\) |
| \(3^{-1}\) | \(\dfrac{1}{3}\) | \(1 \div 3\) |
| \(3^{-2}\) | \(\dfrac{1}{9}\) | \(\dfrac{1}{3} \div 3\) |
| \(3^{-3}\) | \(\dfrac{1}{27}\) | \(\dfrac{1}{9} \div 3\) |
Reading the bottom three rows: \(3^{-1} = \dfrac{1}{3} = \dfrac{1}{3^1}\), and \(3^{-2} = \dfrac{1}{9} = \dfrac{1}{3^2}\), and \(3^{-3} = \dfrac{1}{27} = \dfrac{1}{3^3}\). A negative exponent produces the reciprocal of the matching positive power. Again, nothing was chosen — the pattern had one continuation and this is it.
The quotient property gives the same answer, which is the confirmation that matters. Take \(\dfrac{x^2}{x^5}\) and refuse to case-split. Just subtract:
$$\dfrac{x^2}{x^5} = x^{2-5} = x^{-3}$$But §1.5.3 already worked that same quotient out by cancelling and got \(\dfrac{1}{x^3}\). One expression, two correct computations, so the results are equal:
$$x^{-3} = \dfrac{1}{x^3}$$A negative exponent tells you which floor of the fraction the factor lives on — upstairs for positive, downstairs for negative. It says nothing at all about whether the number is hot or cold, positive or negative. \(2^{-3}\) is \(\dfrac{1}{8}\), which is small and cheerfully above zero.
If \(n\) is an integer and \(a \neq 0\), then
$$a^{-n} = \dfrac{1}{a^n} \qquad\text{and}\qquad \dfrac{1}{a^{-n}} = a^n$$Definition 1.5.5 — A negative exponent moves a factor across the fraction bar; the sign of the exponent changes on the way.
A factor with a negative exponent moves across the fraction bar, and its exponent changes sign on the way. Both forms say the same thing, in the two positions the factor can occupy.
$$4^{-2} = \dfrac{1}{4^2} = \dfrac{1}{16} \qquad\qquad \dfrac{1}{y^{-4}} = y^4$$It does not make the number negative. \(2^{-3}\) is \(\dfrac{1}{8}\) — small, but on the positive side of zero. The answer \(7^{-3} = -343\) is wrong twice over, and \(w^{-6} = \dfrac{-6}{w^6}\) is wrong in a third way — the exponent is not a numerator.
Figure 1.5.5 — A negative exponent moves a factor across the fraction bar; the sign of the exponent changes on the way.
A negative exponent in the denominator
What if the negative exponent starts out downstairs? Apply the definition and simplify the complex fraction that results.
| Step | Expression | Reason |
|---|---|---|
| 1 | \(\dfrac{1}{a^{-n}}\) | the expression |
| 2 | \(\dfrac{1}{\ \dfrac{1}{a^n}\ }\) | definition of a negative exponent, \(a^{-n} = \dfrac{1}{a^n}\) |
| 3 | \(1 \cdot \dfrac{a^n}{1}\) | dividing by a fraction is multiplying by its reciprocal |
| 4 | \(a^n\) | multiply |
Identifying the base, again
The warning from §1.5.1 returns with more consequences, because now the exponent moves things around.
$$5y^{-1} = 5 \cdot \dfrac{1}{y^1} = \dfrac{5}{y}$$ $$(5y)^{-1} = \dfrac{1}{(5y)^1} = \dfrac{1}{5y}$$ $$(-5y)^{-1} = \dfrac{1}{(-5y)^1} = \dfrac{1}{-5y} = -\dfrac{1}{5y}$$In the first, the exponent touches only \(y\), so only the \(y\) moves down and the 5 stays put. In the second, the parentheses make \(5y\) the base, so the whole thing moves. Same symbols, different grouping, different answers.
The full sign-and-grouping table, which repays slow reading:
| Expression | What the base is | Simplified |
|---|---|---|
| \((-3)^{-2}\) | \(-3\) | \(\dfrac{1}{(-3)^2} = \dfrac{1}{9}\) |
| \(-3^{-2}\) | \(3\), then negate | \(-\dfrac{1}{3^2} = -\dfrac{1}{9}\) |
| \(\left(-\dfrac{1}{3}\right)^{-2}\) | \(-\dfrac{1}{3}\) | \(\left(-\dfrac{3}{1}\right)^{2} = 9\) |
| \(-\left(\dfrac{1}{3}\right)^{-2}\) | \(\dfrac{1}{3}\), then negate | \(-\left(\dfrac{3}{1}\right)^2 = -9\) |
A fraction raised to a negative power
The last row of that table used a shortcut that deserves its own derivation. What is \(\left(\dfrac{3}{4}\right)^{-2}\)?
| Step | Expression | Reason |
|---|---|---|
| 1 | \(\left(\dfrac{3}{4}\right)^{-2}\) | the expression |
| 2 | \(\dfrac{1}{\left(\dfrac{3}{4}\right)^{2}}\) | definition of a negative exponent |
| 3 | \(\dfrac{1}{\ \dfrac{9}{16}\ }\) | square the fraction |
| 4 | \(\dfrac{16}{9}\) | simplify the complex fraction |
Now notice that \(\dfrac{16}{9}\) is exactly \(\left(\dfrac{4}{3}\right)^2\). So the whole four-step trip amounted to one move: flip the fraction, and make the exponent positive. Every shortcut here is a derivation you already did. Flipping the fraction looks like a trick until you have walked those four steps once.
If \(a\) and \(b\) are real numbers with \(a \neq 0\) and \(b \neq 0\), and \(n\) is an integer, then
$$\left(\dfrac{a}{b}\right)^{-n} = \left(\dfrac{b}{a}\right)^{n}$$Definition 1.5.6 — A fraction raised to a negative power: flip the fraction, drop the minus sign.
$$\left(\dfrac{3}{7}\right)^{-5} = \left(\dfrac{7}{3}\right)^{5} \qquad\qquad \left(\dfrac{5}{7}\right)^{-2} = \left(\dfrac{7}{5}\right)^{2} = \dfrac{49}{25}$$Figure 1.5.6 — A fraction raised to a negative power: flip the fraction, drop the minus sign.
What negative exponents bought
Two things, and both are permanent.
First, the quotient property collapses to one form. There is no longer any need to check which exponent is larger before dividing — just subtract, and if the result is negative, apply the definition at the end.
$$\dfrac{a^m}{a^n} = a^{m-n}, \quad a \neq 0$$ $$\dfrac{r^5}{r^{-4}} = r^{5-(-4)} = r^{9} \qquad\qquad \dfrac{h^3}{h^8} = h^{3-8} = h^{-5} = \dfrac{1}{h^5}$$Second, there is now a convention about what a finished answer looks like. An expression is not considered fully simplified while it still contains a negative exponent. If simplifying lands you on \(x^{-3}\), take the extra step and write \(\dfrac{1}{x^3}\). That final rewrite is expected on every answer in this section.
Simplify \(\;(-3)^{-2}\), \(\;-3^{-2}\), and \(\;\left(\dfrac{2}{5}\right)^{-3}\).
Solution
Step 1 — \((-3)^{-2}\). The base is \(-3\). Apply the definition of a negative exponent, then square.
$$(-3)^{-2} = \dfrac{1}{(-3)^2} = \dfrac{1}{9}$$Two negative factors multiply to a positive, so the answer is positive.
Step 2 — \(-3^{-2}\). No parentheses, so the base is \(3\) and the minus sign waits outside.
$$-3^{-2} = -\dfrac{1}{3^2} = -\dfrac{1}{9}$$Step 3 — \(\left(\dfrac{2}{5}\right)^{-3}\). Use the quotient to a negative power property: flip the fraction and drop the minus sign.
$$\left(\dfrac{2}{5}\right)^{-3} = \left(\dfrac{5}{2}\right)^{3} = \dfrac{125}{8}$$Answer: \(\dfrac{1}{9}\); \(-\dfrac{1}{9}\); \(\dfrac{125}{8}\).
Simplify \(\;6^{-2}\), \(\;\dfrac{1}{p^{-5}}\), \(\;\left(\dfrac{4}{9}\right)^{-2}\), and \(\;\dfrac{w^2}{w^7}\), writing every answer with only positive exponents.
Solution
Part 1 — \(6^{-2}\).
Take the reciprocal and make the exponent positive:
$$6^{-2} = \dfrac{1}{6^2} = \dfrac{1}{36}$$Part 2 — \(\dfrac{1}{p^{-5}}\).
The factor with the negative exponent is downstairs, so it moves upstairs and the sign flips:
$$\dfrac{1}{p^{-5}} = p^5$$Part 3 — \(\left(\dfrac{4}{9}\right)^{-2}\).
Flip the fraction, drop the minus sign, then square top and bottom:
$$\left(\dfrac{4}{9}\right)^{-2} = \left(\dfrac{9}{4}\right)^{2} = \dfrac{81}{16}$$Part 4 — \(\dfrac{w^2}{w^7}\).
Subtract without case-splitting, then clean up the negative exponent:
$$\dfrac{w^2}{w^7} = w^{2-7} = w^{-5} = \dfrac{1}{w^5}$$Answer: \(\dfrac{1}{36}\); \(p^5\); \(\dfrac{81}{16}\); \(\dfrac{1}{w^5}\).
1.5.6 The Power Properties
Three more rules, all derived the same way: expand, count, collapse.
Raising a power to a power
What is \((x^2)^3\)? The outer exponent says "use the quantity \(x^2\) as a factor three times." So write it out.
$$(x^2)^3 = \underbrace{x^2 \cdot x^2 \cdot x^2}_{3 \text{ factors of } x^2} = \underbrace{(x \cdot x)}_{2} \cdot \underbrace{(x \cdot x)}_{2} \cdot \underbrace{(x \cdot x)}_{2} = \underbrace{x \cdot x \cdot x \cdot x \cdot x \cdot x}_{6 \text{ factors}} = x^6$$Three groups of two factors each is \(3 \times 2 = 6\) factors. Here the exponents multiply, and the counting shows exactly why: this is not pooling piles of different sizes, it is copies of one pile. Same picture every time: identical groups multiply, mixed piles add.
If \(a\) is a real number and \(m\) and \(n\) are integers, then
$$(a^m)^n = a^{m \cdot n}$$Definition 1.5.7 — A power raised to a power: identical groups of factors, so the counts multiply.
To raise a power to a power, multiply the exponents.
Verify with numbers:
$$(3^2)^3 \;\overset{?}{=}\; 3^{2 \cdot 3} \qquad 9^3 \;\overset{?}{=}\; 3^6 \qquad 729 = 729 \;\checkmark$$ $$(y^5)^9 = y^{45} \qquad\qquad (n^3)^7 = n^{21}$$This is the property most often confused with the product property, and the confusion is always the same one: \(x^2 \cdot x^3\) adds to \(x^5\), while \((x^2)^3\) multiplies to \(x^6\). If you cannot recall which is which, expand. Ten seconds of writing out \(x\)'s settles it permanently, and the answer is never in doubt afterward.
Figure 1.5.7 — A power raised to a power: identical groups of factors, so the counts multiply.
Raising a product to a power
What is \((2x)^3\)?
| Step | Expression | Reason |
|---|---|---|
| 1 | \(2x \cdot 2x \cdot 2x\) | definition of the exponent — three factors of \(2x\) |
| 2 | \(2 \cdot 2 \cdot 2 \cdot x \cdot x \cdot x\) | commutative and associative properties (§0.5.1) |
| 3 | \(2^3 \cdot x^3\) | count the 2's, count the \(x\)'s |
| 4 | \(8x^3\) | evaluate \(2^3\) |
Every factor inside got used three times, so every factor picks up the exponent.
If \(a\) and \(b\) are real numbers and \(m\) is an integer, then
$$(ab)^m = a^m b^m$$Definition 1.5.8 — Raising a product to a power: the exponent reaches every factor inside, coefficient included.
To raise a product to a power, raise each factor to that power.
Check with numbers: \((2 \cdot 3)^2 = 6^2 = 36\), and \(2^2 \cdot 3^2 = 4 \cdot 9 = 36\). \(\checkmark\)
$$(-9d)^2 = (-9)^2 d^2 = 81d^2 \qquad\qquad (3mn)^3 = 3^3m^3n^3 = 27m^3n^3$$The 2 in \((2x)^3\) is where most of the errors live. Writing \(2x^3\) leaves the 2 un-raised, and \(2x^3 = 2 \cdot x \cdot x \cdot x\) is a genuinely different quantity from \(8x^3\). Test it at \(x = 1\): the first gives 2, the second gives 8.
Note also the limit of this property. It applies to a product inside the parentheses, not a sum. \((a + b)^2\) is not \(a^2 + b^2\) — check it with \(a = 3\) and \(b = 4\): the left side is \(7^2 = 49\) and the right side is \(9 + 16 = 25\). Chapter 7 takes up what \((a+b)^2\) actually equals.
Figure 1.5.8 — Raising a product to a power: the exponent reaches every factor inside, coefficient included.
Raising a quotient to a power
Same derivation, with division in place of multiplication.
$$\left(\dfrac{x}{y}\right)^3 = \dfrac{x}{y} \cdot \dfrac{x}{y} \cdot \dfrac{x}{y} = \dfrac{x \cdot x \cdot x}{y \cdot y \cdot y} = \dfrac{x^3}{y^3}$$To raise a fraction to a power, raise the numerator and the denominator to that power: \(\left(\dfrac{a}{b}\right)^m = \dfrac{a^m}{b^m}\), for \(b \neq 0\).
Simplify \(\;(-2tv)^7\;\) and \(\;(4z)^{-3}\), writing the second answer with only positive exponents.
Solution
Step 1 — Distribute the exponent in \((-2tv)^7\). There are three factors inside the parentheses — \(-2\), \(t\), and \(v\) — and each of them gets raised to the seventh power.
$$(-2tv)^7 = (-2)^7 t^7 v^7$$Step 2 — Evaluate \((-2)^7\). Seven negative factors leave one unpaired negative, so the result is negative.
$$-128t^7v^7$$Step 3 — Now \((4z)^{-3}\). The same property applies with a negative exponent; both factors inside pick it up.
$$(4z)^{-3} = 4^{-3}z^{-3}$$Step 4 — Clear the negative exponents. Each factor crosses the fraction bar, and \(4^3 = 64\).
$$\dfrac{1}{4^3z^3} = \dfrac{1}{64z^3}$$Answer: \(-128t^7v^7\) and \(\dfrac{1}{64z^3}\).
Simplify \(\;(m^4)^6\), \(\;(3ab)^3\), and \(\;\left(\dfrac{2}{7}\right)^2\).
Solution
Part 1 — \((m^4)^6\).
A power raised to a power, so multiply the exponents:
$$(m^4)^6 = m^{4 \cdot 6} = m^{24}$$Part 2 — \((3ab)^3\).
Every factor inside gets the exponent, coefficient included:
$$(3ab)^3 = 3^3a^3b^3 = 27a^3b^3$$Part 3 — \(\left(\dfrac{2}{7}\right)^2\).
Numerator and denominator each get the exponent:
$$\left(\dfrac{2}{7}\right)^2 = \dfrac{2^2}{7^2} = \dfrac{4}{49}$$Answer: \(m^{24}\); \(27a^3b^3\); \(\dfrac{4}{49}\).
1.5.7 Putting the Properties Together
Everything derived so far, collected. Assume \(a\) and \(b\) are real numbers and \(m\) and \(n\) are integers, with denominators nonzero wherever one appears.
| Property | Statement | In words |
|---|---|---|
| Product | \(a^m \cdot a^n = a^{m+n}\) | same base multiplied: add exponents |
| Quotient | \(\dfrac{a^m}{a^n} = a^{m-n}\), \(a \neq 0\) | same base divided: subtract exponents |
| Power | \((a^m)^n = a^{m \cdot n}\) | power to a power: multiply exponents |
| Product to a power | \((ab)^m = a^m b^m\) | every factor gets the exponent |
| Quotient to a power | \(\left(\dfrac{a}{b}\right)^m = \dfrac{a^m}{b^m}\), \(b \neq 0\) | top and bottom each get the exponent |
| Zero exponent | \(a^0 = 1\), \(a \neq 0\) | anything nonzero to the zero is 1 |
| Negative exponent | \(a^{-n} = \dfrac{1}{a^n}\) and \(\dfrac{1}{a^{-n}} = a^n\), \(a \neq 0\) | cross the fraction bar, flip the sign |
| Quotient to a negative power | \(\left(\dfrac{a}{b}\right)^{-n} = \left(\dfrac{b}{a}\right)^{n}\) | flip the fraction, drop the minus |
Most real problems use several of these at once. There is no single required order, but a reliable habit is: clear the parentheses first (power properties), then combine like bases (product and quotient), then clean up negatives and zeros last.
Simplify \(\;(3x^2y)^4(2xy^2)^3\).
Solution
Step 1 — Clear both sets of parentheses. Use product to a power on each, then the power property on the variable factors inside.
$$(3^4x^8y^4)(2^3x^3y^6)$$Step 2 — Evaluate \(3^4\) and \(2^3\).
$$(81x^8y^4)(8x^3y^6)$$Step 3 — Regroup by kind, using the commutative property.
$$81 \cdot 8 \cdot x^8 \cdot x^3 \cdot y^4 \cdot y^6$$Step 4 — Multiply the coefficients, and add the exponents base by base. The \(x\)'s pool with the \(x\)'s and the \(y\)'s with the \(y\)'s.
$$648x^{11}y^{10}$$Answer: \(648x^{11}y^{10}\).
Now with negative exponents in play. Nothing about the order changes — parentheses first, like bases next, negatives last — but the last stage now has real work in it.
And one that needs nearly everything at once.
Simplify \(\;\left(\dfrac{3z^{-2}}{w^{2}}\right)^{-2}\), writing the answer with only positive exponents.
Solution
Step 1 — Apply quotient to a power. Numerator and denominator each get the outer exponent \(-2\).
$$\dfrac{(3z^{-2})^{-2}}{(w^2)^{-2}}$$Step 2 — Apply product to a power, then the power property. In the numerator the \(-2\) reaches both the 3 and the \(z^{-2}\), and \((-2)(-2) = 4\). In the denominator, \((2)(-2) = -4\).
$$\dfrac{3^{-2}z^{4}}{w^{-4}}$$Step 3 — Move the negative exponents across the fraction bar. The \(3^{-2}\) goes down, and the \(w^{-4}\) comes up.
$$\dfrac{z^4 w^4}{3^2}$$Step 4 — Evaluate \(3^2\).
$$\dfrac{z^4w^4}{9}$$Answer: \(\dfrac{z^4w^4}{9}\).
A final collection of the errors this section is designed to prevent:
| Expression | Correct | Common error | Diagnosis |
|---|---|---|---|
| \((x^4)^3\) | \(x^{12}\) | \(x^7\) | added exponents where the rule multiplies |
| \((2x)^4\) | \(16x^4\) | \(2x^4\) | exponent not applied to the 2 |
| \(5x^{-2}\) | \(\dfrac{5}{x^2}\) | \(\dfrac{1}{5x^2}\) | moved the 5, which had no negative exponent |
| \(x^{-3}\) | \(\dfrac{1}{x^3}\) | \(-x^3\) | treated the negative exponent as a sign |
| \((-4)^0\) | \(1\) | \(0\) | zero exponent gives 1, not 0 |
| \(-3^2\) | \(-9\) | \(9\) | base is 3; the minus is not inside |
Simplify \(\;(a^2)^5(a^3)^4\), then \(\;(-2p^3q^4)^3\), then \(\;(4t^{-2})^2\), writing every answer with only positive exponents.
Solution
Part 1 — \((a^2)^5(a^3)^4\).
Clear each set of parentheses with the power property, then combine with the product property:
$$a^{10} \cdot a^{12} = a^{10+12} = a^{22}$$Part 2 — \((-2p^3q^4)^3\).
Every factor inside gets the exponent 3, the \(-2\) included. Three negative factors leave a negative:
$$(-2)^3(p^3)^3(q^4)^3 = -8p^9q^{12}$$Part 3 — \((4t^{-2})^2\).
Both factors get the outer exponent, then the power property multiplies \(-2\) by \(2\):
$$4^2t^{-4} = 16t^{-4}$$Only the \(t\) has a negative exponent, so only the \(t\) moves down:
$$\dfrac{16}{t^4}$$Answer: \(a^{22}\); \(-8p^9q^{12}\); \(\dfrac{16}{t^4}\).
1.5.8 Scientific Notation
Everything above was algebra. This last part is what the algebra is for when the quantities get out of hand.
Some numbers are unwieldy to write. A number in the millions carries a long tail of zeros; a number in the millionths carries a long head of them. Miscounting those zeros is easy, comparing two such numbers by eye is unreliable, and multiplying them by hand is worse. Because our number system is built on tens, powers of ten give a compact way out.
Take 4,000 and 0.004 and rewrite each using place value.
| Number | As a product | Power of ten | Result |
|---|---|---|---|
| \(4{,}000\) | \(4 \times 1{,}000\) | \(1{,}000 = 10^3\) | \(4 \times 10^3\) |
| \(0.004\) | \(4 \times \dfrac{1}{1{,}000}\) | \(\dfrac{1}{1000} = \dfrac{1}{10^3} = 10^{-3}\) | \(4 \times 10^{-3}\) |
The second row is where the negative-exponent work pays off directly. Without §1.5.5, \(10^{-3}\) would be a symbol with no meaning; with it, \(10^{-3}\) is exactly \(\dfrac{1}{1000}\), and small numbers get written as compactly as large ones.
A number is in scientific notation when it is written as
$$a \times 10^{n}, \qquad \text{where } 1 \leq |a| < 10 \text{ and } n \text{ is an integer.}$$Definition 1.5.9 — Scientific notation splits a quantity into its digits and its scale.
The first factor is a single nonzero digit followed by a decimal point and whatever else the number carries. The second factor is a power of ten, which records the size. Splitting a quantity that way — digits in front, scale in the exponent — lets you read its size at a glance and never miscount a row of zeros.
Two conventions come with it. The multiplication sign is written \(\times\), even though algebra otherwise avoids that symbol. And the requirement \(1 \leq |a| < 10\) is strict: \(37 \times 10^3\) is a true statement about a number but is not scientific notation, because 37 is not between 1 and 10.
Figure 1.5.9 — Scientific notation splits a quantity into its digits and its scale.
Decimal form to scientific notation
- Move the decimal point so that exactly one nonzero digit sits to its left — that gives the factor \(a\).
- Count how many places \(n\) the point moved.
- If the original number was greater than 1, write \(\times 10^{n}\). If it was between 0 and 1 the quantity is small, so the power of ten will be negative: write \(\times 10^{-n}\).
- Check by carrying out the multiplication.
Write \(37{,}000\) in scientific notation.
Solution
| Step | Work | Reason |
|---|---|---|
| 1 | \(37{,}000\) is greater than 1 | so the power of ten will be positive |
| 2 | \(3.7\) | move the point to get a number between 1 and 10 |
| 3 | 4 places | count the move: \(37000. \to 3.7000\) |
| 4 | \(3.7 \times 10^{4}\) | write the product |
| Check | \(3.7 \times 10{,}000 = 37{,}000\) \(\checkmark\) | multiply it back out |
Answer: \(3.7 \times 10^{4}\).
More conversions, worked the same way:
| Decimal form | Scientific notation |
|---|---|
| \(683{,}000\) | \(6.83 \times 10^{5}\) |
| \(65{,}000{,}000\) | \(6.5 \times 10^{7}\) |
| \(0.022\) | \(2.2 \times 10^{-2}\) |
| \(0.00000654\) | \(6.54 \times 10^{-6}\) |
The exponent is not arbitrary — it records the size of the number. A positive exponent means "large," a negative exponent means "small," and the size of the exponent says how large or how small.
Scientific notation to decimal form
- Read the exponent \(n\) on the 10.
- Move the decimal point \(n\) places — right if \(n\) is positive, left if \(n\) is negative.
- Fill in zeros as placeholders wherever the point moved past the end of the digits.
- Check.
Write \(6.2 \times 10^{3}\) and \(-8.9 \times 10^{-2}\) in decimal form.
Solution
Step 1 — Read the exponent in \(6.2 \times 10^{3}\). It is 3, and it is positive, so move the point three places to the right.
$$6.2 \to 6200$$Two zeros had to be supplied as placeholders, because the digits ran out before the moves did.
$$6.2 \times 10^{3} = 6{,}200$$Step 2 — Read the exponent in \(-8.9 \times 10^{-2}\). It is \(-2\), so move the point two places to the left.
$$-8.9 \to -0.089$$ $$-8.9 \times 10^{-2} = -0.089$$Step 3 — Keep the two minus signs straight. The minus in front of the 8.9 and the minus in the exponent are doing completely different jobs. The first says the number is negative; the second says it is small.
Answer: \(6{,}200\) and \(-0.089\).
| Scientific notation | Decimal form |
|---|---|
| \(9.4 \times 10^{6}\) | \(9{,}400{,}000\) |
| \(6.395 \times 10^{4}\) | \(63{,}950\) |
| \(8.87 \times 10^{-1}\) | \(0.887\) |
| \(7.26 \times 10^{-4}\) | \(0.000726\) |
Comparing sizes
One practical payoff: scientific notation makes it fast to sort quantities that differ wildly in size, because the exponent does most of the comparing. Compare exponents first; only when two numbers share an exponent do you need to look at the leading factors.
A biologist collects bird population estimates from eight parks, some already in scientific notation and some not. Putting them all in the same form makes the ordering readable.
| Park | As given | Scientific notation | Decimal form |
|---|---|---|---|
| Brighton Park | \(4.5 \times 10^{2}\) | \(4.5 \times 10^{2}\) | \(450\) |
| Daniels Park | \(3{,}300\) | \(3.3 \times 10^{3}\) | \(3{,}300\) |
| Shady Elm | \(7.5 \times 10^{3}\) | \(7.5 \times 10^{3}\) | \(7{,}500\) |
| Blue Spruce | \(1.25 \times 10^{4}\) | \(1.25 \times 10^{4}\) | \(12{,}500\) |
| Red Elk | \(22{,}300\) | \(2.23 \times 10^{4}\) | \(22{,}300\) |
| Yellow Jay Park | \(2.25 \times 10^{4}\) | \(2.25 \times 10^{4}\) | \(22{,}500\) |
| Westcott Park | \(105{,}000\) | \(1.05 \times 10^{5}\) | \(105{,}000\) |
| Bear Park | \(1.1 \times 10^{5}\) | \(1.1 \times 10^{5}\) | \(110{,}000\) |
The rows are already in order from least to greatest. Reading the exponents did almost all of that sorting: everything with \(10^2\) comes before everything with \(10^3\), and everything with \(10^3\) comes before everything with \(10^4\). Three exponents were shared, and there the leading factors had to settle the order: \(10^{3}\) by Daniels and Shady Elm, \(10^{4}\) by Blue Spruce, Red Elk and Yellow Jay, and \(10^{5}\) by Westcott and Bear. Every one of those comparisons is between numbers under 10 — easier than comparing the full populations.
Multiplying and dividing in scientific notation
The exponent properties apply to powers of ten exactly as they apply to powers of \(x\). Nothing about a base of 10 is special. That is what makes arithmetic on very large and very small numbers manageable.
To multiply, group the leading factors together and the powers of ten together — the commutative and associative properties from §0.5.1 — then use the product property on the tens.
$$(3 \times 10^{5})(2 \times 10^{-8}) = (3 \cdot 2) \times (10^{5} \cdot 10^{-8}) = 6 \times 10^{5 + (-8)} = 6 \times 10^{-3}$$Sometimes the leading factors multiply to something 10 or larger, which breaks the \(1 \leq |a| < 10\) requirement. One extra step fixes it: rewrite the oversized factor in scientific notation itself and combine the powers of ten again.
$$(4 \times 10^{7})(5 \times 10^{6}) = 20 \times 10^{13} = (2 \times 10^{1}) \times 10^{13} = 2 \times 10^{14}$$To divide, do the same thing with the quotient property.
$$\dfrac{9 \times 10^{-3}}{3 \times 10^{2}} = \dfrac{9}{3} \times \dfrac{10^{-3}}{10^{2}} = 3 \times 10^{-3-2} = 3 \times 10^{-5}$$In every case the leading factors are handled by ordinary arithmetic and the powers of ten by the exponent properties. The two halves never interfere with each other, which is exactly the separation §1.5.2 insisted on when it said that coefficients multiply while exponents add.
Write \(0.00046\) in scientific notation, write \(3.05 \times 10^{4}\) in decimal form, and multiply \(\;(5 \times 10^{-6})(3 \times 10^{9})\), leaving the answer in scientific notation.
Solution
Part 1 — \(0.00046\) in scientific notation.
The number is between 0 and 1, so the exponent will be negative. Move the point until one nonzero digit sits in front of it:
$$0.00046 \to 4.6 \qquad \text{4 places}$$ $$0.00046 = 4.6 \times 10^{-4}$$Part 2 — \(3.05 \times 10^{4}\) in decimal form.
The exponent is 4 and positive, so move the point four places right, supplying zeros as placeholders:
$$3.05 \to 30500$$ $$3.05 \times 10^{4} = 30{,}500$$Part 3 — \((5 \times 10^{-6})(3 \times 10^{9})\).
Group the leading factors and the powers of ten, then use the product property on the tens:
$$(5 \cdot 3) \times (10^{-6} \cdot 10^{9}) = 15 \times 10^{3}$$The leading factor 15 is not between 1 and 10, so rewrite it and combine again:
$$15 \times 10^{3} = (1.5 \times 10^{1}) \times 10^{3} = 1.5 \times 10^{4}$$Answer: \(4.6 \times 10^{-4}\); \(30{,}500\); \(1.5 \times 10^{4}\).
1.5.9 Why This Section Comes Before Chapter 4
Chapter 4 studies exponential functions: relationships in which a quantity is repeatedly multiplied by the same factor, written \(y = a \cdot b^{t}\). The starting amount is \(a\), the growth factor is \(b\), and the variable \(t\) sits in the exponent. Three examples, all of which Chapter 4 will treat properly.
Growth. A marine biologist measures a coral structure at 1,200 cubic centimeters and finds that its volume doubles each year. The relationship is
$$y = 1200 \cdot 2^{t}$$where \(t\) is years since the measurement and \(y\) is volume in cubic centimeters. Substituting \(t = 5\) gives \(1200 \cdot 32 = 38{,}400\) cubic centimeters five years later. Substituting \(t = 0\) gives \(1200 \cdot 2^0 = 1200 \cdot 1 = 1200\), which is the original measurement. The zero exponent property is what makes \(t = 0\) return the starting value.
Reading backwards in time. Negative values of \(t\) are where §1.5.5 stops being abstract. In this model \(t = -1\) means one year before the biologist measured, and
$$y = 1200 \cdot 2^{-1} = 1200 \cdot \dfrac{1}{2} = 600$$which says the coral was 600 cubic centimeters a year earlier — sensible, since it doubles each year. Likewise \(t = -2\) gives \(1200 \cdot \dfrac{1}{4} = 300\). The negative exponent is not a strange edge case; it is how the model talks about the past.
A colony is modeled by \(p = 6400 \cdot 2^{t}\), where \(t\) is years since the first count. Find the population at \(t = 0\), at \(t = -3\), and at \(t = 2\), and say which exponent property each calculation used.
Solution
Part 1 — \(t = 0\).
$$p = 6400 \cdot 2^{0} = 6400 \cdot 1 = 6400$$This uses the zero exponent property, and the answer is the starting count, which is what "no time has passed" should give.
Part 2 — \(t = -3\).
$$p = 6400 \cdot 2^{-3} = 6400 \cdot \dfrac{1}{2^3} = 6400 \cdot \dfrac{1}{8} = 800$$This uses the definition of a negative exponent. Three years before the first count the colony was 800 — smaller, as a doubling model run backwards should be.
Part 3 — \(t = 2\).
$$p = 6400 \cdot 2^{2} = 6400 \cdot 4 = 25{,}600$$This is the plain definition of an exponent: two factors of 2.
Answer: \(6400\) at \(t = 0\) (zero exponent property); \(800\) at \(t = -3\) (negative exponent); \(25{,}600\) at \(t = 2\).
That closes more than this section. §1.1 generalized one border into \(4N + 8\), an expression that works for a center square of any size. §1.2 turned a growing pattern into a table and then into two rules, \(N(t) = 2 \cdot N(t-1)\) and \(N(t) = 2^{t}\). §1.3 gave that relationship a name — function — and a notation, \(f(x)\), for asking it questions without redrawing the picture. §1.4 asked what a function's inputs and outputs are allowed to be, and answered with domain and range, discrete or continuous. §1.5 supplied the algebra underneath all of it — the rules that let \(2^{t}\), \(8 \cdot 2^{t}\) and \(60(0.8)^{t}\) be trusted instead of merely used.
Chapter 2 opens on linear functions — a new kind of rule to name, evaluate, and bound the domain of, using exactly the vocabulary this chapter built. When Chapter 4 later asks what happens to a population every year forever, the question will be about growth, not about whether exponents add or multiply. That part is settled now, and settled in a way you can rebuild from scratch any time you need to.
Problem Set 1.5
Problem 1. Evaluate \(\;(-4)^3\;\) and \(\;-4^3\). Do the two answers differ? Explain in one sentence why, then say what changes if the exponent is 2 instead of 3.
Solution
Step 1 — Expand \((-4)^3\): Parentheses make \(-4\) the base, so three factors of \(-4\) are multiplied together.
$$(-4)^3 = (-4)(-4)(-4) = -64$$Step 2 — Expand \(-4^3\): No parentheses, so the base is \(4\) alone; the minus sign waits outside and is applied only after the power is evaluated.
$$-4^3 = -(4\cdot4\cdot4) = -64$$Step 3 — Compare the two values: Both equal \(-64\). With an odd exponent, three negative factors multiply to a negative number whether the negation happens inside the parentheses or is tacked on afterward — an odd count of negatives is always unpaired, so the sign comes out the same either way.
Step 4 — Change the exponent to 2: Now \((-4)^2 = (-4)(-4) = 16\), since the two negative factors pair off into a positive, while \(-4^2 = -(4\cdot4) = -16\), since the base is still just \(4\). An even exponent pairs every negative factor off, so the two expressions now genuinely differ.
Answer: \((-4)^3 = -64\) and \(-4^3 = -64\); they do not differ, because 3 is odd. With exponent 2, \((-4)^2 = 16\) while \(-4^2 = -16\), so they would differ.
Problem 2. Write \(\;x^4\;\) in expanded form, and state how many factors it has.
Solution
Step 1 — Write the exponent as a count of factors: The exponent 4 means the base \(x\) is used as a factor four times.
$$x^4 = x\cdot x\cdot x\cdot x$$Answer: \(x^4 = x\cdot x\cdot x\cdot x\), which has 4 factors.
Problem 3. Evaluate \(\;\left(-\dfrac{1}{2}\right)^4\;\) and \(\;-\left(\dfrac{1}{2}\right)^4\).
Solution
Step 1 — Evaluate \(\left(-\dfrac{1}{2}\right)^4\): The parentheses make \(-\dfrac{1}{2}\) the base, so four factors of \(-\dfrac{1}{2}\) are multiplied. Four negative factors pair off evenly into a positive result.
$$\left(-\dfrac{1}{2}\right)^4 = \left(-\dfrac12\right)\left(-\dfrac12\right)\left(-\dfrac12\right)\left(-\dfrac12\right) = \dfrac{1}{16}$$Step 2 — Evaluate \(-\left(\dfrac{1}{2}\right)^4\): Here the base is \(\dfrac{1}{2}\) alone and the minus sign sits outside, so evaluate the power first and negate at the end.
$$-\left(\dfrac{1}{2}\right)^4 = -\dfrac{1}{16}$$Answer: \(\dfrac{1}{16}\) and \(-\dfrac{1}{16}\).
Problem 4. Evaluate \(\;(0.4)^2\;\) by writing it as a product first.
Solution
Step 1 — Write \((0.4)^2\) as a product:
$$(0.4)^2 = (0.4)(0.4)$$Step 2 — Multiply:
$$(0.4)(0.4) = 0.16$$Answer: \(0.16\).
Problem 5. Simplify \(\;b^6 \cdot b^9\).
Solution
Step 1 — Same base, so pool the counts (product property): \(b^6\) contributes 6 factors of \(b\) and \(b^9\) contributes 9 more; multiplying the two powers together pools all the factors into one group, so the exponents add.
$$b^6\cdot b^9 = b^{6+9} = b^{15}$$Answer: \(b^{15}\).
Problem 6. Simplify \(\;5^3 \cdot 5^4\), leaving the answer as a power of 5.
Solution
Step 1 — Same base 5, so add the exponents:
$$5^3\cdot5^4 = 5^{3+4} = 5^7$$Answer: \(5^7\).
Problem 7. Simplify \(\;c^{11} \cdot c\).
Solution
Step 1 — Write the invisible exponent on \(c\): \(c\) means \(c^1\), so the product property applies cleanly.
$$c^{11}\cdot c = c^{11}\cdot c^1 = c^{11+1} = c^{12}$$Answer: \(c^{12}\).
Problem 8. Simplify \(\;(4p^3)(7p^5)\).
Solution
Step 1 — Regroup the coefficients together and the powers together (commutative property):
$$4\cdot7\cdot p^3\cdot p^5$$Step 2 — Multiply the coefficients, and pool the exponents on the matching base: The coefficients are ordinary factors and get multiplied; the exponents are counts of \(p\)'s and get added.
$$28\cdot p^{3+5} = 28p^8$$Answer: \(28p^8\).
Problem 9. Simplify \(\;\left(\dfrac{2}{3}m^2n\right)(9mn^4)\).
Solution
Step 1 — Regroup coefficients, \(m\)'s, and \(n\)'s (commutative property):
$$\left(\dfrac{2}{3}\cdot9\right)\cdot(m^2\cdot m)\cdot(n\cdot n^4)$$Step 2 — Multiply the coefficients, and pool exponents base by base: \(\dfrac{2}{3}\cdot9 = 6\); the \(m\)'s pool as \(2+1=3\) (remember \(m=m^1\)); the \(n\)'s pool as \(1+4=5\).
$$6m^3n^5$$Answer: \(6m^3n^5\).
Problem 10. Explain why \(\;x^5 + x^5\;\) is not \(x^{10}\), and give the correct simplification.
Solution
Step 1 — Read the operation: \(x^5+x^5\) is a sum, not a product. The product property only pools factors when identical-base powers are multiplied together, so it does not apply to a sum.
Step 2 — Count batches instead: One batch of \(x^5\) plus another batch of \(x^5\) is two batches of \(x^5\), the same way \(m+m=2m\).
$$x^5+x^5 = 2x^5$$Answer: \(x^5+x^5 = 2x^5\), not \(x^{10}\), because addition combines batches, not factors — the product property covers products of matching bases, not sums.
Problem 11. Explain why \(\;a^3 \cdot b^4\;\) cannot be simplified any further.
Solution
Step 1 — Check the bases: The product property only lets exponents combine when the two factors share the same base. Here the bases are \(a\) and \(b\) — different letters, different quantities.
Step 2 — Conclude: With no shared base there is no single pool of identical factors to count, so \(a^3\) and \(b^4\) simply sit next to each other as written, with nothing to combine.
Answer: \(a^3\cdot b^4\) cannot be simplified further; it stays as \(a^3b^4\), because the product property requires matching bases and \(a\neq b\).
Problem 12. Simplify \(\;\dfrac{t^{12}}{t^5}\).
Solution
Step 1 — Same base, more factors upstairs, so subtract (quotient property): Twelve \(t\)'s upstairs pair off with five downstairs, leaving \(12-5=7\) upstairs with nothing to pair with.
$$\dfrac{t^{12}}{t^5} = t^{12-5} = t^7$$Answer: \(t^7\).
Problem 13. Simplify \(\;\dfrac{t^5}{t^{12}}\), writing the answer with only positive exponents.
Solution
Step 1 — Same base, more factors downstairs, so the leftovers stay downstairs: Five \(t\)'s upstairs pair off with five of the twelve downstairs, leaving \(12-5=7\) of them below and a 1 left above.
$$\dfrac{t^5}{t^{12}} = \dfrac{1}{t^{12-5}} = \dfrac{1}{t^7}$$Answer: \(\dfrac{1}{t^7}\).
Problem 14. Simplify \(\;\dfrac{20x^9}{5x^4}\).
Solution
Step 1 — Split into a number part and a variable part:
$$\dfrac{20x^9}{5x^4} = \dfrac{20}{5}\cdot\dfrac{x^9}{x^4}$$Step 2 — Divide the coefficients, subtract the exponents:
$$4\cdot x^{9-4} = 4x^5$$Answer: \(4x^5\).
Problem 15. Evaluate \(\;9^0\), \(\;(-6)^0\), and \(\;-6^0\).
Solution
Step 1 — Evaluate \(9^0\): The base 9 is nonzero, so any nonzero base to the zero power is 1.
$$9^0 = 1$$Step 2 — Evaluate \((-6)^0\): The parentheses make \(-6\) the base, and it is nonzero, so it also equals 1.
$$(-6)^0 = 1$$Step 3 — Evaluate \(-6^0\): No parentheses, so the base is 6 alone; evaluate the power first, then apply the minus sign that was waiting outside.
$$-6^0 = -(6^0) = -1$$Answer: \(9^0=1\); \((-6)^0=1\); \(-6^0=-1\).
Problem 16. Using the quotient property, explain in two or three sentences why \(a^0\) has to equal 1.
Solution
Step 1 — Compute \(\dfrac{a^m}{a^m}\) as a number over itself: Any nonzero quantity divided by itself equals 1, so \(\dfrac{a^m}{a^m}=1\).
Step 2 — Compute the same expression with the quotient property: Subtracting the exponents gives \(\dfrac{a^m}{a^m} = a^{m-m} = a^0\).
Answer: Both routes describe the exact same expression, \(\dfrac{a^m}{a^m}\), so both results must describe the same number. Since that expression equals both \(1\) and \(a^0\), it follows that \(a^0=1\) for any nonzero \(a\) — the value 1 is forced, not chosen.
Problem 17. Simplify \(\;5^{-2}\), writing the answer as a fraction.
Solution
Step 1 — Apply the definition of a negative exponent: the factor with the negative exponent crosses the fraction bar and the sign drops.
$$5^{-2} = \dfrac{1}{5^2}$$Step 2 — Evaluate \(5^2\):
$$\dfrac{1}{25}$$Answer: \(\dfrac{1}{25}\).
Problem 18. Simplify \(\;\dfrac{1}{k^{-7}}\).
Solution
Step 1 — The factor with the negative exponent is downstairs, so it moves upstairs and the sign flips:
$$\dfrac{1}{k^{-7}} = k^7$$Answer: \(k^7\).
Problem 19. Simplify \(\;3y^{-4}\;\) and \(\;(3y)^{-4}\), and say what makes the two answers different.
Solution
Step 1 — Simplify \(3y^{-4}\): The exponent touches only \(y\), so only the \(y\) crosses the fraction bar; the coefficient 3 is untouched.
$$3y^{-4} = 3\cdot\dfrac{1}{y^4} = \dfrac{3}{y^4}$$Step 2 — Simplify \((3y)^{-4}\): Here the parentheses make the whole quantity \(3y\) the base, so the entire quantity crosses the fraction bar together.
$$(3y)^{-4} = \dfrac{1}{(3y)^4} = \dfrac{1}{81y^4}$$Answer: \(\dfrac{3}{y^4}\) and \(\dfrac{1}{81y^4}\); they differ because in the first expression the exponent applies only to \(y\), while in the second the parentheses make \(3y\) the base, so the exponent reaches the 3 as well.
Problem 20. Simplify \(\;\left(\dfrac{2}{9}\right)^{-2}\).
Solution
Step 1 — Apply the quotient to a negative power property: flip the fraction and drop the minus sign:
$$\left(\dfrac{2}{9}\right)^{-2} = \left(\dfrac{9}{2}\right)^2$$Step 2 — Square the numerator and denominator:
$$\dfrac{81}{4}$$Answer: \(\dfrac{81}{4}\).
Problem 21. Simplify \(\;\dfrac{p^4}{p^{-6}}\).
Solution
Step 1 — Subtract the exponents without case-splitting: the collapsed quotient property lets negative exponents be handled directly; watch the double negative.
$$\dfrac{p^4}{p^{-6}} = p^{4-(-6)} = p^{4+6} = p^{10}$$Answer: \(p^{10}\).
Problem 22. Simplify \(\;(n^7)^4\).
Solution
Step 1 — Power raised to a power: multiply the exponents: \((n^7)^4\) means four identical groups of seven \(n\)'s each, so there are \(4\times7=28\) factors total.
$$(n^7)^4 = n^{7\cdot4} = n^{28}$$Answer: \(n^{28}\).
Problem 23. Simplify \(\;(3ab)^4\).
Solution
Step 1 — Product to a power: every factor inside gets the exponent, coefficient included:
$$(3ab)^4 = 3^4a^4b^4$$Step 2 — Evaluate \(3^4\):
$$81a^4b^4$$Answer: \(81a^4b^4\).
Problem 24. Simplify \(\;\left(\dfrac{x}{4}\right)^3\).
Solution
Step 1 — Quotient to a power: raise the numerator and denominator each to the exponent:
$$\left(\dfrac{x}{4}\right)^3 = \dfrac{x^3}{4^3}$$Step 2 — Evaluate \(4^3\):
$$\dfrac{x^3}{64}$$Answer: \(\dfrac{x^3}{64}\).
Problem 25. Using \(a = 2\) and \(b = 5\), show that \((a + b)^2\) is not \(a^2 + b^2\).
Solution
Step 1 — Compute the left side, \((a+b)^2\), with \(a=2\) and \(b=5\):
$$(2+5)^2 = 7^2 = 49$$Step 2 — Compute the right side, \(a^2+b^2\), with the same values:
$$2^2+5^2 = 4+25 = 29$$Step 3 — Compare: \(49\neq29\). The product-to-a-power property only distributes an exponent over a product inside parentheses; \(a+b\) is a sum, so squaring it is not the same as squaring each term separately and adding.
Answer: \((a+b)^2 = 49\) and \(a^2+b^2 = 29\); since \(49\neq29\), this shows \((a+b)^2\neq a^2+b^2\) in general.
Problem 26. Simplify \(\;(2x^3)^4(x^2)^5\).
Solution
Step 1 — Clear each set of parentheses with the power property: \((2x^3)^4 = 2^4x^{12}\), and \((x^2)^5 = x^{10}\).
$$16x^{12}\cdot x^{10}$$Step 2 — Same base \(x\), so pool the counts with the product property:
$$16x^{12+10} = 16x^{22}$$Answer: \(16x^{22}\).
Problem 27. Simplify \(\;(-4c^2d^5)^3\).
Solution
Step 1 — Product to a power: every factor inside, including \(-4\), gets the exponent 3:
$$(-4c^2d^5)^3 = (-4)^3(c^2)^3(d^5)^3$$Step 2 — Evaluate each piece: three negative factors of \(-4\) leave a negative result, and the power property multiplies each inner exponent by 3.
$$-64c^6d^{15}$$Answer: \(-64c^6d^{15}\).
Problem 28. Simplify \(\;(2h^{-4})^3\), writing the answer with only positive exponents.
Solution
Step 1 — Product to a power: both factors get the outer exponent 3:
$$(2h^{-4})^3 = 2^3h^{-12}$$Step 2 — Evaluate \(2^3\), and move the negative exponent across the fraction bar:
$$8h^{-12} = \dfrac{8}{h^{12}}$$Answer: \(\dfrac{8}{h^{12}}\).
Problem 29. Simplify \(\;(u^3v^{-2})(u^{-8}v^5)\), writing the answer with only positive exponents.
Solution
Step 1 — Regroup by matching base (commutative property):
$$(u^3\cdot u^{-8})(v^{-2}\cdot v^5)$$Step 2 — Pool exponents base by base with the product property:
$$u^{3+(-8)}v^{-2+5} = u^{-5}v^3$$Step 3 — Clear the negative exponent: the factor with the negative exponent moves across the fraction bar.
$$\dfrac{v^3}{u^5}$$Answer: \(\dfrac{v^3}{u^5}\).
Problem 30. Simplify \(\;\left(\dfrac{5r^2s}{t^3}\right)^2\).
Solution
Step 1 — Quotient to a power: numerator and denominator each get the outer exponent 2:
$$\left(\dfrac{5r^2s}{t^3}\right)^2 = \dfrac{(5r^2s)^2}{(t^3)^2}$$Step 2 — Product to a power in the numerator, power property in the denominator: every factor in \(5r^2s\) picks up the exponent 2, and the inner exponent on \(t\) multiplies by 2.
$$\dfrac{5^2r^4s^2}{t^6} = \dfrac{25r^4s^2}{t^6}$$Answer: \(\dfrac{25r^4s^2}{t^6}\).
Problem 31. Simplify \(\;\left(\dfrac{2g^{-1}}{h^3}\right)^{-2}\), writing the answer with only positive exponents.
Solution
Step 1 — Apply the quotient to a negative power property: flip the fraction and drop the minus sign:
$$\left(\dfrac{2g^{-1}}{h^3}\right)^{-2} = \left(\dfrac{h^3}{2g^{-1}}\right)^{2}$$Step 2 — Quotient to a power: numerator and denominator each get the exponent 2:
$$\dfrac{(h^3)^2}{(2g^{-1})^2} = \dfrac{h^6}{2^2g^{-2}} = \dfrac{h^6}{4g^{-2}}$$Step 3 — Clear the remaining negative exponent: \(g^{-2}\) is downstairs, so it crosses upward and its sign flips.
$$\dfrac{h^6g^2}{4}$$Answer: \(\dfrac{g^2h^6}{4}\).
Problem 32. Write \(\;4{,}700{,}000\;\) in scientific notation.
Solution
Step 1 — Move the decimal point so exactly one nonzero digit sits in front of it: \(4{,}700{,}000\to4.7\), a move of 6 places.
Step 2 — The original number is greater than 1, so the power of ten is positive:
$$4{,}700{,}000 = 4.7\times10^{6}$$Answer: \(4.7\times10^{6}\).
Problem 33. Write \(\;0.00081\;\) in scientific notation.
Solution
Step 1 — Move the decimal point so exactly one nonzero digit sits in front of it: \(0.00081\to8.1\), a move of 4 places.
Step 2 — The original number is between 0 and 1, so the power of ten is negative:
$$0.00081 = 8.1\times10^{-4}$$Answer: \(8.1\times10^{-4}\).
Problem 34. Write \(\;2.6 \times 10^{5}\;\) in decimal form.
Solution
Step 1 — Read the exponent: it is 5 and positive, so move the decimal point five places right, supplying zeros as placeholders.
$$2.6\to260000$$Answer: \(260{,}000\).
Problem 35. Write \(\;7.1 \times 10^{-4}\;\) in decimal form.
Solution
Step 1 — Read the exponent: it is \(-4\), so move the decimal point four places left.
$$7.1\to0.00071$$Answer: \(0.00071\).
Problem 36. Order these from least to greatest: \(\;8.2 \times 10^{3}\), \(\;9.6 \times 10^{2}\), \(\;1.4 \times 10^{4}\), \(\;5{,}000\).
Solution
Step 1 — Put every value in the same form: convert \(5{,}000\) to scientific notation.
$$5{,}000 = 5.0\times10^{3}$$Step 2 — Compare exponents first: \(9.6\times10^2\) has the smallest exponent, so it is least; \(1.4\times10^4\) has the largest, so it is greatest. \(8.2\times10^3\) and \(5.0\times10^3\) share exponent 3, so their leading factors settle the order between them, and \(5.0<8.2\).
Answer: From least to greatest: \(9.6\times10^2,\ 5{,}000,\ 8.2\times10^3,\ 1.4\times10^4\).
Problem 37. Multiply \(\;(2 \times 10^{6})(4 \times 10^{-9})\), writing the answer in scientific notation.
Solution
Step 1 — Group the leading factors and the powers of ten separately (commutative and associative properties):
$$(2\cdot4)\times(10^{6}\cdot10^{-9})$$Step 2 — Multiply the leading factors, and add the exponents on the tens (product property):
$$8\times10^{6+(-9)} = 8\times10^{-3}$$Answer: \(8\times10^{-3}\).
Problem 38. Divide \(\;\dfrac{8 \times 10^{-2}}{4 \times 10^{5}}\), writing the answer in scientific notation.
Solution
Step 1 — Group the leading factors and the powers of ten separately:
$$\left(\dfrac{8}{4}\right)\times\left(\dfrac{10^{-2}}{10^{5}}\right)$$Step 2 — Divide the leading factors, and subtract the exponents on the tens (quotient property):
$$2\times10^{-2-5} = 2\times10^{-7}$$Answer: \(2\times10^{-7}\).
Problem 39. A population is modeled by \(\;y = 900 \cdot 2^{t}\), where \(t\) is years since the count began. Find the population at \(t = 0\) and at \(t = -2\), and say what each value means in the situation.
Solution
Step 1 — Find the population at \(t=0\): the zero exponent property makes \(2^0=1\), so the model returns exactly the starting count.
$$y = 900\cdot2^0 = 900\cdot1 = 900$$Step 2 — Find the population at \(t=-2\): apply the definition of a negative exponent.
$$y = 900\cdot2^{-2} = 900\cdot\dfrac{1}{2^2} = 900\cdot\dfrac{1}{4} = 225$$Step 3 — Interpret both values in the situation: at \(t=0\) the population is \(900\), the count at the moment counting began. At \(t=-2\) the population is \(225\), the model's estimate of the population two years before the count began — smaller, as it should be for a model that doubles going forward in time.
Answer: \(900\) at \(t=0\), the starting population; \(225\) at \(t=-2\), the estimated population two years earlier.
Problem 40. Marisol counted the border as the whole floor minus the hole: \((N+4)^2 - N^2\). Expand it using the meaning of the exponent, and show it equals \(8N + 16\).
Solution
Step 1 — Expand the first square: \((N+4)^2 = (N+4)(N+4) = N^2 + 4N + 4N + 16 = N^2 + 8N + 16\).
Step 2 — Subtract: \((N^2 + 8N + 16) - N^2 = 8N + 16\).
Step 3 — Note what did not happen: \((N+4)^2\) is not \(N^2 + 16\). The exponent applies to the whole quantity \(N + 4\), not to each piece of it.
Answer: \((N+4)^2 - N^2 = 8N + 16\), which is what the other three students counted.
Problem 41. Growing, Growing Dots is \(N(t) = 2^{t}\), and Jamal's rodents are \(p(t) = 8 \cdot 2^{t}\). (a) Use the product property to show that \(N(t+3) = 8 \cdot N(t)\). (b) Explain what that says about how the two patterns are related.
Solution
Step 1 — Write out \(N(t+3)\): \(N(t+3) = 2^{\,t+3}\).
Step 2 — Split it with the product property: \(2^{\,t+3} = 2^{t} \cdot 2^{3} = 2^{t} \cdot 8 = 8 \cdot N(t)\).
Step 3 — Interpret: So \(p(t) = 8 \cdot 2^{t} = 2^{\,t+3} = N(t+3)\). Jamal's rodent count at week \(t\) is exactly the dot count three minutes later.
Answer: \(N(t+3) = 2^{t} \cdot 2^{3} = 8 \cdot N(t)\). Multiplying a doubling pattern by 8 is the same as running it three steps ahead.
Problem 42. §1.4 used \(M(t) = 60(0.8)^{t}\) for the milligrams of medicine still active after \(t\) hours. (a) Find \(M(0)\), naming the property you used. (b) Say what the answer means about the dose.
Solution
Step 1 — Substitute: \(M(0) = 60(0.8)^{0}\).
Step 2 — Apply the zero exponent property: any nonzero base raised to the 0 power is 1, so \((0.8)^{0} = 1\).
Step 3 — Finish: \(M(0) = 60 \cdot 1 = 60\).
Step 4 — Interpret: At \(t = 0\) no time has passed, so all 60 milligrams are still active. That is the dose the patient was given.
Answer: \(M(0) = 60\) milligrams, by the zero exponent property — the full dose, before any of it has broken down.
Problem 43. Write the values of \(2^{t}\) for \(t = 0, 1, 2, 3, 4\). (a) What is each term multiplied by to get the next? (b) Counting \(t = 0\) as the first term, find the tenth term. (Chapter 4 calls a pattern like this geometric.)
Solution
Step 1 — Build the list: \(2^{0} = 1\), \(2^{1} = 2\), \(2^{2} = 4\), \(2^{3} = 8\), \(2^{4} = 16\).
Step 2 — Find the multiplier: Each term is twice the one before it, so the constant ratio is 2.
Step 3 — Locate the tenth term: If \(t = 0\) is the first term, then the tenth term is at \(t = 9\), giving \(2^{9} = 512\).
Step 4 — Check the off-by-one: \(t = 0\) is 1st, \(t = 1\) is 2nd, so \(t = 9\) is 10th. Using \(t = 10\) would give the eleventh term.
Answer: \(1, 2, 4, 8, 16\); each term is multiplied by 2; the tenth term is \(2^{9} = 512\).
Problem 44. Growing Dots is \(D(t) = 4t + 1\) and Growing, Growing Dots is \(N(t) = 2^{t}\). Build a table of both for \(t = 1\) through \(5\), and find the first whole minute at which the doubling pattern is ahead. (Chapter 4 returns to this comparison in earnest.)
Solution
Step 1 — Tabulate \(D(t) = 4t + 1\): \(5, 9, 13, 17, 21\) for \(t = 1\) to \(5\).
Step 2 — Tabulate \(N(t) = 2^{t}\): \(2, 4, 8, 16, 32\) for the same inputs.
Step 3 — Compare column by column: at \(t = 4\) the counts are 17 and 16, so adding is still ahead. At \(t = 5\) they are 21 and 32, so doubling has passed it.
Step 4 — Note the shape: the adding pattern leads for the first four minutes and then loses permanently. A pattern that starts slower can still overtake one that starts faster.
Answer: \(t = 5\), where \(N(5) = 32\) passes \(D(5) = 21\).
Key Terms
base — in \(a^m\), the number \(a\) that is being used repeatedly as a factor.
exponent — in \(a^m\), the number \(m\) that counts how many times the base is used as a factor.
exponential notation — the shorthand \(a^m\) for a product of \(m\) identical factors of \(a\).
product property — to multiply powers with the same base, keep the base and add the exponents.
quotient property — to divide powers with the same base, keep the base and subtract the exponents.
zero exponent property — any nonzero base raised to the zero power equals 1.
negative exponent — an exponent whose sign sends its factor across the fraction bar: \(a^{-n} = \dfrac{1}{a^n}\).
power property — to raise a power to a power, multiply the exponents.
product to a power property — to raise a product to a power, raise every factor inside to that power.
quotient to a power property — to raise a fraction to a power, raise the numerator and the denominator to that power.
quotient to a negative power property — a fraction raised to a negative power equals the flipped fraction raised to the matching positive power.
scientific notation — writing a number as \(a \times 10^{n}\) with \(1 \leq |a| < 10\) and \(n\) an integer.