Raising a number to a power is straightforward — multiply the base by itself repeatedly. But what if you know the result and need to recover the original base? This reverse operation is the root.
Powers and roots are inverse operations. If raising 3 to the second power gives 9, then the square root of 9 returns 3. Every root asks the same question: what number, when raised to a given power, produces this value?
What is a Root
A root reverses exponentiation. When a number a is raised to power n and produces b, the nth root of b returns a.
an=b⟺nb=a
The radical symbol x denotes a root. The small number tucked into the upper left is the index — it specifies which root. The expression under the radical is the radicand.
nb
Here n is the index and b is the radicand. When no index appears, square root (index 2) is assumed.
25=5because52=25
38=2because23=8
481=3because34=81
Every root operation poses a question: what base, raised to this power, yields the radicand?
Square Roots, Cube Roots, and Beyond
The index determines which power is being reversed.
A square root (n=2) undoes squaring. It appears constantly — in the Pythagorean theorem, the quadratic formula, distance calculations, and anywhere area connects to length.
49=7,144=12,2≈1.414
A cube root (n=3) undoes cubing. It arises in volume problems, certain equations, and throughout higher mathematics.
327=3,3−64=−4,31000=10
Higher roots follow the same pattern. Fourth roots undo fourth powers, fifth roots undo fifth powers, and so on.
416=2,532=2,664=2
The index matters greatly. Even indices behave differently from odd indices — a distinction explored fully in properties of radicals. This difference affects domain, sign behavior, and how simplification proceeds.
Principal Roots
Positive numbers have two square roots. Both 5 and −5 square to 25. But the radical symbol returns only one value — the principal root.
For square roots and all even-index roots, the principal root is the non-negative one.
25=5,not −5,and not ±5
This convention exists so that x is a function — one input, one output. Without it, 25 would have two values, and expressions involving radicals would become ambiguous.
When both roots are needed, write ±25=±5 explicitly. This notation appears frequently when solving radical equations.
Odd-index roots have no such ambiguity. Every real number has exactly one real cube root, one real fifth root, and so on. The principal root is simply that unique value.
3−27=−3(the only real cube root)
The principal root convention allows radicals to behave predictably in equations and as functions.
Radical and Exponent Notation
Roots can be written two ways: as radicals or as fractional exponents. Both notations represent the same operation.
na=a1/n
The index becomes the denominator of the exponent. Square root is a1/2, cube root is a1/3, fourth root is a1/4.
When the radicand itself has a power, the two exponents combine:
nam=am/n
This can also be computed as:
nam=(na)m
For example:
382=82/3=(38)2=22=4
Exponent notation often simplifies algebraic manipulation, while radical notation is clearer for computation. Converting between forms is a key technique in simplifying radicals. The full treatment appears in rational exponents.
Rules for Radicals
Radicals follow specific rules that enable simplification and combination.
The product rule allows a radical of a product to split:
nab=na⋅nb
The quotient rule does the same for division:
nba=nbna
Nested radicals combine by multiplying indices:
mna=mna
These rules work when the indices match and when the radicands satisfy certain conditions. Even-index roots require non-negative radicands in the real number system — a restriction detailed in properties of radicals.
The complete set of rules, with their restrictions and derivations, appears in radical rules. Mastering these rules is essential for operations with radicals.
Simplifying and Operating
A radical is in simplest form when no perfect power remains under the radical, no fractions appear under the radical, and no radicals appear in denominators.
72=36⋅2=62
The factor 36 is a perfect square and comes out; the factor 2 remains.
Radicals can be added or subtracted only when they are like radicals — same index and same radicand.
35+75=105
2+3cannot be combined
Multiplication and division follow the radical rules. Denominators with radicals are typically rationalized — rewritten so the radical moves to the numerator.
Detailed techniques for reducing radicals to simplest form appear in simplifying radicals. Methods for combining and manipulating radical expressions appear in operations with radicals.
Equations with Radicals
When the unknown sits under a radical, the equation requires special handling.
The standard approach: isolate the radical, then raise both sides to a power that eliminates it.
x+3=5
x+3=25
x=22
This process can introduce extraneous solutions — values that satisfy the transformed equation but not the original. Checking solutions is essential, especially with even-index radicals.
Equations with multiple radicals may require the process repeated. Cube roots and higher follow the same logic, though odd-index equations rarely produce extraneous solutions due to different properties.
Full techniques for solving, including equations with multiple radicals and methods for identifying extraneous solutions, appear in radical equations.
Radicals as Functions
When the radicand contains a variable, the radical becomes a function.
f(x)=x
This function takes an input x and returns its principal square root. Not every input works — the domain depends on the index.
Even-index radical functions require non-negative radicands. The domain of f(x)=x is x≥0. This restriction stems from the properties of radicals.
Odd-index radical functions accept all real inputs. The domain of f(x)=3x is all real numbers.
The graphs have characteristic shapes. Square root functions start at a point and rise gradually. Cube root functions pass through the origin with an S-curve. These shapes transform predictably under shifts, stretches, and reflections.
Radical functions are inverses of power functions. The square root undoes squaring; the cube root undoes cubing. This inverse relationship connects to rational exponents.
Full treatment of graphs, domains, transformations, and inverses appears in radical functions.
When Radicands Are Negative
Odd roots handle negative radicands naturally. A negative number has a real cube root, fifth root, seventh root, and so on.
3−8=−2,5−32=−2
Even roots of negative numbers do not exist in the real number system. No real number squares to −4.
Roots and powers are two sides of one coin. Understanding either requires understanding both.
The powers section develops exponentiation from natural exponents through negative, rational, and irrational exponents. Rational exponents — fractions as powers — are precisely where roots reappear.
a1/2=a,a1/3=3a,am/n=nam
The laws of exponents govern both operations. Product rules, quotient rules, and power rules translate directly between radical and exponent notation. These connections are explored in radical rules and rational exponents.
Domain restrictions tighten as exponents become more general. Natural exponents allow any base. Negative exponents exclude zero. Rational exponents with even denominators require positive bases. This progression mirrors the restrictions on even-index radicals detailed in properties of radicals.
Mastery of roots and powers together provides the foundation for exponential functions, logarithms, and calculus.