2.3 Exponents, Radicals & Scientific Notation
Key Takeaways
- The laws of exponents govern expressions with identical bases: \(a^m \cdot a^n = a^{m+n}\), \(\frac{a^m}{a^n} = a^{m-n}\), and \((a^m)^n = a^{m \cdot n}\).
- Any non-zero base raised to the zero power equals one (\(a^0 = 1\), \(a \neq 0\)), and negative exponents indicate reciprocal values: \(a^{-n} = \frac{1}{a^n}\).
- Radicals represent fractional exponents (\(\sqrt[n]{a^m} = a^{m/n}\)); simplifying radicals requires factoring out the largest perfect square or \(n\)-th power radicand factor.
- Standard scientific notation expresses numbers as \(a \times 10^n\), where \(1 \le |a| < 10\) and \(n\) is an integer.
- Multiplying numbers in scientific notation multiplies their mantissas and adds exponents; dividing divides mantissas and subtracts exponents, followed by normalizing the mantissa to the range \([1, 10)\).
The Fundamental Laws of Exponents
An exponential expression (a^n) represents repeated multiplication of a base (a) by itself (n) times. Exponent rules provide algebraic shortcuts for combining and simplifying power expressions.
Master Exponent Rules Table
| Rule Name | Mathematical Law | Condition | Example |
|---|---|---|---|
| Product Rule | (a^m \cdot a^n = a^{m+n}) | Same base | (x^4 \cdot x^7 = x^{4+7} = x^{11}) |
| Quotient Rule | (\frac{a^m}{a^n} = a^{m-n}) | (a \neq 0) | (\frac{y^9}{y^4} = y^{9-4} = y^5) |
| Power of a Power | ((a^m)^n = a^{m \cdot n}) | Multiply powers | ((k^3)^4 = k^{3 \times 4} = k^{12}) |
| Power of a Product | ((ab)^n = a^n b^n) | Distribute power | ((2x^3)^4 = 2^4 (x^3)^4 = 16x^{12}) |
| Power of a Quotient | (\left(\frac{a}{b}\right)^n = \frac{a^n}{b^n}) | (b \neq 0) | (\left(\frac{3}{y^2}\right)^3 = \frac{3^3}{(y^2)^3} = \frac{27}{y^6}) |
| Zero Exponent | (a^0 = 1) | (a \neq 0) | (58^0 = 1, \quad (-7x)^0 = 1) |
| Negative Exponent | (a^{-n} = \frac{1}{a^n}, \quad \frac{1}{a^{-n}} = a^n) | (a \neq 0) | (4^{-3} = \frac{1}{4^3} = \frac{1}{64}, \quad \frac{1}{x^{-5}} = x^5) |
| Fractional Exponent | (a^{m/n} = \sqrt[n]{a^m} = (\sqrt[n]{a})^m) | (a \ge 0) if (n) even | (27^{2/3} = (\sqrt[3]{27})^2 = 3^2 = 9) |
Conceptual Proof: Why (a^0 = 1) and (a^{-n} = \frac{1}{a^n})
Consider the decreasing sequence of powers of (2):
Applying the Quotient Rule to identical numerator and denominator confirms this algebraically:
Common Algebraic Misconception: The Product Rule applies only to identical bases. (2^3 \cdot 3^4 \neq 6^7). Compute individual values when bases differ: (2^3 \cdot 3^4 = 8 \cdot 81 = 648).
Square Roots, Cube Roots & Radicals
The radical expression (\sqrt[n]{x}) asks: "What number raised to the (n)-th power equals (x)?"
- The principal square root (\sqrt{x}) is always the non-negative root: (\sqrt{25} = 5) (even though ((-5)^2 = 25), (\sqrt{25}) specifically denotes the positive root).
- A cube root (\sqrt[3]{x}) can be negative because an odd power of a negative is negative: (\sqrt[3]{-64} = -4) because ((-4)^3 = -64).
HiSET Perfect Powers Reference Table
| Base (n) | Square (n^2) | Cube (n^3) | Base (n) | Square (n^2) | Base (n) | Square (n^2) |
|---|---|---|---|---|---|---|
| 1 | (1) | (1) | 8 | (64) | 15 | (225) |
| 2 | (4) | (8) | 9 | (81) | 16 | (256) |
| 3 | (9) | (27) | 10 | (100) | 17 | (289) |
| 4 | (16) | (64) | 11 | (121) | 18 | (324) |
| 5 | (25) | (125) | 12 | (144) | 19 | (361) |
| 6 | (36) | (216) | 13 | (169) | 20 | (400) |
| 7 | (49) | (343) | 14 | (196) | 25 | (625) |
Simplifying Radical Expressions
Radicals are simplified using the Product Property of Radicals ((\sqrt{a \cdot b} = \sqrt{a} \cdot \sqrt{b})) and Quotient Property of Radicals ((\sqrt{\frac{a}{b}} = \frac{\sqrt{a}}{\sqrt{b}})) by factoring out the largest perfect square factor:
Adding and Subtracting Radicals
Radicals can only be combined through addition or subtraction if they have identical indices and identical radicands (like radicals):
Mental Estimation of Non-Perfect Square Roots
To estimate a non-perfect square root without a calculator, locate the two closest consecutive perfect squares:
Scientific Notation: Structure & Operations
Scientific notation is a standardized format for expressing very large or very small real numbers compactly:
Where:
- The mantissa (or coefficient) (a) must satisfy: (1 \le |a| < 10).
- The exponent (n) is an integer ((n \in \mathbb{Z})).
Converting Between Standard Form and Scientific Notation
- Numbers (\ge 10) (Positive Exponent): Shift the decimal point left until one non-zero digit remains to the left. The exponent (n) equals the number of places shifted:
- Numbers (< 1) (Negative Exponent): Shift the decimal point right until one non-zero digit is to the left. The exponent (n) is negative, equal to the number of places shifted:
Arithmetic Operations with Scientific Notation
1. Multiplication
Multiply mantissas and add exponents. Adjust mantissa if the product is (\ge 10):
2. Division
Divide mantissas and subtract exponents. Adjust mantissa if the quotient is (< 1):
3. Addition and Subtraction
Exponents must match before adding or subtracting mantissas. Shift the decimal point of the term with the smaller exponent to match the larger exponent:
Step-by-Step Worked Examples
Example 1: Simplifying an Algebraic Exponential Expression
Problem: Simplify the expression leaving only positive exponents:
Solution:
-
Step 1: Expand numerator power ((2x^3 y^{-2})^3)
-
Step 2: Multiply numerator terms
-
Step 3: Divide by denominator (6x^4 y^{-3})
Final Result: (4x^4 y)
Example 2: Real-World Astronomy Scale Calculation
Problem: The average distance from the Sun to planet Neptune is approximately (4.5 \times 10^9\text{ kilometers}). The speed of light is approximately (3.0 \times 10^5\text{ kilometers per second}). How many seconds does it take sunlight to travel from the Sun to Neptune? Express the result in standard scientific notation and in minutes.
Solution:
-
Step 1: Compute time in seconds ((t = \frac{d}{v}))
-
Step 2: Convert to minutes
Final Result: (1.5 \times 10^4\text{ seconds}) (or (250\text{ minutes}))
Which of the following expressions is the fully simplified form of (\frac{(3a^2 b^{-3})^2 \cdot (2a^{-1} b^4)}{6a^5 b^{-2}}) containing only positive exponents?
What is the simplified radical form of the expression (5\sqrt{28} - 2\sqrt{63} + \sqrt{175})?
What is the value of (\frac{(4.8 \times 10^{-3}) \times (7.5 \times 10^8)}{1.5 \times 10^2}) expressed in standard scientific notation?
Which of the following provides the correct bounding consecutive integer interval and closest decimal approximation for (\sqrt{135}) without using a calculator?