Finding sum of Power series

269 Views Asked by At

Hi could anyone help me with this question

Determine the sum of the power series:

$$S=-\sum_{n=1}^{\infty}\frac{(1-x)^n}{n}$$

Where x=1.74

I tried to differentiate this expression, but I do not know how to proceed from here.

4

There are 4 best solutions below

0
On

Then you get a sum of a geometric sequence.

1
On

Differentiating gives:

$$\frac{\mathrm{d}S}{\mathrm{d}x}=\sum_{n=1}^{\infty}(1-x)^{n-1}=\sum_{n=0}^{\infty}(1-x)^{n}=\frac{1}{1-(1-x)}=\frac{1}{x}$$

As $|1-x|<1$. We therefore can integrate with respect to $x$ to give:

$$S=\int\frac{\mathrm{d}S}{\mathrm{d}x}\:\mathrm{d}x=\ln(x)+C$$

We have that for $x=1$, $S=0$ and therefore $C=0$:

$$S=\ln(x)=\ln(1.74)$$

0
On

Your sum is:

$$ \sum^{\infty}_{n=1} \frac{(1-x)^n}{n}=?$$

First review thees sums:

$$ \sum^{\infty}_{n=1} x^n=\frac{x}{1-x}$$

Also:

$$ \sum^{\infty}_{n=1} (1-x)^n=\frac{1-x}{1-(1-x)}=\frac{1-x}{x}$$

$$ \sum^{\infty}_{n=1} (1-x)^n=\frac{1-x}{x} / (1-x)$$

$$ \sum^{\infty}_{n=1} (1-x)^{n-1}=\frac{1}{x} / \int dx $$

$$ \sum^{\infty}_{n=1} \frac{(1-x)^n}{n}=\int \frac{1}{x}dx=ln(x) $$

So the answer to your question would be $ln 1.74$

0
On

If you define $$f(x) = -\sum_{i=1}^\infty \frac{(1-x)^n}{n},$$ you can see that (some justification here is needed) $$f'(x) = -\sum_{i=1}^\infty (1-x)^{n-1}$$ which you probably know how to calculate. Then, having $f',$ you can calculate $f$ as one of the indefinite integrals of $f'$.