Andromeda
Note

nth Roots

Definition

The principal nnth root of a number aa, denoted an\sqrt[n]{a}, is the number bb such that bn=ab^n = a.

Why It Matters

Roots are the mathematical mechanism for finding the base value that compounded into a known quantity. They are essential for answering questions like “What average interest rate caused this account to triple in ten years?” or “What is the side length of this volume?”

Core Concepts

  • Principal nth root rules (sign and domain)

    • Even n, a > 0 → positive root only (principal root).
    • Odd n → root has the same sign as a.
    • Even n and a < 0 → not real.
    • How to read: “The fourth root of sixteen is equal to positive two; and the cube root of negative eight is equal to negative two.”
    • Meaning: Even roots of positive numbers return the positive principal root only; odd roots preserve the sign of the radicand; even roots of negatives are not real.
  • Key radical properties (the ones that actually get used)

    1. abn=anbn\sqrt[n]{ab} = \sqrt[n]{a} \sqrt[n]{b} (product rule — “root of product = product of roots”)
    2. a/bn=an/bn\sqrt[n]{a/b} = \sqrt[n]{a} / \sqrt[n]{b} (quotient rule)
    3. ann=a\sqrt[n]{a^n} = a (odd n) or |a| (even n)
    • How to read the last one: “Taking the nth root and then raising to the nth power mostly gets you back to a, but with even roots you lose the sign and must put absolute value.”
  • Rationalizing the denominator

    • Multiply top and bottom by something that removes the radical from the bottom (e.g. 1aaa=aa\frac{1}{\sqrt{a}} \cdot \frac{\sqrt{a}}{\sqrt{a}} = \frac{\sqrt{a}}{a}).
    • For binomials with radicals, multiply by the conjugate.
    • Why: Historical convention and because it often makes further calculation or comparison easier (especially before computers). Still required in many exact-answer contexts.

Connected Concepts