📐
📊
✖️
← Back to Dashboard
Font Size:

1. Introduction

Exponents, also called powers or indices, are a shorthand way of writing repeated multiplication. Instead of writing 2 x 2 x 2 x 2 x 2, we write 2^5, read as 2 raised to the power 5 or 2 to the power 5. Here 2 is called the base and 5 is called the exponent. The expression 2^5 means that the base 2 is multiplied by itself 5 times. Exponents make very large and very small numbers easy to write and compare. For example, the distance of the Earth from the Sun is about 1.5 x 10^8 km, and the mass of a dust particle is about 1 x 10^-9 grams.

The concept of exponents is essential in science, engineering and economics, where numbers vary from the size of atoms to the size of galaxies. In this chapter we learn the laws of exponents, how to express numbers in exponential form, how to convert large and small numbers into standard form using powers of 10, and how to compare numbers written with exponents. A strong grasp of exponents prepares students for scientific notation, logarithms and growth calculations in higher mathematics.

2. The Meaning of Exponents

2.1 Exponential Notation

For any non-zero base a and positive integer n, a^n means a multiplied by itself n times: a^n = a x a x a x ... n times For example, 3^4 = 3 x 3 x 3 x 3 = 81, and 2^3 = 8. The number a^1 = a, and by convention a^0 = 1 for any non-zero a.

2.2 Squaring and Cubing

Raising a number to the power 2 is called squaring it, and the power 3 is called cubing it. For example, 5^2 = 25 is read as 5 squared, and 4^3 = 64 is read as 4 cubed.

2.3 Exponents with Negative Bases

When the base is negative, the sign of the result depends on whether the exponent is even or odd. A negative base raised to an even power gives a positive result, while an odd power gives a negative result: (-2)^4 = 16 and (-2)^3 = -8. Note that (-2)^4 is different from -2^4 = -16, where the negative sign is not included in the base.

3. Laws of Exponents

3.1 Multiplying Powers with the Same Base

When multiplying powers with the same base, add the exponents: a^m x a^n = a^(m+n) For example, 2^3 x 2^4 = 2^7 = 128.

3.2 Dividing Powers with the Same Base

When dividing powers with the same base, subtract the exponents: a^m / a^n = a^(m-n), for a not equal to 0 For example, 5^6 / 5^2 = 5^4 = 625.

3.3 Power of a Power

When raising a power to another power, multiply the exponents: (a^m)^n = a^(m x n) For example, (3^2)^3 = 3^6 = 729.

3.4 Power of a Product

The power of a product is the product of the powers: (a x b)^m = a^m x b^m For example, (2 x 3)^2 = 2^2 x 3^2 = 4 x 9 = 36.

3.5 Power of a Quotient

The power of a quotient is the quotient of the powers: (a/b)^m = a^m / b^m, for b not equal to 0 For example, (2/3)^3 = 8/27.

3.6 Zero Exponent and Negative Exponent

For any non-zero a: a^0 = 1. Also, a^(-n) = 1/a^n, the reciprocal of a^n. For example, 7^0 = 1 and 2^(-3) = 1/8.

4. Expressing Numbers in Exponential Form

Any number can be expressed in exponential form by writing its prime factorisation as a product of powers. For example, 8 = 2 x 2 x 2 = 2^3, 81 = 3 x 3 x 3 x 3 = 3^4, and 144 = 2^4 x 3^2. To express a number in exponential form, first factorise it into primes, then group repeated factors as powers.

5. Standard Form (Scientific Notation)

Very large and very small numbers are written in standard form as a number between 1 and 10 multiplied by a power of 10: Standard form = a x 10^n, where 1 is less than or equal to a, and a is less than 10. For example, the distance from the Earth to the Moon is about 384400000 m = 3.844 x 10^8 m. A small number like 0.0000067 is written as 6.7 x 10^(-6). To convert, move the decimal point so that one non-zero digit lies before it, and count the number of places moved: moving left gives a positive power, moving right gives a negative power.

6. Comparing Numbers in Standard Form

To compare numbers written in exponential or standard form, first compare the exponents of 10. The number with the larger power of 10 is larger. If the powers are equal, compare the decimal coefficients. For example, 3.2 x 10^9 is greater than 8.7 x 10^8 because the exponent 9 > 8, regardless of the coefficients.

Quick Revision Tables

Table 1: Laws of Exponents

Law Statement Example
Product a^m x a^n = a^(m+n) 2^3 x 2^4 = 2^7
Quotient a^m / a^n = a^(m-n) 5^6 / 5^2 = 5^4
Power of a power (a^m)^n = a^(m x n) (3^2)^3 = 3^6
Power of a product (a x b)^m = a^m x b^m (2 x 3)^2 = 36
Power of a quotient (a/b)^m = a^m / b^m (2/3)^3 = 8/27
Zero exponent a^0 = 1 7^0 = 1
Negative exponent a^(-n) = 1/a^n 2^(-3) = 1/8

Table 2: Expressing Numbers in Exponential Form

Number Prime Factorisation Exponential Form
8 2 x 2 x 2 2^3
81 3 x 3 x 3 x 3 3^4
144 2 x 2 x 2 x 2 x 3 x 3 2^4 x 3^2
1000 10 x 10 x 10 10^3
0.0005 5/10000 5 x 10^(-4)

Mind Map

