Solveeit Logo

Question

Question: How do you evaluate an infinite series?...

How do you evaluate an infinite series?

Explanation

Solution

We recall the definition of convergence infinite series and convergent infinite series. We recall the convergent geometric progression where there is a common ratio between terms, telescoping sums, and special series like Taylor’s series to evaluate sum. $$$$

Complete step-by-step solution:
We know that a sequence is defined as the enumerated collection of numbers where repetitions are allowed and order of the numbers matters. The members of the sequence are called terms. Mathematically, a sequence with infinite terms is written as
(xn)=x1,x2,x3,....\left( {{x}_{n}} \right)={{x}_{1}},{{x}_{2}},{{x}_{3}},....
We know that the sum of terms in an infinite sequence is called an infinite serie which is given by
S=x1+x2+x3+...=k=1xkS={{x}_{1}}+{{x}_{2}}+{{x}_{3}}+...=\sum\limits_{k=1}^{\infty }{{{x}_{k}}}
The nth{{n}^{\text{th}}} partial sum of infinite series is the sum of first nn terms that is Sn=k=1nxk{{S}_{n}}=\sum\limits_{k=1}^{n}{{{x}_{k}}}. A infinite series is said to be convergent when its partial sums S1,S2,S3,...{{S}_{1}},{{S}_{2}},{{S}_{3}},... tends to a limit. Mathematically if ll is the limit and for arbitrary positive small number ε\varepsilon there exits n0N{{n}_{0}}\in \mathsf{\mathbb{N}} such that
Snn0<ε\left| {{S}_{n}}-{{n}_{0}} \right|<\varepsilon
Here ll is called the sum of series and We can find the sum of infinite series only when it is convergent. We know that the series of GP(geometric progression ) is a series with where the ratio between consucative constant which means
r=x2x1=x3x2=...r=\dfrac{{{x}_{2}}}{{{x}_{1}}}=\dfrac{{{x}_{3}}}{{{x}_{2}}}=...
Here rr is called common ratio and the GP series is convergent only when r<1\left| r \right|<1. The sum of convergent GP series with infinite terms with common ratio rr is given by
S=a1rS=\dfrac{a}{1-r}
We can also evaluate an infinite series using telescoping sums. For example let's evaluate n=11n2+n\sum\limits_{n=1}^{\infty }{\dfrac{1}{{{n}^{2}}+n}}. We can write the summation as
n=11n2+n=n=11n(n+1)=n=1(1n1n+1)\sum\limits_{n=1}^{\infty }{\dfrac{1}{{{n}^{2}}+n}}=\sum\limits_{n=1}^{\infty }{\dfrac{1}{n\left( n+1 \right)}=}\sum\limits_{n=1}^{\infty }{\left( \dfrac{1}{n}-\dfrac{1}{n+1} \right)}
Now we expand the sum as;
n=11n2+n=1112+1213+...=1\sum\limits_{n=1}^{\infty }{\dfrac{1}{{{n}^{2}}+n}}=\dfrac{1}{1}-\dfrac{1}{2}+\dfrac{1}{2}-\dfrac{1}{3}+...=1
We see that each term is cancelled out by the previous term, it is called telescoping sum. We can also use Taylor’s series to evaluate an infinite series. We know that a function f(x)f\left( x \right) can be expressed into an infinite series for different functions like exponential function ex=1+x+x22!+x33!+...{{e}^{x}}=1+x+\dfrac{{{x}^{2}}}{2!}+\dfrac{{{x}^{3}}}{3!}+.... So let us evaluate n=12nn!\sum\limits_{n=1}^{\infty }{\dfrac{{{2}^{n}}}{n!}}. We can write the summation as

& \sum\limits_{n=1}^{\infty }{\dfrac{{{2}^{n}}}{n!}}=1+\sum\limits_{n=1}^{\infty }{\dfrac{{{2}^{n}}}{n!}}-1 \\\ & \Rightarrow \sum\limits_{n=1}^{\infty }{\dfrac{{{2}^{n}}}{n!}}=1+2+\dfrac{{{2}^{2}}}{2!}+\dfrac{{{2}^{3}}}{3!}...-1 \\\ & \Rightarrow \sum\limits_{n=1}^{\infty }{\dfrac{{{2}^{n}}}{n!}}={{e}^{2}}-1 \\\ \end{aligned}$$ **Note:** We note that if a series is not convergent we call the series a divergent series and we cannot find the sum of a divergent series. The Taylor’s series approximation for any function $f\left( x \right)$ that is infinite times differentiable at some point $x=a$ is given by $f\left( x \right)=f\left( a \right)+{{f}^{'}}\left( a \right)\left( x-a \right)+\dfrac{{{f}^{''}}\left( a \right)}{2!}{{\left( x-a \right)}^{2}}+...$ and from where we can derive Maclaurine at $x=0$ series $f\left( x \right)=f\left( 0 \right)+x{{f}^{'}}\left( 0 \right)+{{x}^{2}}\dfrac{{{f}^{''}}\left( a \right)}{2!}+...$. Now we can use $\log \left( 1+x \right),{{e}^{x}},\sin x$ etc to find their series.