What's the difference between radius of convergence and interval of convergence?
1 Answer
The radius of convergence is usually required to find the interval of convergence. While the radius gives us the number of values where the series converges, the interval gives us the exact values of where the series converges and doesn't. Take the following example.
We use the ratio test to find our radius of convergence. We know that the ratio states that if
#lim_(n-> oo) ((2^(n + 1)(x + 2)^(n + 1))/((n + 1 + 2)!))/((2^n(x +2)^n)/((n + 2)!)) < 1#
#2(x+ 2) lim_(n-> oo) 1/(n + 3) < 1#
#0 < 1#
Since this is true for all values of
Hopefully this helps!