Exponents and Radicals
Core Concepts
Exponents An exponent refers to the number of times a number is multiplied by itself. For a real number $a$ and a positive integer $n$, the expression $a^n$ implies multiplying $a$ by itself $n$ times: $$ a^n = a \times a \times \dots \times a \text{ ($n$ times)} $$ The number $a$ is called the base, and $n$ is called the exponent (or power/index).
The fundamental laws of exponents include:
- Multiplication Law: $a^m \times a^n = a^{m+n}$
- Division Law: $a^m \div a^n = a^{m-n}$ (for $a \neq 0$)
- Power of a Power Law: $(a^m)^n = a^{m \times n}$
- Power of a Product Law: $(ab)^n = a^n b^n$
- Power of a Quotient Law: $\left(\frac{a}{b}\right)^n = \frac{a^n}{b^n}$ (for $b \neq 0$)
- Zero Exponent: $a^0 = 1$ (for $a \neq 0$)
- Negative Exponent: $a^{-n} = \frac{1}{a^n}$ (for $a \neq 0$)
- Fractional Exponent: $a^{\frac{m}{n}} = \sqrt[n]{a^m} = (\sqrt[n]{a})^m$
These laws allow us to simplify complex algebraic expressions and solve exponential equations. An exponential equation is one in which the variable appears as an exponent. The key to solving such equations is expressing both sides with the same base, utilizing the property: If $a^x = a^y$ and $a > 0, a \neq 1$, then $x = y$.
Radicals A radical expression involves roots, such as square roots ($\sqrt{x}$), cube roots ($\sqrt[3]{x}$), or $n$-th roots ($\sqrt[n]{x}$). The symbol $\sqrt{\quad}$ is called a radical sign, the value inside is the radicand, and $n$ is the index of the root.
Important properties of radicals include:
- Multiplication of Radicals: $\sqrt[n]{a} \times \sqrt[n]{b} = \sqrt[n]{ab}$
- Division of Radicals: $\frac{\sqrt[n]{a}}{\sqrt[n]{b}} = \sqrt[n]{\frac{a}{b}}$ (for $b \neq 0$)
A common operation with radicals is rationalizing the denominator. When a fraction contains a radical in its denominator, it is often useful to eliminate the radical by multiplying both the numerator and the denominator by an appropriate expression.
- For a simple denominator like $\sqrt{a}$, multiply by $\frac{\sqrt{a}}{\sqrt{a}}$.
- For a binomial denominator like $a + \sqrt{b}$ or $\sqrt{a} - \sqrt{b}$, multiply by its conjugate. The conjugate of $a + \sqrt{b}$ is $a - \sqrt{b}$. When multiplied, $(a + \sqrt{b})(a - \sqrt{b}) = a^2 - (\sqrt{b})^2 = a^2 - b$, which is free of radicals.
Expressions involving radicals that cannot be simplified further to a rational number are called surds.
Transposition of Formula A formula is a mathematical rule expressed using symbols, usually presenting an equation that links different variables. Transposing a formula means making a different variable the "subject" of the formula. The subject is the variable that stands alone on one side of the equation.
To transpose a formula:
- Identify the variable you want to make the subject.
- Use inverse operations to isolate this variable. (e.g., if a term is added, subtract it from both sides; if multiplying, divide both sides).
- Be mindful of the order of operations, often applying them in reverse (i.e., reverse PEMDAS/BODMAS).
- If the variable is under a radical, raise both sides to the appropriate power. If it is an exponent, you may use logarithms or roots. If it appears multiple times, factor it out after moving all terms containing the variable to one side.
Worked Examples
Example 1: Solving an Exponential Equation Solve for $x$ in the equation: $\left(\frac{9}{\sqrt{3}}\right)^{2x} = \frac{1}{81}$
Solution: First, express all terms with the same base. Here, the numbers 9, 3, and 81 are all powers of 3. $9 = 3^2$ $\sqrt{3} = 3^{\frac{1}{2}}$ $81 = 3^4$, so $\frac{1}{81} = 3^{-4}$
Substitute these into the equation: $$ \left(\frac{3^2}{3^{\frac{1}{2}}}\right)^{2x} = 3^{-4} $$
Apply the division law of exponents inside the parentheses ($a^m \div a^n = a^{m-n}$): $$ (3^{2 - \frac{1}{2}})^{2x} = 3^{-4} $$ $$ (3^{\frac{3}{2}})^{2x} = 3^{-4} $$
Apply the power of a power law ($(a^m)^n = a^{mn}$): $$ 3^{\frac{3}{2} \times 2x} = 3^{-4} $$ $$ 3^{3x} = 3^{-4} $$
Since the bases are the same, equate the exponents: $$ 3x = -4 $$ $$ x = -\frac{4}{3} $$
Example 2: Rationalizing the Denominator Express $\frac{5+\sqrt{7}}{3+\sqrt{7}}$ in the form $a+b\sqrt{c}$ where $a$, $b$, and $c$ are integers.
Solution: To rationalize the denominator, multiply both the numerator and the denominator by the conjugate of the denominator, which is $3-\sqrt{7}$. $$ \frac{5+\sqrt{7}}{3+\sqrt{7}} = \frac{5+\sqrt{7}}{3+\sqrt{7}} \times \frac{3-\sqrt{7}}{3-\sqrt{7}} $$
Multiply the numerators: $$ (5+\sqrt{7})(3-\sqrt{7}) = 15 - 5\sqrt{7} + 3\sqrt{7} - (\sqrt{7})^2 $$ $$ = 15 - 2\sqrt{7} - 7 = 8 - 2\sqrt{7} $$
Multiply the denominators using the difference of two squares property $(x+y)(x-y) = x^2 - y^2$: $$ (3+\sqrt{7})(3-\sqrt{7}) = 3^2 - (\sqrt{7})^2 = 9 - 7 = 2 $$
Now, divide the simplified numerator by the simplified denominator: $$ \frac{8 - 2\sqrt{7}}{2} = \frac{8}{2} - \frac{2\sqrt{7}}{2} = 4 - \sqrt{7} $$
Comparing this to $a+b\sqrt{c}$, we have $a=4$, $b=-1$, and $c=7$. The expression is $4 - \sqrt{7}$.
Example 3: Transposition of Formula Make $x$ the subject of the formula: $y = \frac{\sqrt{x - 2}}{3} + 5$
Solution: First, isolate the term containing the radical by subtracting 5 from both sides: $$ y - 5 = \frac{\sqrt{x - 2}}{3} $$
Multiply both sides by 3 to remove the fraction: $$ 3(y - 5) = \sqrt{x - 2} $$
Square both sides to eliminate the square root: $$ [3(y - 5)]^2 = (\sqrt{x - 2})^2 $$ $$ 9(y - 5)^2 = x - 2 $$
Finally, add 2 to both sides to isolate $x$: $$ x = 9(y - 5)^2 + 2 $$
NECTA Exam Focus
Based on recent NECTA past papers, questions from "Exponents and Radicals" are a staple in Paper 1 and are usually straightforward tests of algebraic manipulation skills.
Recurring Themes:
- Exponential Equations: You will frequently encounter equations where the unknown is in the exponent. The numbers are deliberately chosen so they can all be expressed using a common prime base (usually 2, 3, or 5).
- Rationalization: Rationalizing the denominator using the conjugate is heavily tested. Candidates are routinely asked to leave their answers in the form $a+b\sqrt{c}$, demonstrating their ability to multiply binomials containing surds and simplify fractions.
- Surds in Geometry/Trigonometry: Radicals often cross over into other topics. For example, questions might require computing the length of a spatial diagonal using Pythagoras' theorem and leaving the answer in surd form, or using trigonometric identities to yield answers with square roots.
Common Pitfalls:
- Misapplying exponent laws, such as confusing $a^m \times a^n$ with $a^{m \times n}$, or mistakenly thinking $(a+b)^2 = a^2 + b^2$ instead of $a^2 + 2ab + b^2$.
- Forgetting to multiply both the numerator and the denominator when rationalizing, or using the wrong conjugate.
- Not simplifying the final surd expression fully (e.g., leaving $\sqrt{12}$ instead of writing it as $2\sqrt{3}$).
Practice Problems
- Find the value of $x$ if $\sqrt{5^{2x-3}} - 9 = 116$.
- If $\frac{\sqrt{3}}{2+\sqrt{3}} = a + b\sqrt{c}$, find the values of $a$, $b$ and $c$.
- Rationalize the denominator of $\frac{\sqrt{2}+1}{\sqrt{2}-\sqrt{5}}$.
- Write the expression $27^n \times 9^{2n} \times 3$ as a single exponent.
Subtopics
- Exponents
- Radicals
- Transposition of formula
Crosswalk Notes
Cross-version relationships are drafted in data/curricula/crosswalks/csee-basic-mathematics-2005-to-mathematics-2023.json. Partial and 2005-only mappings remain reviewable.
+ Related Pages
Syllabus Sequence
- Previous: Perimeters and Areas
- Next: Algebra (Form II)
Sibling Topics
- Numbers (I)
- Fractions
- Decimals and Percentages
- Approximations
- Numbers (II)
- Logarithms
- Rates and Variations
- Sequences and Series