Function Repository Resource:
ConformableD
Calculate the conformable fractional derivative
ResourceFunction["ConformableD"][f,{x,α}] gives the conformal fractional derivative Tα(f)(x) of order α of the function f. |
Details and Options
Examples
Basic Examples (6) 
Calculate the half-order conformable fractional derivative of a quadratic function with respect to x:
| In[1]:= |
| Out[1]= |
In general, for 0<α<1, we have:
| In[2]:= |
| Out[2]= |
Arbitrary-order fractional derivative of a function in x:
| In[3]:= |
| Out[3]= |
Plot these for f(x)=x2:
| In[4]:= |
| Out[4]= |
Conformable fractional derivative of Sin:
| In[5]:= |
| Out[5]= |
| In[6]:= |
| Out[6]= |
Conformable fractional derivative of MittagLefflerE:
| In[7]:= |
| Out[7]= |
Conformable fractional derivative of JacobiSN at various values of m:
| In[8]:= |
| Out[8]= |
Conformable fractional derivative of some transcedental functions:
| In[9]:= |
| Out[9]= |
Scope (5) 
Conformable fractional derivative satisfies the product, quotient, and chain rules:
| In[10]:= |
| Out[10]= |
| In[11]:= |
| Out[11]= |
| In[12]:= |
| Out[12]= |
Conformable derivative of the power function with respect to x:
| In[13]:= |
| Out[13]= |
For positive integral values of α, the conformable derivative coincides with the ordinary derivative:
| In[14]:= |
| Out[14]= |
Conformable derivatives of BesselJ function:
| In[15]:= |
| Out[15]= |
Conformable fractional derivatives of MeijerG function are given in terms of multiple MeijerG functions:
| In[16]:= |
| Out[16]= |
| In[17]:= |
| Out[17]= |
Options (2) 
Assumptions (2) 
By default, no assumptions are considered:
| In[18]:= |
| Out[18]= |
Assuming 2<α<3:
| In[19]:= |
| Out[19]= |
Applications (1) 
Solve the basic conformable fractional differential equation Tα(y)(x)=y(x):
| In[20]:= |
| Out[20]= |
Properties and Relations (2) 
ConformableD is defined for all positive and real values of α:
| In[21]:= |
| Out[21]= |
At the same time, α has to be real:
| In[22]:= |
| Out[22]= |
The 0-order conformable fractional derivative of a function is not itself:
| In[23]:= |
| Out[23]= |