Power series into function

Anthrax

New member
Joined
Apr 11, 2020
Messages
5
Hi there!

Yah, the problem is I can't find a way to convert the power series 1+ x + x² + x³+...
into its equivalent function f(x) = 1/1-x.

I tried to search it on youtube but they only gave me the reverse of the process. So, I hope someone help me :)

Thank you !
 
Hi there!

Yah, the problem is I can't find a way to convert the power series 1+ x + x² + x³+...
into its equivalent function f(x) = 1/1-x.

I tried to search it on youtube but they only gave me the reverse of the process. So, I hope someone help me :)

Thank you !
Have you tried to expand 1/(1-x) through Taylor's series expansion?

Or long division?
 
Yah, the problem is I can't find a way to convert the power series 1+ x + x² + x³+...
into its equivalent function f(x) = 1/1-x.

I tried to search it on youtube but they only gave me the reverse of the process. So, I hope someone help me :)
I don't know that there is a general way to reverse the series expansion process, in order to find a functional form for any series.

But in this case, do you recognize that it is a geometric series? And do you know the formula for that (or a way to derive it)?
 
I don't know that there is a general way to reverse the series expansion process, in order to find a functional form for any series.

But in this case, do you recognize that it is a geometric series? And do you know the formula for that (or a way to derive it)?

Sorry, I know only its summation representation but that's not what I need.
 
For the record, since 1/1=1, 1/1-x = 1-x. I suspect that you wanted to write 1/(1-x)
 
Here is what I would do: let S=1+x+x2+x3++xn+\displaystyle S= 1+ x+ x^2+ x^3+ \cdot\cdot\cdot+ x^n+ \cdot\cdot\cdot.

Then S1=x+x2+x3++xn+\displaystyle S- 1= x+ x^2+ x^3+ \cdot\cdot\cdot+ x^n+ \cdot\cdot\cdot.
Factor out an x: S1=x(1+x+x2+xn1)\displaystyle S- 1= x(1+ x+ x^2\cdot\cdot\cdot+ x^{n-1}\cdot\cdot\cdot).

Since that is an infinite sum it is still equal to S so
S1=xS\displaystyle S- 1= xS
SxS=1\displaystyle S- xS= 1
S(1x)=1\displaystyle S(1- x)= 1
S=11x\displaystyle S= \frac{1}{1-x}.

This is, of course, assuming that the sum converges which requires that |x|<1.
 
Top