0

Assuming I have a function f(x) in the form of a Taylor series $f(x)=\sum_{n=0}^\infty a_n x^n$, I want to compute a power of it, i.e. $g(x)=[f(x)]^m$ where $m$ is an integer bigger than one.

I would assume that $g(x)$ also has a Taylor series of a form $g(x)=\sum_{n=0}^\infty b_n x^n$ (I'd guess there exists a proof of this?). One would want to determine $b_n$ coefficients from $\{a_n\}$ and for a given $m$:

$$ b_n = \frac{1}{n!}\frac{d^n}{dx^n}g(x)\Big|_{x=0} =\frac{1}{n!}\frac{d^n}{dx^n}\big[f(x)\big]^m\Big|_{x=0}.$$

Is there an explicit formula for $b_n$?

I've tried calculating it from scratch, but it looks quite difficult. Can someone point me to some literature where this is discussed?


My question is in part similar to this one.


Update: The solution is given by the Faà di Bruno's formula.

z.v.
  • 652

1 Answers1

1

Hint: try to square a Taylor series and figure out the coefficients. Try to figure out the new coefficients in terms of the old ones without doing any derivatives. Just do what you might do if you were multiplying two big polynomials.

If you figure this out, try to cube the thing, et cetera. I think you'll be able to see the pattern.