Skip to main content

วิธีการคำนวณ Nth Root

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

พร้อมที่จะคำนวณแล้วหรือยัง? ลองใช้เครื่องคิดเลข Nth Root ฟรี

ลองด้วยตัวคุณเอง→

การตั้งค่า