Ratio test for finding radius of convergence

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 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 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: 570
Last edited:
  • Like
Likes 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 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 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 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

Back
Top