laws of indices
/Law of Indices
Multiplication: When multiplying terms with the same base, keep the base and add the exponents. This rule allows us to simplify expressions involving exponents.Mathematically expressed as:
a^m * a^n = a^(m+n)Example:
2^3 * 2^2 = 2^(3+2) = 2^5 = 32
Division: For dividing powers with the same base, subtract the exponent in the denominator from the exponent in the numerator. This facilitates the simplification of fractional exponents.Mathematically expressed as:
a^m ÷ a^n = a^(m-n)Example:
3^5 ÷ 3^2 = 3^(5-2) = 3^3 = 27
Negative Indices: A negative exponent indicates a reciprocal. This means that a number raised to a negative power equals one divided by that number raised to the corresponding positive power.Mathematically expressed as:
a^{-m} = 1/a^{m}Example:
5^{-2} = 1/5^2 = 1/25
Power to Power: When raising a power to another power, multiply the exponents. This rule is crucial for simplifying expressions with multiple layers of exponents.Mathematically expressed as:
(a^m)^n = a^(m*n)Example:
(4^2)^3 = 4^(2*3) = 4^6 = 4096
Zero Index: Any base raised to the power of zero equals one, regardless of the base value (except when the base is zero). This is essential for maintaining consistency in mathematical operations involving exponents.Mathematically expressed as:
a^0 = 1Example:
7^0 = 1
Power of a Product: When raising a product to a power, you can apply the exponent to each factor of the product independently. This principle is particularly useful in polynomial expansion and distribution of exponents.Mathematically expressed as:
(ab)^n = a^n * b^nExample:
(2 * 3)^3 = 2^3 * 3^3 = 8 * 27 = 216
Square Root: The square root of a number can be expressed using fractional exponents, specifically as raising the number to the power of one-half. This allows for easier manipulation in algebraic contexts.Mathematically expressed as:
√a = a^{1/2}Example:
√9 = 9^{1/2} = 3
Square Root Division Rule: This rule states that when dividing square roots with the same radicand, you can divide the quantities inside the square root separately. This is useful for simplifying complex fractions.Mathematically expressed as:
[ \frac{√a}{√b} = √{\frac{a}{b}} ]Example:
√16 ÷ √4 = √(16/4) = √4 = 2
Exponential Roots: The k-th root of a base 'a' can also be expressed using fractional exponents, which provides a consistent framework for understanding roots in algebra.Mathematically expressed as:
√[k]{a} = a^{1/k}Example:
√[3]{27} = 27^{1/3} = 3(the cubic root of 27).