learn.howToCalculate
learn.whatIsHeading
The nth root is the reverse of exponentiation. ⁿ√x finds the value that, when raised to power n, equals x. Used in algebra, geometry, and engineering.
公式
ⁿ√x = x^(1/n)
ステップバイステップガイド
- 1Enter the value x and root degree n
- 2Calculate x^(1/n) using logarithms or iterative methods
- 3Result is the nth root
解いた例
入力
⁴√81
結果
3
3⁴ = 81
避けるべきよくある間違い
- ✕Mixing root and power
- ✕Negative numbers with even roots
計算する準備はできましたか?無料の Nth Root 計算機をお試しください
自分で試してみる→