Test series for convergence or divergence

DryRun
Gold Member
Messages
837
Reaction score
4
Homework Statement
There are 3 parts to this problem:
(a) \; \sum^{\infty}_{n=1} \frac{n^4}{4^n}
(b) \; \sum^{\infty}_{n=1} \left( \frac{n+8}{n} \right)^n
(c) \; \sum^{\infty}_{n=1} \frac{5^n-8}{4^n+11}

The attempt at a solution

(a) I've used the Ratio test.

So, u_n=\frac{n^4}{4^n} and u_{n+1}=\frac{(n+1)^4}{4^{(n+1)}}
L=\lim_{n\to \infty} \frac{u_{n+1}}{u_n}=\frac{1}{4}\lim_{n\to \infty} \left( \frac{n+1}{n} \right)^4
I don't know what to do at this point.

(b) It looks just like the last step that i reached with the above. I'm thinking that it resembles a geometric series with r=\frac{n+8}{n} but i can't evaluate r to show that it lies between -1 and 1.

(c) I used the comparison test. It failed, so i used the limit comparison test and got stuck.

For n→∞, the limit becomes \frac{5^n-8}{4^n}
 
Last edited:
Physics news on Phys.org
sharks said:
Homework Statement
There are 3 parts to this problem:
(a) \; \sum^{\infty}_{n=1} \frac{n^4}{4^n}
(a) \; \sum^{\infty}_{n=1} \left( \frac{n+8}{n} \right)^n
(a) \; \sum^{\infty}_{n=1} \frac{5^n-8}{4^n+11}

The attempt at a solution

(a) I've used the Ratio test.

So, u_n=\frac{n^4}{4^n} and u_{n+1}=\frac{(n+1)^4}{4^{(n+1)}}
L=\lim_{n \to \infty} \frac{u_{n+1}}{u_n}=\frac{1}{4}\lim_{n \to \infty} \left( \frac{n+1}{n} \right)^4
I don't know what to do at this point.
$$=\frac{1}{4}\lim_{n\to \infty} \left( \frac{n^4(1+1/n)^4}{n^4} \right)$$
Can you continue from here?
sharks said:
(b) It looks just like the last step that i reached with the above. I'm thinking that it resembles a geometric series with r=\frac{n+8}{n} but i can't evaluate r to show that it lies between -1 and 1.
Show us what you got.
sharks said:
(c) I used the comparison test. It failed, so i used to limit comparison test and got stuck.

For n→∞, the limit becomes \frac{5^n-8}{4^n}
No, it doesn't. When you take the limit, anything involving n will get evaluated. After taking the limit, n should not appear.

This problem (the third part a) has an obvious answer. Maybe not obvious to you right now, but when you see it, you'll want to slap your forehead.:-p
 
Last edited:
Mark44 said:
$$=\frac{1}{4}\lim_{n\to \infty} \left( \frac{n^4(1+1/n)^4}{n^4} \right)$$
Can you continue from here?

But your suggestion \left( \frac{n^4(1+1/n)^4}{n^4} \right) is not equivalent to \left( \frac{n+1}{n} \right)^4
Since, \left( \frac{n+1}{n} \right)^4= \frac{(n+1)^4}{n^4}

(b) \sum^{\infty}_{n=1} \left( \frac{n+8}{n} \right)^n=\sum^{\infty}_{n=1} \frac{(n+8)^n}{n^n} and then i don't know, especially since n^n is very intimidating.

(c) I meant, for n large, the comparison can be done with: \frac{5^n-8}{4^n}
 
Last edited by a moderator:
I omitted an exponent of 4 in my previous post, but it should be fixed now.
sharks said:
But your suggestion \left( \frac{n^4(1+1/n)^4}{n^4} \right) is not equivalent to \left( \frac{n+1}{n} \right)^4
Since, \left( \frac{n+1}{n} \right)^4= \frac{(n+1)^4}{n^4}
$$\left( \frac{n+1}{n} \right)^4 = \frac{(n+1)^4}{n^4} $$

What I did was factor n out of each term in the numerator on the right. When you bring n out of the parentheses, it becomes n4.
sharks said:
(b) \sum^{\infty}_{n=1} \left( \frac{n+8}{n} \right)^n=\sum^{\infty}_{n=1} \frac{(n+8)^n}{n^n} and then i don't know, especially since n^n is very intimidating.

(c) I meant, for n large, the comparison can be done with: \frac{5^n-8}{4^n}

No sense in leaving the "-8" in the numerator. For large n, ##\frac{5^n-8}{4^n + 11} \approx \frac{5^n}{4^n}##
 
One thing you should be doing, but probably aren't, is looking at the behavior of the general term of a series as n gets large.

If ##\lim_{n \to \infty}a_n = 0##, then you can't tell anything about the series.

But, if ##\lim_{n \to \infty}a_n \neq 0##, then you can definitely say something about the series.
 
OK, for part (a), the answer is: 1/4. Then, since L<1, the series converges.

