Introduction to Exponentiation
Understand the definition of exponentiation, the core laws and extensions (negative and fractional exponents), and their real‑world applications in growth and probability.
Summary
Read Summary
Flashcards
Save Flashcards
Quiz
Take Quiz
Quick Practice
What is the basic definition of exponentiation?
1 of 10
Summary
Understanding Exponentiation
What is Exponentiation?
Exponentiation is a shorthand way to write repeated multiplication. When we write $b^n$, we're saying "multiply the base $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$
In the expression $b^n$:
$b$ is called the base (the number being multiplied)
$n$ is called the exponent (how many times we multiply it)
We can also write this using notation: $b^n = \underbrace{b \times b \times \cdots \times b}{n \text{ factors}}$
Key Starting Cases
Two special cases are important to memorize:
Any number to the first power equals itself: $b^1 = b$
Any non-zero number to the zero power equals one: $b^0 = 1$
For example, $7^0 = 1$ and $5^1 = 5$.
The Three Fundamental Laws of Exponentiation
These three laws are the backbone of working with exponents. They apply to integer exponents and, as we'll see later, to negative and fractional exponents as well.
Law 1: Product of Powers with the Same Base
When you multiply powers that have the same base, add the exponents:
$$b^m \cdot b^n = b^{m+n}$$
Example: $2^3 \cdot 2^5 = 2^{3+5} = 2^8 = 256$
Why does this work? Let's expand it: $$2^3 \cdot 2^5 = (2 \times 2 \times 2) \times (2 \times 2 \times 2 \times 2 \times 2) = 2^8$$
We're combining all eight factors of 2, so we add the exponents.
Law 2: Power of a Power
When you raise a power to another power, multiply the exponents:
$$(b^m)^n = b^{mn}$$
Example: $(2^3)^4 = 2^{3 \times 4} = 2^{12}$
Why? When we write $(2^3)^4$, we're multiplying $2^3$ by itself four times: $$(2^3)^4 = 2^3 \times 2^3 \times 2^3 \times 2^3 = 2^{3+3+3+3} = 2^{12}$$
Law 3: Power of a Product
When you raise a product to a power, apply the exponent to each factor:
$$(ab)^n = a^n b^n$$
Example: $(3 \times 5)^2 = 3^2 \times 5^2 = 9 \times 25 = 225$
Or check it directly: $(3 \times 5)^2 = 15^2 = 225$ ✓
Extending Exponents: Negative and Fractional Powers
The three laws above work perfectly with whole number exponents. But mathematicians extended the definition to cover negative and fractional exponents so that the same laws continue to work.
Negative Exponents as Reciprocals
A negative exponent means "take the reciprocal":
$$b^{-n} = \frac{1}{b^n} \quad \text{(provided } b \neq 0\text{)}$$
Important: The base cannot be zero because we cannot divide by zero.
Examples:
$2^{-3} = \frac{1}{2^3} = \frac{1}{8}$
$5^{-1} = \frac{1}{5}$
$10^{-2} = \frac{1}{100} = 0.01$
Notice how this makes the laws still work. For instance: $$2^3 \cdot 2^{-3} = 2^{3-3} = 2^0 = 1$$
And indeed: $2^3 \cdot 2^{-3} = 8 \times \frac{1}{8} = 1$ ✓
Fractional Exponents as Roots
A fractional exponent means "take a root":
$$b^{p/q} = \sqrt[q]{b^p}$$
where $q$ is the index of the root (which root we take) and $p$ is the power.
Examples:
$8^{1/3} = \sqrt[3]{8} = 2$ (the cube root of 8)
$16^{1/2} = \sqrt{16} = 4$ (the square root of 16)
$27^{2/3} = \sqrt[3]{27^2} = \sqrt[3]{729} = 9$ (or equivalently: $(27^{1/3})^2 = 3^2 = 9$)
Important restriction: When the denominator of the fractional exponent is even (like in $b^{1/2}$, $b^{1/4}$), the base must be non-negative ($b \geq 0$) to keep the answer real. For example, $(-4)^{1/2}$ is not a real number because there's no real number that squares to $-4$.
When the denominator is odd (like in $b^{1/3}$), the base can be any real number, even negative.
Why These Extensions Matter
By extending exponents to negative and fractional values, we've created a system where all three fundamental laws continue to hold. This is a remarkably elegant feature of mathematics—we didn't have to learn new rules; the old rules just work.
<extrainfo>
Applications of Exponentiation
Exponentiation is more than just a mathematical tool; it models real-world phenomena in several important ways.
Exponential Growth: In finance and biology, exponentiation models geometric growth. For example, if money in a bank account earns compound interest, the amount grows exponentially. Similarly, bacterial populations and viral spread both follow exponential patterns.
Probability and Combinatorics: Exponentiation appears frequently in probability calculations and in the binomial theorem, which helps expand expressions like $(a+b)^n$.
These applications show why understanding exponents thoroughly is valuable beyond just passing exams—they're genuinely important in real-world modeling and problem-solving.
</extrainfo>
Flashcards
What is the basic definition of exponentiation?
Repeatedly multiplying a base by itself.
In the expression $b^n$, what does the exponent $n$ indicate?
How many copies of the base $b$ are used in multiplication.
What is the value of any non-zero base raised to the zero power ($b^0$)?
$1$.
How is the product of two powers with the same base ($b^m b^n$) calculated?
$b^{m+n}$ (add the exponents).
How is a power of a power ($(b^m)^n$) simplified?
$b^{mn}$ (multiply the exponents).
How is a power of a product ($(ab)^n$) expanded?
$a^n b^n$ (distribute the exponent to each factor).
How is a negative exponent expressed as a reciprocal ($b^{-n}$)?
$1/b^n$ (provided $b \neq 0$).
How is a fractional exponent expressed as a root ($b^{p/q}$)?
$\sqrt[q]{b^p}$ (the denominator $q$ is the root index).
What restriction is placed on the base $b$ for a negative exponent?
The base must be non-zero ($b \neq 0$).
When must the base $b$ be non-negative for fractional exponents?
When the denominator of the fractional exponent is even (to keep the root real).
Quiz
Introduction to Exponentiation Quiz Question 1: How do you simplify the product $b^{m}\,b^{n}$?
- $b^{\,m+n}$ (correct)
- $b^{\,m-n}$
- $b^{\,mn}$
- $b^{\,m/n}$
Introduction to Exponentiation Quiz Question 2: What is the result of raising $b^{m}$ to the $n$th power?
- $b^{mn}$ (correct)
- $b^{m+n}$
- $b^{m-n}$
- $b^{m/n}$
Introduction to Exponentiation Quiz Question 3: What is the value of $7^{0}$?
- 1 (correct)
- 0
- 7
- Undefined
Introduction to Exponentiation Quiz Question 4: According to the power of a product law, $(ab)^{n}$ equals:
- $a^{n}b^{n}$ (correct)
- $a^{n}+b^{n}$
- $(ab)^{n-1}$
- $a^{bn}$
Introduction to Exponentiation Quiz Question 5: For the expression $b^{1/2}$ to be a real number, the base $b$ must be:
- non‑negative (correct)
- non‑zero
- any real number
- positive
Introduction to Exponentiation Quiz Question 6: Which theorem uses exponentiation to expand powers of a binomial such as $(a+b)^{n}$?
- Binomial theorem (correct)
- Pythagorean theorem
- Fundamental theorem of calculus
- Mean value theorem
Introduction to Exponentiation Quiz Question 7: What condition must the base $b$ satisfy when a negative exponent is used?
- $b$ must be non‑zero (correct)
- $b$ must be positive
- $b$ must be an integer
- $b$ must be less than one
Introduction to Exponentiation Quiz Question 8: Under which condition are the exponent laws valid for fractional exponents?
- The base \(b\) is positive (correct)
- The exponent is an integer
- The base \(b\) equals zero
- No special condition is required
Introduction to Exponentiation Quiz Question 9: Exponentiation is defined for exponents belonging to which set?
- All real numbers (correct)
- Only positive integers
- Only rational numbers
- Only integers
How do you simplify the product $b^{m}\,b^{n}$?
1 of 9
Key Concepts
Fundamentals of Exponents
Exponentiation
Exponent (mathematics)
Laws of exponents
Negative exponent
Fractional exponent
Real exponent
Power (mathematics)
Applications of Exponents
Exponential growth
Compound interest
Binomial theorem
Definitions
Exponentiation
The mathematical operation of repeatedly multiplying a base by itself a specified number of times.
Exponent (mathematics)
The power to which a base is raised, indicating how many times the base is used as a factor.
Laws of exponents
Fundamental rules governing how exponents combine under multiplication, exponentiation, and powers of products.
Negative exponent
An exponent that denotes the reciprocal of the base raised to the corresponding positive exponent.
Fractional exponent
An exponent expressed as a ratio, representing a root of the base raised to a power.
Real exponent
An exponent that can be any real number, extending exponentiation beyond integers and rationals.
Power (mathematics)
The result of raising a base to an exponent, often denoted as \(b^n\).
Exponential growth
A process where quantities increase proportionally to their current value, modeled by exponentiation.
Compound interest
The financial principle where interest is calculated on both the initial principal and accumulated interest, using exponential formulas.
Binomial theorem
A formula that expands powers of a binomial sum, involving coefficients and exponentiation of terms.