Skip to main content

如何计算Nth Root

learn.whatIsHeading

The nth root of a number x is the value r such that rⁿ = x. The square root is the 2nd root; cube root is the 3rd root. For even roots of negative numbers, no real solution exists (result is a complex number).

公式

ⁿ√x = x^(1/n)
x
x^(1/3) — x^(1/3)

分步指南

  1. 1ⁿ√x = x^(1/n)
  2. 2Square root: ²√x = x^0.5
  3. 3Cube root: ³√x = x^(1/3)
  4. 4Nth root: use x^(1/n) on a calculator
  5. 5Negative numbers: odd roots are fine (³√−8 = −2); even roots are complex

例题解析

输入
4th root of 81
结果
3
3⁴ = 81 → ⁴√81 = 3
输入
5th root of 32
结果
2
2⁵ = 32 → ⁵√32 = 2
输入
Cube root of 125
结果
5
5³ = 125

常见问题

What is Nth Root?

The nth root of a number x is the value r such that rⁿ = x. The square root is the 2nd root; cube root is the 3rd root

How accurate is the Nth Root calculator?

The calculator uses the standard published formula for nth root. Results are accurate to the precision of the inputs you provide. For financial, medical, or legal decisions, always verify with a qualified professional.

What units does the Nth Root calculator use?

This calculator works with inches. You can enter values in the units shown — the calculator handles all conversions internally.

What formula does the Nth Root calculator use?

The core formula is: ⁿ√x = x^(1/n). Each step in the calculation is shown so you can verify the result manually.

设置

隐私条款关于© 2026 PrimeCalcPro