INDICES
An index (plural indices) shows how many times a number is multiplied by itself. It is also called a power or an exponent.
In the number a^n,\ a is called the base while n is the index. a^n is read as “a to the power of n.”
There are 2 basic rules you need to know with indices. This is simply how indices are defined for them to make sense matheematically:
- A number raised to a fraction whose numerator is one is equal to that root of the number. i.e \large a^\frac{1}{n}=\sqrt[n]{a} . e.g. \large a^\frac{1}{2}=\sqrt{a}\ ;\ a^\frac{1}{3}=\sqrt[3]{a}
- In a number raised to a fraction whose numerator is not one, the denominator is the root of the number while the numerator is the power of the number. i.e. \large a^\frac{m}{n}=(\sqrt[n]{a})^m or \large a^\frac{m}{n}=\sqrt[n]{a^m} .
Laws of Indices
There are a few laws that are used to manipulate exponents. Note that you do not need to know the names of these laws, only how to apply them.
Product Law: a^m\times a^n=a^{m+n}
When multiplying indices with the same base, add the powers.
Quotient Law: a^m\div a^n=a^{m-n}
When dividing indices with the same base, subtract the powers.
Power Law: (a^m)^n=a^{m\times n}
When there is a power outside the bracket, multiply the powers.
Negative exponent law: a^{-n}=\frac{1}{a^n}, and by extension, \displaystyle \left( \frac{a}{b} \right)^{-n} = \left(\frac{b}{a} \right)^n
A negative exponent indicates the reciprocal of the expression with the positive exponent. When a fraction is raised to a negative power, the reciprocal of the fraction will have a positive power.
Zero exponent law: a^0=1
Any non-zero value raised to the power of 0 is equal to 1.
Example 1
Solve the equation 8^{x+1}-2^{3x-1}=120 .
First, we need to express the numbers to a common base in order to make the laws of indices apply. We can write 8 as 2^3 . Substituting this into the equation: \left( 2^3 \right)^{x+1}-2^{3x-1}=120 2^{3(x+1)}-2^{3x-1}=120 2^{3x+3}-2^{3x-1}=120 We now need to find a way to express 2^{3x+3} in terms of 2^{3x-1} . 2^{3x+3}=2^4\times2^{3x-1} Substituting this into the equation:
2^4 \left( 2^{3x-1} \right)-2^{3x-1}=120 Now, we can let 2^{3x-1} be y. 16y-y=120 15y=120 y=8 Thus, we have that 2^{3x-1}=8 . We can express 8 as 2^3 . 2^{3x-1}=2^3 Since the bases are equal, we can equate the exponents. 3x-1=3 3x=4 \boxed{x=1.333 }
Example 2
Evaluate: 27^{\frac{2}{3}}\times \left( \frac{81}{16} \right)^{-\frac{1}{4}}
We can approach this by first evaluating 27^{\frac{2}{3}}. 27^{\frac{2}{3}}= (\sqrt[3]{27})^2 (\sqrt[3]{27})^2=(3)^2 =9
Now, we evaluate \displaystyle\left( \frac{81}{16} \right)^{-\frac{1}{4}} . \left( \frac{81}{16} \right)^{-\frac{1}{4}}=\left( \frac{16}{81} \right)^{\frac{1}{4}} = \sqrt[4]{\frac{16}{81}} \sqrt[4]{\frac{16}{81}}=\frac{\sqrt[4]{16}}{\sqrt[4]{81}}= \frac{2}{3}
Our final expression is now 9\times\dfrac{2}{3}\ =\ 6 .