C1.7 Indices I
- Syllabus
- 0580–2028–2029
- Topic
- C1.7
- Level
- Core
In an, a is the base and n is the index. A positive integer index counts repeated factors; zero and negative indices extend the same pattern so that moving one index step down always divides by the base.
| Integer index | Meaning | Example |
|---|---|---|
| n>0 | multiply n copies of the base | 24=2×2×2×2=16 |
| 0 | value is 1 when the base is non-zero | 190=1 |
| −n | reciprocal of the matching positive power | 2−4=241=161=0.0625 |
a^0=1,\qquad a^{-n}=rac{1}{a^n}\quad(a e0,\ n>0)
The sequence 23=8, 22=4, 21=2, 20=1, 2−1=21 divides by 2 at every step. This explains both the zero-index and negative-index definitions rather than treating them as disconnected rules.
Brackets decide whether a negative sign belongs to the base: (−3)2=9, but −32=−(32)=−9. A negative index does not make the value negative; it creates a reciprocal.
The expressions 00 and 0−n are not defined here because the negative-index rule would require division by zero. This objective uses integer indices only; fractional indices are outside C1.7 Core scope.
Index laws compress repeated multiplication. They apply when the bases match, or when one complete product, quotient or power is raised to an index; the operation tells you what to do with the indices.
| Structure | Index law | Why |
|---|---|---|
| multiply same base | am×an=am+n | join the two groups of factors |
| divide same base | am÷an=am−n | cancel matching factors; a=0 |
| power of a power | (am)n=amn | repeat a group of m factors, n times |
| power of a product | (ab)n=anbn | every repeated factor contains both a and b |
| power of a quotient | (a/b)n=an/bn | apply the power to numerator and denominator; b=0 |
| Expression | Apply the law | Value |
|---|---|---|
| 2−3×24 | 2−3+4=21 | 2 |
| (23)2 | 23×2=26 | 64 |
| 23÷24 | 23−4=2−1 | 21 |
27imes812=33imes(34)2=33imes38=311
When the bases already match, equate indices after simplifying. For 5n÷54=56, the quotient law gives 5n−4=56, so n−4=6 and n=10.
Do not use the addition law when bases differ, and do not multiply indices when multiplying powers: am×an adds indices, whereas (am)n multiplies them. Also, (a+b)n does not become an+bn.