What are Indices?
Indices (also called powers or exponents) are a way of writing repeated multiplication in a shorter form. For example, instead of writing $2 \times 2 \times 2 \times 2$, we can write $2^4$, where 4 is the index (or power) and 2 is the base.
Understanding the Parts: #
- Base: The number being multiplied repeatedly
- Index/Power: How many times we multiply the base by itself
- Reading: $2^4$ is read as “2 to the power of 4” or “2 to the 4th”
Why Do We Use Indices? #
- Shorter writing: $2^{10}$ instead of $2 \times 2 \times 2 \times 2 \times 2 \times 2 \times 2 \times 2 \times 2 \times 2$
- Easier calculations: We can use rules instead of doing long multiplication
- Scientific notation: For very large or small numbers like $3.2 \times 10^8$
6. Step-by-Step Problem Solving Strategy #
When faced with complex index problems, follow this step-by-step approach:
Problem-Solving Steps: #
- Identify what you have: Look for bases, powers, fractions, negatives
- Break down complex expressions: Deal with brackets first
- Apply one rule at a time: Don’t try to do everything at once
- Simplify step by step: Write down each step clearly
- Check your answer: Does it make sense?
Common Student Mistakes and How to Avoid Them: #
- Mistake: $2^3 + 2^4 = 2^7$ ❌
Correct: $2^3 + 2^4 = 8 + 16 = 24$ (can’t combine different operations) - Mistake: $3^2 \times 5^2 = 15^4$ ❌
Correct: $3^2 \times 5^2 = 9 \times 25 = 225$ or $(3 \times 5)^2 = 15^2$ - Mistake: $(x + y)^2 = x^2 + y^2$ ❌
Correct: $(x + y)^2 = x^2 + 2xy + y^2$ (expand the bracket) - Mistake: $\sqrt{x^2 + y^2} = x + y$ ❌
Correct: $\sqrt{x^2 + y^2}$ cannot be simplified further
1.5. Power of a Power Rule #
Rule:
$(a^m)^n = a^{mn}$When raising a power to another power, multiply the indices.
Simple Memory Tip: #
Power of a power: multiply the powers together.
Quick Examples: #
- $(x^2)^5 = x^{2 \times 5} = x^{10}$
- $(3^4)^2 = 3^{4 \times 2} = 3^8$
- $(a^{-2})^3 = a^{-2 \times 3} = a^{-6}$
1. Basic Index Rules #
There are several important rules for working with indices. These rules work because of what indices actually mean (repeated multiplication). Learning these rules will help you simplify expressions and solve problems more easily.
Important Note: #
The rules for indices ONLY work when the bases are the same. For example, $3^2 \times 3^4$ can use the rules, but $3^2 \times 5^4$ cannot because the bases (3 and 5) are different.
Rule 1: Multiplying Powers with the Same Base #
Rule:
$a^m \times a^n = a^{m+n}$When multiplying powers with the same base, add the indices.
Simple Memory Tips: #
- Same base multiplication: Keep the base, add the powers
- Same base division: Keep the base, subtract the powers
- Different bases: You cannot combine them with index rules
Quick Examples: #
- $3^2 \times 3^4 = 3^{2+4} = 3^6$
- $5^8 \div 5^3 = 5^{8-3} = 5^5$
- $3^2 \times 5^4$ cannot be simplified (different bases)
Rule 2: Negative Powers #
Rule:
$a^{-n} = \frac{1}{a^n}$A negative power means “1 divided by that positive power”.
Simple Rule for Negative Powers: #
- For numbers: $a^{-n} = \frac{1}{a^n}$ (put it under 1, make power positive)
- For fractions: Flip the fraction upside down and make the power positive
Quick Examples: #
- $2^{-3} = \frac{1}{2^3} = \frac{1}{8}$
- $\left(\frac{2}{3}\right)^{-2} = \left(\frac{3}{2}\right)^2 = \frac{9}{4}$
- $\left(\frac{7}{8}\right)^{-1} = \frac{8}{7}$ (just flip it)
Rule 3: Dividing Powers with the Same Base #
Rule:
$a^m \div a^n = a^{m-n}$When dividing powers with the same base, subtract the indices.
Simple Memory Tip: #
When dividing same bases: subtract the bottom power from the top power.
Quick Examples: #
- $7^8 \div 7^3 = 7^{8-3} = 7^5$
- $x^{10} \div x^7 = x^{10-7} = x^3$
- $5^4 \div 5^4 = 5^{4-4} = 5^0 = 1$
- $3^2 \div 3^5 = 3^{2-5} = 3^{-3} = \frac{1}{3^3}$
2. Standard Form and Powers of 10 #
Simple Rules for Standard Form: #
- Large numbers: Move decimal left → positive power
- Small numbers: Move decimal right → negative power
- First number: Must be between 1 and 10
Quick Examples: #
- $45,000 = 4.5 \times 10^4$ (moved 4 places left)
- $0.0067 = 6.7 \times 10^{-3}$ (moved 3 places right)
3. Fractional and Complex Indices #
Simple Rules for Fractional Powers: #
- Bottom number = which root: $x^{\frac{1}{2}} = \sqrt{x}$, $x^{\frac{1}{3}} = \sqrt[3]{x}$
- Top number = regular power
- Easy method: Find the root first, then raise to the power
Quick Examples: #
- $8^{\frac{1}{3}} = \sqrt[3]{8} = 2$
- $16^{\frac{1}{4}} = \sqrt[4]{16} = 2$
- $9^{\frac{3}{2}} = (\sqrt{9})^3 = 3^3 = 27$
- $8^{\frac{2}{3}} = (\sqrt[3]{8})^2 = 2^2 = 4$
Fractional Indices #
Rules:
$a^{\frac{1}{n}} = \sqrt[n]{a}$ $a^{\frac{m}{n}} = \sqrt[n]{a^m} = (\sqrt[n]{a})^m$A fractional index represents a root.
Understanding $a^{\frac{m}{n}}$: #
Easy method: Root first, then power → $a^{\frac{m}{n}} = (\sqrt[n]{a})^m$
Examples: #
- $8^{\frac{2}{3}} = (\sqrt[3]{8})^2 = 2^2 = 4$
- $27^{\frac{2}{3}} = (\sqrt[3]{27})^2 = 3^2 = 9$
- $16^{\frac{3}{4}} = (\sqrt[4]{16})^3 = 2^3 = 8$
4. Zero and Negative Powers #
Simple Rule for Zero Powers: #
Any number to the power of 0 equals 1 (except $0^0$ which is undefined)
Quick Examples: #
- $5^0 = 1$
- $(-3)^0 = 1$
- $x^0 = 1$ (as long as $x \neq 0$)
- $7x^0 = 7 \times 1 = 7$
Zero Power Rule #
Rule:
$$a^0 = 1 \text{ (where } a \neq 0\text{)}$$Any number (except zero) raised to the power of 0 equals 1.
More Complex Fractional Indices #
5. Key Points to Remember #
- Same base multiplication: $a^m \times a^n = a^{m+n}$
- Same base division: $a^m \div a^n = a^{m-n}$
- Power of a power: $(a^m)^n = a^{mn}$
- Zero power: $a^0 = 1$ (where $a \neq 0$)
- Negative power: $a^{-n} = \frac{1}{a^n}$
- Fractional power: $a^{\frac{1}{n}} = \sqrt[n]{a}$
- Standard form: $a \times 10^n$ where $1 \leq a < 10$
- Power of a product: $(ab)^n = a^n b^n$
- Power of a quotient: $\left(\frac{a}{b}\right)^n = \frac{a^n}{b^n}$
- Don’t add indices when the bases are different
- Remember that $0^0$ is undefined
- Be careful with negative signs in indices
- When converting to standard form, make sure the first number is between 1 and 10
- $(a + b)^n \neq a^n + b^n$ (this is a common error!)