Special Comparison Test For Infinite Series

In summary, the Special Comparison Test for Infinite Series is a method used to determine the convergence or divergence of a given series by comparing it to a known benchmark series. If the series in question can be compared to a convergent series (where the terms are smaller) or a divergent series (where the terms are larger), conclusions can be drawn about its behavior. This test is particularly useful for series with positive terms and helps simplify the analysis by leveraging established results from other series.
  • #1
Ascendant0
152
33
Homework Statement
Use the special comparison test to find whether the series converges or diverges:
## \sum_{n=5}^{\infty}1/({2^n-n^2})##
Relevant Equations
If ## \sum_{n=1}^{\infty}b_n## is a convergent series of positive terms and ## a_n \geq 0 ## and ##a_n/b_n## tends to a finite limit, then ##\sum_{n=1}^{\infty}a_n## converges
Obviously, you can tell from the fraction that it converges. My problem is their explanation of this process in the book is extremely convoluted, so I'm not too sure what to do with this?

From what I gather from their example in the book, I'd want to first create ##b_n## out of the "important values of this equation as ##n \rightarrow \infty##, which since as it approaches ## \infty##, the important piece is ##1/(2^n)##. Even more obvious now that it converges...

However, now I'm supposed to set ##a_n/b_n##, which ends me up with ##2^n/(2^n-n^2)##. Then, they simplified their problem by dividing both the numerator and the denominator by the highest term. With theirs though, it was easy, as they had ##n^2 \sqrt{2n^2}/(4n^3) ##, so it simply reduces down to ##\sqrt{2}/4##, and so it's finite and hence converges.

Conversely, I'm not even sure what to do with the equation I end up with? With an ##n## in the exponent, I feel I'd want to take the ##ln## of the top and bottom of the fraction to get the ##n##, but then I end up with ##ln(2^n-n^2)## in the denominator, and I don't know any ln rules that would let me split/simplify that.

I mean could I say that the fraction I end up with from ##a_n/b_n## "tends to a finite limit," but they further simplified their equation before completing the problem.

Also, I know the ##-n^2## causes the denominator to always be a lower value, that doesn't matter because of how insignificant it is compared to the other two terms, right? Because it only has to "tend" to a finite limit, not actually "become" a finite limit? Is that all I need to do here, because I'm really not 100% sure this is exactly how this is done?
 
Last edited:
Physics news on Phys.org
  • #2
I expect : There exists M such that for n>M
[tex]2^n-n^2 > 2^{n-1}[/tex]
[tex]\frac{1}{2^n-n^2} < \frac{1}{2^{n-1}}[/tex]
[tex]\sum_{n=M}^\infty \frac{1}{2^{n}} < \sum_{n=M}^\infty \frac{1}{2^n-n^2} < \sum_{n=M}^\infty \frac{1}{2^{n-1}}[/tex]
RHS converges to a finite value.
 
Last edited:
  • Like
Likes Ascendant0
  • #3
anuttarasammyak said:
I expect : There exists M such that for n>M
[tex]2^n-n^2 > 2^{n-1}[/tex]
[tex]\frac{1}{2^n-n^2} < \frac{1}{2^{n-1}}[/tex]
[tex]\sum_{n=M}^\infty \frac{1}{2^{n}} < \sum_{n=M}^\infty \frac{1}{2^n-n^2} < \sum_{n=M}^\infty \frac{1}{2^{n-1}}[/tex]
RHS converges to a finite value.
Thank you, and we have done that type of thing previously, the regular "Comparison Test." These problems in this section ask specifically for the "Special Comparison Test," where you're supposed to break ##a_n## down to it's important parts as ##n \rightarrow \infty ##, and then divide ##a_n## by the new equation made from breaking it down, like the example problem they gave in the book shown below.

I couldn't include all of it, as it's on two separate pages with a description in between, but the values to the left of the division sign is the ##a_n## the example is testing, and the ##1/n^2## on the right side of it is what they broke the important values of ##a_n## down to as it approaches infinity. Essentially, just the leftover ##n## values of the highest terms after you reduce them as much as possible.

The thing is though, I see all their other terms tend to "0" as ##n \rightarrow \infty##, whereas in my equation I set up, the "##-n^2##" does not. I'm not sure if that is an issue for this kind of testing proof and needs to be reduced further somehow (or handled differently altogether), or if since the dominant value will be the ##2^n## in my problem, if that becomes irrelevant and my answer is sufficient?


example.JPG
 
  • #4
Ascendant0 said:
Homework Statement: Use the special comparison test to find whether the series converges or diverges:
## \sum_{n=5}^{\infty}1/({2^n-n^2})##
Relevant Equations: If ## \sum_{n=1}^{\infty}b_n## is a convergent series of positive terms and ## a_n \geq 0 ## and ##a_n/b_n## tends to a finite limit, then ##\sum_{n=1}^{\infty}a_n## converges

