aerospacev
- 4
- 0
Homework Statement
Find a power series representation for the function f(x) = \frac{(x-1)}{(3-x)^2}^2, valid for every x with |x|<3
Homework Equations
The equation that I think would be useful is \frac{1}{1-x} = \sum_{n=0}^\infty x^n
The Attempt at a Solution
I began by just looking at the term \frac{1}{(3-x)^2}
\frac{1}{1-x} = \sum_{n=0}^\infty x^n
differentiating both sides:
\frac{1}{(1-x)^2}= \sum_{n=1}^\infty nx^{(n-1)}
now I'm stuck here, my train of thought is that if I can turn \frac{1}{(3-x)^2} into someform of \frac{1}{(1-x)^2} to obtain its summation formula, I can then multiply the polynomial {(x-1)}^2 to that summation and go from there.
Usually the assignment questions involve functions in the likes of \frac{x}{(1-x^2)} or \frac{x^2}{(1+x)^3}, which I can solve, but the 3 in front of the x in \frac{1}{(3-x)^2} is really troubling me, any help? Thanks!