Nth Root ஐ எப்படி கணக்கிடுவது
Nth Root என்றால் என்ன?
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 கால்குலேட்டரை முயற்சிக்கவும்
நீங்களே முயற்சிக்கவும் →