How do you prove the validity of the ratio test?

  • Context: Undergrad 
  • Thread starter Thread starter pivoxa15
  • Start date Start date
  • Tags Tags
    Ratio Ratio test Test
Click For Summary

Discussion Overview

The discussion revolves around the validity of the ratio test for convergence of series, exploring its intuitive understanding, mathematical justification, and potential limitations. Participants engage in both informal reasoning and more structured arguments regarding the conditions under which the ratio test applies.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • Some participants express that the ratio test's conclusion (convergence when the ratio is less than 1) is not immediately intuitive, questioning how it relates to the behavior of terms in a series.
  • One participant attempts to provide an intuitive understanding by explaining how the limit of the ratio of consecutive terms leads to a geometric series, suggesting that this implies absolute convergence.
  • Another participant proposes a proof structure based on bounding terms and using limits, indicating that if the limit of the ratio is less than 1, the series converges.
  • Some participants discuss the necessity of evaluating limits in the ratio test, noting that it is not merely about comparing two consecutive terms but involves a broader analysis of term behavior as n increases.
  • There are suggestions that the ratio test can also be applied in reverse to show divergence when the limit is greater than 1, although this is not universally accepted among participants.
  • Concerns are raised about the limitations of the ratio test, with examples provided where it fails, such as when the limit approaches 1, while other convergence tests (like the integral test) still apply.
  • Participants correct each other on the details of their arguments, indicating areas of confusion or misinterpretation regarding the application of the ratio test.

Areas of Agreement / Disagreement

Participants do not reach a consensus on the intuitive understanding of the ratio test or its implications. There are competing views on how to interpret the conditions under which the test is valid, and some participants highlight its limitations compared to other convergence tests.

Contextual Notes

Some arguments rely on specific assumptions about the nature of the series and the behavior of terms, which may not hold universally. The discussion also reflects varying levels of rigor in the mathematical reasoning presented.

pivoxa15
Messages
2,250
Reaction score
1
It doesn't seem intuitive that if the ratio of the last two consecutive terms is less than 1 then it is convergent and viceversa if divergent when adding an infinite number of terms.
 
Physics news on Phys.org
I won't prove it but I'll try to convince you that it's intuitive.

Say we have a series of general term c_n and the ratio test is conclusive. Say,

[tex]\lim_{n\rightarrow \infty} \left|\frac{c_{n+1}}{c_n}\right|=a<1[/tex]

This means that by taking n large enough, we can make |c_{n+1}| as close as we want to a*|c_n|. So, for say n>N, we can approximate |c_{N+1}| by a*|c_N|, |c_{N+2}| by a*|c_{N+1}|=a²*|c_N|, etc, such that the series looks like

[tex]\sum_{n=1}^{\infty}|c_n|=\sum_{n=1}^{N}|c_n|+|c_N|\sum_{n=1}^{\infty}a^n[/tex]

I.e. like some finite sum + a geometrical series. So the series converges absolutely.
 
quasar's post resembles how you could construct a proof.

Assume WLOG that [itex]c_n[/itex] is positive for every n. Suppose

[tex]\lim_{n \rightarrow \infty} \frac{c_{n+1}}{c_n} = a <1.[/tex]

Let [itex]\delta \in (a, 1)[/itex]. Then there's some N s.t.

[tex]|c_{n+1}/c_n - a| < \delta - a[/tex]

for all [itex]n>N[/itex]. Then for all [itex]n>N[/itex], certainly,

[tex]c_{n+1} < \delta c_n.[/tex]

See if you can finish!
 
there are only 2 convergent processes we understand easily, the geometric series, and a convergent integral.all tests for absolute covergence consist of comparing the size of the terms to one of these.

the ratio test amounts to saying the terms are eventually bunded by those of a coinvergent geometric series.

there is no clearer explanatio of this than in courant vol 1.
 
Perhaps it seems unintuitive because You think that it compares the "last" 2 terms.

I seem to think of it as since as n gets large the terms are getting smaller, ie the ratio is less than 1, than the terms must be approaching zero. Since the terms are approaching zero, it seems intuitive that it converges.
 
Gib Z said:
Perhaps it seems unintuitive because You think that it compares the "last" 2 terms.

I seem to think of it as since as n gets large the terms are getting smaller, ie the ratio is less than 1, than the terms must be approaching zero. Since the terms are approaching zero, it seems intuitive that it converges.

The ratio test is more than just nth term as n gets large becoming 0. However its not just the n+1 term is smaller than the nth term either. Since 1/n certainly fit both descriptions. The unintuitive thing about the ratio test is that it demands the evaluation of a limit in that test.
 
quasar987 said:
I won't prove it but I'll try to convince you that it's intuitive.

Say we have a series of general term c_n and the ratio test is conclusive. Say,

[tex]\lim_{n\rightarrow \infty} \left|\frac{c_{n+1}}{c_n}\right|=a<1[/tex]

