Section 1.4 Exponentiation
In Definition 1.3.10, we introduced the concept of multiplication as repeated addition, and we build upon that idea here. We define exponentiation as repeated multiplication.
Subsection 1.4.1 Definition of exponentiation
Definition 1.4.1.
Let \(b\) be an integer and \(n\) be a positive integer. We define the \(n\)-th power of \(b\) to be the product of \(n\) copies of \(b\text{.}\)
We denote the \(n\)-th power of \(b\) by \(b^n\text{.}\) In short we also read \(b^n\) as “\(b\) to the \(n\)-th”.
Written as a formula our definition is
We call \(b\) the base of \(b^n\) and \(n\) the exponent of \(b^n\text{.}\)
By Definition 1.4.1 an integer to the first power is the integer itself. That is for any integer \(b\) we have \(b^1=b\text{.}\)
Powers with the common exponents two and three are also read differently. Let \(b\) be an integer. We often read \(b^2\) as \(b\) squared (also see Definition 1.3.8) and \(b^3\) as “\(b\) cubed”.
In the video in Figure 1.4.2 the definition of exponentiation is followed by an overview of the topics in the remainder of this section.
For examples of powers we show how they are read.
Example 1.4.3. Reading powers.
\(3^2=9\) is read “\(3\) squared is equal to \(9\)” or “3 to the 2-nd is equal to 9”
\(2^3=8\) is read “2 to the third is equal to 8”
\(2^4=16\) is read “2 to the 4th is equal to 16”
For examples of powers we identify the base and exponent.
Example 1.4.4. Base and exponent.
In \(3^2\) the base is 3 and the exponent is 2.
In \(2^3\) the base is 2 and the exponent is 3.
In \(2^4\) the base is 2 and the exponent is 4.
We compute powers using the definition.
Example 1.4.5. Computing powers.
\(\displaystyle 2^2=2\cdot 2=4\)
\(\displaystyle 2^3=2\cdot 2\cdot 2=8\)
\(\displaystyle 2^4=2\cdot 2\cdot 2\cdot 2=16\)
\(\displaystyle 3^2=3\cdot 3=9\)
\(\displaystyle 3^3=3\cdot 3\cdot 3=27\)
\(\displaystyle (-2)^3 = (-2)\cdot(-2)\cdot(-2) = -8\)
\(\displaystyle (-2)^4=(-2)\cdot(-2)\cdot(-2)\cdot(-2) =16\)
Subsection 1.4.2 Properties of exponentiation
We present properties of exponents and prove them using the idea that exponentiation is repeated multiplication.
Theorem 1.4.6.
Let \(b\) be an integers and let \(m\) and \(n\) be positive integers. Then:
Proof.
Because \(b^m\) is the product of \(m\) copies of \(b\) and \(b^n\) is the product of \(n\) copies of \(b\) we have that \((b^m)\cdot (b^n)\) is the product of \(m+n\) copies of \(b\text{.}\) Writing the latter as a power we get
Written as formula the argument above becomes:
Theorem 1.4.7.
Let \(a\) and \(b\) be integers, and let \(m\) and \(n\) be positive integers. Then:
Proof.
Because \({(b^m)}^n\) is the product of \(n\) copies of \(b^m\) and \(b^m\) is the product of \(m\) copies of \(b\) we have that \({(b^m)}^n\) is the product of \(m\cdot n\) copies of \(b\text{.}\) Writing the latter as a power we get
Written as formula the argument above becomes:
We illustrate the proofs of the properties of exponentiation with examples.
Example 1.4.8. Properties of exponentiation.
\((7^2)\cdot (7^3) = (7\cdot 7) \cdot (7\cdot7\cdot7)\)\(= 7\cdot 7 \cdot 7\cdot7\cdot7 = 7^5\)
\((7^2)^3 = (7^2)\cdot(7^2)\cdot(7^2)\)\(= (7\cdot7)\cdot(7\cdot7)\cdot(7\cdot7)\)\(= 7\cdot7\cdot7\cdot7\cdot7\cdot7=7^6\)
Problem 1.4.9. Simplify \(1256^3\cdot 1256^{11}\).
Use the properties of exponentiation to simplify \(1256^3\cdot 1256^{11}\text{.}\)
We apply Theorem 1.4.6 which states that for all integers \(b\) and for all non-negative integers \(m\) and \(n\) we have \(b^m\cdot b^n=b^{m+n}\text{.}\) With \(b=1256\) and \(m=3\) and \(n=11\) we get
Problem 1.4.10. Simplify \(d^9\cdot d^7\cdot d^3\).
Let \(d\) be an integer. Use the properties of exponentiation to simplify \(d^9\cdot d^7\cdot d^3\text{.}\)
We apply Theorem 1.4.6 which states that for non-negative integers \(m\) and \(n\) we have \(d^m\cdot d^m=d^{m+n}\text{.}\) With \(m=9\) and \(n=7\) we get
Applying the theorem again (this time with \(m=16\) and \(n=3\)) we obtain
We have found
Thus \(d^9\cdot d^7\cdot d^3\) simplifies to \(d^{19}\text{.}\)
Problem 1.4.11. Simplify \({(d^3)}^5\).
Let \(d\) be an integer. Use the properties of exponentiation to simplify \({(d^3)}^5\text{.}\)
Apply Theorem 1.4.7 we get
Another property of exponentiation follows from the commutative property of multiplication.
Theorem 1.4.12.
Let \(a\) and \(b\) be integers, and let \(n\) be a positive integer. Then
Proof.
By the definition of powers \((a\cdot b)^n\) is the product of \(m\) copies of \(a\cdot b\text{.}\) Because of the commutative property of multiplication (see Example 1.3.19) we can reorder the product of \(m\) copies of \(a\cdot b\) copies such that we have the product of \(m\) copies of \(a\) times the product of \(m\) copies of \(b\text{.}\) Writing the latter as a power with base \(a\) times a power with base \(b\) we get
Written as a formula the argument above becomes:
where the middle equal sign holds by the commutative property of multiplication.
We illustrate the proof of the property with an example.
Example 1.4.13. Multiplying powers with same exponent.
We have
To extend our definition of exponentiation to all non-negative integer exponents, we must determine how to define the 0th power of an integer. We first consider an example.
Example 1.4.14. What is \((-6)^0\) ?
We try to find out what \((-6)^0\) should be. Our definition of \((-6)^0\) should be consistent with the properties of exponentiation in Theorem 1.4.6. In particular Theorem 1.4.6 which states that for all natural numbers \(a\) and \(c\) we have
should also hold for \(a=0\text{.}\) We want
to be true. As for all natural number c we have \(0+c = 0\) we get
So the equality we want to be true can be written as
That is we want \((-6)^0\) multiplied by \((-6)^c\) to be equal to \((-6)^c\text{.}\) The only number by which we can multiply a (non-zero) number and get the number as a result is \(1\text{.}\) So for our equation to be true we must set
The argument in Example 1.4.14 holds not only for \((-6)\text{,}\) but for all integers (except for 0). Let \(b\) be an integer. To extend our definition of exponentiation to all non-negative integer exponents, we must determine how to define \(b^0\text{.}\) Let \(n\) be a positive integer. If we want the property in Theorem 1.4.6 to include the possibility of an exponent of zero, we must have \(b^0 \cdot b^n = b^{0+n} = b^n\text{.}\) If \(b\ne 0\text{,}\) the only choice for \(b^0\) that works is \(b^0 = 1\text{.}\)
When the base is \(0\text{,}\) there are multiple possibilities for \(b^0\) that would keep the properties in Theorem 1.4.6 correct. One possibility is defining \(0^0 := 1\text{.}\) As it does not break anything, that it does not build a contradiction into the system of mathematics, and it matches what we have found for non-zero bases, we go with this choice.
Definition 1.4.15.
For all integers \(b\) we set \(b^0:=1\text{.}\)
We remark that some authors leave \(0^0\) undefined, while with our definition we have \(0^0=1\text{.}\)
In Checkpoint 1.4.16 compute some powers yourself.
Checkpoint 1.4.16. Compute powers.
Compute:
\(4^{0}\) =
\(4^{1}\) =
\(4^{2}\) =
\(4^{3}\) =
\(4^{4}\) =
\(4^{5}\) =
\(4^{6}\) =
\(4^{7}\) =
\(4^{8}\) =
\(4^{9}\) =
\(4^{10}\) =
We end out discussion of exponentiation with a table of powers (Figure 1.4.17).
\(b^n\) | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 |
---|---|---|---|---|---|---|---|---|---|---|
0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
2 | 1 | 2 | 4 | 8 | 16 | 32 | 64 | 128 | 256 | 512 |
3 | 1 | 3 | 9 | 27 | 81 | 243 | 729 | 2 187 | 6 561 | 19 683 |
4 | 1 | 4 | 16 | 64 | 256 | 1 024 | 4 096 | 16 384 | 65 536 | 262 144 |
5 | 1 | 5 | 25 | 125 | 625 | 3 125 | 15 625 | 78 125 | 390 625 | 1 953 125 |
6 | 1 | 6 | 36 | 216 | 1 296 | 7 776 | 46 656 | 279 936 | 1 679 616 | 10 077 696 |
7 | 1 | 7 | 49 | 343 | 2 401 | 16 807 | 117 649 | 823 543 | 5 764 801 | 40 353 607 |
8 | 1 | 8 | 64 | 512 | 4 096 | 32 768 | 262 144 | 2 097 152 | 16777216 | 13 421 7728 |
9 | 1 | 9 | 81 | 729 | 6 561 | 59 049 | 531 441 | 4 782 969 | 43 046 721 | 387 420 489 |
10 | 1 | 10 | 100 | 1 000 | 10 000 | 100 000 | 1 000 000 | 10 000 000 | 100 000 000 | 1 000 000 000 |
Subsection 1.4.3 Square Roots
Definition 1.4.18.
Let \(b\) be a non-negative integer. By the square root of \(b\text{,}\) written as \(\sqrt{b}\text{,}\) we mean the non-negative number \(a\) such that \(a^2=b\text{.}\)
Some, but not all, square roots are integers. If the square root of \(b\) is an integer, we call \(b\) a perfect square.
Example 1.4.19. Square roots of small perfect squares.
Some examples of perfect squares are \(1 = 1^2\text{,}\) \(4 = 2^2\text{,}\) \(9 = 3^2\text{,}\) and \(16 = 4^2\text{.}\) Their square roots are integers: \(\sqrt{1} = 1\text{,}\) \(\sqrt{4} = 2\text{,}\) \(\sqrt{9} = 3\text{,}\) and \(\sqrt{16} = 4\text{.}\)
If a number is given in a convenient form, it is easy to find its square root.
Example 1.4.20. Square roots of perfect squares.
We give some more square roots of perfect squares.
\(\sqrt{25} = \sqrt{5^2} = 5\text{.}\)
\(\sqrt{144} = \sqrt{12^2} = 12\text{.}\)
\(\displaystyle \sqrt{169} = \sqrt{13^2}=13\)
\(\displaystyle \sqrt{24372634816267643286^2}=24372634816267643286\)
When an integer is given as a square it is always easy to find its square root.
Problem 1.4.21. The square root of \(77\) squared.
What is \(\displaystyle{\sqrt{77^2}}\text{?}\)
The square root of \(77^2\) is \(77\text{.}\)
Even for integers that are too large for most calculators to handle, it is always easy to find its square root when the number is given as a square.
Problem 1.4.22. The square root of a large square.
What is \(\displaystyle{\sqrt{667848628784687^2}}\text{?}\)
The square root of \(667848628784687^2\) is \(667848628784687\text{.}\)
In Checkpoint 1.4.23 find the square root of a perfect square.
Checkpoint 1.4.23. Find the square root.
\(\sqrt{7709469804289804^ 2}\) is:
\(7709469804289804\)