Indices and Logarithms

1. Laws of Indices

Laws of Indices (Exponents)

Indices (or exponents) are used to express repeated multiplication of a number. If aa is a real number and m,nm, n are integers, then the laws of indices are as follows:

1. Product Law

am×an=am+na^m \times a^n = a^{m+n}

Example:

23×24=23+4=272^3 \times 2^4 = 2^{3+4} = 2^7

2. Quotient Law

aman=amn,where a0\frac{a^m}{a^n} = a^{m-n}, \quad \text{where } a \neq 0

Example:

5652=562=54\frac{5^6}{5^2} = 5^{6-2} = 5^4

3. Power of a Power Law

(am)n=am×n(a^m)^n = a^{m \times n}

Example:

(32)4=32×4=38(3^2)^4 = 3^{2 \times 4} = 3^8

4. Power of a Product Law

(ab)m=am×bm(ab)^m = a^m \times b^m

Example:

(2×3)4=24×34(2 \times 3)^4 = 2^4 \times 3^4

5. Power of a Quotient Law

(ab)m=ambm,where b0\left( \frac{a}{b} \right)^m = \frac{a^m}{b^m}, \quad \text{where } b \neq 0

Example:

(45)3=4353=64125\left( \frac{4}{5} \right)^3 = \frac{4^3}{5^3} = \frac{64}{125}

6. Zero Index Law

a0=1,where a0a^0 = 1, \quad \text{where } a \neq 0

Example:

70=17^0 = 1

7. Negative Index Law

am=1am,where a0a^{-m} = \frac{1}{a^m}, \quad \text{where } a \neq 0

Example:

32=132=193^{-2} = \frac{1}{3^2} = \frac{1}{9}

8. Fractional Indices (Roots Law)

amn=amn=(an)ma^{\frac{m}{n}} = \sqrt[n]{a^m} = (\sqrt[n]{a})^m

Example:

1612=16=416^{\frac{1}{2}} = \sqrt{16} = 4 2723=(273)2=32=927^{\frac{2}{3}} = (\sqrt[3]{27})^2 = 3^2 = 9

Examples Using Multiple Laws

  1. Simplify 23×212^3 \times 2^{-1}

    • Using the product law:

      23+(1)=22=42^{3+(-1)} = 2^2 = 4
  2. Simplify 5456\frac{5^4}{5^6}

    • Using the quotient law:

      546=52=152=1255^{4-6} = 5^{-2} = \frac{1}{5^2} = \frac{1}{25}
  3. Simplify (42)3(4^2)^3

    • Using the power of a power law:

      42×3=46=40964^{2 \times 3} = 4^6 = 4096