Part (b):
\sum^{\infty}_{n=1} \frac{(n+8)^n}{n^n}=\sum^{\infty}_{n=1} \frac{n^n(1+8/n)^n}{n^n}=\sum^{\infty}_{n=1} (1+8/n)^n and I'm stuck again.

Part (c): Let u^n=\sum^{\infty}_{n=1} \frac{5^n-8}{4^n+11}

Then v^n=\sum^{\infty}_{n=1} \frac{5^n}{4^n}=\sum^{\infty}_{n=1} (\frac{5}{4})^n and it diverges as it is a geometric series with r>1

Since, u_n ≤ v_n and v_n diverges, the ratio test fails. What to try next?

Somehow, i can't seem to fully grasp series. The solution almost always seems elusive. I guess i just have to practice more.
 
sharks said:
OK, for part (a), the answer is: 1/4. Then, since L<1, the series converges.
Yes.
sharks said:
Part (b):
\sum^{\infty}_{n=1} \frac{(n+8)^n}{n^n}=\sum^{\infty}_{n=1} \frac{n^n(1+8/n)^n}{n^n}=\sum^{\infty}_{n=1} (1+8/n)^n and I'm stuck again.
Take the limit of the n-th term. This is easier said than done, as it involves logs and L'Hopital's Rule.
sharks said:
Part (c): Let u^n=\sum^{\infty}_{n=1} \frac{5^n-8}{4^n+11}

Then v^n=\sum^{\infty}_{n=1} \frac{5^n}{4^n}=\sum^{\infty}_{n=1} (\frac{5}{4})^n and it diverges as it is a geometric series with r>1

Since, u_n ≤ v_n and v_n diverges, the ratio test fails.

Somehow, i can't seem to fully grasp series. The solution almost always seems elusive. I guess i just have to practice more.
Take the limit of the n-th term. This limit is way easier than the one in part b.
 
For part (b), what if i proceeded like this:
\sum^{\infty}_{n=1} (1+8/n)^n=(1+8/∞)^∞ but then i evaluate whatever is inside the brackets first, so, (1+8/∞)^∞=(1+0)^∞=(1)^∞=1. Is this correct?
Ultimately, i could simply just use the nth-term test and the series can be immediately confirmed as divergent.

For part (c), applying the nth-term test, immediately, it becomes obvious that \sum^{\infty}_{n=1} \frac{5^n-8}{4^n+11}= \frac{5^∞-8}{4^∞+11}=∞ so, the series is divergent.

However, this seems too easy and i don't really know when the nth-term test is applicable, as it seems to be able to work its way into anything.
 
Last edited:
sharks said:
For part (b), what if i proceeded like this:
\sum^{\infty}_{n=1} (1+8/n)^n=(1+8/∞)^∞
Substituting ∞ is not allowed.
sharks said:
but then i evaluate whatever is inside the brackets first, so, (1+8/∞)^∞=(1+0)^∞(1)^∞=1. Is this correct?
No, your limit value is incorrect.

To evaluate lim (1 + 8/n)^n, let y = (1 + 8/n)^n, then take the limit. You'll need to use L'Hopital's Rule, as I mentioned earlier.
sharks said:
Ultimately, i could simply just use the nth-term test and the series can be immediately confirmed as divergent.
This is premature, since you haven't correctly evaluated the limit yet.
sharks said:
For part (c), applying the nth-term test, immediately, it becomes obvious that \sum^{\infty}_{n=1} \frac{5^n-8}{4^n+11}= \frac{5^∞-8}{4^∞+11}=∞ so, the series is divergent.
Again, you can never just substitute ∞ in an expression.

Also,
$$\sum^{\infty}_{n=1} \frac{5^n-8}{4^n+11} \neq \frac{5^n-8}{4^n+11} $$

You are saying that the entire sum equals one of its terms. Not true.

sharks said:
However, this seems too easy
The way you did it, yes.
sharks said:
and i don't really know when the nth-term test is applicable, as it seems to be able to work its way into anything.

The n-th term test is applicable to any series. The kicker is that you often can't conclude anything from it.
 
  • #10
OK, first i'll work on part (c):
From \sum^{\infty}_{n=1} \frac{5^n-8}{4^n+11}, i'll take the limit.

So, \lim_{n\to \infty} \frac{5^n-8}{4^n+11} requires use of the l'Hopital's rule, giving: \lim_{n\to \infty} \frac{5^n.\ln 5}{4^n.\ln 4}

Now, if i group the logs together: ln (5-4) gives ln 1 which is equal to 0. Hence, the limit is 0.
By the nth-term test, we cannot say if the series converges or diverges. This looks like another dead end.
 
  • #11
sharks said:
OK, first i'll work on part (c):
From \sum^{\infty}_{n=1} \frac{5^n-8}{4^n+11}, i'll take the limit.

