Search for a tool
Nth Root

Tool for calculating an Nth root online. Instantly find the n-th root(s) of a number (the real principal root or complex roots).

Results

Nth Root -

Tag(s) : Symbolic Computation, Functions

Share
Share
dCode and more

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!


Please, check our dCode Discord community for help requests!
NB: for encrypted messages, test our automatic cipher identifier!


Feedback and suggestions are welcome so that dCode offers the best 'Nth Root' tool for free! Thank you!

Nth Root

Nth Root Calculator

 







Answers to Questions (FAQ)

What is an Nth root? (Definition)

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.

How to calculate an Nth root?

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 $

How do you calculate an Nth root on a calculator?

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.

How do I calculate an Nth root in Excel?

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)

How to simplify a n-th root?

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

What is a cubic number?

The term surd refers to a mathematical expression containing a root that cannot be simplified into a rational number.

How to write a Nth root?

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)

Source code

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.

Cite dCode

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: https://www.dcode.fr/nth-root

In a scientific article or book, the recommended bibliographic citation is: Nth Root on dCode.fr [online website], retrieved on 2025-12-18, https://www.dcode.fr/nth-root

Need Help ?

Please, check our dCode Discord community for help requests!
NB: for encrypted messages, test our automatic cipher identifier!

Questions / Comments

Feedback and suggestions are welcome so that dCode offers the best 'Nth Root' tool for free! Thank you!


https://www.dcode.fr/nth-root
© 2025 dCode — The ultimate collection of tools for games, math, and puzzles.
 
Feedback