Interval of convergence of power series from ratio test

  • Thread starter Thread starter zenterix
  • Start date Start date
  • Tags Tags
    Power series
Click For Summary
The discussion focuses on the application of the ratio test to determine the interval of convergence for power series. It establishes that if the limit of the ratio of successive coefficients exists, it can be used to find the radius of convergence, denoted as R. The series converges when the absolute value of x is less than R and diverges when it exceeds R. The mathematical manipulation of the limit confirms that the condition for convergence is met within the interval -R < x < R. Overall, the ratio test provides a clear method for identifying convergence in power series.
zenterix
Messages
774
Reaction score
84
Homework Statement
While reading a chapter from Simmons' "Differential Equations with Applications and Historical Notes" that reviews power series, I did not really understand a paragraph that tried to explain how to obtain the radius of convergence of a power series using the ratio test.
Relevant Equations
Consider the following power series in ##x##

$$\sum\limits_{n=0}^\infty a_nx^n$$
If ##a_n\neq 0## for all ##n##, consider the limit

$$\lim\limits_{n\to\infty} \left | \frac{a_{n+1}x^{n+1}}{a_nx^n} \right | = \lim\limits_{n\to\infty}\left |\frac{a_{n+1}}{a_n}\right | |x|=L$$

The ratio test asserts that this series converges if ##L<1## and diverges if ##L>1##.

These considerations yield the formula

$$R=\lim\limits_{n\to\infty}\left |\frac{a_{n+1}}{a_n}\right |\tag{1}$$

if this limit exists (we put ##R=\infty## if ##|a_n/a_{n+1}|\to\infty##).

Regardless of whether this formula can be used or not, it is known that ##R## always exists; and if ##R## is finite and nonzero, then it determines an interval of convergence ##-R<x<R## such that inside the interval the series converges and outside the interval it diverges.

I'm a bit confused by this snippet.

Why does (1) determine the radius of convergence?
 
Last edited:
Physics news on Phys.org
I guess it is because of the following

$$\lim\limits_{n\to\infty}\left |\frac{a_{n+1}}{a_n}\right | |x| \tag{1}$$

$$=\frac{1}{\lim\limits_{n\to\infty} \left |\frac{a_n}{a_{n+1}}\right |} |x|\tag{2}$$

$$=\frac{|x|}{R}\tag{3}$$

Then, for ##-R<x<R## we see that the expression in (3) is less than 1 and so the power series converges.
 
I guess you've answered your own question.
 
  • Like
Likes chwala and zenterix
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...

Similar threads

Replies
2
Views
2K
Replies
1
Views
1K
Replies
3
Views
1K
Replies
5
Views
1K
Replies
8
Views
2K
Replies
4
Views
1K
Replies
11
Views
3K