Infinite Series Test (Ratio Test get 1)

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
13 replies · 3K views
cpyap
Messages
13
Reaction score
0

Homework Statement


Test if the infinite series converge or diverge.

Homework Equations


[tex] \sum_{n=1}^{\infty}\frac{4n+3}{n(n+1)(n+2)}[/tex]

The Attempt at a Solution


I tried Ratio test:
[tex]a_{n+1} = \frac{4n+7}{(n+1)(n+2)(n+3)}[/tex]
[tex]a_{n} = \frac{4n+3}{n(n+1)(n+2)}[/tex]
[tex]\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}[/tex]
[tex]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[/tex]
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
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:
[tex] n^{3} > n(n+1)(n+1)[/tex]
[tex] \frac{4n+3}{n^{3}} < \frac{4n+2}{n(n+1)(n+2)}[/tex]
[tex] \frac{4n+2}{n^{3}} = \frac{4}{n^{n}} + \frac{3}{n^{3}}[/tex]
Both converge

Therefore, [tex]\sum^{\infty}_{n=1} \frac{4n+3}{n(n+1)(n+2)}[/tex] 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 [tex] <br /> n^{3} > n(n+1)(n+1)[/tex] above?
 
cpyap said:
Isn't this the same with the [tex] <br /> n^{3} > n(n+1)(n+1)[/tex] 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
[tex]\frac{4n+3}{n(n+1)(n+2)} < \frac{4n+3}{n^{3}}[/tex]
Thanks for pointing me out

[tex]\frac{4n+2}{n^{3}} = \frac{4}{n^{n}} + \frac{3}{n^{3}}[/tex]
Both converge

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

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

[tex] \frac{4n+3}{n(n+1)(n+2)}\leq \frac{7n}{n^{3}}= 7\frac{1}{n^{2}}[/tex]

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

Got it!
Thanks!
 
So, the final answer should look like this:
[tex] \sum_{n=1}^{\infty}\frac{4n+3}{n(n+1)(n+2)}[/tex]

n(n+1)(n+2) [tex]\geq[/tex] n3
[tex]\frac{1}{n(n+1)(n+2)} \leq \frac{1}{n^{3}}[/tex]

4n+3 [tex]\leq[/tex] 7n , for all n [tex]\geq[/tex] 1

[tex]\frac{4n+3}{n(n+1)(n+2)} \leq \frac{7n}{n^{3}}[/tex]

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

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

n(n+1)(n+2) [tex]\geq[/tex] n3
[tex]\frac{1}{n(n+1)(n+2)} \leq \frac{1}{n^{3}}[/tex]

4n+3 [tex]\leq[/tex] 7n , for all n [tex]\geq[/tex] 1

[tex]\frac{4n+3}{n(n+1)(n+2)} \leq \frac{7n}{n^{3}}[/tex]

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

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

Very nice.
 
Dick said:
Very nice.

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