RemNote Community
Community

Foundations of Exponentiation

Understand exponentiation’s definition and notation, the core exponent rules for integer and real exponents, and special cases such as powers of ten, two, and indeterminate forms.
Summary
Read Summary
Flashcards
Save Flashcards
Quiz
Take Quiz

Quick Practice

How is the expression $b^{n}$ (where $b$ is the base and $n$ is the exponent) defined when $n$ is a positive integer?
1 of 16

Summary

Exponentiation: A Complete Guide Introduction Exponentiation is a mathematical operation that allows us to express repeated multiplication in a compact form. When we write $b^n$, we're saying "multiply $b$ by itself $n$ times." This operation appears constantly in algebra, science, and real-world applications—from calculating compound interest to understanding population growth. Understanding exponents and their rules is fundamental to succeeding in algebra. Definition and Basic Notation Exponentiation is denoted as $b^n$, where: $b$ is the base (the number being multiplied) $n$ is the exponent or power (how many times we multiply the base) When $n$ is a positive integer, $b^n$ means: multiply $b$ by itself $n$ times. For example: $3^4 = 3 \times 3 \times 3 \times 3 = 81$ $2^5 = 2 \times 2 \times 2 \times 2 \times 2 = 32$ $x^3 = x \times x \times x$ The Multiplication Rule for Powers One of the most important rules in exponentiation is the multiplication rule: when multiplying two powers with the same base, you add the exponents. $$b^m \cdot b^n = b^{m+n}$$ Why does this work? Let's think about it concretely: $$b^3 \cdot b^2 = (b \times b \times b) \times (b \times b) = b^5 = b^{3+2}$$ We have 3 copies of $b$ in the first factor and 2 copies in the second factor, giving us 5 copies total. Examples: $2^3 \cdot 2^4 = 2^{3+4} = 2^7 = 128$ $x^2 \cdot x^5 = x^7$ $10^3 \cdot 10^2 = 10^5$ Important: This rule only works when the bases are identical. You cannot simplify $2^3 \cdot 3^2$ using this rule. Integer Exponents: Beyond Positive Integers The multiplication rule $b^m \cdot b^n = b^{m+n}$ is so useful that mathematicians extended exponent notation to include zero and negative integer exponents. This extension maintains the same rule across all integer values. Zero Exponent For any non-zero base $b$: $$b^0 = 1$$ This isn't arbitrary—it follows from our multiplication rule. Consider: $$b^3 \cdot b^0 = b^{3+0} = b^3$$ If $b^0$ equals something times $b^3$ to give us $b^3$, that something must be 1. So $b^0 = 1$. Examples: $5^0 = 1$ $(-3)^0 = 1$ $x^0 = 1$ (for $x \neq 0$) Important note: The expression $0^0$ is undefined in most contexts because it creates a logical inconsistency. Negative Integer Exponents For any non-zero base $b$ and positive integer $n$: $$b^{-n} = \frac{1}{b^n}$$ Again, this follows from our multiplication rule: $$b^2 \cdot b^{-2} = b^{2+(-2)} = b^0 = 1$$ So $b^{-2}$ must be the reciprocal of $b^2$, which is $\frac{1}{b^2}$. Examples: $2^{-3} = \frac{1}{2^3} = \frac{1}{8}$ $5^{-2} = \frac{1}{5^2} = \frac{1}{25}$ $x^{-1} = \frac{1}{x}$ The Fundamental Laws of Exponentiation Beyond the multiplication rule, there are several other essential exponent laws that follow from the basic definition: Power of a Power Rule: $$(b^m)^n = b^{mn}$$ When you raise a power to another power, multiply the exponents. Examples: $(2^3)^2 = 2^{3 \times 2} = 2^6 = 64$ $(x^2)^5 = x^{10}$ $(5^{-1})^3 = 5^{-3}$ Quotient Rule: $$\frac{b^m}{b^n} = b^{m-n}$$ When dividing powers with the same base, subtract the exponents. This follows from the multiplication rule: $\frac{b^m}{b^n} = b^m \cdot b^{-n} = b^{m+(-n)} = b^{m-n}$ Examples: $\frac{2^7}{2^3} = 2^{7-3} = 2^4 = 16$ $\frac{x^5}{x^2} = x^3$ $\frac{x^3}{x^5} = x^{3-5} = x^{-2} = \frac{1}{x^2}$ Summary of Key Rules (for non-zero base $b$ and any integers $m, n$): Product rule: $b^m \cdot b^n = b^{m+n}$ Quotient rule: $\frac{b^m}{b^n} = b^{m-n}$ Power of a power: $(b^m)^n = b^{mn}$ Zero exponent: $b^0 = 1$ Negative exponent: $b^{-n} = \frac{1}{b^n}$ Special Cases: Powers of Important Bases Powers of Ten Powers of 10 are special because our number system is based on 10: Positive exponents: $10^n$ is 1 followed by $n$ zeros $10^1 = 10$ $10^2 = 100$ $10^3 = 1000$ Negative exponents: $10^{-n}$ is a decimal point followed by $|n|-1$ zeros, then 1 $10^{-1} = 0.1$ $10^{-2} = 0.01$ $10^{-3} = 0.001$ This makes powers of 10 essential for scientific notation, which expresses large or small numbers compactly as $a \times 10^n$ where $1 \leq a < 10$. Examples: $3,000,000 = 3 \times 10^6$ $0.00025 = 2.5 \times 10^{-4}$ <extrainfo> Powers of Two Powers of 2 appear frequently in computer science and combinatorics: An $n$-bit binary number can represent $2^n$ distinct values A set with $n$ elements has $2^n$ subsets (this is called the power set) For example, if you have 3 elements {A, B, C}, there are $2^3 = 8$ subsets: {}, {A}, {B}, {C}, {A,B}, {A,C}, {B,C}, {A,B,C}. Powers of One, Zero, and Negative One Powers of 1: $1^n = 1$ for all exponents $n$ Powers of -1: These alternate between -1 and 1: $(-1)^{\text{even}} = 1$ $(-1)^{\text{odd}} = -1$ Examples: $(-1)^2 = 1$, $(-1)^3 = -1$, $(-1)^4 = 1$ </extrainfo> Fractional Exponents While integer exponents are the core focus, it's useful to know how exponents extend to fractions. A fractional exponent $\frac{1}{n}$ represents an $n$th root: $$b^{1/n} = \sqrt[n]{b}$$ Examples: $8^{1/3} = \sqrt[3]{8} = 2$ (since $2^3 = 8$) $16^{1/4} = \sqrt[4]{16} = 2$ (since $2^4 = 16$) $x^{1/2} = \sqrt{x}$ This extension is important because it allows the multiplication rule to work for all real exponents, not just integers. <extrainfo> Indeterminate Forms and Limits In more advanced mathematics, the expression $0^0$ is considered an indeterminate form. This means that different ways of approaching it can give different results, so it's left undefined in most algebraic contexts. Similarly, expressions like $\infty^0$, $1^\infty$, and $1^{-\infty}$ are also indeterminate in the study of limits and calculus. </extrainfo> Summary: The key to mastering exponentiation is understanding that exponent rules all stem from the basic definition of repeated multiplication, and that these rules extend naturally from positive integers to zero and negative integers. The five fundamental laws—product rule, quotient rule, power of a power, zero exponent, and negative exponents—give you the tools to simplify almost any exponential expression you'll encounter in algebra.
Flashcards
How is the expression $b^{n}$ (where $b$ is the base and $n$ is the exponent) defined when $n$ is a positive integer?
The product of $n$ copies of $b$.
According to the multiplication rule for powers with the same base, what is the result of $b^{m} \cdot b^{n}$?
$b^{m+n}$.
How is a negative integer exponent defined for a non-zero base ($b^{-n}$)?
$1/b^{n}$.
What is the definition of a fractional exponent $b^{1/n}$?
The $n$th root of $b$ ($\sqrt[n]{b}$).
What is the value of any non-zero base raised to the power of zero ($b^{0}$)?
1 (the multiplicative identity).
In many algebraic contexts, what value is commonly assigned to the expression $0^{0}$?
1.
According to the power of a power rule, what does $(b^{m})^{n}$ simplify to?
$b^{mn}$.
According to the quotient rule, what is the result of $b^{m} / b^{n}$ for a non-zero base?
$b^{m-n}$.
In decimal notation, what does the expression $10^{n}$ represent if $n$ is a positive integer?
A 1 followed by $n$ zeros.
How does scientific notation represent large or small numbers using powers of ten?
$a \times 10^{n}$.
How many members are in the power set (the set of all subsets) of an $n$-element set?
$2^{n}$.
How many distinct values can be represented by an $n$-bit binary number?
$2^{n}$.
What is the result of $(-1)^{n}$ when $n$ is an even number?
1.
What is the result of $(-1)^{n}$ when $n$ is an odd number?
-1.
Why is the expression $0^{0}$ considered an indeterminate form in calculus?
Because limits of $x^{y}$ as $(x, y) \to (0, 0)$ can yield different values.
Which four cases of the limit $x^{y}$ are considered indeterminate and cannot be extended by continuity?
$0^{0}$ $\infty^{0}$ $1^{\infty}$ $1^{-\infty}$

Quiz

When $n$ is a positive integer, $b^{n}$ equals:
1 of 10
Key Concepts
Basic Exponent Rules
Exponentiation
Zero exponent
Negative exponent
Fractional exponent
Power rule for exponents
Power‑of‑a‑power rule
Advanced Concepts
Scientific notation
Real exponentiation
Set Theory
Power set
Indeterminate form 0⁰