Half order derivative of $ {1 \over 1-x }$

I'm new to this "fractional derivative" concept and try, using wikipedia, to solve a problem with the half-derivative of the zeta at zero, in this instance with the help of the zeta's Laurent-expansion.

Part of this fiddling is now to find the half-derivative $$ {d^{1/2}\over dx^{1/2}}{1 \over 1-x}$$

First I would like to understand, whether there is a short/closed form for this ot whether I have to express the fraction as a power series first and then to differentiate termwise.

Next I would like to know the value at $x=0$.


Use what you know about whole number derivatives. Inductively, you can prove $$\frac{d^n}{dx^n}\frac1{1-x}=\frac{n!}{(1-x)^{n+1}}$$ Now express $n!$ using the $\Gamma$ function ($\Gamma(n+1)$), and you can extend the definition to non-integral $n$: $$\frac{d^{1/2}}{dx^{1/2}}\frac1{1-x}=\frac{\Gamma(3/2)}{(1-x)^{3/2}}$$ At $x=0$, this is just $\Gamma(3/2)$.


To confirm that this method works, observe that you can also inductively prove $$\begin{align}\frac{d^n}{dx^n}\frac1{(1-x)^{3/2}}&=\frac{\frac{(2n+1)!}{4^n\cdot n!}}{(1-x)^{n+3/2}}\\&=\frac{\frac{\Gamma(2n+2)}{4^n\Gamma(n+1)}}{(1-x)^{n+3/2}}\end{align}$$ and extend to nonintegral $n$, so that $$\begin{align}\frac{d^{1/2}}{dx^{1/2}}\frac{d^{1/2}}{dx^{1/2}}\frac1{1-x}&=\frac{d^{1/2}}{dx^{1/2}}\frac{\Gamma(3/2)}{(1-x)^{3/2}}\\&=\frac{\Gamma(3/2)\frac{\Gamma(3)}{2\Gamma(3/2)}}{(1-x)^{2}}\\&=\frac{\frac{2!}{2}}{(1-x)^{2}}\\&=\frac{1}{(1-x)^2}\\&=\frac{d}{dx}\frac{1}{1-x}\end{align}$$ and all is as it should be.


$$\frac{d^k}{dx^k} \left(\frac{1}{1-x} \right)=\frac{d^k}{dx^k} (1+x+x^2+...)=\Gamma(k+1) \sum_{n=k}^{\infty} {n\choose k}x^{n-k}\\ \sum_{n=k}^{\infty} {n\choose k}x^{n-k}=\frac{1}{(1-x)^{k+1}}\\ \frac{d^k}{dx^k} \frac{1}{1-x}=\frac{\Gamma(k+1)}{(1-x)^{k+1}}$$