Infinite Series Test (Ratio Test get 1)

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:
 
Back
Top