Ask your own question, for FREE!
Mathematics 16 Online
OpenStudy (idku):

last question about series.

OpenStudy (idku):

\[\sum_{n=1}^{\infty}\left(\frac{1}{n^2+3n+2}\right)\]

OpenStudy (idku):

\[\lim_{n \rightarrow \infty}A_n=0\] so I know it is going to converge for the least part (same I would obtain by integration - that is converges to something, BUT integration is longer)

OpenStudy (rational):

you just want to knw whether it converges or not right

OpenStudy (idku):

i am given a hint that it is a telescoping series. I need to know converges to waht

OpenStudy (idku):

I got the converges part (hopefully)

OpenStudy (rational):

start by writing it as partial fractions

OpenStudy (idku):

hint given to me is: it is a telescoping series

OpenStudy (idku):

Well, would it be\[\frac{A}{(n+2)}+\frac{B}{(n)}=\frac{A}{n(n+2)}\] \[A(n)+B(n+2)=1\]\[A=-1/2\]\[B=1/2\]\[\frac{1}{2n}-\frac{1}{2n+4}\]

OpenStudy (idku):

\[\frac{-1/2}{n+2}+\frac{1/2}{n}\]this is how I got the last

OpenStudy (idku):

\[\frac{1}{2}\sum_{n=1}^{\infty}\frac{1}{n}-\frac{1}{2}\sum_{n=1}^{\infty}\frac{1}{n+2}\]??

OpenStudy (idku):

don't say it I think I got it

OpenStudy (rational):

hey wait \[n^2+3n+2 = (n+1)(n+2)\] right

OpenStudy (idku):

I still got it, but tnx

OpenStudy (idku):

\[\frac{1}{2}\left(\color{blue}{\sum_{n=1}^{\infty}\frac{1}{n+1}-\sum_{n=1}^{\infty}\frac{1}{n+2}}\right)\]

OpenStudy (rational):

that 1/2 should not be there

OpenStudy (idku):

the A and B

OpenStudy (idku):

oh I will look over that later then

OpenStudy (idku):

but I think I grasped the more importnat concept right now

OpenStudy (idku):

\[\color{blue}{\sum_{n=1}^{\infty}\frac{1}{n+1}-\sum_{n=1}^{\infty}\frac{1}{n+2}}\]\[\color{blue}{\sum_{n=2}^{\infty}\frac{1}{n}-\sum_{n=3}^{\infty}\frac{1}{n}}\]so we will get just the second term, and the rest will be canceled out. my answer is: Converges to 1/2

OpenStudy (idku):

(if I did it great, if I did something crazy then I apologize for rushing)

OpenStudy (rational):

that doesnt make sense

OpenStudy (idku):

I got the answer correctly though, acc to wolfram

OpenStudy (idku):

and what makes no sense, the entire thing or part(s) ?

OpenStudy (rational):

telescoping works like this : \[\sum\limits_{n=1}^{\infty} f(n) - f(n+1) = f(1)\] provided \(\lim\limits_{n\to \infty} f(n) = 0\)

OpenStudy (idku):

the provided is true, and what I wrote was very different but I think I conceptualized it differently. 1/[n+1] MINUS 1/[(n+1) + 1 ]

OpenStudy (idku):

and f(1) is 1/2 in this case

OpenStudy (rational):

we have \[\color{blue}{\sum_{n=1}^{\infty}\frac{1}{n+1}-\frac{1}{n+2}}\] first define \(f(n) = \dfrac{1}{n+1}\), then above series is of form \[\color{blue}{\sum_{n=1}^{\infty}f(n) - f(n+1)}\]

OpenStudy (idku):

well, but the reason it works it because f(1) is the only thing that remains from subtraction. that is (in this case) [1/2 + 1/3 + 1/4 + 1/5 + 1/6 + ....] minus [1/3 + 1/4 + 1/5 + 1/6 + ....] = 1/2

OpenStudy (idku):

I was trying to say this, but kind of failed to do so

OpenStudy (rational):

I see you have the correct concept

OpenStudy (idku):

\[\color{blue}{\sum_{n=1}^{\infty}\frac{1}{n+1}-\sum_{n=1}^{\infty}\frac{1}{n+2}}\]\[\color{blue}{\sum_{n=2}^{\infty}\frac{1}{n}-\sum_{n=3}^{\infty}\frac{1}{n}}\]\[\color{blue}{\sum_{n=2}^{1}\frac{1}{n}+}\color{blue}{\sum_{n=3}^{\infty}\frac{1}{n}-\sum_{n=1}^{\infty}\frac{1}{n}}\] =1/2 this is how I was trying t put it

OpenStudy (idku):

but you are saying, it is just like saying (Undefined ) - (Undefined) ?

OpenStudy (rational):

yes

OpenStudy (idku):

yes, that is a good line.

OpenStudy (idku):

just should not have separated those sigmas.... tnx once again !!

OpenStudy (rational):

hey no, actually it is okay to separate them like that.. sry i was confusing with something else

OpenStudy (idku):

so the way I wrote it at first is valid (as far as notations and defined/undefined) goes ?

OpenStudy (idku):

very cool:) well... prohibiting something that is permitted is better than Visa versa.

OpenStudy (rational):

\[\begin{align}\color{blue}{\sum_{n=1}^{\infty}\frac{1}{n+1}-\frac{1}{n+2}} &= \color{blue}{\sum_{n=1}^{\infty}\frac{1}{n+1}-\sum_{n=1}^{\infty}\frac{1}{n+2}} \\~\\&= \color{blue}{\sum_{n=0}^{\infty}\frac{1}{n+2}-\sum_{n=1}^{\infty}\frac{1}{n+2}} \\~\\&= \color{blue}{\dfrac{1}{0+2}+\sum_{n=1}^{\infty}\frac{1}{n+2}-\sum_{n=1}^{\infty}\frac{1}{n+2}} \\~\\&= \color{blue}{\frac{1}{2} + 0} \end{align}\] I don't see anything wrong in writing like this..

OpenStudy (idku):

in this case though the answer is exactly 1/2. I mean (even) without "approaches 1/2"

OpenStudy (idku):

yes, that is what I was doing ... tnx for verifying !!

OpenStudy (idku):

I know why got the decompositon incorrrectly

OpenStudy (idku):

A/(n+1) + B/(n+2) = 1/(n+1)(n+2) A(n+2)+B(n+1)=1 B=-1 A=1 1/(n+1) - 1/(n+2)

OpenStudy (idku):

yes, made mistake in factoring hehe....

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!