Finding the Power Series Representation for x/(1-x)^2

chyeaman
Messages
2
Reaction score
0
hey, this is my first time posting, my question is find the power series representation for x/(1-x)^2
I know the representation for 1/1-x is x^n so does that mean x/(1-x)^2 is x^n^2? could use some clarification please
 
Physics news on Phys.org
Just use the Taylor series to expand it about whatever point a;

\sum_{n=0}^{n=\infty}\frac{f^{(n)}(a)}{n!}(x-a)^n

Looks like for \frac{x}{(1-x)^2} this it will be something like

x+2x^2+3x^3+4x^4+\ldots+

if you center it on 0.
 
How about this: You know that
\frac{1}{1 - x} = \sum_{n = 0}^{\infty} x^n = 1 + x + x^2 + x^3 + x^4 + \dotsb.
Take the derivative of both sides to obtain
\frac{1}{(1 - x)^2} = \sum_{n = 0}^{\infty} (n - 1) x^n = 1 + 2x + 3x^2 + 4x^3 + \dotsb,
and multiply by x to get
\frac{x}{(1 - x)^2} = \sum_{n = 1}^{\infty} n x^n = x + 2x^2 + 3x^3 + 4x^4 + \dotsb.
 
Thank you so much for clarifying!
 
Back
Top