Nth Root Calculator Formula
Understand the math behind the nth root calculator. Each variable explained with a worked example.
Formulas Used
Result
result = pow(x, 1/n)Verification
verification = pow(pow(x, 1/n), n)Variables
| Variable | Description | Default |
|---|---|---|
x | Number | 27 |
n | Root (n) | 3 |
How It Works
How to Calculate the Nth Root
Formula
ⁿ√x = x^(1/n)
The nth root of x is the number that, when raised to the nth power, gives x.
Common Roots
Worked Example
Find the cube root of 27.
x = 27n = 3
- 01∛27 = 27^(1/3)
- 02= 3
- 03Verification: 3³ = 27
Ready to run the numbers?
Open Nth Root Calculator