Thread Closed

Infinite Series Test (Ratio Test get 1)

 
Share Thread Thread Tools
Sep2-10, 09:25 AM   #1
 

Infinite Series Test (Ratio Test get 1)


1. The problem statement, all variables and given/known data
Test if the infinite series converge or diverge.

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


3. 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}
= \frac{n(4+7n)}{(n+3)(4n+3)}
= \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!
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Hong Kong launches first electric taxis
>> Morocco to harness the wind in energy hunt
>> Galaxy's Ring of Fire
Sep2-10, 11:03 AM   #2

Homework Helper 2012
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
Think about what the terms look like for large n. Try a comparison test.
 
Sep2-10, 11:15 AM   #3
 
Quote by Dick View Post
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?
 
Sep2-10, 11:30 AM   #4
 

Infinite Series Test (Ratio Test get 1)


How is n^3 > n^3 + 2n^2 + n?
 
Sep2-10, 11:32 AM   #5
 
Quote by zooxanthellae View Post
How is n^3 > n^3 + 2n^2 + n?
Isn't this the same with the [tex]

n^{3} > n(n+1)(n+1)
[/tex] above?
 
Sep2-10, 12:27 PM   #6
 
Mentor
Quote by cpyap View Post
Isn't this the same with the [tex]

n^{3} > n(n+1)(n+1)
[/tex] above?
Yes, so why do you think that n3 > n(n + 1)(n + 2)?
 
Sep2-10, 12:32 PM   #7
 
Quote by Mark44 View Post
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.
 
Sep2-10, 12:56 PM   #8
 
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]
 
Sep2-10, 12:59 PM   #9
 
Quote by gomunkul51 View Post
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?
 
Sep2-10, 01:23 PM   #10
 
Mentor
4n + 3 <= 7n for all n >= 1
 
Sep2-10, 01:25 PM   #11
 
Quote by Mark44 View Post
4n + 3 <= 7n for all n >= 1
Got it!
Thanks!
 
Sep2-10, 01:46 PM   #12
 
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
\sum_{n=1}^{\infty}\frac{4n+3}{n(n+1)(n+2)} converges.
[/tex]
 
Sep2-10, 01:55 PM   #13

Homework Helper 2012
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
Quote by cpyap View Post
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
\sum_{n=1}^{\infty}\frac{4n+3}{n(n+1)(n+2)} converges.
[/tex]
Very nice.
 
Sep2-10, 01:57 PM   #14
 
Quote by Dick View Post
Very nice.
Thanks,
and thanks for everyone that helps.
 
Thread Closed
Thread Tools


Similar Threads for: Infinite Series Test (Ratio Test get 1)
Thread Forum Replies
Determining convergence of infinite series with factorial without ratio test Calculus & Beyond Homework 9
Series (Ratio test) Calculus & Beyond Homework 2
Proof of Ratio Test on Infinite Series Calculus & Beyond Homework 3
Is it ok to do this with the ratio test for series??/ Calculus & Beyond Homework 1
Infinite Series - Ratio Test Calculus 4