1

I've been trying for days now to find a closed form for the coefficients of the power series about $x=0$ of the function $$ f(x)=\exp\left(r^2\frac{x(n-2)-x^2(n-1)+x^n}{(x-1)^2}\right), $$ but I always end up with an infinite series at best. Can it be done at all?

Ziofil
  • 1,590

1 Answers1

2

Just an idea, but a bit too long for a comment. You have

$$\frac{f'(x)}{f(x)}=\frac{r^2}{(x-1)^3}\left((n-2)x^n-nx^{n-1}+nx-(n-2)\right)$$

So $f$ is a solution of the differential equation

$$(x-1)^3y'=r^2\left((n-2)x^n-nx^{n-1}+nx-(n-2)\right)y$$

Now you can try to plug the series

$$y=\sum_{k=0}^{\infty}a_kx^k$$

And then find a relation between coefficients. See for example on Wikipedia, Power series solution of differential equations

  • Ah! I did not think of that! I'm trying straight away! – Ziofil Sep 22 '14 at 12:54
  • This method is really nice, but I end up with a recurrence relation which connects $a_{k-2}$, $a_{k-1}$, $a_k$, $a_{k+1}$, $a_{k-n}$ and $a_{k-n+1}$. The only solvable one is for $n=0$, but we already know the answer to that..! – Ziofil Sep 22 '14 at 14:02
  • @Ziofil Not sure you can do better than that. In what context did you get to expand this in series? – Jean-Claude Arbaut Sep 22 '14 at 14:04
  • The function that I wrote is a generating function, I wished there was a closed form for the sequence that it represents. I'm happy that at least I have the GF, though. – Ziofil Sep 22 '14 at 18:16