Mister Exam

Sum of series xi/2



=

The solution

You have entered [src]
  oo     
 ___     
 \  `    
  \   x*i
   )  ---
  /    2 
 /__,    
i = 4    
$$\sum_{i=4}^{\infty} \frac{i x}{2}$$
Sum((x*i)/2, (i, 4, oo))
The radius of convergence of the power series
Given number:
$$\frac{i x}{2}$$
It is a series of species
$$a_{i} \left(c x - x_{0}\right)^{d i}$$
- power series.
The radius of convergence of a power series can be calculated by the formula:
$$R^{d} = \frac{x_{0} + \lim_{i \to \infty} \left|{\frac{a_{i}}{a_{i + 1}}}\right|}{c}$$
In this case
$$a_{i} = \frac{i x}{2}$$
and
$$x_{0} = 0$$
,
$$d = 0$$
,
$$c = 1$$
then
$$1 = \lim_{i \to \infty}\left(\frac{i}{i + 1}\right)$$
Let's take the limit
we find
True

False
The answer [src]
oo*x
$$\infty x$$
oo*x

    Examples of finding the sum of a series