0
$\begingroup$

I first tried to factorize $z^3+z+2$ into the form $(z-a)(z-b)(z-c)$, where-after sum up the separate power series expansions of $\frac{A}{z-a} + \frac{B}{z-b} + \frac{C}{z-c}$, but I think there should be a simpler way.

I also tried using the binomial theorem, but this power expansion according to Wolfram Alfpa.

$$ \require{cancel} \frac{1}{z(z^2+1)+2} = \color{green}{\sum_{n=0}^{\infty} (-1)^n \cdot \bigg(\frac{1}{2}\bigg)^{n+1}z^n(z^2+1)^n} \\ = \sum_{n=0}^{\infty} (-1)^n \cdot \bigg(\frac{1}{2}\bigg)^{n+1} \cdot z^n \sum_{k=0}^{n} \binom nk z^{2\cancel{\color{red}{n}}k} \\ =\cancel{\sum_{n=0}^{\infty} (-1)^n \cdot \bigg(\frac{1}{2}\bigg)^{n+1} \cdot z^n \cdot 2^n \cdot z^{2n}} \\ \cancel{\sum_{n=0}^{\infty} (-1)^n \cdot \bigg(\frac{1}{2}\bigg) \cdot z^{3n}} \ . $$

  • 2
    Note that, for every $|z|$ small enough, $$\frac2{z^3+z+2}=\frac1{1+\frac12z(1+z^2)}=\sum_{n=0}^\infty(-1)^n\frac1{2^n}z^n(1+z^2)^n$$ hence twice the desired expansion is $$1-\frac12z(1+z^2)+\frac14z^2(1+z^2)^2+O(z^3)=1-\frac12z+\frac14z^2+O(z^3)$$ and the three first nonzero terms of the desired expansion are $$\frac12-\frac14z+\frac18z^2$$2017-01-11
  • 0
    @Did Am I right that the second equality on the first line is the expansion of $\frac{1}{1+z}$?2017-01-11
  • 0
    @астонвіллаолофмэллбэрг In my comment, you mean? Then yes it is.2017-01-11
  • 0
    @Did Thank you. I just wanted to clarify that one, the rest of the explanation is ok.2017-01-11
  • 0
    Any idea on why the remaining lines don't work out, starting from the application of the binomial theorem? Just curious, that's all.2017-01-11
  • 1
    First blunder: $(z^2+1)^n=\sum\limits_{k=0}^{n} \binom nk z^{2k}$, not $\sum\limits_{k=0}^{n} \binom nk z^{2n}$.2017-01-11

2 Answers 2

1

$$\frac1{1+\dfrac{z+z^3}2}=1-\dfrac{z+z^3}2+\left(\dfrac{z+z^3}2\right)^2-\cdots$$ will yield terms in $z^0,z^1$ and $z^2$ which cannot be canceled by others, hence

$$\frac12\left(1-\frac z2+\frac{z^2}4\right).$$


By Taylor:

$$f(0)=\frac12$$

$$f'(x)=-\frac{3z^2+1}{(z^3+z+2)^2}\implies f'(0)=-\frac1{2^2}.$$

Then differentiating by sight, $$f''(0)=-\frac{6\cdot0}{\text{don't care}}-(-2)\frac{1\cdot1}{2^3}=\frac14.$$

Hence

$$\frac12-\frac z4+\frac{z^2}8.$$


A more systematic development is obtained with

$$f(x)(x^3+x+2)=1,\\ f'(x)(x^3+x+2)+f(x)(3x^2+1)=0,\\ f''(x)(x^3+x+2)+2f'(x)(3x^2+1)+f(x)6x=0 $$

then

$$2f(0)=1,\\ 2f'(0)+f(0)=0,\\ 2f''(0)+2f'(0)=0. $$

This can be continued at will and by the Leibnitz formula

$$(f(x)(x^3+x+2))^{(n)}=\\ f^{(n)}(x)(x^3+x+2)+nf^{(n-1)}(x)(3x^2+1)+\frac{n(n-1)}2f^{(n-2)}(x)(6x)+\frac{n(n-1)(n-2)}6f^{(n-3)}(x)(6),$$ you get the recurrence $$ 2f^{(n)}(0)+nf^{(n-1)}(0)+n(n-1)(n-2)f^{(n-3)}(0)=0.$$

0

As Did pointed out in the comment, the first three non-zero terms can be read from the first equation in the question post.