Tool for calculating an Nth root online. Instantly find the n-th root(s) of a number (the real principal root or complex roots).
Nth Root - dCode
Tag(s) : Symbolic Computation, Functions
dCode is free and its tools are a valuable help in games, maths, geocaching, puzzles and problems to solve every day!
A suggestion ? a feedback ? a bug ? an idea ? Write to dCode!
An nth root of a real (or complex) number $ a $, denoted $ \sqrt[N]{a} $, is a number $ x $ such that $ x^N = a $, where $ N $ is a non-zero natural number ($ N \geq 2 $)
Example: The 3rd root (or cube root) of 8 is $ \sqrt[3]{8} = 2 $, because $ 2^3 = 8 $
Note: for a negative real number $ a $ and $ N $ is even, the nth root does not exist in the set of real numbers.
By default, the nth root is the principal real root; there are usually several roots in the set of complex numbers.
Calculating the nth root of a number $ a $ is equivalent to calculating $ a^{1/N} $ and taking only the principal real root.
Example: $ \sqrt[5]{32} = 32^{1/5} = 2 $
To calculate complex roots, solve the equation $ x^N = a $ in $ \mathbb{C} $, that is equivalent to searching the complex roots of the polynomial of degree $ N $: $ x^N - a = 0 $
Most scientific calculators allow you to calculate an Nth root using a dedicated key or function (symbol ⁿ√).
Alternatively, enter the calculation $ a^{1/N} $ using the x^y or ^ key.
With spreadsheets like Microsoft Excel, use the power formula: for a value in A1 and a value N in A2, write =A1^(1/A2) or =POWER(A1;1/A2)
The root simplifyer will attempt to extract the obvious factors:
Example: $ \sqrt[4]{64a} = 2\sqrt[4]{a} $ (the $ 64 $ has been extracted from the root)
Simplification can be done manually in steps:
— Decompose the number into prime factors
— Identify the factors that are repeated N times
— Remove this factor from the radical
The term surd refers to a mathematical expression containing a root that cannot be simplified into a rational number.
The Unicode standard offers the group of two symbols √, namely U+207F ⁿ and U+221A √
In LaTeX, write \sqrt[N]{x}
In programming languages, write x**(1/N)
dCode retains ownership of the "Nth Root" source code. Any algorithm for the "Nth Root" algorithm, applet or snippet or script (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or any "Nth Root" functions (calculate, convert, solve, decrypt / encrypt, decipher / cipher, decode / encode, translate) written in any informatic language (Python, Java, PHP, C#, Javascript, Matlab, etc.) or any database download or API access for "Nth Root" or any other element are not public (except explicit open source licence). Same with the download for offline use on PC, mobile, tablet, iPhone or Android app.
Reminder: dCode is an educational and teaching resource, accessible online for free and for everyone.
The content of the page "Nth Root" and its results may be freely copied and reused, including for commercial purposes, provided that dCode.fr is cited as the source (Creative Commons CC-BY free distribution license).
Exporting the results is free and can be done simply by clicking on the export icons ⤓ (.csv or .txt format) or ⧉ (copy and paste).
To cite dCode.fr on another website, use the link:
In a scientific article or book, the recommended bibliographic citation is: Nth Root on dCode.fr [online website], retrieved on 2025-12-18,