Complex Analysis – Binomial Expansion for Non-Integer Powers

algebra-precalculusbinomial theoremcomplex-analysis

I finally figured out that you could differentiate $x^n$ and get $nx^{n-1}$ using the derivative quotient, but that required doing binomial expansion for non-integer values.

The most I can find with binomial expansion is the first, second, last, and second to last terms.

So how do I find something like $(x+a)^{\pi}$? When differentiating in calculus, I didn't need to find terms after the second because I knew they would all cancel out, but how do you find these terms?

Do they work for negative exponents as well?

And does this work for complex exponents?

Which came first, Euler's method for complex exponents or binomial expansion for complex exponents?

Best Answer

The Binomial theorem for any index $n\in\mathbb{R}$ with $|x|<1,$ is

$(1+x)^n=1+nx+\frac{n(n-1)}{2!}x^2+\frac{n(n-1)(n-2)}{3!}x^3+\ldots$

For $(x+a)^\pi$ one could take $x$ or $a$ common according as if $|a|<|x|$ or $|a|<|x|$ and use Binomial theorem for any index. i.e., $x^\pi(1+a/x)^\pi$ in case $|a|<|x|.$