How to Show the Comparison Inequality for a Series

Click For Summary

Homework Help Overview

The discussion revolves around using the comparison test to analyze the convergence of the series ∑ n=1 -> ∞: 2/(n^2 + 5n + 6). Participants explore the structure of the series and consider the implications of partial fractions in their analysis.

Discussion Character

  • Exploratory, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss rewriting the series and finding a suitable comparison series. Some express uncertainty about the steps needed to apply the comparison test effectively. Questions arise regarding the necessity of proving inequalities between series terms.

Discussion Status

Some participants have provided guidance on rewriting the series using partial fractions and confirming the convergence of the comparison series. There is an ongoing exploration of whether certain inequalities need to be explicitly shown, indicating a productive exchange of ideas.

Contextual Notes

Participants note the importance of demonstrating the inequality 1/(n^2 + 5n + 6) < 1/n^2, with some expressing uncertainty about the need for formal proof in a classroom context. The discussion reflects varying levels of comfort with the mathematical concepts involved.

Mutaja
Messages
239
Reaction score
0

Homework Statement



Use the comparison test to show that the series converges, and find the value it converge to by using partial fractions.

∑ n=1 -> ∞: \frac{2}{n^2 + 5n + 6}

Homework Equations





The Attempt at a Solution



The series can be written as 2 * ∑ n=1 -> ∞: \frac{1}{n^2 + 5n + 6}

Since 5n + 6 is neglectible:

2 * ∑ n=1 -> ∞: \frac{1}{n^2}. This series will converge.

Therefore we can guess that 2* ∑ n=1 -> ∞: \frac{1}{n^2 + 5n + 6} will converge.

Now I have to find a larger series which also converges.

\frac{1}{n^2 + 5n + 6} < \frac{1}{n^2 + 5n}

Now I'm supposed to rewrite \frac{1}{n^2 + 5n} as something + something. This is where I'm stuck.

Are anyone familiar with this method, and can point me into the right direction?

Any feedback will as always be appreciated.

Thanks.
 
Physics news on Phys.org
You did your comparison test properly. ##\frac{1}{n^2}## converges so you know your original series will converge.

To use partial fractions, write: ##n^2 + 5n + 6 = (n+2)(n+3)##.
 
Zondrina said:
You did your comparison test properly. ##\frac{1}{n^2}## converges so you know your original series will converge.

To use partial fractions, write: ##n^2 + 5n + 6 = (n+2)(n+3)##.

Alright, thank you.

So, I've rewritten the series as:

\frac{1}{n+2} - \frac{1}{n+3}.

Adding the series then gives \frac{1}{3} - \frac{1}{n+3}

Since the limit of \frac{1}{3} - \frac{1}{n+3} = \frac{1}{3}

The sum which the series converge to is \frac{1}{3}.

It looks correct according to my notes at least.

Thanks so much for helping me out.
 
Mutaja said:
Alright, thank you.

So, I've rewritten the series as:

\frac{1}{n+2} - \frac{1}{n+3}.

Adding the series then gives \frac{1}{3} - \frac{1}{n+3}

Since the limit of \frac{1}{3} - \frac{1}{n+3} = \frac{1}{3}

The sum which the series converge to is \frac{1}{3}.

It looks correct according to my notes at least.

Thanks so much for helping me out.

No not quite. We have:

##n^2 + 5n + 6 = (n+2)(n+3)##.

So that:

##\frac{2}{n^2 + 5n + 6} = \frac{A}{n+2} + \frac{B}{n+3}##

Where the relationship:

##2 = A(n+3) + B(n+2)## must hold.

If ##n = -3##, then ##B = -2##. If ##n = -2##, then ##A = 2##.

So really you have ##\frac{2}{n+2} - \frac{2}{n+3}##

You were missing a factor of ##2##.
 
Zondrina said:
You were missing a factor of ##2##.

Indeed, my bad. I didn't consider the fact that I had taken it outside of the actual series, and I forgot to multiply it back into get my final answer. I should be 2 * 1/3 = 2/3.

Now, it should be good :)
 
Mutaja said:

Homework Statement



Use the comparison test to show that the series converges, and find the value it converge to by using partial fractions.

∑ n=1 -> ∞: \frac{2}{n^2 + 5n + 6}
Just a little bit more LaTeX will make the summation look a lot nicer.
Code:
$$\sum_{n = 1}^\infty \frac{2}{n^2 + 5n + 6}$$
The above renders as
$$\sum_{n = 1}^\infty \frac{2}{n^2 + 5n + 6}$$
Mutaja said:

