Infinite Series Test (Ratio Test get 1)

Click For Summary

Homework Help Overview

The discussion revolves around determining the convergence or divergence of the infinite series \(\sum_{n=1}^{\infty}\frac{4n+3}{n(n+1)(n+2)}\). Participants explore various convergence tests, particularly the Ratio Test and Comparison Test, to analyze the series.

Discussion Character

  • Exploratory, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • The original poster attempts the Ratio Test but finds it inconclusive, leading to a request for assistance. Some participants suggest using a Comparison Test and discuss the behavior of terms for large \(n\). There are questions regarding the validity of inequalities used in the comparison, particularly concerning the relationships between \(n^3\) and the product \(n(n+1)(n+2)\).

Discussion Status

Participants are actively engaging with the problem, questioning assumptions and clarifying mathematical inequalities. Some have offered guidance on how to proceed with the Comparison Test, while others are verifying the correctness of the inequalities used in their reasoning.

Contextual Notes

There is a focus on ensuring the inequalities hold for all \(n \geq 1\ and the implications of the Comparison Test in relation to known convergent series.

cpyap
Messages
13
Reaction score
0

Homework Statement


Test if the infinite series converge or diverge.

Homework Equations


<br /> \sum_{n=1}^{\infty}\frac{4n+3}{n(n+1)(n+2)}<br />

The Attempt at a Solution


I tried Ratio test:
a_{n+1} = \frac{4n+7}{(n+1)(n+2)(n+3)}
a_{n} = \frac{4n+3}{n(n+1)(n+2)}
\left|\frac{a_{n+1}}{a_{n}}\right| = \frac{4n+7}{(n+1)(n+2)(n+3)} \times \frac{n(n+1)(n+2)}{4n+3}<br /> = \frac{n(4+7n)}{(n+3)(4n+3)}<br /> = \frac{4n^{2}+7n}{4n^{2}+15n+9}
lim_{n\rightarrow\infty} \left|\frac{a_{n+1}}{a_{n}}\right| = lim_{n\rightarrow\infty} \frac{4+\frac{7}{n}}{4+\frac{15}{n}+\frac{9}{n^{2}}} = \frac{4}{4} = 1
The answer is inconclusive, and I can't seem to think of any other test yet.
Anyone can help me with this?
I will much appreciate it. Thanks!
 
Last edited:
Physics news on Phys.org
Think about what the terms look like for large n. Try a comparison test.
 
Dick said:
Think about what the terms look like for large n. Try a comparison test.

Thanks for your help.
This is what I done:
<br /> n^{3} &gt; n(n+1)(n+1)
<br /> \frac{4n+3}{n^{3}} &lt; \frac{4n+2}{n(n+1)(n+2)}
<br /> \frac{4n+2}{n^{3}} = \frac{4}{n^{n}} + \frac{3}{n^{3}}
Both converge

Therefore, \sum^{\infty}_{n=1} \frac{4n+3}{n(n+1)(n+2)} converges.Is that correct?
 
Last edited:
How is n^3 > n^3 + 2n^2 + n?
 
zooxanthellae said:
How is n^3 > n^3 + 2n^2 + n?

Isn't this the same with the <br /> <br /> n^{3} &gt; n(n+1)(n+1)<br /> above?
 
cpyap said:
Isn't this the same with the <br /> <br /> n^{3} &gt; n(n+1)(n+1)<br /> above?
Yes, so why do you think that n3 > n(n + 1)(n + 2)?
 
Mark44 said:
Yes, so why do you think that n3 > n(n + 1)(n + 2)?
Opps, sorry,
found the careless mistake.

should be
n(n+1)(n+2) > n3

so
\frac{4n+3}{n(n+1)(n+2)} &lt; \frac{4n+3}{n^{3}}
Thanks for pointing me out

\frac{4n+2}{n^{3}} = \frac{4}{n^{n}} + \frac{3}{n^{3}}
Both converge

Therefore, \sum^{\infty}_{n=1} \frac{4n+3}{n(n+1)(n+2)} converges.
 
Go further with your inequalities:
(use the term by term comparison test)

<br /> \frac{4n+3}{n(n+1)(n+2)}\leq \frac{7n}{n^{3}}= 7\frac{1}{n^{2}}<br />
 
gomunkul51 said:
Go further with your inequalities:
(use the term by term comparison test)

<br /> \frac{4n+3}{n(n+1)(n+2)}\leq \frac{7n}{n^{3}}= 7\frac{1}{n^{2}}<br />

How do you get the 7n?
 
  • #10
4n + 3 <= 7n for all n >= 1
 
  • #11
Mark44 said:
4n + 3 <= 7n for all n >= 1

Got it!
Thanks!
 
  • #12
So, the final answer should look like this:
<br /> \sum_{n=1}^{\infty}\frac{4n+3}{n(n+1)(n+2)}<br />

n(n+1)(n+2) \geq n3
\frac{1}{n(n+1)(n+2)} \leq \frac{1}{n^{3}}

4n+3 \leq 7n , for all n \geq 1

\frac{4n+3}{n(n+1)(n+2)} \leq \frac{7n}{n^{3}}

\sum_{n=1}^{\infty}\frac{7n}{n^{3}} = \sum_{n=1}^{\infty}\frac{7}{n^{2}}
Converge P-series (p > 1)

According to Comparison test,
since \sum_{n=1}^{\infty}\frac{4n+3}{n(n+1)(n+2)} \leq \sum_{n=1}^{\infty}\frac{7}{n^{2}}
and \sum_{n=1}^{\infty}\frac{7}{n^{2}} converges,
therefore <br /> \sum_{n=1}^{\infty}\frac{4n+3}{n(n+1)(n+2)} converges.<br />
 
  • #13
cpyap said:
So, the final answer should look like this:
<br /> \sum_{n=1}^{\infty}\frac{4n+3}{n(n+1)(n+2)}<br />

n(n+1)(n+2) \geq n3
\frac{1}{n(n+1)(n+2)} \leq \frac{1}{n^{3}}

4n+3 \leq 7n , for all n \geq 1

\frac{4n+3}{n(n+1)(n+2)} \leq \frac{7n}{n^{3}}

\sum_{n=1}^{\infty}\frac{7n}{n^{3}} = \sum_{n=1}^{\infty}\frac{7}{n^{2}}
Converge P-series (p > 1)

According to Comparison test,
since \sum_{n=1}^{\infty}\frac{4n+3}{n(n+1)(n+2)} \leq \sum_{n=1}^{\infty}\frac{7}{n^{2}}
and \sum_{n=1}^{\infty}\frac{7}{n^{2}} converges,
therefore <br /> \sum_{n=1}^{\infty}\frac{4n+3}{n(n+1)(n+2)} converges.<br />

Very nice.
 
  • #14
Dick said:
Very nice.

Thanks,
and thanks for everyone that helps.
:biggrin:
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
14
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 9 ·
Replies
9
Views
3K
Replies
17
Views
3K
  • · Replies 5 ·
Replies
5
Views
1K