How Do You Choose Comparison Limits in Series Convergence Tests?

Click For Summary

Homework Help Overview

The discussion revolves around the topic of series convergence tests, specifically focusing on the challenges of selecting appropriate comparison limits for various series. Participants are examining specific examples, including the series (sqrt(n^2-1)/(n^3+2n^2+5)) and sin(1/n)/n, to understand the reasoning behind the choice of comparison series like 1/n^2.

Discussion Character

  • Exploratory, Assumption checking, Conceptual clarification

Approaches and Questions Raised

  • Participants express confusion about how to determine suitable comparison limits for convergence tests. They discuss the reasoning behind using 1/n^2 as a comparison for the first series and question the clarity of the provided solutions. There is an exploration of the dominant terms in the series and how they influence the choice of comparison.

Discussion Status

The discussion is ongoing, with some participants gaining clarity on the first example after further exploration of the dominant terms in the series. However, questions remain regarding the second example and the overall process of selecting comparison limits. Guidance has been offered regarding the significance of dominant terms, but no consensus has been reached on the second problem.

Contextual Notes

Participants are working within the constraints of homework assignments, which may limit the information available for discussion. There is an emphasis on understanding the reasoning behind comparison limits rather than simply applying solutions.

A.J.710
Messages
56
Reaction score
1
I am currently learning series and testing for convergence. For comparison tests especially I am having an issue grasping the concept of picking a proper limit to compare too.

For example the following problem

If someone could please put it in the form where it actually looks like what it does on paper that would be great. I am not quite sure how to do that yet.

(sqrt(n^2-1)/(n^3+2n^2+5)

In the solutions my teacher provided it states to use the comparison test with 1/n^2 and since that is convergent than the original being less all the time is also convergent. I understand that part, I just don't get how to figure out how 1/n^2 was chosen.



Another one is limit comparison for sin(1/n)/n. This one I am clueless about and do not understand the solution at all.

The solutions state to compare to 1/n^2 and then it states lim n→∞ (sin(1/n)/(n(1/n^2)) and then that becomes lim n→∞ an/bn = 1/n^2/n^2 which is n^2/n^2 = 1 and that would mean its convergent.

I know how to tests work but just not how these comparison limits are chosen and especially for the second one the solution is not clear how to get from one step to the other.

Thanks in advance.
 
Physics news on Phys.org
A.J.710 said:
I am currently learning series and testing for convergence. For comparison tests especially I am having an issue grasping the concept of picking a proper limit to compare too.

For example the following problem

If someone could please put it in the form where it actually looks like what it does on paper that would be great. I am not quite sure how to do that yet.

(sqrt(n^2-1)/(n^3+2n^2+5)

In the solutions my teacher provided it states to use the comparison test with 1/n^2 and since that is convergent than the original being less all the time is also convergent. I understand that part, I just don't get how to figure out how 1/n^2 was chosen.



Another one is limit comparison for sin(1/n)/n. This one I am clueless about and do not understand the solution at all.

The solutions state to compare to 1/n^2 and then it states lim n→∞ (sin(1/n)/(n(1/n^2)) and then that becomes lim n→∞ an/bn = 1/n^2/n^2 which is n^2/n^2 = 1 and that would mean its convergent.

I know how to tests work but just not how these comparison limits are chosen and especially for the second one the solution is not clear how to get from one step to the other.

Thanks in advance.

You want to start approximating how large quantities are for large n. If n is very large, then n^2-1 is approximately n^2 so sqrt(n^2-1) is approximately sqrt(n^2)=n. (n^3+2n^2+5) is approximately n^3, since 2n^2+5 is much smaller than n^3. So you are left with n/n^3=1/n^2. For the second one, sin(x) is approximately x if x is small. Since for n large, 1/n is small, sin(1/n) is approximately 1/n. Etc. Beyond that you need to make a better argument to actually show convergence or divergence. But that's the first step in guessing a comparison.
 
A.J.710 said:
I am currently learning series and testing for convergence. For comparison tests especially I am having an issue grasping the concept of picking a proper limit to compare too.

For example the following problem

If someone could please put it in the form where it actually looks like what it does on paper that would be great. I am not quite sure how to do that yet.

(sqrt(n^2-1)/(n^3+2n^2+5)

In the solutions my teacher provided it states to use the comparison test with 1/n^2 and since that is convergent than the original being less all the time is also convergent. I understand that part, I just don't get how to figure out how 1/n^2 was chosen.

When you have polynomials, the dominant term is the highest power and the other terms are small in comparison as n gets large. So for large n, you would think ##\sqrt{n^2-1}## is "like" or approximately ##\sqrt{n^2}=n##. Try it for a few large ##n## and you will see what I mean. Similarly the denominator is dominated by the ##n^3## so you would think the whole fraction would grow like ##\frac{n}{n^3}=\frac 1 {n^2}##.

Another one is limit comparison for sin(1/n)/n. This one I am clueless about and do not understand the solution at all.

The solutions state to compare to 1/n^2 and then it states lim n→∞ (sin(1/n)/(n(1/n^2)) and then that becomes lim n→∞ an/bn = 1/n^2/n^2 which is n^2/n^2 = 1 and that would mean its convergent.

I know how to tests work but just not how these comparison limits are chosen and especially for the second one the solution is not clear how to get from one step to the other.

Thanks in advance.

Again, as ##n## gets large, ##\frac 1 n## nears 0. Recall that ##\lim_{x\to 0}\frac {\sin x} x = 1## so ##\sin x \approx x## for small ##x##. So for large ##n##, ##\sin(\frac 1 n) \approx \frac 1 n##.

[Edit] Dick types faster...
 
Lets start with the first one.

$$\frac{\sqrt{n^2-1}}{n^3+2n^2+5}$$

Notice the higher order terms dominate the expressions in both the numerator and denominator. That is, as n gets arbitrarily large, the higher order terms are 'more significant' than the lower order terms and the constant terms. So you could write something such as:

$$\frac{\sqrt{n^2-1}}{n^3+2n^2+5} ≤ \frac{\sqrt{n^2}}{n^3} = \frac{1}{n^2} $$
 
Okay great, I am set on the first one now. Completely understand. Thanks
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K