Overview
An nth root of a number r is any number k that satisfies k^n = r when multiplied by itself n times. The operation of taking an nth root is the inverse of exponentiation: for positive integers n, if x = k^n then k is an nth root of x. The generic expression for an nth root is written using the radical sign with an index: the nth root of r is written as √_n r, commonly rendered in plain text as nth-root(r). For background on exponent rules that explain this inversion see related material.
Notation and the principal root
The symbol √ with an index n (often omitted when n = 2) denotes the principal nth root. By convention the principal root of a nonnegative real number is the nonnegative real root when one exists. For example, the principal square root of 9 is 3, because 3^2 = 9. When an expression uses fractional exponents the relation x^{a/b} = (x^{a})^{1/b} = (√_b x)^{a} links radicals and powers; this equivalence is one reason why roots are often written as x^{1/n} in algebra and calculus. See also basic treatments on radical expressions.
Real versus complex roots
Whether an nth root exists as a real number depends on n and the radicand r. For odd n every real number r has exactly one real nth root: for example, the cube root of -8 is -2 because (-2)^3 = -8. For even n a real nth root exists only for r ≥ 0; negative radicands produce no real root but do have complex roots. In the complex plane any nonzero number has exactly n distinct complex nth roots; these are evenly spaced in angle and can be described in terms of roots of unity. The collection of complex solutions explains why textbooks often distinguish the principal root from “the set of all nth roots.” For further formal discussion see complex roots treatments.
Key properties and algebraic rules
Roots obey many familiar algebraic identities, subject to sign and domain cautions. Important relations include:
- Radical–exponent equivalence: √_n(x^m) = x^{m/n} = (√_n x)^m when interpreted consistently.
- Product rule (with restrictions): √ (ab) = √ a × √ b for nonnegative a and b; if signs are mixed the identity can fail when n is even.
- Quotient rule: √ (a/b) = (√ a)/(√ b) provided b ≠ 0 and domain conditions hold.
When manipulating symbolic expressions it is important to track principal values and the possibility of multiple roots; treating roots as exponents (x^{1/n}) helps avoid sign errors in many contexts. For related algebraic techniques see exponent rules.
History and applications
The radical sign in its modern form originated in the early modern period; the notation evolved as algebra developed in Europe. Nth roots appear across mathematics and applied fields: solving polynomial equations, constructing geometric lengths, computing mean values (the geometric mean uses roots), and in numerical methods such as root-finding algorithms. In engineering and physics fractional powers and roots describe scaling laws and material behavior. Educationally, roots are a standard part of algebra and precalculus curricula because they invert powers and enable solving equations of the form x^n = a.
Examples, distinctions and cautions
Simple numeric examples illustrate the ideas: the cube root of 8 is 2 because 2^3 = 8; the fourth root of 16 is 2 because 2^4 = 16; the cube root of -27 is -3. Distinctions to remember: "square root" usually implies the principal nonnegative root; "nth roots" in the complex sense produce n distinct solutions; and algebraic properties such as √(ab) = √a√b require attention to the signs and whether n is even. For practical computations, many calculators interpret x^{1/n} as the principal real root when available. For further reading and worked examples consult introductory resources.

