Ask your own question, for FREE!
Mathematics 22 Online
OpenStudy (el_arrow):

find the sum of the series

OpenStudy (el_arrow):

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

OpenStudy (el_arrow):

i separated it them \[\sum_{n=1}^{\infty} \frac{ 2 }{ n(n+1)} + \sum_{n=1}^{\infty} \frac{ 1 }{ 2^n }\]

OpenStudy (el_arrow):

and i dont know what to do from here

OpenStudy (mathmath333):

some difference between 1st and 2nd in \(\dfrac{1}{2n}\) and \(\dfrac{1}{2^n}\)

OpenStudy (el_arrow):

i forgot to put the n in exponent form

OpenStudy (el_arrow):

i was trying to type it as fast i possibly could

OpenStudy (mathmath333):

so which one is correct

OpenStudy (el_arrow):

the \[\frac{ 1 }{ 2^n }\]

OpenStudy (anonymous):

second sum is geometric series

OpenStudy (el_arrow):

how you know that?

OpenStudy (anonymous):

if you expand you get 1/2, 1/2^2, 1/2^3, ... geometric with common ratio 1/2

OpenStudy (mathmath333):

ok so first try to work with \(\large \color{black}{\begin{align} \sum_{n=1}^{\infty} \frac{ 2 }{ n(n+1)} \hspace{.33em}\\~\\ \end{align}}\) for that u need to split the term in \(\Large \text{partial fractions}\)

OpenStudy (el_arrow):

oh okay i got it to be \[\frac{ 3 }{ n }-\frac{ 3 }{ n+1}\]

OpenStudy (el_arrow):

is it right?

OpenStudy (mathmath333):

i think it had \(2\) instead of \(3\)

OpenStudy (el_arrow):

lol its \[\frac{ 3 }{ n(n+1)}\]

OpenStudy (el_arrow):

sorry about that

OpenStudy (mathmath333):

\(\large \color{black}{\begin{align} \sum_{n=1}^{\infty} \frac{ 3 }{ n(n+1)} \hspace{.33em}\\~\\ \implies 3\sum_{n=1}^{\infty} \frac{ 1 }{ n(n+1)} \hspace{.33em}\\~\\ \implies 3\sum_{n=1}^{\infty} \frac{ 1+n-n }{ n(n+1)} \hspace{.33em}\\~\\ \implies 3\sum_{n=1}^{\infty} \frac{ 1+n}{ n(n+1)}-\frac{n}{ n(n+1)} \hspace{.33em}\\~\\ \implies 3\sum_{n=1}^{\infty} \frac{ 1}{ n}-\frac{1}{ (n+1)} \hspace{.33em}\\~\\ \end{align}}\)

OpenStudy (mathmath333):

ok so u have now \(3\) outside . now write the with each term of series upto \( n=6\) \(\large \color{black}{\begin{align} \implies \sum_{n=1}^{6} \frac{ 1}{ n}-\frac{1}{ (n+1)} \hspace{.33em}\\~\\ \end{align}}\)

OpenStudy (el_arrow):

okay

OpenStudy (el_arrow):

we would be left with \[\frac{ 1 }{ 1 } - \frac{ 1 }{ 7 }\]

OpenStudy (mathmath333):

\(\large \color{black}{\begin{align} \implies& \sum_{n=1}^{4 } \frac{ 1}{ n}-\frac{1}{ (n+1)} \hspace{.33em}\\~\\ \implies& \frac{ 1}{ 1}-\frac{1}{ (1+1)}+ \frac{ 1}{ 2}-\frac{1}{ (2+1)} +\frac{ 1}{ 3}-\frac{1}{ (3+1)}+ \frac{ 1}{ 4}-\frac{1}{ (4+1)}\hspace{.33em}\\~\\ \implies &\frac{ 1}{ 1}-\frac{1}{ 2}+ \frac{ 1}{ 2}-\frac{1}{3} +\frac{ 1}{ 3}-\frac{1}{4}+ \frac{ 1}{ 4}-\frac{1}{ 5}\hspace{.33em}\\~\\ \implies & 1-\dfrac15 \end{align}}\) if this goes till \(\infty\) then \(\large \color{black}{\begin{align} \implies& \sum_{n=1}^{\infty } \frac{ 1}{ n}-\frac{1}{ (n+1)} \hspace{.33em}\\~\\ \implies& 1-\dfrac{1}{\infty} \hspace{.33em}\\~\\ \implies& 1 \hspace{.33em}\\~\\ \end{align}}\)

jimthompson5910 (jim_thompson5910):

mathmath333 is using a telescoping series http://math.oregonstate.edu/home/programs/undergrad/CalculusQuestStudyGuides/SandS/SeriesTests/telescoping.html

OpenStudy (el_arrow):

so for the n exponent it would just be (1/2)^1 + (1/2)^2 + (1/2)^3+....(1/2)^infinity?

OpenStudy (mathmath333):

yes it is one of the telescooping series in which the series terms cancel itself. so so \(\large \color{black}{\begin{align} \implies& 3\sum_{n=1}^{\infty } \left (\frac{ 1}{ n}-\frac{1}{ (n+1)}\right)=3 \hspace{.33em}\\~\\ \end{align}}\)

OpenStudy (el_arrow):

for the \[\frac{ 1 }{ 2^n }\]

OpenStudy (el_arrow):

you would do the same thing?

OpenStudy (mathmath333):

\(\large \color{black}{\begin{align} y&=\sum_{n=1}^{\infty } \frac{ 1}{ 2^n} \hspace{.33em}\\~\\ y&=\frac{ 1}{ 2^1}+ \frac{ 1}{ 2^2}+\frac{ 1}{ 2^3}+\frac{ 1}{ 2^4}\cdots \infty \hspace{.33em}\\~\\ y&=\frac{ 1}{ 2^1}\left(1+ \frac{ 1}{ 2^1}+\frac{ 1}{ 2^2}+\frac{ 1}{ 2^3}\cdots \infty\right) \hspace{.33em}\\~\\ y&=\frac{ 1}{ 2}\left(1+ y\right) \hspace{.33em}\\~\\ 2y&=1+ y \hspace{.33em}\\~\\ 2y-y&=1 \hspace{.33em}\\~\\ y&=1 \hspace{.33em}\\~\\ & \Large \sum_{n=1}^{\infty } \frac{ 1}{ 2^n}=1 \end{align}}\)

OpenStudy (mathmath333):

see if it makes sense

OpenStudy (el_arrow):

could you distribute the 1/2?

OpenStudy (el_arrow):

or not?

OpenStudy (mathmath333):

\(\large \color{red}{\begin{align} y&=\frac{ 1}{ 2}\left(1+ y\right) \hspace{.33em}\\~\\ \end{align}}\) u mean here

OpenStudy (el_arrow):

yes

OpenStudy (mathmath333):

multiply both sides by \(\Large 2\)

OpenStudy (el_arrow):

you do that every time theres a 1/2?

OpenStudy (mathmath333):

\(\large \color{red}{\begin{align} y&=\frac{ 1}{ 2}\left(1+ y\right) \hspace{.33em}\\~\\ y&=\frac{ 1}{ 2}+ \frac{ y}{ 2} \hspace{.33em}\\~\\ \end{align}}\) we can e distribute the \(\dfrac12\) either way u will get the same answer

OpenStudy (el_arrow):

okay its just that every time i see something like i think of distributing it for some reason

OpenStudy (mathmath333):

ok so u know the answer now

OpenStudy (el_arrow):

yes thanks again @mathmath333

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!