Checking series for convergence

Click For Summary
The discussion focuses on using the quotient test to check the convergence of the series Σ(1 + 1/k)^(k^2)/3^k. The user initially struggles with the limit calculation of the ratio a(n+1)/a(n) and seeks clarification on how to demonstrate that it approaches e/3. Suggestions are made to apply the root test instead, which simplifies the expression and leads to the same limit. The conversation highlights the importance of understanding the behavior of limits involving exponential growth in series convergence. Ultimately, the user finds success with the root test, confirming the series converges to e/3.
Lambda96
Messages
233
Reaction score
77
Homework Statement
Check whether the series ##\sum\limits_{k=1}^{\infty} \frac{\Bigl( 1 + \frac{1}{k} \Bigr)^{k^2}}{3^{k}}## converges
Relevant Equations
All convergence criteria are allowed
Hi,

I am having problems with task d)

Bildschirmfoto 2023-12-06 um 18.30.36.png


I now wanted to check the convergence using the quotient test, so ## \lim_{n\to\infty} |\frac{a_{n+1}}{a_n}| < 1##

I have now proceeded as follows:

##\frac{a_{n+1}}{a_n}=\frac{\Bigl( 1 + \frac{1}{k+1} \Bigr)^{(k+1)^2}}{3^{k+1}} \cdot \frac{3^{k}}{\Bigl( 1 + \frac{1}{k} \Bigr)^{k^2}}##

##\frac{a_{n+1}}{a_n}=\frac{1}{3} \frac{\Bigl( 1 + \frac{1}{k+1} \Bigr)^{(k+1)^2}}{\Bigl( 1 + \frac{1}{k} \Bigr)^{k^2}}##

##\frac{a_{n+1}}{a_n}=\frac{1}{3} \Bigl( 1 + \frac{1}{k+1} \Bigr)^{(k+1)^2} \cdot \Bigl( 1 + \frac{1}{k} \Bigr)^{-k^2}##

Unfortunately I can't get any further now, if I form the limit ##\lim_{k\to\infty} \frac{1}{3} \Bigl( 1 + \frac{1}{k+1} \Bigr)^{(k+1)^2} \cdot \Bigl( 1 + \frac{1}{k} \Bigr)^{-k^2} ## with Mathematica, ##\frac{e}{3}## must come out, unfortunately I don't know how I can show this with my expression, or should I have used a different criterion for the task?
 
Physics news on Phys.org
Look at <br /> \lim_{k \to \infty} \left|\frac{a_{k+1}}{a_k}\right| = \exp\left( \lim_{k \to \infty} (\ln |a_{k+1}| - \ln |a_{k}|) \right) and use <br /> \ln(1 + x) = x - \frac12 x^2 + O(x^3), \quad |x| &lt; 1
 
Last edited:
Lambda96 said:
Homework Statement: Check whether the series ##\sum\limits_{k=1}^{\infty} \frac{\Bigl( 1 + \frac{1}{k} \Bigr)^{k^2}}{3^{k}}## converges
Relevant Equations: All convergence criteria are allowed

Hi,

I am having problems with task d)

View attachment 336770

I now wanted to check the convergence using the quotient test, so ## \lim_{n\to\infty} |\frac{a_{n+1}}{a_n}| < 1##

I have now proceeded as follows:

##\frac{a_{n+1}}{a_n}=\frac{\Bigl( 1 + \frac{1}{k+1} \Bigr)^{(k+1)^2}}{3^{k+1}} \cdot \frac{3^{k}}{\Bigl( 1 + \frac{1}{k} \Bigr)^{k^2}}##

##\frac{a_{n+1}}{a_n}=\frac{1}{3} \frac{\Bigl( 1 + \frac{1}{k+1} \Bigr)^{(k+1)^2}}{\Bigl( 1 + \frac{1}{k} \Bigr)^{k^2}}##

##\frac{a_{n+1}}{a_n}=\frac{1}{3} \Bigl( 1 + \frac{1}{k+1} \Bigr)^{(k+1)^2} \cdot \Bigl( 1 + \frac{1}{k} \Bigr)^{-k^2}##

Unfortunately I can't get any further now, if I form the limit ##\lim_{k\to\infty} \frac{1}{3} \Bigl( 1 + \frac{1}{k+1} \Bigr)^{(k+1)^2} \cdot \Bigl( 1 + \frac{1}{k} \Bigr)^{-k^2} ## with Mathematica, ##\frac{e}{3}## must come out, unfortunately I don't know how I can show this with my expression, or should I have used a different criterion for the task?
Seems you could use that
##Lim_{k\rightarrow \infty}(1+\frac{1}{k})^k =e##
 
WWGD said:
Seems you could use that
##Lim_{k\rightarrow \infty}(1+\frac{1}{k})^k =e##

How does that generalize to the case where the exponent is k^2 rather than k?
 
Thank you pasmith and WWGD for your help 👍👍, I have now used the root test, which allowed me to reduce the expression to ##\frac{(1+\frac{1}{k})^k}{3}## and which corresponds to the limit ##\lim_{k \to \infty}## to ## \frac{e}{3}##
 
pasmith said:
How does that generalize to the case where the exponent is k^2 rather than k?
Well, Lambda96 used it to solve his problem. I only provide hints, as per PF policy.
 
First, I tried to show that ##f_n## converges uniformly on ##[0,2\pi]##, which is true since ##f_n \rightarrow 0## for ##n \rightarrow \infty## and ##\sigma_n=\mathrm{sup}\left| \frac{\sin\left(\frac{n^2}{n+\frac 15}x\right)}{n^{x^2-3x+3}} \right| \leq \frac{1}{|n^{x^2-3x+3}|} \leq \frac{1}{n^{\frac 34}}\rightarrow 0##. I can't use neither Leibnitz's test nor Abel's test. For Dirichlet's test I would need to show, that ##\sin\left(\frac{n^2}{n+\frac 15}x \right)## has partialy bounded sums...