Finding Power Series Representation for f(x) and Interval of Convergence

chupe
Messages
4
Reaction score
0

Homework Statement


Find the power series representation for the function f(x)=x/(x^2-3x+2) and determine the interval of convergence.


Homework Equations





The Attempt at a Solution


First I separate into partial fractions 2/(x-2) - 1/(x-1)

2/(x-2) = sum n=0 to infinity (x/2)^n
1/(x-1) = sum n=0 to infinity (x)^n

Now I just don't know how to make them one power series representation.
 
Physics news on Phys.org
Temporarily, let x = 2u and add the two power series together. You will need to find the pattern of the coefficients for the general term. You can always switch back to using x as a variable at the end. (There may be something more clever to use, but I'm juggling something else just now...)

Watch out, by the way: 1 + x + x2 + ... is 1/(1 - x) .

EDIT: thought about this a bit more -- the cleaner way to do this is to write the (\frac{x}{2})^{n} terms as \frac{x^{n}}{2^{n}} . You will still have a little work on sorting out the general term for the single series representation.
 
Last edited:
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top