find the radius and interval of convergence for the series

the series from n=1 to infinity of
((-1)^(n+1)*x^n)/n!

I did the ratio test so I had the Lim as n approaches infinity of -x/(n+1), but this is 0, giving no radius, so I think I did something wrong...

To determine the radius and interval of convergence for the given series, you correctly used the ratio test, which involves taking the limit of the absolute value of the ratio of consecutive terms as n approaches infinity.

Let's go through the steps again to verify the process.

First, we have the series:

∑ [((-1)^(n+1) * x^n) / n!]

Next, we apply the ratio test by considering the absolute value of the ratio of consecutive terms:

|((-1)^(n+2) * x^(n+1)) / (n+1)!| / |((-1)^(n+1) * x^n) / n!|

Simplifying, we get:

|(x(n+1))/((n+1)!)|

Now, we compute the limit of this expression as n approaches infinity:

Lim as n approaches infinity |(x(n+1))/((n+1)!)|

To evaluate this limit, we can consider the behavior of the factorial function (n!) as n approaches infinity. The factorial grows very rapidly, so we can approximate it using Stirling's approximation:

n! ≈ (n/e)^n * sqrt(2πn)

Using this approximation, we can rewrite the limit:

Lim as n approaches infinity |(x(n+1))/((n+1)!)|

≈ Lim as n approaches infinity [x(n+1)] / [(n+1)/e * (n+1)^(n+1/2) * sqrt(2π(n+1))]

Simplifying, we get:

Lim as n approaches infinity [x(n+1) * e * sqrt(2π(n+1))] / [(n+1)^((n+3/2))]

Now, let's focus on the numerator:

x(n+1) * e * sqrt(2π(n+1))

As n approaches infinity, the only term that depends on n in the numerator is (n+1). Hence, this term converges to infinity if x ≠ 0 and converges to 0 if x = 0. In other words, the numerator does not constrain the limit.

Next, let's examine the denominator:

(n+1)^(n+3/2)

This term behaves as (n+1)^n in the exponent, and as we know, (n+1)^n grows to infinity as n approaches infinity. Therefore, the denominator converges to infinity in all cases.

In conclusion, the limit is 0 for x = 0 and undefined (approaches infinity) for x ≠ 0.

Since the ratio test does not give a definitive limit for the radius of convergence, we need to analyze the behavior of the series for specific values of x.

For x = 0, the series becomes:

∑ [((-1)^(n+1) * 0^n) / n!]

This simplifies to 0, indicating that the series converges at x = 0.

For x ≠ 0, the series may not converge due to the oscillating behavior of the terms. In this case, the series diverges.

Hence, the radius of convergence is 0, and the interval of convergence is the single point x = 0.

It is important to note that the ratio test may fail to provide meaningful results for certain cases, and alternative convergence tests such as the root test or comparison test would need to be utilized.