This means that by taking n large enough, we can make |c_{n+1}| as close as we want to a*|c_n|. So, for say n>N, we can approximate |c_{N+1}| by a*|c_N|, |c_{N+2}| by a*|c_{N+1}|=a²*|c_N|, etc, such that the series looks like

[tex]\sum_{n=1}^{\infty}|c_n|=\sum_{n=1}^{N}|c_n|+|c_N|\sum_{n=1}^{\infty}a^n[/tex]

I.e. like some finite sum + a geometrical series. So the series converges absolutely.

That is nice. You are saying if the ratio test applies than this series is convergent. What about the other way? Can we apply the same argument in reverse so the proof you gave works both ways?
 
Last edited:
The other way is quite similar. Suppose a > 1. Then you can do the same thing to bound your series from below by a geometric series with common ration a > 1, which diverges.
 
I was thinking about proving that if the series is convergent than the ration test applies, namely a<1.

Just before doing that I think that the series in post 2 is wrong and should look like this instead:
[tex]\sum_{n=1}^{\infty}|c_n|<\sum_{n=1}^{N}|c_n|+|c_N| \sum_{n=N+1}^{\infty}a^n[/tex]

If a series converges than make it smaller then a finite series + a geometric series. Now apply the argument in reverse and get the ratio test with a<1. So it does work the other way when a<1.

It can be clearly seen that when a=1 than we can't use a geometric series so this method doesn't work.
 
Last edited:
  • #10
pivoxa15 said:
I was thinking about proving that if the series is convergent than the ration test applies, namely a<1.

Just before doing that I think that the series in post 2 is wrong and should look like this instead:
[tex]\sum_{n=1}^{\infty}|c_n|<\sum_{n=1}^{N}|c_n|+|c_N| \sum_{n=N+1}^{\infty}a^n[/tex]

This is not cenessarily true. See below, it is b that goes in there instead of a.

In any case, post #2 was not meant to be taken too seriously. I was only trying to make you understand intuitively what it meant and what it implies for the ratio of c_{n+1} to c_n to get smaller than 1 as n gets bigger.

However, it only takes a few more technicality to make that idea rigorous. Inspired by Data's post, will try to do that now.

Ok, say that as before,

[tex]\lim_{n\rightarrow \infty} \left|\frac{c_{n+1}}{c_n}\right|=a<1[/tex]

This means that, in particular, for [itex]\epsilon \in (0,a)[/itex], there exists an N s.t. for all [itex]n\geq N[/itex],

[tex]\left|\frac{c_{n+1}}{c_n}-a\right|<\epsilon \Leftrightarrow |c_{n+1}-ac_n|<\epsilon|c_n| \Rightarrow |c_{n+1}|-a|c_n|<\epsilon |c_n| \Leftrightarrow |c_{n+1}|<(\epsilon+a)|c_n|\equiv b|c_n|[/tex]

Because I have chosen epsilon in (0,a), b is less than 1. So to recapitulate, what the above is saying is that for all [itex]n\geq N[/itex], [itex]|c_{n+1}|<b|c_n|[/itex]. In particular, [itex]|c_{N+1}|<b|c_N| \Rightarrow |c_{N+2}|<b|c_{N+1}|<b^2|c_N|\Rightarrow |c_{N+3}|<...[/itex], so we can write

[tex]\sum_{n=1}^{\infty}|c_n|=\sum_{n=1}^{N}|c_n|+\sum_{n=N+1}^{\infty}|c_n|<\sum_{n=1}^{N}|c_n|+|c_N|\sum_{n=1}^{\infty}b^n<\infty[/tex]

The second sum starts at 1 and not at N+1 because as I said in the above paragraph, |c_{N+1}| is bounded by b|c_N|, not b^{N+1}|c_N|. Anyway, I feel pretty intelligent right now. So this is what it's like to be StatusX, huh. I like it. :approve:
 
Last edited:
  • #11
if you read my post you see there are two tests, comparing with geometric series and comparing with convergent integrals. if the ratio test always worked, there would be no need for the integral test.

a standard example is the sum of the terms 1/n^2.

here the ratio tends to 1, so the ratio test fails, but the integral of 1/x^2 converges, so the series does too.
 
  • #12
quasar, I think you have a little bit of a problem, but it's an easy fix. Having [itex]\epsilon \in (0,a)[/itex] does not quite ensure that [itex]\epsilon + a < 1[/itex]. See how to fix it?

The "diverges when a>1" part is, as Moo indicated, by an almost identical argument.
 
  • #13
Oops, make that [tex]\epsilon\in(0,1-a)[/tex].
 
  • #14
indeed :smile:
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
4K
  • · Replies 5 ·
Replies
5
Views
3K
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 19 ·
Replies
19
Views
2K
Replies
23
Views
4K
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K