Can Kummer's Test Be Used to Prove Raabe's Test?

  • Thread starter Thread starter quasar987
  • Start date Start date
  • Tags Tags
    Proof Test
quasar987
Science Advisor
Homework Helper
Gold Member
Messages
4,796
Reaction score
32
The proof of Raabe's test

Homework Statement


I was asked to prove Raabes test in the form that if

|a_{n+1}/a_{n}|<1-A/n

for some A>1 and for n large enough, then the series converges absolutely.

After struggling for days (I work at a factory doing repetitive work so I can easily let my body work while I think about math :smile:), I capitulated and peeked at the hint at the end of the book. It says, let

P_n=\prod_{k=1}^{n}\left(1-\frac{A}{k}\right)

and show that

\ln(P_n)=-A\ln(n)+O(1).

While I understand perfectly how this equality is the kernel of the proof, I can't seem to be able to demonstrate its truth. My best shot is...

\ln(P_n)=\sum_{k=1}^n\ln\left(1-\frac{A}{k}\right)\leq \sum_{k=1}^n\left(1-\frac{A}{k}\right)=n-A\sum_{k=1}^n\frac{1}{k}=n-A\ln(n)+O(1)

The last equality is because the sequence \gamma_n=\sum_{k=1}^n\frac{1}{k}-\ln(n) is decreasing and bounded below by 0 (and converges to Euler's cst \gamma).
 
Last edited:
Physics news on Phys.org
quasar987 said:
While I understand perfectly how this equality is the kernel of the proof, I can't seem to be able to demonstrate its truth. My best shot is...

\sum_{k=1}^n\ln\left(1-\frac{A}{k}\right)\leq \sum_{k=1}^n\left(1-\frac{A}{k}\right)

That seems like a poor choice of inequality -- the terms on the left are pretty close to zero, while the ones on the right are close to 1. I wonder if you could use the Taylor series:
\ln(1+x)=\sum_{n=0}^{\infty} \frac{(-1)^n}{n+1}x^{n+1}
to come up with something better?
 
I wonder... :wink:

I'd be surprised if that is the only way to go however. Cuz this is a problem from chapter 2, and Taylor's thm is in somthing like cahpter 6.
 
First, let me state correctly the version of Raabe's test I was asked to prove: "If

|a_{n+1}/a_{n}|\leq 1-A/n

for some A>1 and for n large enough, then the series converges absolutely. And if

|a_{n+1}/a_{n}|\geq 1-1/n

for n large enough, then the series diverges."

And I suppose that it is implied that if neither of these inequality hold for n large enough, then we cannot conclude.Is this version of Raabe's test really equivalent to the one that says, "Let

L=\lim_{n\rightarrow\infty}n\left(1-\left|\frac{a_{n+1}}{a_n}\right|\right)

If L>1, the series converges absolutely.
If L<1, the series diverges.
If L=1, we cannot conclude."

Or is this last one more general?

(And by the way, I think something's not right... because if we take the case |a_{n+1}/a_{n}|\geq 1-1/n, then the first test asserts convergence. But this equality also means that

n\left(1-\left|\frac{a_{n+1}}{a_n}\right|\right)\leq 1.

But in the case =1, the second test asserts that we cannot conclude. The two statements contradict each other, do they not?)
 
Last edited:
quasar987 said:
I'd be surprised if that is the only way to go however. Cuz this is a problem from chapter 2, and Taylor's thm is in somthing like cahpter 6.

Well, you can fudge it:
x \in (-\frac{1}{2},0)
Gives you
1 &lt; \frac{d}{dx} \ln(1+x) &lt; 2
and
\ln 1= 0
so on the same interval
x &gt; \ln(1+x) &gt; 2x
Which is plenty strong for your needs.

You've got some issues with the inequalities in your expressions since both the conditions for convergence and divergence allow for equality.

You're not guaranteed that conditions are sufficient to guarantee that the limit exists so the inequalities are actually more general. Beyond that, it's quite easy to convert from one to the other using the notion of limit and some basic algebra:
\left| \frac{a_n}{a_{n+1}} \right | \leq 1 - \frac{A}{n}
-\left|\frac{a_n}{a_{n+1}} \right | \geq \frac{A}{n} - 1
1-\left| \frac{a_n}{a_{n+1}}\right| \geq \frac{A}{n}
n\left(1-\left| \frac{a_n}{a_{n+1}}\right|\right) \geq A
Now, the RHS is independant of n so we can translate the 'sufficiently large' notion into a limit (provided the limit exists).
\lim_{n \rightarrow \infty} n\left(1-\left| \frac{a_n}{a_{n+1}}\right|\right) \geq A
 
NateTG said:
You've got some issues with the inequalities in your expressions since both the conditions for convergence and divergence allow for equality.

I had a mistake in my post, sorry!

I edited it; the mistake is that the series will diverge if

|a_{n+1}/a_{n}|\geq 1-1/n

for n large enough, and not if

|a_{n+1}/a_{n}|\geq 1-A/nThanks a bunch for everything NateTG! <3
 
Last edited:
Rabbe's test (as stated) can be applied even when the ratio of terms doesn't converge. e.g.

1, 1/2, 1/8, 1/16, 1/64, 1/128, 1/512, 1/1024, ...
 
You should use the proof of Kummer's test. Rabbe's test is a specific, less-general form of Kummer's test.
 
Back
Top