Hi could anyone help me answer this question
Find the power series representation for the function and determine the radius of convergence
$f(x)=\frac{x^2}{\left(1-2x\right)^2}$
After getting 1/(1-2x)^2 I do not know how to convert it to a power series.
Some starting material: Using that $\sum_{n=0} ^\infty x^n = \frac{1}{1-x}$, we can write $$ f(x) = \frac{x^2}{1 - 4x + 4x^2} = x^2 \cdot \frac{1}{1 - (4x - 4x^2)} = x^2 \sum_{n=0} ^\infty 4^n x^n(1-x)^n = \sum_{n=0} ^\infty 4^n x^{n+2}(1-x)^n. $$ I imagine you can take it from here.