flowchart TD A["Exponents and Powers"] --> B["Meaning"] B --> B1["a^n = a x a x ... n times"] B --> B2["a^0 = 1, a^1 = a"] A --> C["Laws of Exponents"] C --> C1["a^m x a^n = a^(m+n)"] C --> C2["a^m / a^n = a^(m-n)"] C --> C3["(a^m)^n = a^(m x n)"] C --> C4["(ab)^m = a^m b^m"] C --> C5["a^(-n) = 1/a^n"] A --> D["Exponential Form of Numbers"] D --> D1["Prime factorisation"] A --> E["Standard Form"] E --> E1["a x 10^n with 1 <= a < 10"] A --> F["Comparison"] F --> F1["Compare exponents first"]

Important Diagrams (SVG)

Diagram 1: Meaning of an Exponent

Meaning of 2^5 Base 2 Exponent 5 2 5 2^5 = 2 x 2 x 2 x 2 x 2 = 32 2 x 2 = 4 x 2 = 8 x 2 = 16 x 2 = 32 Negative bases: (-2)^4 = 16 but -2^4 = -16 The bracket makes the base negative; without brackets the sign is applied after. Even power of a negative base is positive; odd power is negative. Golden Rule: The exponent tells how many times the base is used as a factor; parentheses decide whether a negative sign is part of the base.

Diagram 2: Laws of Exponents

Laws of Exponents a^m x a^n = a^(m+n) a^m / a^n = a^(m-n) (a^m)^n = a^(m x n) (a x b)^m = a^m x b^m (a/b)^m = a^m / b^m a^0 = 1, a^(-n) = 1/a^n Examples: 2^3 x 2^4 = 2^7, 5^6/5^2 = 5^4, 2^(-3) = 1/8 Golden Rule: The laws of exponents apply only when the base is the same; add for product, subtract for quotient, multiply for a power.

Diagram 3: Standard Form

Standard Form a x 10^n Large: 384400000 m = 3.844 x 10^8 m Decimal moved 8 places left, exponent positive Small: 0.0000067 = 6.7 x 10^(-6) Decimal moved 6 places right, exponent negative Compare: 3.2 x 10^9 > 8.7 x 10^8 Compare the exponents first: 9 > 8 In standard form, 1 is less than or equal to a, and a is less than 10. Golden Rule: To compare numbers in standard form, first compare the powers of 10; only when they are equal compare the coefficients.

Common Mistakes

  1. Writing a^m x a^n = a^(m x n). The correct law is to add the exponents: a^m x a^n = a^(m+n).
  2. Writing (a^m)^n = a^(m+n). The power of a power law multiplies the exponents: (a^m)^n = a^(m x n).
  3. Forgetting that a^0 = 1 for any non-zero a. Many students wrongly think a^0 = 0.
  4. Confusing a^(-n) with -a^n. The negative exponent means the reciprocal: 2^(-3) = 1/8, not -8.
  5. Treating (-2)^4 and -2^4 as equal. (-2)^4 = 16 while -2^4 = -16, because the sign is part of the base only inside the brackets.
  6. Adding bases when multiplying powers. a^m x a^n requires the same base; you cannot add 2^3 x 3^3 into a single term unless you use the product law (2 x 3)^3.
  7. Placing the decimal point wrongly when converting to standard form, resulting in the coefficient outside the range 1 to 10.
  8. Choosing the wrong sign of the exponent in standard form for small numbers, writing 0.0005 as 5 x 10^3 instead of 5 x 10^(-4).

Exam Tips

  1. Memorise all seven laws of exponents and write the law you are using before simplifying, especially in multi-step problems.
  2. When converting to standard form, move the decimal point to leave one non-zero digit before it, and count the places carefully.
  3. Remember the sign rule for the exponent: moving the decimal left gives a positive power, moving right gives a negative power.
  4. In comparison problems, always compare the powers of 10 first; the number with the larger exponent is greater.
  5. For negative bases, first decide whether the bracket includes the sign, then apply the even-odd rule for the sign of the result.
  6. Express numbers in exponential form using prime factorisation before applying laws, since this reveals the common base.
  7. Practise standard form with real examples like the speed of light, 3 x 10^8 m/s, and the size of a cell, to build intuition.

Conclusion

Exponents and powers give us a compact notation for repeated multiplication and a powerful tool for working with very large and very small numbers. The laws of exponents, which add, subtract and multiply exponents under the right conditions, allow complex expressions to be simplified quickly. Writing numbers in exponential form through prime factorisation and in standard form as a x 10^n connects mathematics with science, where the size of the universe and the size of an atom are both conveniently expressed with powers of 10. Careful attention to the sign conventions and the order of operations prevents common errors. This chapter is essential for scientific notation, logarithms and exponential growth in higher classes.


Extra Practice Problems

  1. Evaluate: 2^5, 3^4 and 10^3.
  2. Simplify: 2^3 x 2^4.
  3. Simplify: 5^6 / 5^2.
  4. Simplify: (3^2)^3.
  5. Simplify: (2 x 3)^2 and (2/3)^3.
  6. Evaluate 7^0 and 2^(-3).
  7. Express 144 and 1000 in exponential form.
  8. Write 384400000 in standard form.
  9. Write 0.0000067 in standard form.
  10. Compare 3.2 x 10^9 and 8.7 x 10^8.