C1.7 Indices I

Syllabus
0580–2028–2029
Topic
C1.7
Level
Core

Interpret positive, zero and negative integer indices

In ana^n, aa is the base and nn 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>0n>0 multiply nn copies of the base 24=2×2×2×2=162^4=2\times2\times2\times2=16
00 value is 1 when the base is non-zero 190=119^0=1
n-n reciprocal of the matching positive power 24=124=116=0.06252^{-4}=\frac{1}{2^4}=\frac{1}{16}=0.0625

a^0=1,\qquad a^{-n}= rac{1}{a^n}\quad(a e0,\ n>0)

The sequence 23=82^3=8, 22=42^2=4, 21=22^1=2, 20=12^0=1, 21=122^{-1}=\frac12 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(-3)^2=9, but 32=(32)=9-3^2=-(3^2)=-9. A negative index does not make the value negative; it creates a reciprocal.

The expressions 000^0 and 0n0^{-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.

Combine powers using the index laws

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+na^m\times a^n=a^{m+n} join the two groups of factors
divide same base am÷an=amna^m\div a^n=a^{m-n} cancel matching factors; a0a\ne0
power of a power (am)n=amn(a^m)^n=a^{mn} repeat a group of mm factors, nn times
power of a product (ab)n=anbn(ab)^n=a^n b^n every repeated factor contains both aa and bb
power of a quotient (a/b)n=an/bn(a/b)^n=a^n/b^n apply the power to numerator and denominator; b0b\ne0
Expression Apply the law Value
23×242^{-3}\times2^4 23+4=212^{-3+4}=2^1 22
(23)2(2^3)^2 23×2=262^{3\times2}=2^6 6464
23÷242^3\div2^4 234=212^{3-4}=2^{-1} 12\frac12

27imes812=33imes(34)2=33imes38=31127 imes81^2=3^3 imes(3^4)^2=3^3 imes3^8=3^{11}

When the bases already match, equate indices after simplifying. For 5n÷54=565^n\div5^4=5^6, the quotient law gives 5n4=565^{n-4}=5^6, so n4=6n-4=6 and n=10n=10.

Do not use the addition law when bases differ, and do not multiply indices when multiplying powers: am×ana^m\times a^n adds indices, whereas (am)n(a^m)^n multiplies them. Also, (a+b)n(a+b)^n does not become an+bna^n+b^n.