Writing power series as function

295 Views Asked by At

I need to write the following power series as a function:

$2\sum_{n=0}^\infty (-1)^n x^{2n+1}$

I am not sure how to go about doing this.

1

There are 1 best solutions below

0
On

Hints

The sum can be written as $$ 2x\sum_{n=0}^\infty (-x^2)^{n} $$ and recall the formula for a geometric series.