krit.club logo

Number and Algebra - Laws of exponents and radicals

Grade 10IB

Review the key concepts, formulae, and examples before starting your quiz.

🔑Concepts

The Base and Exponent: In the expression ana^n, aa is the base and nn is the exponent (or index). Visually, the exponent is written as a small superscript to the right of the base, indicating how many times the base is multiplied by itself. For example, 232^3 means 2×2×22 \times 2 \times 2.

Negative Exponents and Reciprocals: A negative exponent signifies the reciprocal of the base raised to the positive power, expressed as an=1ana^{-n} = \frac{1}{a^n}. Visually, as the exponent xx in a function like y=2xy = 2^x becomes negative, the graph's height decreases, approaching the x-axis (a horizontal asymptote) without ever touching it.

The Zero Exponent Rule: Any non-zero base raised to the power of zero is defined as 11, so a0=1a^0 = 1. This can be visualized through the Quotient Law: anan\frac{a^n}{a^n} must equal 11 because any number divided by itself is 11, and according to exponent laws, anan=ann=a0\frac{a^n}{a^n} = a^{n-n} = a^0.

Fractional Exponents as Radicals: Exponents written as fractions represent roots. In amna^{\frac{m}{n}}, the denominator nn indicates the 'root' or index of the radical, while the numerator mm indicates the power. Visually, a12a^{\frac{1}{2}} is equivalent to the square root symbol a\sqrt{a}, and a13a^{\frac{1}{3}} is equivalent to the cube root symbol a3\sqrt[3]{a}.

Combining Bases: The Product and Quotient Laws only apply when the bases are identical. If you have (23×32)(2^3 \times 3^2), you cannot add the exponents because the bases (2 and 3) are different. Visually, terms must be grouped by like-bases before indices are simplified.

Simplifying Surds: A radical (or surd) is simplified by identifying the largest perfect square factor of the radicand. For example, 50\sqrt{50} can be visualized as 25×2\sqrt{25 \times 2}. Since 2525 is a perfect square, it is moved outside the radical as its square root, resulting in 525\sqrt{2}.

Rationalizing the Denominator: This is the process of removing a radical from the bottom of a fraction. If a fraction is 1a\frac{1}{\sqrt{a}}, you multiply both the numerator and denominator by a\sqrt{a} to get aa\frac{\sqrt{a}}{a}. This changes the visual form of the expression without changing its numerical value.

📐Formulae

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

aman=amn\frac{a^m}{a^n} = a^{m-n}

(am)n=amn(a^m)^n = a^{m \cdot n}

(ab)n=anbn(ab)^n = a^n b^n

an=1ana^{-n} = \frac{1}{a^n}

a0=1(a0)a^0 = 1 \quad (a \neq 0)

a1n=ana^{\frac{1}{n}} = \sqrt[n]{a}

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

ab=a×b\sqrt{ab} = \sqrt{a} \times \sqrt{b}

ab=ab\sqrt{\frac{a}{b}} = \frac{\sqrt{a}}{\sqrt{b}}

💡Examples

Problem 1:

Simplify the expression: (2x3y2)34x5y8\frac{(2x^3y^2)^3}{4x^5y^8}

Solution:

Step 1: Apply the Power of a Power rule to the numerator: (23)(x33)(y23)=8x9y6\text{Step 1: Apply the Power of a Power rule to the numerator: } (2^3) \cdot (x^{3 \cdot 3}) \cdot (y^{2 \cdot 3}) = 8x^9y^6 Step 2: Divide by the denominator using the Quotient Law: 8x9y64x5y8=84x95y68\text{Step 2: Divide by the denominator using the Quotient Law: } \frac{8x^9y^6}{4x^5y^8} = \frac{8}{4} \cdot x^{9-5} \cdot y^{6-8} Step 3: Simplify coefficients and exponents: 2x4y2\text{Step 3: Simplify coefficients and exponents: } 2x^4y^{-2} Step 4: Write with positive exponents: 2x4y2\text{Step 4: Write with positive exponents: } \frac{2x^4}{y^2}

Explanation:

We first expanded the parentheses by cubing every term inside, then subtracted the exponents of like bases (x and y) to simplify the fraction.

Problem 2:

Evaluate without a calculator: 642364^{-\frac{2}{3}}

Solution:

Step 1: Use the negative exponent rule: 16423\text{Step 1: Use the negative exponent rule: } \frac{1}{64^{\frac{2}{3}}} Step 2: Convert the fractional exponent to a radical: 1(643)2\text{Step 2: Convert the fractional exponent to a radical: } \frac{1}{(\sqrt[3]{64})^2} Step 3: Evaluate the cube root: 643=4 because 4×4×4=64\text{Step 3: Evaluate the cube root: } \sqrt[3]{64} = 4 \text{ because } 4 \times 4 \times 4 = 64 Step 4: Square the result: 142=116\text{Step 4: Square the result: } \frac{1}{4^2} = \frac{1}{16}

Explanation:

The negative sign flips the number into a denominator. The denominator of the exponent (3) tells us to take the cube root, and the numerator (2) tells us to square that result.