I'm trying to find the power series representation for:
$$f(x)\;=\;\frac{3x^2+4x-5}{x(x+1)(x^2+x+1)}$$
without a reasonable solution.
Any help you could give me will be appreciated.
I'm trying to find the power series representation for:
$$f(x)\;=\;\frac{3x^2+4x-5}{x(x+1)(x^2+x+1)}$$
without a reasonable solution.
Any help you could give me will be appreciated.
HINT Expand the function in partial fractions
$$ -\frac{x+2}{x^2+x+1}+\frac{5}{x}-\frac{4}{x+1} $$
And expand each term. For instance
$$ \frac{1}{x+1}=\sum_{k=0}^{+\infty}(-1)^k x^k ~~~\mbox{for}~~~ |x| < 1 $$
can you take it from here?
Major components
This should be etched into memory: $$ \frac{1}{x+1} = 1 - x + x^{2} - x^{3} + x^{4} + \dots $$ Notice the missing powers are $2, 8, 14, \dots$ $$ \frac{1}{x^{2}+x+1} = 1 - x + x^{3} - x^{4} + x^{6} - x^{7} \dots $$
Assemble using multiplication
Missing powers are $3, 4, 9, 10, 15, 16, \dots$ $$ \frac{1}{x \left( x+1 \right)\left( x^{2}+x+1 \right)} = \frac{1}{x} - 2 + 2 x - x^{2} + x^{5} - 2x^{6} + 2x^{7} - x^{8} + x^{11} + \dots $$
Final answer: $$ \frac{3x^{2} + 4x - 5}{x \left( x+1 \right)\left( x^{2}+x+1 \right)} = -\frac{5}{x} +14 - 15 x+ 7x^{2} + 2x^{3} - 3x^{4} - 5x^{5} + 14x^{6} -15 x^{7} + \dots $$