
James P.
asked 05/11/20Ratio Test for following limit
Evaluate the following limit.
∞ (-7)^n
-----------
n = 1 n^2
1 Expert Answer

Nathan G. answered 05/11/20
Undergrad Math, Programming, and Art Tutor
Hi James!
I always find it useful to think about these problems first and make a prediction whether or not I think it should converge or not. Its a bit less useful with an alternating series but still a good practice. In this case I would think about the rate of growth of 7n versus n2. The numerator in this case grows much faster than the denominator so the series will not converge. So we should expect our limit to be greater than 1, indicating that the series does not converge. Now for the actual limit to verify our hypothesis (hopefully).
limn→∞|(an+1) / an| = limn→∞|((-1)n+17n+1n2) / ((-1)n(n+1)27n)| : plug in values
= limn→∞|(-1)(7n2) / (n+1)2| : reduce exponential component
= limn→∞|(-7n2) / (n2+2n+1)| : expand denominator
= limn→∞|-7n2/n2| : drop terms with smaller powers
= limn→∞|-7| = 7 = p
So we get that the limit of the corresponding positive series is 7, which validates our prediction that p > 1. This means that the corresponding positive series MAY diverge. In order to determine this we also would take the limit of an (minus the (-1)n part) as it approaches infinity in order to see if the alternating series converges conditionally. In this case we can tell by inspection that the limit will be infinity since the numerator grows faster than the denominator. So the alternating series does diverge. Hope this helps!
-Nathan
Still looking for help? Get the right answer, fast.
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.
Douglas B.
Yes. Ratio test is good to know, but in general you should try divergence test first (lim of nth term must go to zero as n goes to infinity) if you are wondering if a series diverges.05/11/20