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
learn.ctaText
इसे स्वयं आज़माएँ →