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 계산기를 사용해 보세요
직접 시도해 보세요 →