2.4 Radicals, Rational Expressions, and Scientific Notation
Key Takeaways
- Simplify a radical by extracting the largest perfect-square factor: $\sqrt{180} = \sqrt{36 \cdot 5} = 6\sqrt{5}$, and for cube roots $\sqrt[3]{54} = 3\sqrt[3]{2}$.
- Radicals add only when the radicands match, so $\sqrt{50} + 3\sqrt{18} - \sqrt{8} = 12\sqrt{2}$, but $\sqrt{9 + 16} = 5$ and never $3 + 4$.
- Rationalise a two-term denominator with its conjugate: $\frac{6}{\sqrt{5} - \sqrt{2}}$ becomes $2(\sqrt{5} + \sqrt{2})$ because $(\sqrt{5}-\sqrt{2})(\sqrt{5}+\sqrt{2}) = 3$.
- Squaring both sides can create extraneous roots: $\sqrt{x + 7} = x - 5$ yields $x = 9$ and $x = 2$, but only $x = 9$ satisfies the original equation.
- Excluded values come from the original denominators, so $\frac{x^2-9}{x^2+x-12}$ simplifies to $\frac{x+3}{x+4}$ yet still bars both $x = 3$ and $x = -4$.
2.4 Radicals, Rational Expressions, and Scientific Notation
Radicals and rational expressions are where careless algebra becomes visibly wrong: a root that does not satisfy the original equation, a "cancellation" that was never legal, a coefficient outside the range that scientific notation permits. Every number used below is chosen to come out clean, so the whole section can be worked with pen and paper. The laws of exponents and logarithms belong to a neighbouring section; here they are used, not re-taught.
1. Simplifying Radicals
A radical is simplified when no perfect-square factor (or perfect-cube factor, for cube roots) remains under the sign.
| Rule | Statement | Example |
|---|---|---|
| Product | $\sqrt{a} \cdot \sqrt{b} = \sqrt{ab}$ | $\sqrt{3} \cdot \sqrt{12} = \sqrt{36} = 6$ |
| Quotient | $\sqrt{\dfrac{a}{b}} = \dfrac{\sqrt{a}}{\sqrt{b}}$ | $\sqrt{\dfrac{49}{16}} = \dfrac{7}{4}$ |
| Extraction | $\sqrt{a^2 b} = a\sqrt{b}$ | $\sqrt{180} = \sqrt{36 \cdot 5} = 6\sqrt{5}$ |
| Cube roots | $\sqrt[3]{a^3 b} = a\sqrt[3]{b}$ | $\sqrt[3]{54} = \sqrt[3]{27 \cdot 2} = 3\sqrt[3]{2}$ |
| Fractional exponent | $a^{m/n} = \sqrt[n]{a^m} = \left(\sqrt[n]{a}\right)^m$ | $16^{3/4} = \left(\sqrt[4]{16}\right)^3 = 2^3 = 8$ |
| Not a rule | $\sqrt{a + b} \neq \sqrt{a} + \sqrt{b}$ | $\sqrt{9+16} = 5$, but $3 + 4 = 7$ |
Odd roots accept negative radicands ($\sqrt[3]{-125} = -5$) while even roots of negatives are not real numbers.
Radicals combine by addition only when the radicands match, exactly as $5k + 9k - 2k = 12k$:
2. Rationalising Denominators
Answer keys are written without radicals in the denominator, so learn both moves.
- Monomial denominator — multiply top and bottom by that radical: $\dfrac{7}{\sqrt{21}} = \dfrac{7\sqrt{21}}{21} = \dfrac{\sqrt{21}}{3}$.
- Two-term denominator — multiply by the conjugate, the same two terms with the middle sign reversed, because $(a-b)(a+b) = a^2 - b^2$ destroys both radicals:
Fractional exponents make some values easier than the radical form suggests: $27^{-2/3} = \dfrac{1}{\left(\sqrt[3]{27}\right)^2} = \dfrac{1}{9}$. A negative exponent inverts the base; it never makes the value negative.
3. Radical Equations and Extraneous Roots
Worked Example 1
Solve $\sqrt{x + 7} = x - 5$.
- Square both sides: $x + 7 = x^2 - 10x + 25$.
- Rearrange: $x^2 - 11x + 18 = 0$.
- Factor: $(x - 9)(x - 2) = 0$, so $x = 9$ or $x = 2$.
- Check both in the original equation. For $x = 9$: $\sqrt{16} = 4$ and $9 - 5 = 4$, so it holds. For $x = 2$: $\sqrt{9} = 3$ but $2 - 5 = -3$, so it fails.
The only solution is $x = 9$; $x = 2$ is extraneous. Squaring is not a reversible step — it erases sign information, so it can manufacture roots that were never solutions. Checking is part of the method, not optional neatness.
4. Rational Expressions
A rational expression is a ratio of polynomials. Simplify by factoring completely and cancelling common factors — never individual terms.
The excluded values come from the original denominator, so both $x = 3$ and $x = -4$ remain barred even though $(x-3)$ disappeared.
Operations follow ordinary fraction rules:
- Multiply: factor, cross-cancel, then multiply.
- Divide: multiply by the reciprocal of the second expression.
- Add or subtract: build the least common denominator from the factored denominators.
Worked Example 2 — addition and a complex fraction
Combine $\dfrac{3}{x-2} + \dfrac{5}{x+1}$. The LCD is $(x-2)(x+1)$, so the sum is
Now simplify the complex fraction $\dfrac{\frac{1}{x} - \frac{1}{3}}{x - 3}$. The numerator becomes $\dfrac{3 - x}{3x}$, and dividing by $(x-3)$ gives
Recognising that $3 - x = -(x - 3)$ is the whole trick, and it appears constantly.
5. Rational Equations
Clear denominators by multiplying every term by the LCD, then solve — but test each answer against the excluded values.
Solve $\dfrac{5}{x} - \dfrac{1}{2} = \dfrac{3}{2x}$. Multiplying through by $2x$ gives $10 - x = 3$, so $x = 7$. Since 7 is not excluded, it is valid; substituting confirms $\frac{5}{7} - \frac{1}{2} = \frac{10-7}{14} = \frac{3}{14}$.
Contrast $\dfrac{x}{x-4} = \dfrac{4}{x-4} + 3$. Multiplying by $(x-4)$ gives $x = 4 + 3(x-4) = 3x - 8$, so $x = 4$ — but $x = 4$ makes the original denominators zero. The equation has no solution, and "no solution" is a genuine answer option.
6. Scientific Notation
Scientific notation writes a number as $a \times 10^n$ where $1 \le \lvert a \rvert < 10$ and $n$ is an integer. Move the decimal point until exactly one non-zero digit stands to its left; the number of places moved is $\lvert n \rvert$, and $n$ is negative for numbers below 1.
| Standard form | Scientific notation |
|---|---|
| $4{,}780{,}000$ | $4.78 \times 10^6$ |
| $93{,}000$ | $9.3 \times 10^4$ |
| $570$ km in metres | $5.7 \times 10^5$ |
| $0.058$ | $5.8 \times 10^{-2}$ |
| $0.00000342$ | $3.42 \times 10^{-6}$ |
- Multiplying: multiply the coefficients, add the exponents. $(3.0 \times 10^8)(4.5 \times 10^{-3}) = 13.5 \times 10^5$, which must be renormalised to $1.35 \times 10^6$ because 13.5 is not below 10.
- Dividing: divide the coefficients, subtract the exponents. $\dfrac{8.4 \times 10^{-2}}{2.1 \times 10^{5}} = 4.0 \times 10^{-7}$.
- Comparing: the larger exponent wins outright. $6.0 \times 10^{-4}$ beats $9.0 \times 10^{-5}$ despite the smaller coefficient, and the ratio $\frac{6.0}{9.0} \times 10^{1} \approx 6.7$ says it is nearly seven times as large.
Common Traps
- Splitting a radical across addition: $\sqrt{x^2 + 9}$ is not $x + 3$.
- Skipping the check after squaring, and keeping an extraneous root.
- Cancelling terms instead of factors: $\dfrac{x+3}{3}$ does not reduce to $x$.
- Reporting excluded values from the simplified expression only.
- Leaving an answer as $13.5 \times 10^5$ or $0.42 \times 10^{-3}$; neither coefficient is in $[1, 10)$.
- Assuming $10^{-6}$ makes a quantity negative — it makes it small.
What is the simplified form of $\sqrt{75} + \sqrt{48} - \sqrt{27}$?
Which values of $x$ satisfy $\sqrt{2x + 3} = x$?
What is the simplified form of $\dfrac{2x^2 - 8}{x^2 + 4x + 4}$?
What is the value of $\dfrac{(6.0 \times 10^{-3})(4.0 \times 10^{6})}{8.0 \times 10^{-2}}$ in scientific notation?