Thread Closed

Ratio Test for Series Proof

 
Share Thread Thread Tools
May31-08, 09:41 AM   #1
 

Ratio Test for Series Proof


1. The problem statement, all variables and given/known data
Show that if [tex] Lim|\frac{a_{n+1}}{a_{n}}| = L > 1, [/tex] then [tex]{a_{n}\rightarrow \infty[/tex] as [tex]n\rightarrow\infty [/tex]

Also, from that, deduce that [tex]a_{n}[/tex] does not approach 0 as [tex]n \rightarrow \infty [/tex].

2. Relevant equations
The book suggests showing some number r>1 such that for some number N, [tex]|a_{n+1}|> r|a_{n}|[/tex] for all n >N.
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> King Richard III found in 'untidy lozenge-shaped grave'
>> Google Drive sports new view and scan enhancements
>> Researcher admits mistakes in stem cell study
May31-08, 11:21 AM   #2
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
Okay, and what have you done on this problem? Have you shown, perhaps by induction on n, that [itex]|a_{n+1}|> r|a_n|[/itex]? Once you've done that, you might consider the "comparison test".
May31-08, 09:03 PM   #3
 
How would I start that proof by induction? How can I verify that [itex]
|a_{2}|> r|a_{1}|
[/itex]. Also, for the second part, once I show that [tex]|a_{n}|[/tex] tends to [tex]\infty[/tex] isn't it basic logic that [tex]a_{n}[/tex] cannot approach 0?
Jun1-08, 07:57 AM   #4
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus

Ratio Test for Series Proof


Quote by dtl42 View Post
How would I start that proof by induction? How can I verify that [itex]
|a_{2}|> r|a_{1}|
[/itex].
You can't. It's not necessarily true. However, since the limit [itex]a_{n+1}/a_n[/itex] is less than 1, it must be true for some N. Start your induction from that.

Also, for the second part, once I show that [tex]|a_{n}|[/tex] tends to [tex]\infty[/tex]
isn't it basic logic that [tex]a_{n}[/tex] cannot approach 0?
Yes, it is. Just state the basic logic.
Jun1-08, 10:00 AM   #5
 
Quote by HallsofIvy View Post
You can't. It's not necessarily true. However, since the limit [itex]a_{n+1}/a_n[/itex] is less than 1, it must be true for some N. Start your induction from that.
Do you mean greater than 1, or am I really missing something? And how would I start the induction? Just that for some N, [itex]|a_{2}|>r|a_{1}|[/itex]?
Jun1-08, 10:16 AM   #6
 
Quote by dtl42 View Post
Do you mean greater than 1, or am I really missing something? And how would I start the induction? Just that for some N, [itex]|a_{2}|>r|a_{1}|[/itex]?
If L>1, then is the sequence [tex]{a_{n}}[/tex] bounded or unbounded?
Suppose not, If L<1, then what happens when [tex]{\lim }\limits_{n \to \infty } a_{n}[/tex]?
Jun1-08, 10:27 AM   #7
 
If L>1 then the sequence would be unbounded right? Because the next larger term is always of a greater magnitude than the previous. If L is less than 1, then the sequence is bounded, and the limit goes to 0?
Jun1-08, 10:35 AM   #8
 
Quote by dtl42 View Post
If L>1 then the sequence would be unbounded right? Because the next larger term is always of a greater magnitude than the previous. If L is less than 1, then the sequence is bounded, and the limit goes to 0?
Correct.

Now, since book suggested: show that [tex] |a_{n+1}|> r|a_{n}|[/tex] for all indices [tex]n\geq N[/tex], you can use the Binomial formula to show that the sequences is unbounded. Hope that's clear.
Jun1-08, 01:48 PM   #9
 
REALLY IRRELEVANT but....
i've always wondered this, but how do you guys get all those math symbols in there? like the absolute value symbol, or the greater than equal to sign?
Jun1-08, 01:52 PM   #10
 
Quote by oceanflavored View Post
REALLY IRRELEVANT but....
i've always wondered this, but how do you guys get all those math symbols in there? like the absolute value symbol, or the greater than equal to sign?
It's LaTeX http://www.physicsforums.com/showthread.php?t=8997
Jun16-08, 05:55 PM   #11
 
Quote by konthelion View Post
Correct.

Now, since book suggested: show that [tex] |a_{n+1}|> r|a_{n}|[/tex] for all indices [tex]n\geq N[/tex], you can use the Binomial formula to show that the sequences is unbounded. Hope that's clear.
What do you mean by the Binomial Formula? I'm still kind of confused after taking several days away.
Jun17-08, 07:47 AM   #12
 
Well, you can use Bernoulli's Inequality, which is [tex](1+b)^n \geq 1 +nb[/tex]

Suppose that [tex] L>1[/tex], then define [tex]b=\frac{L+1}{2}[/tex] since b<L. There exists a natural number N such that
[tex]\frac{a_{n+1}}{a_{n}} \geq b[/tex] for all indices [tex]n \geq N[/tex] (just a reiteration of the problem)

From here, use the Bernoulli's inequality to show that for some k and let r = [tex]b^k[/tex], then [tex]|a_{N+k}| \geq r|a_{N}|[/tex] which implies that the sequence [tex]a_{n}[/tex](the hint that your book gave) is unbounded.
Thread Closed
Thread Tools


Similar Threads for: Ratio Test for Series Proof
Thread Forum Replies
power series, ratio test. Calculus & Beyond Homework 1
Is it ok to do this with the ratio test for series??/ Calculus & Beyond Homework 1
[SOLVED] How simplifying this ratio test for series? Calculus & Beyond Homework 15
Using root test and ratio test for divergence Calculus & Beyond Homework 2
Infinite Series - Ratio Test Calculus 4