Homework Equations





The Attempt at a Solution



The series can be written as 2 * ∑ n=1 -> ∞: \frac{1}{n^2 + 5n + 6}

Since 5n + 6 is neglectible:

2 * ∑ n=1 -> ∞: \frac{1}{n^2}. This series will converge.

Therefore we can guess that 2* ∑ n=1 -> ∞: \frac{1}{n^2 + 5n + 6} will converge.

Now I have to find a larger series which also converges.

\frac{1}{n^2 + 5n + 6} < \frac{1}{n^2 + 5n}
It's more convincing to compare directly with ##\sum \frac{1}{n^2}##, a convergent p-series.
##\sum \frac{1}{n^2}## is a convergent series, so ##2\sum \frac{1}{n^2}## is, as well.
It's not hard to show that ##\frac 1 {n^2 + 5n + 6} < \frac 1 {n^2}##.
Mutaja said:
Now I'm supposed to rewrite \frac{1}{n^2 + 5n} as something + something. This is where I'm stuck.

Are anyone familiar with this method, and can point me into the right direction?

Any feedback will as always be appreciated.

Thanks.
 
  • Like
Likes   Reactions: 1 person
Mark44 said:
Just a little bit more LaTeX will make the summation look a lot nicer.
Code:
$$\sum_{n = 1}^\infty \frac{2}{n^2 + 5n + 6}$$
The above renders as
$$\sum_{n = 1}^\infty \frac{2}{n^2 + 5n + 6}$$
It's more convincing to compare directly with ##\sum \frac{1}{n^2}##, a convergent p-series.
##\sum \frac{1}{n^2}## is a convergent series, so ##2\sum \frac{1}{n^2}## is, as well.
It's not hard to show that ##\frac 1 {n^2 + 5n + 6} < \frac 1 {n^2}##.

Thanks for the latex code.

Under normal circumstances, in Calculus 2 (not the actual course, but a equivalent course), would it be needed to actually show that ##\frac 1 {n^2 + 5n + 6} < \frac 1 {n^2}##? It like 2 < 4. I can't show it or prove it.

or do you mean that ##\frac 1 {n^2 + 5n + 6} < \frac 1 {n^2}## is adequate?

\frac{1}{n^2} is convergent, 2 * \frac{1}{n^2} is convergent, therefore ##\frac 1 {n^2 + 5n + 6}## is convergent because ##\frac 1 {n^2 + 5n + 6} < \frac 1 {n^2}##.
 
Mutaja said:
Thanks for the latex code.

Under normal circumstances, in Calculus 2 (not the actual course, but a equivalent course), would it be needed to actually show that ##\frac 1 {n^2 + 5n + 6} < \frac 1 {n^2}##? It like 2 < 4. I can't show it or prove it.

or do you mean that ##\frac 1 {n^2 + 5n + 6} < \frac 1 {n^2}## is adequate?

\frac{1}{n^2} is convergent, 2 * \frac{1}{n^2} is convergent, therefore ##\frac 1 {n^2 + 5n + 6}## is convergent because ##\frac 1 {n^2 + 5n + 6} < \frac 1 {n^2}##.

It is adequate to write ##\frac 1 {n^2 + 5n + 6} < \frac 1 {n^2}##. Although it is easy to show this relationship holds.

For ##n ≥ 1## it is true that ##n^2 + 5n + 6 > n^2##. Reciprocating the inequality, we obtain ##\frac{1}{n^2 + 5n + 6} < \frac{1}{n^2}##.
 
  • Like
Likes   Reactions: 1 person
Whether it's adequate to just write ##\frac 1 {n^2 + 5n + 6} < \frac 1 {n^2}## probably depends on your instructor, and Zondrina's reply shows that it's easy to demonstrate this inequality, working with the reciprocals.

If your instructor is confident in your ability to justify the inequality, he/she might not require that the work be shown. However, it doesn't hurt to get some practice doing these quick proofs, especially if the problem happened to be slightly more difficult, like this one:
$$\sum_{n = 1}^\infty \frac 1 {n^2 - n - 6}$$

The series to compare to is again ##\sum \frac 1 {n^2}##, but this time it's a little harder to show that ##frac{1}{n^2 - n - 6} < \frac 1 {n^2}##.
 
Last edited by a moderator:

Similar threads

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