Search This Blog

Tuesday, 11 October 2011


Indices

Indices (or powers, or exponents) are very useful in mathematics. Indices are a convenient way of writing multiplications that have many repeated terms.

Example of an Index

5 is the base and
For the example 53, we say that:
3 is the index (or power, or exponent).
53 means "multiply 5 by itself 3 times".
[Or more accurately, "multiply 5 by itself repeatedly such that there are three 5's in the multiplication", or even better, "three 5's multiplied together". See a discussion on this at 
That is, 53 means
53 = 5 × 5 × 5 = 125

Examples of Integer Exponents

What happens if we have an index of 1, or maybe 0, or even -2?
Let's set up a pattern using our example above, so we can see what these special cases mean. As we continue this pattern, we are dividing by 5 to get each new line.
54 = 5 × 5 × 5 × 5
53 = 5 × 5 × 5
52 = 5 × 5
51 = 5
50 = 1
5-1 = 1 on 5
5-2 = 5 ^ -2
5-3 = 5 ^ -3
Take note of the special cases
51 = 5,
50 = 1, and
5-1 = 1 on 5
They are easy to mess up and they can make you lose sleep unnecessarily when you are doing algebra later.
In general , any number a, (except 0) raised to the power 1 is a.
a1 = a
Also, any number a, (except 0) raised to the power 0 is 1.
a0 = 1
And, any number a, (except 0) raised to the power -1 is 1/a.
a ^ -1

Multiplying Numbers With the Same Base

We often need to multiply something like the following:
43 × 45
We note the numbers have the same base (which is 4) and we think of it as follows:
43 × 45 = (4 × 4 × 4) × (4 × 4 × 4 × 4 × 4)
We get 3 fours from the first bracket and 5 fours from the second bracket, so altogether we will have 3 + 5 = 8 fours multiplied together.
43 × 45 = 43+548 (If anyone cares, the final answer is 65,536. :-)
In general, we can say for any number a and indices m and n:
a^m x a^n

Dividing Numbers with the Same Base

As an example, let's divide 36 by 32:
3 ^ 4
We cancelled out 2 of the threes on top and the 2 threes on the bottom of the fraction, leaving 4 threes on the top (and the number 1 on the bottom).
In general, for any number a (except 0) and indices m and n:
a^m / a^n

Raising an Index Expression to an Index

As an example, let's raise the number 42 to the power 3:
(42)3 = 42 × 42 × 42
From the multiplication example above, we can see that this is going to give us 46. We could have done this as:
(42)3 = 42×3 = 46
In general, we have for any base a and indices m and n:
(am)n = amn

Raising a Product to a Power

Number example:
(5 × 2)3 = 53 × 23
In this case, with numbers, it would be better to perform the multiplication in brackets first and then raise our answer to the power 3. But when we are using letters in algebra, we cannot do such a thing and we need to know how to expand it out.
In general:
(ab)n = anbn

Raising a Quotient to a Power

Number example:
2/3 ^ 5
In general:
a/b ^ n

Summary of Index Laws

math formula
NOTE: There are no formulas for problems like am+ an = ...
This is because we can only add or subtract like terms (ones that have the same letter part). For example, this is okay:
5a2 + 3a2 = 8a2,
because we are adding like terms.
But we cannot do anything with the following expression:
5a3 + 3a7
Roots and Radicals
because these are unlike terms (not the same letter part).
We use the radical signmath formula
It means "square root". The square root is actually a fractional index and is equivalent to raising a number to the power 1/2.
So, for example:
251/2 = √25 = 5
You can also have
Cube root: math formula (which is equivalent to raising to the power 1/3), and
Fourth root: math formula (power 1/4) and so on.

Key things to note:

If a ≥ 0 and b ≥ 0, we have:
However, this only works for multiplying. Please note that:
\large{\sqrt{a+b}}
does not equal
\large{\sqrt{a}+\sqrt{b}}
(Try it with some real numbers on your calculator).
Also, this one is often found in mathematics:
math formula
This confuses a lot of students. But it just means:
  1. Start with a number
  2. Square it
  3. Find the square root of the result
  4. Finish with the number you started with
For example, start with 3.
Square it, you get 9.
Take the square root, you get 3, which is back where you started.
Why does it matter? Often we need to "undo" a square when solving an equation, so we find the square root of both sides. It's good to know what you are doing.

No comments:

Post a Comment