Skip to main content

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)

ଷ୍ଟେପ୍-ଷ୍ଟେପ୍ ଗାଇଡ୍ |

  1. 1Enter the value x and root degree n
  2. 2Calculate x^(1/n) using logarithms or iterative methods
  3. 3Result is the nth root

ସମାଧାନ ହୋଇଥିବା ଉଦାହରଣ

ଇନପୁଟ୍
⁴√81
ଫଳ
3
3⁴ = 81

ଏଡ଼ାଇବା ଯୋଗ୍ୟ ସାଧାରଣ ଭୁଲ

  • Mixing root and power
  • Negative numbers with even roots

ସେଟିଂ