Let $e_{\alpha} = \frac{x^{\alpha - 1}}{\Gamma(\alpha)}$. We assume that $\alpha > \frac{1}{2}$. I know that the half derivative of a function can be defined as $$ D_{\frac{1}{2}}f(x) = \frac{d}{dx} \int_0^x \frac{f(y)}{\sqrt{x - y}}dy$$
Substituting the desired function into this definition gives
$$ D_{\frac{1}{2}}e_{\alpha} = \frac{1}{\Gamma(\alpha)}\frac{d}{dx} \int_0^x \frac{y^{\alpha - 1}}{\sqrt{x - y}}dy$$
To evaluate this, I know I can treat $x$ as a constant, so I was thinking of using a substitution like $k = x - y$, or something similar, but I end up with a huge mess in the integrand.
This is supposed to be a stepping stone to computing the half derivative of $Sin(x)$.
Hint: Substitute $u=y/x$ and express the result in terms of Beta function
$$\int_0^x \frac{y^{\alpha-1}}{\sqrt{x - y}}dy=\int_0^1 \frac{(ux)^{\alpha-1}}{\sqrt{x - ux}}xdu=x^{\alpha-1/2}\int_0^1 u^{\alpha-1}(1 - u)^{-1/2}du=x^{\alpha-1/2}B(\alpha,1/2)$$
Furthermore
$$B(\alpha,1/2)=\frac{\Gamma(\alpha)\Gamma(1/2)}{\Gamma(\alpha+1/2)}=\frac{\sqrt\pi\ \Gamma(\alpha)}{\Gamma(\alpha+1/2)}$$
So your half derivative is:
$$\frac{\sqrt\pi}{\Gamma(\alpha-\frac{1}{2})}x^{\alpha-\frac{3}{2}}$$