PDA

View Full Version : Ratio Test/ Simple English


karen03grae
Nov22-04, 11:31 PM
Can anyone explain what exactly the ratio test is comparing?

undefinedSome say it is being compared to a geometric series...I love geo. series and I don't see how the test involves them.

Thanx,
Erin

Galileo
Nov23-04, 07:52 AM
Ok, I`m a bit rusty onseries, but let's see if I remember why the ratio test works.

Ratio test:

If \limsup \left| \frac{a_{n+1}}{a_n}\right| <1 then the series \sum a_n converges absolutely.
If \limsup \left| \frac{a_{n+1}}{a_n}\right| >1 then the series \sum a_n diverges.

I`ll just take the case where the limit < 1. And see why it converges absolutely in that case.
Suppose \limsup \left| \frac{a_{n+1}}{a_n}\right| =\rho<1
Then for all \epsilon >0, there is an N, so that for n>N:
\left| \frac{a_{n+1}}{a_n}\right-\rho|<\epsilon
or
-\epsilon + \rho < \frac{a_{n+1}}{a_n} < \epsilon +\rho
Since \rho is smaller than 1, we can choose an epsilon small enough so that \epsilon +\rho=r<1. Then if N is big enough:
|\frac{a_{n+1}}{a_n} |< r
or
|a_{n+1}| < |a_n|r
and also
|a_{n+2}| < |a_{n+1}|r<|a_n|r^2
and so on...
|a_{n+k}| < |a_n|r^k
for n>N.
Therefore:
\sum_{n=0}^{\infty}|a_n|\leq \sum_{n=N}^{\infty}|a_n|<\sum_{n=0}^{\infty}|a_N|r^n
So the series is smaller than a convergent geometric series.

mathwonk
Nov23-04, 06:38 PM
same thing in words,

tests of convergence are usually comparisons. i.e. if a series of positive terms is smaller term by term than some convergent series, then it is also convergent.

This is true even if it only holds from some finite point onward.

The best series to compare with is the geometric series. A geometric series is a series in which the ratio of each term divided by the previous term is the same number. if that number is less than one it converges.

hence if a series has the property that the ratios of each term divided by the previous term eventually all become less than some number r with 0<r<1, then that original series is eventually smaller than the geometric series with ratio r, hence also convergent.

the best possible treatment of convergence of series is in richard courants calculus book.

karen03grae
Nov27-04, 05:13 PM
Thanks...So may I assume that the ratio of successive terms of a power series ,
_
\
/ cn(x-a)^n, near infinity is constant? Because when we do the ratio test, we are basically testing the ratio of successive terms at infinity.
_

mathwonk
Nov28-04, 12:40 PM
you do not need them to be constant, just for all of them eventually i.e. near infinity) to be less than some number which itself is less than one. the easy case is where these ratios converge to a limit less than one.

bewst npossible example: exponential series: the nth term is

x^n/n! so the ratio of the nth by the n-1st term is x/n. as n goes to infinity this approaches 0, no matter what x is. so it converges no matter what x is.