So, \lim_{n\to \infty} \frac{5^n-8}{4^n+11} requires use of the l'Hopital's rule, giving: \lim_{n\to \infty} \frac{5^n.\ln 5}{4^n.\ln 4}
L'Hopital's Rule is not required. Factor 5n out of the numerator, and factor 4n out of the denominator.
sharks said:
Now, if i group the logs together: ln (5-4) gives ln 1
No. ln(5)/ln(4) ≠ ln(5 - 4). It is true that ln(5/4) = ln(5) - ln(4) though.
sharks said:
which is equal to 0. Hence, the limit is 0.
By the nth-term test, we cannot say if the series converges or diverges. This looks like another dead end.
Don't you have any sense of what the terms in the series are doing?
 
  • #12
Ah yes, i messed up my logs. Sorry about that.

So, \lim_{n\to \infty} \frac{5^n.\ln 5}{4^n.\ln 4}=\lim_{n\to \infty} \frac{\ln 5}{\ln 4}(\frac{5}{4})^n

Here, r=\frac{5}{4} and since r>1, the limit diverges (not equal to zero). Therefore, (finally!) according to the nth-term test, the series diverges.

For part (b), previously i had: \sum^{\infty}_{n=1} \frac{(n+8)^n}{n^n}=\sum^{\infty}_{n=1} \frac{n^n(1+8/n)^n}{n^n}=\sum^{\infty}_{n=1} (1+8/n)^n
But that method leads to nowhere, if I'm to use the nth-term test.
So, going back and reworking my way, taking the limit and using l'Hopital's rule: \lim_{n\to \infty} \frac{(n+8)^n}{n^n}=<br /> \frac{\frac{n(n+8)^n}{(n+8)}+\ln (n+8).(n+8)^n}{n^n( \ln(n) + 1)}Up to this point, is it correct?
 
Last edited:
  • #13
sharks said:
Ah yes, i messed up my logs. Sorry about that.

So, \lim_{n\to \infty} \frac{5^n.\ln 5}{4^n.\ln 4}=\lim_{n\to \infty} \frac{\ln 5}{\ln 4}(\frac{5}{4})^n

Here, r=\frac{5}{4} and since r>1, the limit diverges (not equal to zero). Therefore, (finally!) according to the nth-term test, the series diverges.
Yes! Good!
sharks said:
For part (b), previously i had: \sum^{\infty}_{n=1} \frac{(n+8)^n}{n^n}=\sum^{\infty}_{n=1} \frac{n^n(1+8/n)^n}{n^n}=\sum^{\infty}_{n=1} (1+8/n)^n
But that method leads to nowhere, if I'm to use the nth-term test.
No, it does lead somewhere.

Go back a few posts (post #9) and see what I said about how to carry this out.
sharks said:
So, going back and reworking my way, taking the limit and using l'Hopital's rule: \lim_{n\to \infty} \frac{(n+8)^n}{n^n}=<br /> \frac{\frac{n(n+8)^n}{(n+8)}+\ln (n+8).(n+8)^n}{n^n( \ln(n) + 1)}Up to this point, is it correct?
That looks awful! It's much simpler to work with (1 + 8/n)n.
 
  • #14
Let\; y = \left(1 + \frac{8}{n}\right)^n
Then, taking logs on both sides:
\ln y = \ln \left(1 + \frac{8}{n}\right)^n=n.\ln \left(1 + \frac{8}{n}\right)=<br /> \frac{\ln \left(1 + \frac{8}{n}\right)}{1/n}
Now, applying l'Hopital's rule gives:
\ln y =\frac{8}{1+8/n}
Now, i have to get y on the L.H.S.:
y =e^{\frac{8}{1+8/n}}
Thus,
\lim_{n\to \infty} y =e^{\frac{8}{1+8/n}}=e^8
The limit exists but is not equal to zero, hence by the nth-term test, the series diverges. I hope my work above is correct. I'm not sure about the exponential part, but it has to be that way, since i need to express y in terms of n, right?
 
  • #15
Very nice!
sharks said:
Let\; y = \left(1 + \frac{8}{n}\right)^n
Then, taking logs on both sides:
\ln y = \ln \left(1 + \frac{8}{n}\right)^n=n.\ln \left(1 + \frac{8}{n}\right)=<br /> \frac{\ln \left(1 + \frac{8}{n}\right)}{1/n}
Now, applying l'Hopital's rule gives:
\ln y =\frac{8}{1+8/n}
What you're really saying is this:
\lim_{n \to \infty} \ln y =\lim_{n \to \infty}\frac{8}{1+8/n}

You can interchange the lim and ln operations, as long as the thing you're taking the log of is continuous at the point in question (ln(x) is defined for x as large as you'd like).

This gives us
\ln(\lim_{n \to \infty} y) =\lim_{n \to \infty}\frac{8}{1+8/n}

Eventually you get to ln (lim y) = 8, so lim y = e8.

sharks said:
Now, i have to get y on the L.H.S.:
y =e^{\frac{8}{1+8/n}}
Thus,
\lim_{n\to \infty} y =e^{\frac{8}{1+8/n}}=e^8
The limit exists but is not equal to zero, hence by the nth-term test, the series diverges. I hope my work above is correct. I'm not sure about the exponential part, but it has to be that way, since i need to express y in terms of n. Is it correct?
 
  • #16
Thank you very much for your help and patience, Mark44. :smile:
 

Similar threads

Back
Top