Need help with lim sqrt(n)/n as n-> infinity

  • Thread starter twoflower
  • Start date
  • Tags
    Infinity
In summary, the author's point is that the limit of a function (in this case, the limit of nth roots) doesn't change when n increases, even though the number of terms in the limit increases. This is because the limit of nth roots is 1.
  • #1
twoflower
368
0
Hi,

could you help me a bit with this limit?

[tex]
\lim_{n \rightarrow \infty} \sqrt[n]{n!}
[/tex]

Sure it should be more than

[tex]
\lim_{n \rightarrow \infty} \sqrt[n]{n}
[/tex]

But, when I write it as

[tex]

\lim_{n \rightarrow \infty} \sqrt[n]{n!} = \lim_{n \rightarrow \infty} \sqrt[n]{n} . \lim_{n \rightarrow \infty} \sqrt[n]{n-1} . \lim_{n \rightarrow \infty} \sqrt[n]{n-2} ... \lim_{n \rightarrow \infty} \sqrt[n]{1}
[/tex]

each term goes to 1, so I thought the limit could be 1, but that would be strange...

Thank you.
 
Physics news on Phys.org
  • #2
Hint: Use the corollary that (1+h)^ n > 1+ hn. Also you know that limit of nth root n is 1.
 
  • #3
Regard the following trick (regard even values of n):
[tex]n!=n^{n}\prod_{i=1}^{\frac{n}{2}}(1-\frac{i-1}{n})\prod_{j=1}^{\frac{n}{2}}(1-\frac{\frac{n}{2}+j-1}{n})[/tex]
Now,
[tex]\prod_{i=1}^{\frac{n}{2}}(1-\frac{i-1}{n})\geq\prod_{i=1}^{\frac{n}{2}}(1-\frac{1}{2})=(\frac{1}{2})^{\frac{n}{2}}[/tex]
And:
[tex]\prod_{j=1}^{\frac{n}{2}}(1-\frac{\frac{n}{2}+j-1}{n})\geq\frac{1}{n^{\frac{n}{2}}}[/tex]

Hence,
[tex]n!\geq{n}^{n}(\frac{1}{2})^{\frac{n}{2}}\frac{1}{n^{\frac{n}{2}}}=(\frac{n}{2})^{\frac{n}{2}}[/tex]

This should help you..
 
  • #4
courtrigrad said:
Hint: Use the corollary that (1+h)^ n > 1+ hn. Also you know that limit of nth root n is 1.

Thank you, but I can't see how could I use the inequality you suggested. Could you be more specific please?
 
  • #5
arildno said:
Hence,
[tex]n!\geq{n}^{n}(\frac{1}{2})^{\frac{n}{2}}\frac{1}{n^{\frac{n}{2}}}=(\frac{n}{2})^{\frac{n}{2}}[/tex]

This should help you..

So the thing you say is that

[tex]
n! > \sqrt{ \frac{n^{n}}{2^{n}}}
[/tex]

I know this thing goes to infinity. And is THIS the reason, why also

[tex]
\sqrt[n]{n!}
[/tex]

goes to infinity? But there is n-th root, why doesn't it make a difference?
 
  • #6
arildno said:
Regard the following trick (regard even values of n):
[tex]n!=n^{n}\prod_{i=1}^{\frac{n}{2}}(1-\frac{i-1}{n})\prod_{j=1}^{\frac{n}{2}}(1-\frac{\frac{n}{2}+j-1}{n})[/tex]

Btw I can't imagine I would think up such a trick while writing a test
:mad:
 
  • #7
twoflower said:
Btw I can't imagine I would think up such a trick while writing a test
:mad:
You must be Canadian.
 
  • #8
BobG said:
You must be Canadian.

Why should I be Canadian?
 
  • #9
twoflower said:
So the thing you say is that

[tex]
n! > \sqrt{ \frac{n^{n}}{2^{n}}}
[/tex]

I know this thing goes to infinity. And is THIS the reason, why also

[tex]
\sqrt[n]{n!}
[/tex]

goes to infinity? But there is n-th root, why doesn't it make a difference?
Of course, we have:
[tex](n!)^{\frac{1}{n}}>((\frac{n}{2})^{\frac{n}{2}})^{\frac{1}{n}}=\sqrt{\frac{n}{2}}[/tex]
 
  • #10
