krit.club logo

Number - Exponents and Powers

Grade 8IB

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

🔑Concepts

An exponent (or power) indicates how many times a base number is multiplied by itself. In the expression ana^n, aa is the base and nn is the exponent. Visually, the exponent nn is written as a small superscript to the top-right of the base aa, indicating a 'repeated multiplication' structure.

The Product Law states that when multiplying powers with the same base, you add the indices: am×an=am+na^m \times a^n = a^{m+n}. Imagine a row of mm factors of aa followed by nn factors of aa; when combined, they form a single sequence of m+nm+n factors.

The Quotient Law states that when dividing powers with the same base, you subtract the exponent of the denominator from the exponent of the numerator: aman=amn\frac{a^m}{a^n} = a^{m-n}. Visually, this represents 'canceling out' identical factors from the top and bottom of a fraction until only the difference remains.

The Power of a Power Law states that to raise a power to another power, you multiply the indices: (am)n=am×n(a^m)^n = a^{m \times n}. This can be visualized as a rectangular grid of factors where ama^m is repeated nn times, resulting in a total count of m×nm \times n bases.

Negative exponents represent the reciprocal of the base raised to the positive power: an=1ana^{-n} = \frac{1}{a^n}. In a fraction, moving a term from the numerator to the denominator (or vice versa) flips the sign of its exponent, allowing us to represent very small values as fractions.

The Zero Exponent Rule states that any non-zero base raised to the power of zero is equal to 11 (a0=1a^0 = 1). This is a logical consequence of the Quotient Law; for example, anan=ann=a0\frac{a^n}{a^n} = a^{n-n} = a^0, and since any number divided by itself is 11, a0a^0 must be 11.

Standard Form (Scientific Notation) is a way to write very large or very small numbers in the form a×10ka \times 10^k, where 1a<101 \le a < 10 and kk is an integer. To convert a decimal, visualize the decimal point 'jumping' left or right; each jump corresponds to a power of 1010.

Fractional exponents relate powers to roots. Specifically, a1na^{\frac{1}{n}} is equivalent to the nn-th root of aa, written as an\sqrt[n]{a}. For example, a12a^{\frac{1}{2}} is the square root of aa, visually represented by the radical symbol a\sqrt{a}.

📐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^{mn}

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

(ab)n=anbn(\frac{a}{b})^n = \frac{a^n}{b^n}

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

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

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

💡Examples

Problem 1:

Simplify the expression and express the answer with positive indices: (32)3×3435\frac{(3^2)^3 \times 3^{-4}}{3^5}

Solution:

Step 1: Apply the Power of a Power rule to (32)3(3^2)^3. (32)3=32×3=36(3^2)^3 = 3^{2 \times 3} = 3^6. \nStep 2: Use the Product Law for the numerator. 36×34=36+(4)=323^6 \times 3^{-4} = 3^{6 + (-4)} = 3^2. \nStep 3: Use the Quotient Law to divide by the denominator. 3235=325=33\frac{3^2}{3^5} = 3^{2-5} = 3^{-3}. \nStep 4: Convert to a positive index using the reciprocal rule. 33=133=1273^{-3} = \frac{1}{3^3} = \frac{1}{27}.

Explanation:

We simplified the expression by sequentially applying the laws of indices: first multiplying powers, then adding indices for multiplication, and finally subtracting indices for division.

Problem 2:

Calculate (2×104)×(5.5×107)(2 \times 10^4) \times (5.5 \times 10^{-7}) and write the result in standard form.

Solution:

Step 1: Group the coefficients and the powers of 1010 together. (2×5.5)×(104×107)(2 \times 5.5) \times (10^4 \times 10^{-7}). \nStep 2: Multiply the coefficients. 2×5.5=112 \times 5.5 = 11. \nStep 3: Multiply the powers of 1010 by adding the indices. 104×107=104+(7)=10310^4 \times 10^{-7} = 10^{4 + (-7)} = 10^{-3}. \nStep 4: Combine the results. 11×10311 \times 10^{-3}. \nStep 5: Adjust to proper standard form (1a<101 \le a < 10). 11=1.1×10111 = 1.1 \times 10^1. So, 1.1×101×103=1.1×1013=1.1×1021.1 \times 10^1 \times 10^{-3} = 1.1 \times 10^{1-3} = 1.1 \times 10^{-2}.

Explanation:

When multiplying numbers in scientific notation, we multiply the decimal parts separately from the powers of ten, then ensure the final coefficient is between 11 and 1010 by adjusting the exponent.