Does the nth Term Divergence Test Conflict with the Limit Comparison Test?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
Banana Pie
Messages
2
Reaction score
0
Member warned about posting without the template
n^2 - 1 / (n^3 + 6n)

If I use the nth divergence test, I plug ∞ in (limit as n -> ∞) for n and since the degree on the bottom is larger I get 0, which means it converges.

However, if I use the limit comparison test and compare it to: n^2/n^3, which = 1/n, which diverges -> n^2 - 1 / (n^3 + 6n) / (1/n) = (n^2)(n) / (n^3 + 6) then take lim n->∞ and plug in -> =1, which is above 0, so it diverges like 1/n.

I don't get it. One method says it converges, the other says diverges. Which one do I use? Am I making a mistake? Please help me!
 
Physics news on Phys.org
Banana Pie said:
which means it converges.

No, taking the limit can only show that the series diverges, not that it converges. In other words, if the limit is not 0, then the series diverges, but if the limit is 0, it doesn't necessarily mean that the limit converges.
 
Banana Pie said:
n^2 - 1 / (n^3 + 6n)

Is the given expression a term of a sequence or a term of a series? It matters.

If I use the nth divergence test, I plug ∞ in (limit as n -> ∞) for n and since the degree on the bottom is larger I get 0, which means it converges.

If you mean by "it" the series for which that is the nth term that is false. The nth term going to zero does not imply covergence of the corresponding series. Although the sequence converges to zero.

However, if I use the limit comparison test and compare it to: n^2/n^3, which = 1/n, which diverges -> n^2 - 1 / (n^3 + 6n) / (1/n) = (n^2)(n) / (n^3 + 6) then take lim n->∞ and plug in -> =1, which is above 0, so it diverges like 1/n.

You mean like the series ##\sum \frac 1 n##. The sequence ##\frac 1 n## converges to ##0##.
 
Banana Pie said:
n^2 - 1 / (n^3 + 6n)
What you wrote is ##n^2 - \frac 1 {n^3 + 6n}##. Is that what you meant? If not, whenever the numerator or denominator consists of two or more terms, you need to put parentheses around the entire expression.
 
You really made a shambles of this. First, you posted homework without using the homework template. Second, you ask about "convergence" without saying if this is convergence of a sequence or a series. Third you use a test for divergence as if it were a test for convergence.