Rules of Indices
Indices are numbers that are “to the power of” another number often written in the form ab. This is usually taken to mean a x a b times eg
23 = 2 x 2 x 2 = 8
–a is multiplies by itself b times
Note//In more advanced maths ab is often taken to mean exp(b ln(a))
There are a number of rules regarding how to manipulate indices of which the most important are listed below:
- ab x ac = ab+c
since we have axa b times time axa c times giving axa b+c times - ab ÷ ac = ab-c
by similar logic to point 1 - (ab)c = abc
since (ab)c = ab x ab… c times…ab
but by (1) we get ab+b+…+b = abc - a1/b = b√a
Since by (3) (a1/b)b = ab/b = a
but re arranging we get the result
a1/b = b√a
If there any other rules that I haven’t included and aren’t immediately obvious from the above rules please leave them in the comments below
By David Woodford
Comments Left