Visual Tools
Calculators
Tables
Mathematical Keyboard
Converters
Other Tools


Roots (Radicals)






Undoing Powers

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 aa is raised to power nn and produces bb, the nnth root of bb returns aa.

an=bbn=aa^n = b \quad \Longleftrightarrow \quad \sqrt[n]{b} = a


The radical symbol x\sqrt{\phantom{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.

bn\sqrt[n]{b}


Here nn is the index and bb is the radicand. When no index appears, square root (index 2) is assumed.

25=5because52=25\sqrt{25} = 5 \quad \text{because} \quad 5^2 = 25


83=2because23=8\sqrt[3]{8} = 2 \quad \text{because} \quad 2^3 = 8


814=3because34=81\sqrt[4]{81} = 3 \quad \text{because} \quad 3^4 = 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=2n = 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,21.414\sqrt{49} = 7, \quad \sqrt{144} = 12, \quad \sqrt{2} \approx 1.414


A cube root (n=3n = 3) undoes cubing. It arises in volume problems, certain equations, and throughout higher mathematics.

273=3,643=4,10003=10\sqrt[3]{27} = 3, \quad \sqrt[3]{-64} = -4, \quad \sqrt[3]{1000} = 10


Higher roots follow the same pattern. Fourth roots undo fourth powers, fifth roots undo fifth powers, and so on.

164=2,325=2,646=2\sqrt[4]{16} = 2, \quad \sqrt[5]{32} = 2, \quad \sqrt[6]{64} = 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-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\sqrt{25} = 5, \quad \text{not } -5, \quad \text{and not } \pm 5


This convention exists so that x\sqrt{x} is a function — one input, one output. Without it, 25\sqrt{25} would have two values, and expressions involving radicals would become ambiguous.

When both roots are needed, write ±25=±5\pm\sqrt{25} = \pm 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.

273=3(the only real cube root)\sqrt[3]{-27} = -3 \quad \text{(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.

an=a1/n\sqrt[n]{a} = a^{1/n}


The index becomes the denominator of the exponent. Square root is a1/2a^{1/2}, cube root is a1/3a^{1/3}, fourth root is a1/4a^{1/4}.

When the radicand itself has a power, the two exponents combine:

amn=am/n\sqrt[n]{a^m} = a^{m/n}


This can also be computed as:

amn=(an)m\sqrt[n]{a^m} = \left(\sqrt[n]{a}\right)^m


For example:

823=82/3=(83)2=22=4\sqrt[3]{8^2} = 8^{2/3} = \left(\sqrt[3]{8}\right)^2 = 2^2 = 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:

abn=anbn\sqrt[n]{ab} = \sqrt[n]{a} \cdot \sqrt[n]{b}


The quotient rule does the same for division:

abn=anbn\sqrt[n]{\frac{a}{b}} = \frac{\sqrt[n]{a}}{\sqrt[n]{b}}


Nested radicals combine by multiplying indices:

anm=amn\sqrt[m]{\sqrt[n]{a}} = \sqrt[mn]{a}


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=362=62\sqrt{72} = \sqrt{36 \cdot 2} = 6\sqrt{2}


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=1053\sqrt{5} + 7\sqrt{5} = 10\sqrt{5}


2+3cannot be combined\sqrt{2} + \sqrt{3} \quad \text{cannot 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\sqrt{x + 3} = 5


x+3=25x + 3 = 25


x=22x = 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)=xf(x) = \sqrt{x}


This function takes an input xx 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)=xf(x) = \sqrt{x} is x0x \geq 0. This restriction stems from the properties of radicals.

Odd-index radical functions accept all real inputs. The domain of f(x)=x3f(x) = \sqrt[3]{x} 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.

83=2,325=2\sqrt[3]{-8} = -2, \quad \sqrt[5]{-32} = -2


Even roots of negative numbers do not exist in the real number system. No real number squares to 4-4.

4is not a real number\sqrt{-4} \quad \text{is not a real number}


This distinction between even and odd indices is fundamental to properties of radicals and determines the domain of radical functions.

Mathematics extends beyond the reals. The imaginary unit ii is defined by i2=1i^2 = -1, and with it, even roots of negative numbers become expressible:

4=2i\sqrt{-4} = 2i


This opens the door to complex numbers, where every polynomial has roots and the square root function extends to negative inputs.

The connection between radicals and complex numbers is developed in radicals and complex numbers.

Connection to Powers

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=a3,am/n=amna^{1/2} = \sqrt{a}, \quad a^{1/3} = \sqrt[3]{a}, \quad a^{m/n} = \sqrt[n]{a^m}


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.