Solve Serie Convergence: Cauchy, d'Alembert & More

  • Thread starter Thread starter Jalo
  • Start date Start date
  • Tags Tags
    Convergence
Jalo
Messages
117
Reaction score
0

Homework Statement



Hi. I'm trying to solve a serie:

Ʃ12n+1*(n+1)! / (n+1)n+1

Homework Equations


The Attempt at a Solution



I tried solving it with Cauchy's method, but it failed. I also tried using d'alembert criterion, which game me the answer 2, so it should be divergent.
However in the solutions it says it's convergent. If anyone could check my solution and see if I did anything wrong or if it's a simple error in the solutions, I'd appreciate!
21e5g5g.png
 
Physics news on Phys.org
You've made a small mistake in the last step. When you have,

\lim_{n\to \infty} 2 \left ( \frac{1+1/n}{1+2/n} \right ) ^{n+1}

You can't directly write it to be equal to 2,because the term in the bracket is of the indeterminate form 1^{\infty}
 
Infinitum said:
You've made a small mistake in the last step. When you have,

\lim_{n\to \infty} 2 \left ( \frac{1+1/n}{1+2/n} \right ) ^{n+1}

You can't directly write it to be equal to 2,because the term in the bracket is of the indeterminate form 1^{\infty}

Oh, I see... I tought I could say it was equal to 1... Any ideas then on how to solve it?
 
Jalo said:
Oh, I see... I tought I could say it was equal to 1... Any ideas then on how to solve it?

Um, that is a standard limit of the form,

\lim_{x\to \infty} (1+\frac{1}{x})^x

or, more generally,

\lim (1+f(x))^{g(x)}
As f(x) tends to zero and g(x) tends to infinity.

Did you not learn about these?
 
Infinitum said:
Um, that is a standard limit of the form,

\lim_{x\to \infty} (1+\frac{1}{x})^x

or, more generally,

\lim (1+f(x))^{g(x)}
As f(x) tends to zero and g(x) tends to infinity.

Did you not learn about these?

I don't think so. I studied
\lim_{x\to \infty} (1+\frac{1}{x})^x
and I know it tends to e, but I don't know how it helps me in this case.I can't rewrite
\lim_{n\to \infty} 2 \left ( \frac{1+1/n}{1+2/n} \right ) ^{n+1}
as
\lim_{x\to \infty} (1+\frac{1}{x})^x
 
Jalo said:
I don't think so. I studied
\lim_{x\to \infty} (1+\frac{1}{x})^x
and I know it tends to e, but I don't know how it helps me in this case.I can't rewrite
\lim_{n\to \infty} 2 \left ( \frac{1+1/n}{1+2/n} \right ) ^{n+1}
as
\lim_{x\to \infty} (1+\frac{1}{x})^x

You should ask your teacher to explain these types of limits, then.

To find

\lim_{x\to \infty}(1+f(x))^{g(x)}

Such that f(x) tends to 0 and g(x) tends to infinity is,

e^{\lim{x\to \infty}f(x) \cdot g(x)}

The limit of (1+1/x)^x as x\to \infty is a particular case(sometimes, even used as the definition of e) of this general form.
 
Infinitum said:
You should ask your teacher to explain these types of limits, then.

To find

\lim_{x\to \infty}(1+f(x))^{g(x)}

Such that f(x) tends to 0 and g(x) tends to infinity is,

e^{\lim{x\to \infty}f(x) \cdot g(x)}

The limit of (1+1/x)^x as x\to \infty is a particular case(sometimes, even used as the definition of e) of this general form.

Thank you very much :)
 
Hi Jalo, (Hi Infinitum)
First, you could have made your life easier by starting with a simpler index
(you have n+2 terms over n+1 terms that you could instead put as n+1 terms over n terms)
Then that would lead you to think about the limit of 2(1+1/n)^n
I'm saying think about instead of find out, because as Infinitum told you, this limit can be tricky, and you learned about it or not.
But what is important is the original question, you were not asked to evaluate precisely this limit, you just wanted to check D'Alembert's rule.
Now (1+1/n)^n is hard if you are not properly prepared to deal with it,
but pretend you are not, do you really need to be ?
Whatever this limit is, who knows, it could go to infinity, one thing is certain, it is >=1, that is all you need, since you multiply it by 2, to know that your rule for divergence is satisfied.

Cheers...
 
Infinitum said:
Um, that is a standard limit of the form,

\lim_{x\to \infty} (1+\frac{1}{x})^x

or, more generally,

\lim (1+f(x))^{g(x)}
As f(x) tends to zero and g(x) tends to infinity.

Did you not learn about these?

Hello Infinitum,

I have never heard of this. Does it has a particular name? I'm trying to look on the internet, but I don't find anything related to that. Do you have a link that you could share?
 
  • #10
Jalo said:

Homework Statement



Hi. I'm trying to solve a serie:

Ʃ12n+1*(n+1)! / (n+1)n+1

Homework Equations





The Attempt at a Solution



I tried solving it with Cauchy's method, but it failed. I also tried using d'alembert criterion, which game me the answer 2, so it should be divergent.
However in the solutions it says it's convergent. If anyone could check my solution and see if I did anything wrong or if it's a simple error in the solutions, I'd appreciate!
21e5g5g.png

Use Stirling's Formula: N! \sim \sqrt{2 \pi} N^{N}\sqrt{N} e^{-N} for large N. Here, the symbol "~" means that the ratio of the two sides approaches 1 as N approaches infinity.

RGV
 
  • #11
naaa00 said:
Hello Infinitum,

I have never heard of this. Does it has a particular name? I'm trying to look on the internet, but I don't find anything related to that. Do you have a link that you could share?

It is the limit of e only a bit modified.

\lim_{x\to a} (1+f(x))^{g(x)}

Can be re-written as

\lim_{x\to a} \left (1+f(x))^{\frac{1}{f(x)}} \right)^{g(x)f(x)}


I think you should be able to understand it from here
 
  • #12
I see! Really interesting - I actually didn't saw the exponent and the (1/x) inside the parenthesis (for the particular case, e) as to independent functions...
 
Back
Top