Indices and Logarithms

Site: Newgate University Minna - Elearning Platform
Course: Basic Mathematics
Book: Indices and Logarithms
Printed by: Guest user
Date: Monday, 6 April 2026, 2:40 PM

Description

Indices is the word derived from Latin, in which index means "one who points out", an "indication", or a "forefinger". In Latin, the plural form of the word is indices. An index number is a number which is raised to a power. The power, also known as the index, tells you how many times you have to multiply the number by itself. For example, 25 means that you have to multiply 2 by itself five times = 2×2×2×2×2 = 32. The knowledge of standard form will help you to understand the concept of indices. The laws of indices to consider in this unit are; addition law, multiplication law, power law, negative law and fractional law.

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

2. Laws of Logarithms

Laws of Logarithms

Logarithms are the inverse operations of exponents. If:

logbx=ythenby=x\log_b x = y \quad \text{then} \quad b^y = x

where bb is the base, xx is the number, and yy is the logarithm.

The fundamental laws of logarithms are as follows:


1. Product Law

logb(MN)=logbM+logbN\log_b (MN) = \log_b M + \log_b N

Example:

log2(8×4)=log28+log24\log_2 (8 \times 4) = \log_2 8 + \log_2 4

Since log28=3\log_2 8 = 3 and log24=2\log_2 4 = 2, we get:

log232=3+2=5\log_2 32 = 3 + 2 = 5

2. Quotient Law

logb(MN)=logbMlogbN\log_b \left( \frac{M}{N} \right) = \log_b M - \log_b N

Example:

log3(819)=log381log39\log_3 \left( \frac{81}{9} \right) = \log_3 81 - \log_3 9

Since log381=4\log_3 81 = 4 and log39=2\log_3 9 = 2, we get:

log39=42=2\log_3 9 = 4 - 2 = 2

3. Power Law

logb(Mn)=nlogbM\log_b (M^n) = n \log_b M

Example:

log5(253)=3log525\log_5 (25^3) = 3 \log_5 25

Since log525=2\log_5 25 = 2, we get:

log5(253)=3×2=6\log_5 (25^3) = 3 \times 2 = 6

4. Change of Base Law

logbM=logkMlogkb\log_b M = \frac{\log_k M}{\log_k b}

This is useful for converting logarithms into a different base, commonly base 10 (logarithm) or base ee (natural logarithm, denoted as ln\ln).

Example: Convert log210\log_2 10 to base 10.

log210=log1010log102\log_2 10 = \frac{\log_{10} 10}{\log_{10} 2}

Since log1010=1\log_{10} 10 = 1 and log1020.301\log_{10} 2 \approx 0.301, we get:

log210=10.3013.32\log_2 10 = \frac{1}{0.301} \approx 3.32

5. Logarithm of 1

logb1=0\log_b 1 = 0

Because any number raised to the power of zero equals 1:

b0=1b^0 = 1

Example:

log71=0\log_7 1 = 0

6. Logarithm of the Base

logbb=1\log_b b = 1

Because b1=bb^1 = b.
Example:

log44=1\log_4 4 = 1

7. Natural Logarithms (Base ee)

lnx=logex\ln x = \log_e x

Natural logarithms use the base ee (Euler’s number, approximately 2.718). The same logarithmic laws apply:

ln(MN)=lnM+lnN\ln (MN) = \ln M + \ln N ln(MN)=lnMlnN\ln \left( \frac{M}{N} \right) = \ln M - \ln N ln(Mn)=nlnM\ln (M^n) = n \ln M

Examples Using Multiple Laws

  1. Simplify log381+log39\log_3 81 + \log_3 9

    • Using the product law:

      log3(81×9)=log3729\log_3 (81 \times 9) = \log_3 729
    • Since 36=7293^6 = 729, we get:

      log3729=6\log_3 729 = 6
  2. Simplify log5125log525\log_5 125 - \log_5 25

    • Using the quotient law:

      log5(12525)=log55\log_5 \left( \frac{125}{25} \right) = \log_5 5
    • Since log55=1\log_5 5 = 1, the answer is:

      11
  3. Simplify 2log482 \log_4 8

    • Using the power law:

      log482=log464\log_4 8^2 = \log_4 64
    • Since 43=644^3 = 64, we get:

      log464=3\log_4 64 = 3

3. Tutor-Marked Assignment

Section A: Indices (Laws of Exponents)

  1. Simplify the following expressions:
    a) 34×323^4 \times 3^2
    b) 5754\frac{5^7}{5^4}
    c) (23)4(2^3)^4
    d) 82/38^{2/3}

  2. Solve for xx in the following equations:
    a) 2x=322^x = 32
    b) 5x+1=1255^{x+1} = 125
    c) 9x1=27x+29^{x-1} = 27^{x+2}

  3. Express in simplest form:
    a) (a3b2)4(a^3b^{-2})^4
    b) x5y3x2y4\frac{x^5 y^{-3}}{x^{-2} y^4}


Section B: Logarithms (Laws of Logarithms)

  1. Evaluate:
    a) log232\log_2 32
    b) log101000\log_{10} 1000
    c) log525+log55\log_5 25 + \log_5 5

  2. Solve for xx:
    a) log3x=4\log_3 x = 4
    b) log2(x+1)=3\log_2 (x + 1) = 3
    c) log5(x24)=log55\log_5 (x^2 - 4) = \log_5 5

  3. Express as a single logarithm:
    a) logax+logay\log_a x + \log_a y
    b) 2logbm12logbn2\log_b m - \frac{1}{2} \log_b n


Bonus Question:

Prove that:
loga(mn)=logam+logan\log_a (mn) = \log_a m + \log_a n
using the laws of logarithms.