However, now I'm supposed to set ##a_n/b_n##, which ends me up with ##2^n/(2^n-n^2)##. Then, they simplified their problem by dividing both the numerator and the denominator by the highest term. With theirs though, it was easy, as they had ##n^2 \sqrt{2n^2}/(4n^3) ##, so it simply reduces down to ##\sqrt{2}/4##, and so it's finite and hence converges.

Conversely, I'm not even sure what to do with the equation I end up with? With an ##n## in the exponent, I feel I'd want to take the ##ln## of the top and bottom of the fraction to get the ##n##, but then I end up with ##ln(2^n-n^2)## in the denominator, and I don't know any ln rules that would let me split/simplify that.

I mean could I say that the fraction I end up with from ##a_n/b_n## "tends to a finite limit," but they further simplified their equation before completing the problem.

Cancel a common factor of [itex]2^n[/itex]: [tex]\begin{split}
\frac{a_n}{b_n} &= \frac{2^n}{2^n - n^2} \\
&= \frac{1}{1 - \frac{n^2}{2^n}} \end{split}[/tex] Now if [itex]n^2/2^n[/itex] tends to a limit [itex]L \neq 1[/itex] then [itex]a_n/b_n[/itex] tends to [itex](1 - L)^{-1}[/itex]. And there are many ways of showing that [itex]\lim_{n \to \infty} n^2/2^n = 0[/itex].

Also, I know the ##-n^2## causes the denominator to always be a lower value, that doesn't matter because of how insignificant it is compared to the other two terms, right? Because it only has to "tend" to a finite limit, not actually "become" a finite limit?
Nothing "becomes" anything. [itex]\lim_{n \to \infty} \frac{2^n}{2^n - n^2}[/itex] is finite; [itex]\frac{2^n}{2^n - n^2}[/itex] tends to a finite limit as [itex]n[/itex] tends to infinity.
 
  • Like
Likes ohwilleke, scottdave and Ascendant0
  • #5
pasmith said:
Cancel a common factor of [itex]2^n[/itex]: [tex]\begin{split}
\frac{a_n}{b_n} &= \frac{2^n}{2^n - n^2} \\
&= \frac{1}{1 - \frac{n^2}{2^n}} \end{split}[/tex] Now if [itex]n^2/2^n[/itex] tends to a limit [itex]L \neq 1[/itex] then [itex]a_n/b_n[/itex] tends to [itex](1 - L)^{-1}[/itex]. And there are many ways of showing that [itex]\lim_{n \to \infty} n^2/2^n = 0[/itex].

Nothing "becomes" anything. [itex]\lim_{n \to \infty} \frac{2^n}{2^n - n^2}[/itex] is finite; [itex]\frac{2^n}{2^n - n^2}[/itex] tends to a finite limit as [itex]n[/itex] tends to infinity.
Thank you for the clarification. I get it now.
 
  • Like
Likes scottdave

FAQ: Special Comparison Test For Infinite Series

What is the Special Comparison Test for Infinite Series?

The Special Comparison Test is a method used to determine the convergence or divergence of an infinite series by comparing it to a known benchmark series. Specifically, if you have a series Σa_n and you can find a series Σb_n that is known to converge or diverge, you can use these comparisons to draw conclusions about the behavior of Σa_n.

How do you apply the Special Comparison Test?

To apply the Special Comparison Test, follow these steps: First, identify a series Σb_n that is known to converge or diverge. Then, compare the terms of your series a_n with b_n. If 0 ≤ a_n ≤ b_n for all n and Σb_n converges, then Σa_n also converges. Conversely, if 0 ≤ b_n ≤ a_n and Σb_n diverges, then Σa_n also diverges.

Can you provide an example of the Special Comparison Test?

Sure! Consider the series Σ(1/n^2). We know that this series converges (it is a p-series with p=2). If we take a_n = 1/(n^2 + n), we can see that 0 ≤ a_n ≤ 1/n^2 for all n. Since Σ(1/n^2) converges, by the Special Comparison Test, Σ(1/(n^2 + n)) also converges.

What are some common pitfalls when using the Special Comparison Test?

One common pitfall is not ensuring that the comparison series is appropriately chosen. The series must be known to converge or diverge. Additionally, it is crucial to check that the terms of the series being tested satisfy the necessary inequalities (0 ≤ a_n ≤ b_n or 0 ≤ b_n ≤ a_n). Failing to do so can lead to incorrect conclusions about convergence.

Is the Special Comparison Test applicable to all types of series?

The Special Comparison Test is primarily applicable to positive term series, where each term a_n is non-negative. For series with alternating or negative terms, other tests such as the Alternating Series Test or the Ratio Test may be more appropriate. However, the Special Comparison Test can still be useful if the series can be manipulated into a positive term form for comparison.

Similar threads

Replies
3
Views
847
Replies
1
Views
1K
Replies
2
Views
1K
Replies
5
Views
370
Replies
6
Views
991
Replies
1
Views
1K
Replies
5
Views
881
Back
Top