While attempting to teach myself the fractional calculus, I encountered a tragically early roadblock. For non-power rule fractional derivatives, I am having a lot of trouble evaluating for a closed form.
Would someone mind walking me through the process for taking the half-derivative of $$f(x) = e^x$$
Really the most difficult part is evaluating
$$\int_0^x \frac{e^t}{\sqrt{x-t}} dt$$
but a full hand-holding would be really helpful.
For the integral: Keep in mind that $x$ is a constant!
$$\int_0^x \frac{e^t}{\sqrt{x-t}} dt$$
Use the substitution $u=x-t$, then $du=-dt$. This gives:
$$\int_0^x -\frac{e^{x-u}}{\sqrt{u}} du$$
$$-e^x\int_0^x \frac{e^{-u}}{\sqrt{u}} du$$
$$-e^x\int_0^x u^{-1/2}e^{-u} du$$
$$-e^x\gamma\left(\frac{1}{2},x\right)$$
Where $\gamma$ is the incomplete lower gamma function.
This can also be written as $$-e^x \sqrt{x} E_{\frac{1}{2}}(x)$$
using the exponential integral function. It has been proven there is no closed form of this function.