n-te-Wurzel-Rechner — Formel
## How to Calculate the Nth Root
### Formula
**ⁿ√x = x^(1/n)**
The nth root of x is the number that, when raised to the nth power, gives x.
### Common Roots
- **Square root** (n=2): √x = x^(1/2)
- **Cube root** (n=3): ∛x = x^(1/3)
- **Fourth root** (n=4): ⁴√x = x^(1/4)
### Formula
**ⁿ√x = x^(1/n)**
The nth root of x is the number that, when raised to the nth power, gives x.
### Common Roots
- **Square root** (n=2): √x = x^(1/2)
- **Cube root** (n=3): ∛x = x^(1/3)
- **Fourth root** (n=4): ⁴√x = x^(1/4)
Lösungsbeispiel
Find the cube root of 27.
- ∛27 = 27^(1/3)
- = 3
- Verification: 3³ = 27