Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Compute the fractional derivative of an expression
ResourceFunction["FractionalOrderD"][f,{x,α}] gives the α-order fractional integro-derivative of f with respect to x.  | 
Compute a fractional derivative of a power function:
| In[1]:= | 
| Out[1]= | 
The first-order fractional derivative is equivalent to differentiation:
| In[2]:= | 
| Out[2]= | 
| In[3]:= | 
| Out[3]= | 
The negative-first-order fractional derivative is equivalent to indefinite integration:
| In[4]:= | 
| Out[4]= | 
| In[5]:= | 
| Out[5]= | 
Compute the fractional derivative of symbolic order α of an exponential function:
| In[6]:= | 
| Out[6]= | 
Compute the fractional derivative of symbolic order α of a logarithmic function:
| In[7]:= | 
| Out[7]= | 
FractionalOrderD works for both numeric and symbolic orders:
| In[8]:= | 
| Out[8]= | ![]()  | 
| In[9]:= | 
| Out[9]= | ![]()  | 
FractionalOrderD may return results in terms of inactivated symbols like Sum, Product, Table, MeijerG, etc:
| In[10]:= | 
| Out[10]= | ![]()  | 
| In[11]:= | 
| Out[11]= | 
In order to use such expressions, first substitute appropriate values of symbolic parameters and then apply Activate:
| In[12]:= | 
| Out[12]= | ![]()  | 
| In[13]:= | 
| Out[13]= | 
In cases where only partial evaluation is possible, results may be returned that contain unevaluated FractionalOrderD expressions:
| In[14]:= | 
| Out[14]= | ![]()  | 
Varying α from 0 to -1 smoothly interpolates between a function and its derivative:
| In[15]:= | ![]()  | 
| Out[15]= | ![]()  | 
Create a table of fractional derivatives:
| In[16]:= | 
| In[17]:= | ![]()  | 
| Out[17]= | ![]()  | 
This work is licensed under a Creative Commons Attribution 4.0 International License