twoflower said:
Btw I can't imagine I would think up such a trick while writing a test
:mad:
You speak Canadian (see bold).

You open the lights and close lights, as well, right?
 
  • #11
BobG said:
You speak Canadian (see bold).

You open the lights and close lights, as well, right?

What's strange on writing ?
 
  • #12
twoflower said:
What's strange on writing ?


because Americans "take" a test
 
  • #13
rpc said:
because Americans "take" a test

Oh I see it now. It doesn't definitely mean I'm Canadian :) I'm just not that familiar with these phrases (although I know this one... :approve: )
 
  • #14
1st off: the reason why your method is wrong, is because you make the equality:
[tex]
\lim_{n \rightarrow \infty} \sqrt[n]{n!} = \lim_{n \rightarrow \infty} \sqrt[n]{n}\lim_{n \rightarrow \infty} \sqrt[n]{n-1} \ldots
[/tex]

But when you take the limit of [itex]n\rightarrow\infty[/itex] the number of limits doesn't change as n increases. So you start of with n limits, multiplied with each other. Each individual limit has a limit of 1. But then you don't take into account that the number of limits multiplied together also changes, when n increases.

Anyways:
[tex]
\lim_{n \rightarrow \infty} \sqrt[n]{n!} =
[/tex]
[tex]
\lim_{n \rightarrow \infty} e^{\frac{1}{n}\ln{n!}}
[/tex]

Note again, that you can't write this as:
[tex]
\lim_{n \rightarrow \infty} e^{\frac{1}{n}(\ln{n}+\ln{n-1}+\ln{n-2}+...)} =
[/tex]
and then take the limit of each logarithm seperately. Again, because the number of logarithms also changes with n.

Instead, you could for instance use the Stirling inequality:
[tex]
\ln n! > n\ln{n} - n
[/tex]

[tex]
\lim_{n \rightarrow \infty} e^{\frac{1}{n}\ln{n!}} >
[/tex]
[tex]
\lim_{n \rightarrow \infty} e^{\frac{1}{n}(n\ln{n}-n)} = \infty
[/tex]
 

FAQ: Need help with lim sqrt(n)/n as n-> infinity

What is the limit of sqrt(n)/n as n approaches infinity?

The limit of sqrt(n)/n as n approaches infinity is equal to 0. This is because the numerator (sqrt(n)) grows at a slower rate than the denominator (n) as n becomes increasingly large.

How do I solve for the limit of sqrt(n)/n as n approaches infinity?

To solve for the limit of sqrt(n)/n as n approaches infinity, you can use the limit laws and properties of limits. In this case, you can rewrite the expression as sqrt(n)/(n^(1/2)). Then, you can apply the division property of limits to get the limit as n approaches infinity of 1/(n^(1/2)), which is equal to 0.

Why does the limit of sqrt(n)/n as n approaches infinity equal 0?

The limit of sqrt(n)/n as n approaches infinity equals 0 because the numerator (sqrt(n)) grows at a slower rate than the denominator (n) as n becomes increasingly large. This means that the fraction becomes increasingly small and closer to 0 as n approaches infinity.

Can I use L'Hopital's rule to solve for the limit of sqrt(n)/n as n approaches infinity?

Yes, you can use L'Hopital's rule to solve for the limit of sqrt(n)/n as n approaches infinity. This rule states that if the limit of a fraction of two functions is in an indeterminate form, you can take the derivative of the numerator and denominator separately and then evaluate the limit again. In this case, the limit of sqrt(n)/n as n approaches infinity is in the indeterminate form of 0/0, so you can use L'Hopital's rule to solve it.

Is the limit of sqrt(n)/n as n approaches infinity a finite number?

No, the limit of sqrt(n)/n as n approaches infinity is not a finite number. It is equal to 0, which is a concept known as an infinite limit. This means that the value of the expression approaches 0 as n becomes infinitely large, but it never actually reaches a finite number.

Similar threads

Replies
9
Views
1K
Replies
6
Views
950
Replies
9
Views
2K
Replies
13
Views
1K
Replies
2
Views
1K
Replies
1
Views
78
Replies
17
Views
1K
Replies
4
Views
2K
Back
Top