Ratio test for finding radius of convergence

Click For Summary

Homework Help Overview

The discussion revolves around the application of the ratio test for determining the radius of convergence of a power series, specifically examining the series involving factorials and powers of n. Participants are exploring different methods for finding the interval of convergence and questioning the validity of their approaches.

Discussion Character

  • Mixed

Approaches and Questions Raised

  • The original poster attempts to clarify the difference between two methods of applying the ratio test, questioning why their results differ from their tutor's. Some participants discuss the implications of excluding the x term in the limit process.
  • Others suggest using the root test as an alternative method for determining convergence, while also expressing uncertainty about how to apply it.
  • Several participants inquire about the proper formatting for limits in the forum, indicating a focus on communication and clarity in mathematical expressions.
  • There are discussions about the behavior of terms in the series as n approaches infinity, with references to Stirling's formula and its relevance to the problem at hand.

Discussion Status

The conversation is ongoing, with participants providing insights and suggestions for further exploration. Some guidance has been offered regarding the use of Stirling's formula, but there remains a lack of consensus on the correct approach to finding the interval of convergence and whether the endpoints should be included.

Contextual Notes

Participants are working within the constraints of homework rules, which may limit the depth of their discussions. There is also an acknowledgment of varying levels of familiarity with certain mathematical concepts, such as Stirling's formula, which may affect the discussion's direction.

haha1234
Messages
109
Reaction score
0

Homework Statement



I've found that the typical way for using ratio test is to find the limit of an+1/an However, my tutor said that radius of convergence can be found by finding the limit of an/an+1 and the x term is excluded.
For example:Finding the interval of convergence of n!xn/nn
my tutor will find it in this way:
lim n!/nn\bullet(n+1)n+1/(n+1)!
n\rightarrow∞
And finally found that the interval of convergence is (-e,e)
However, when I found it in typical way, I found it is (-1,1)
Are both method correct?
And why I cannot find the correct answer?

Homework Equations





The Attempt at a Solution

 
Last edited:
Physics news on Phys.org
The power series ∑anxn is convergent if the limit of the ratio
##\lim_{n\rightarrow \infty}|\frac{a_{n+1}x^{n+1}}{a_n x_n}|\lt1 ##
which means ##|x| \lim_{n\rightarrow \infty}|\frac{a_{n+1}}{a_n }|\lt1 ##
that is
##|x| \lt \lim_{n\rightarrow \infty}|\frac{a_{n} }{a_{n +1}}|##

The result of your tutor is correct, as

##\lim\frac{a_n}{{an+1}}=\lim\frac{n!}{n^n}\frac{(n+1)^{n+1}}{(n+1)!}=\lim (\frac{n+1}{n})^n##


ehild
 
Last edited:
  • Like
Likes   Reactions: 1 person
The "ratio test" can used to determine the convergence of almost any series. You can "ignore the x" when using the ratio test for power series.

You could also use the "root test". The series \sum a_n converges absolutely if \lim_{n\to\infty}\sqrt[n]{|a_n|}< 1. With a power series, \sum a_nx^n, that becomes \lim \sqrt[n]{a_nx^n}= (\lim \sqrt[n]{a_n})|x|< 1 or |x|< 1/(\lim \sqrt[n]{a_n}).
 
  • Like
Likes   Reactions: 1 person
And I would like to know how to type limit in this forum?
I have found it difficult to type limits.:redface:
 
HallsofIvy said:
The "ratio test" can used to determine the convergence of almost any series. You can "ignore the x" when using the ratio test for power series.

You could also use the "root test". The series \sum a_n converges absolutely if \lim_{n\to\infty}\sqrt[n]{|a_n|}< 1. With a power series, \sum a_nx^n, that becomes \lim \sqrt[n]{a_nx^n}= (\lim \sqrt[n]{a_n})|x|< 1 or |x|< 1/(\lim \sqrt[n]{a_n}).

Sorry, I don't know how to find interval of convergence by root test.:frown:
This is my attempt.
 

Attachments

  • DSC_0759-2[1].jpg
    DSC_0759-2[1].jpg
    15.5 KB · Views: 599
Last edited:
  • Like
Likes   Reactions: 1 person
haha1234 said:
Sorry, I don't know how to find interval of convergence by root test.:frown:
This is my attempt.

The nth root refers to the whole an.
\sqrt[n]{\frac{n!e^n}{n^n}}=\sqrt[n]{n!}\frac{e}{n}

ehild
 
Last edited:
  • Like
Likes   Reactions: 1 person
haha1234 said:
And I would like to know how to type limit in this forum?
I have found it difficult to type limits.:redface:
Inline LaTeX, to have the limit appear within a sentence:
Code:
##\lim_{n \to \infty}a_n = L##
This renders as ##\lim_{n \to \infty}a_n = L##.
Standalone LaTeX, which puts the limit on its own line, and slightly larger.
Code:
$$\lim_{n \to \infty}a_n = L$$
The above will appear on its own line, like so:
$$\lim_{n \to \infty}a_n = L$$
 
  • Like
Likes   Reactions: 1 person
  • #10
ehild said:
The nth root refers to the whole an.
\sqrt[n]{\frac{n!e^n}{n^n}}=\sqrt[n]{n!}\frac{e}{n}

ehild

Does the whole limit go to 0?
I don't know if the \sqrt[n]{n!}is greater than n?
 
  • #11
haha1234 said:
Does the whole limit go to 0?
I don't know if the \sqrt[n]{n!}is greater than n?

Use Stirling's Formula to see what is happening.
 
  • #12
haha1234 said:
Does the whole limit go to 0?
I don't know if the \sqrt[n]{n!}is greater than n?
n! < nn, so ##\sqrt[n]{n!} < \sqrt[n]{n^n} = n##
Do you see why the first inequality is true?
 
  • #13
haha1234 said:
Does the whole limit go to 0?

No. (You can cheat by inputing it to wolframalpha.com)
 
  • #14
So how can I find that if the boundaries are also included in the interval of convergence?:shy:
 
  • #15
You substitute each endpoint of the interval into your summation and determine whether the series converges for that value.
 
  • Like
Likes   Reactions: 1 person
  • #16
Mark44 said:
You substitute each endpoint of the interval into your summation and determine whether the series converges for that value.

I've sub x=e and tried for ratio test, but finally I found that the ratio is 1 thus it is inconclusive.
So do I need to try another test?
 
  • #17
haha1234 said:
I've sub x=e and tried for ratio test, but finally I found that the ratio is 1 thus it is inconclusive.
So do I need to try another test?

You need to pay attention to the suggestions that people supply you. I will repeat my advice one more (but last) time: use Stirling's formula to see how the terms behave for large n. Your problem will then become straightforward.
 
  • #18
Ray Vickson said:
You need to pay attention to the suggestions that people supply you. I will repeat my advice one more (but last) time: use Stirling's formula to see how the terms behave for large n. Your problem will then become straightforward.

That is a good idea.
But if I haven't learned it, what is another method to test it?:redface:
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
23
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K