Hello, and welcome to today's mathematics lesson. Today, we begin an exciting journey into the world of indices, also known as exponents. These powerful mathematical tools help us write repeated multiplication in a compact form, and they appear everywhere in algebra, science, and real-life calculations. By the end of this lesson, you will understand the fundamental laws of indices, how to work with positive, negative, fractional, and zero indices, and how to simplify complex expressions with confidence.
Let us start with the basics. When we multiply a number by itself repeatedly, we can write this compactly using index notation. If a is any number and m is a positive integer, then a × a × a × ... up to m terms is written as a^m.
Here, a is called the base, and m is called the power, exponent, or index. We read a^m as "a raised to the power m." For example, 2^7 means 2 × 2 × 2 × 2 × 2 × 2 × 2, which equals 128.
Now, let us explore the three fundamental laws of indices. These laws are the building blocks that allow us to manipulate expressions with exponents.
The first law is the Product Law. When we multiply two powers with the same base, we add their exponents. The precise statement is: a^m × a^n = a^(m+n). For instance, a^7 × a^4 becomes a^11, since 7 plus 4 equals 11. This law works even with negative indices: a^3 × a^(-6) gives us a^(-3).
The second law is the Quotient Law. When we divide two powers with the same base, we subtract their exponents. The precise statement is: a^m ÷ a^n = a^(m-n). For example, a^7 ÷ a^4 simplifies to a^3, because 7 minus 4 equals 3. Similarly, a^3 ÷ a^6 becomes a^(-3).
The third law is the Power Law. When we raise a power to another power, we multiply the exponents. The precise statement is: (a^m)^n = a^(mn). For instance, (a^3)^4 becomes a^12, since 3 times 4 equals 12. With negative indices, (a^(-2))^5 gives a^(-10).
Now we turn to special types of indices: positive, fractional, negative, and zero. These extend our understanding beyond simple positive whole numbers.
First, consider products and quotients raised to a power. The power distributes over multiplication: (ab)^m = a^m × b^m. Similarly for division: (a/b)^m = a^m/b^m. For example, (2 × 3)^5 equals 2^5 × 3^5.
Fractional indices connect exponents with roots. If a is not zero and n is a positive integer, then the nth root of a equals a^(1/n). So the cube root of a is a^(1/3), and the square root of a is a^(1/2). This means the square root of 2 is 2^(1/2), and the square root of 10 is 10^(1/2).
More generally, a^(m/n) equals the nth root of a^m. For example, a^(4/5) is the fifth root of a^4, and 5^(2/3) is the cube root of 5^2.
Negative indices represent reciprocals. For any non-zero number a, we have a^n = 1/a^(-n), and conversely a^(-n) = 1/a^n. So a^7 equals 1/a^(-7), and a^(-3) equals 1/a^3.
Zero indices have a remarkable property. Any non-zero number raised to the power zero equals 1. Thus a^0 equals 1, 5^0 equals 1, and 2^0 equals 1. This follows from the quotient law: a^n ÷ a^n equals a^(n-n) which is a^0, and any number divided by itself gives 1.
Finally, let us consider negative bases. When a negative number is raised to a power, the result depends on whether the exponent is even or odd. If m is even, then (-a)^m equals a^m. If m is odd, then (-a)^m equals -a^m. For example, (-2)^4 equals 2^4 which is 16, while (-2)^5 equals -2^5 which is minus 32.
Now let us apply these laws to simplify expressions. I will walk you through a few worked examples.
Consider evaluating 27^(-1/3). We recognize that 27 is 3 cubed, so we rewrite this as (3^3)^(-1/3). By the power law, this becomes 3^(3 × -1/3) which is 3^(-1). Using the negative index rule, this equals 1/3.
Let us try another: simplify 27^(4/3) + 32^0.8 + (0.8)^(-1). First, 27 is 3 cubed, so 27^(4/3) becomes (3^3)^(4/3) which simplifies to 3^4 or 81. Next, 32 is 2 to the power 5, and 0.8 equals 8 over 10, so 32^0.8 becomes (2^5)^(8/10) which is 2^4 or 16. Finally, (0.8)^(-1) equals (8/10)^(-1) which is 10/8 or 1.25. Adding these: 81 plus 16 plus 1.25 gives 98.25.
Here is a more challenging example: simplify 27^(-1/3) × (27^(1/3) - 27^(2/3)). Since 27 equals 3 cubed, we rewrite this as (3^3)^(-1/3) times the bracket containing (3^3)^(1/3) minus (3^3)^(2/3). This simplifies to 3^(-1) times open bracket 3^1 minus 3^2 close bracket. That is 1/3 times open bracket 3 minus 9 close bracket, which equals 1/3 times minus 6, giving minus 2.
Now we turn to solving exponential equations. The key strategy is to express both sides with the same base, then equate the exponents.
The fundamental principle is: if a^x equals a^y, then x equals y. Let us see this in action.
Solve for x: 9 × 3^x = 27^(2x-5). We express everything as powers of 3: 9 is 3 squared, and 27 is 3 cubed. So we have 3^2 × 3^x equals (3^3)^(2x-5). By the product law, the left side becomes 3^(2+x). By the power law, the right side becomes 3^(6x-15). Since the bases are equal, we equate exponents: 2 plus x equals 6x minus 15. Solving: 17 equals 5x, so x equals 17 over 5, or 3 and 2 fifths.
Some equations require substitution. Consider 2^(2x+3) - 9 × 2^x + 1 = 0. We rewrite 2^(2x+3) as 2^(2x) × 2^3 which is 8 times 2^(2x). Notice that 2^(2x) equals (2^x)^2. Let us substitute y equals 2^x. The equation becomes 8y^2 - 9y + 1 = 0. Factoring: 8y^2 - 8y - y + 1 = 0 gives (8y-1)(y-1) = 0. So y equals 1 over 8, or y equals 1.
When y equals 1 over 8, we have 2^x equals 2^(-3), so x equals minus 3. When y equals 1, we have 2^x equals 2^0, so x equals 0. The solutions are x equals minus 3 and x equals 0.
Let me also show you a beautiful proof involving symmetric expressions. We want to prove that a certain sum of three fractions equals 1.
Consider the expression: 1/(1 + a^(h-g) + a^(h-f)) plus two similar terms with cyclic permutations of f, g, and h. The clever approach is to multiply numerator and denominator of each fraction by appropriate powers to create a common structure. Multiply the first fraction by a^f over a^f, the second by a^g over a^g, and the third by a^h over a^h.
Each denominator becomes a^f + a^g + a^h. The numerators become a^f, a^g, and a^h respectively. Adding these three fractions: the numerator becomes a^f + a^g + a^h, and the denominator is the same expression. Therefore the sum equals 1, as required.
Let us recap the key takeaways from today's lesson.
First, the three fundamental laws: the Product Law states that a^m × a^n = a^(m+n); the Quotient Law states that a^m ÷ a^n = a^(m-n); and the Power Law states that (a^m)^n = a^(mn).
Second, fractional indices connect to roots: a^(1/n) is the nth root of a, and a^(m/n) is the nth root of a^m.
Third, negative indices represent reciprocals: a^(-n) = 1/a^n.
Fourth, any non-zero number to the power zero equals 1.
Fifth, when solving exponential equations, express both sides with the same base, then equate the exponents.
And sixth, for negative bases, even powers give positive results while odd powers give negative results.
Remember, mastery of indices comes with practice. Start by identifying the base, then apply the appropriate law systematically. When expressions seem complex, look for ways to rewrite numbers as powers of smaller bases.
Thank you for your attention today. You have taken an important step in building your algebraic foundation. Keep exploring, keep practicing, and the world of mathematics will continue to reveal its elegant patterns to you. Until next time, happy learning!