I read somewhere that the coefficient of $(1+x)^n$ is $1 + nx + \frac{n(n-1)}{2!}x^2 + \cdots.$
For $n=-\frac{1}{2},$ the denominator becomes $2^n \cdot n!,$ while the numerator becomes $1 \cdot 3 \cdot \dots \cdot (2n-1) = \frac{(2n!)}{2^n \cdot n!}.$ The whole coefficient becomes $\frac{\binom{2n}{n}}{4^n},$ and the sign of the coefficient would be $(-1)^n.$
However, what happens when we are expanding $(1-x)^n.$ More specifically $(1-x)^{-\frac{1}{2}}.$ I have seen some solutions out there, but they gave differing answers with complicated processes. Is there a technique similar to the one above for it? It seems like there should, but just tweaking the above one would include raising $-1$ to a real, possibly negative, power.
Main question: What are the coefficients of $x^n$ for an integer $n$ in $(1-x)^{-\frac12}$?
Sub-question: Is there a technique similar to the one mentioned for $(1+x)^n$ to find the coefficients for $(1-x)^n$? I believe we cannot just plug in (-x) because it would involve raising $-1$ to any real power.
We are taking it to the -1/2 power, so how does it even have terms with exponents of x greater than n?
– Mike Smith May 29 '23 at 12:00