The root test is an essential tool for determining the convergence of an infinite series.It is especially helpful when dealing with infinite series involving exponential expressions or complicated powers. The root test requires calculating the n-th root of the absolute value of the sequence's terms. To apply this test, consider the limit:\[L = \lim_{n \to \infty} \sqrt[n]{|a_n|}\]
- If \(L < 1\), then the series converges.
- If \(L > 1\), the series diverges.
- If \(L = 1\), the test is inconclusive.
One of the significant advantages of the root test is its ability to handle sequences with exponential factors efficiently. When applied correctly, as in the solved step where \(a_n = \left(1 - \frac{1}{n}\right)^{n^2}\), it shows that the series converges since the limit evaluates to \(\frac{1}{e}\). This value is less than 1, confirming convergence by the test.