Basic Examples 
(6)
 

Calculate the half-order conformable fractional derivative of a quadratic function with respect to
x
:
In[104]:=
[◼]
ConformableD
[x,{x,1/2}]
Out[104]=
x
In general, for
0<α<1
, we have:
In[105]:=
Assuming​​{α∈Reals,0<α<1},​​Simplify@
[◼]
ConformableD
[x,{x,α}]​​
Out[105]=
1-α
x
_________________________________________________________________________________________________________________
Arbitrary-order fractional derivative of a function in
x
:
In[106]:=
[◼]
ConformableD
[f[x],{x,α}]
Out[106]=
-α+Max[1,Ceiling[α]]
x
(Max[1,Ceiling[α]])
f
[x]
Plot these for
f(x)=
2
x
:
In[107]:=
PlotEvaluate@Table
[◼]
ConformableD
[
2
x
,{x,α}],{α,{0,1/2,9/10,1}},​​{x,0,1},PlotLegends->Thread[α=={0,1/2,9/10,1}]​​
Out[107]=
_________________________________________________________________________________________________________________
Conformable fractional derivative of
Sin
:
In[108]:=
fr=Table​​
[◼]
ConformableD
[Sin[x],{x,α}],​​{α,{1/2,9/10,2.5,3.5}}​​
Out[108]=

x
Cos[x],
1/10
x
Cos[x],-
0.5
x
Cos[x],
0.5
x
Sin[x]
In[109]:=
Plot[fr,{x,0,10π}]
Out[109]=
_________________________________________________________________________________________________________________
Conformable fractional derivative of
MittagLefflerE
:
In[67]:=
[◼]
ConformableD
[MittagLefflerE[a,x],{x,0.8}]
Out[67]=
0.2
x
MittagLefflerE[a,a,x]
a
_________________________________________________________________________________________________________________
Conformable fractional derivative of
JacobiSN
at various values of
m
:
In[68]:=
Table​​
[◼]
ConformableD
[JacobiSN[u,m],{u,α}],​​{α,0,1,1/3}​​
Out[68]=
JacobiSN[u,m],
2/3
u
JacobiCN[u,m]JacobiDN[u,m],
1/3
u
JacobiCN[u,m]JacobiDN[u,m],JacobiCN[u,m]JacobiDN[u,m]
_________________________________________________________________________________________________________________
Conformable fractional derivative of some transcedental functions:
In[69]:=
[◼]
ConformableD
[{Exp[x],Log[x],Sinh[x]},{x,α}]
Out[69]=

x

-α+Ceiling[α]
x
,
-α+Ceiling[α]
x
1+Ceiling[α]
(-1)
-Ceiling[α]
x
(-1+Ceiling[α])!
Ceiling[α]≥1
Log[x]
True
,
Ceiling[α]
(-)
-α+Ceiling[α]
x
Sinhx+
1
2
πCeiling[α]

Scope 
(5)
 


Options 
(2)
 


Applications 
(1)
 


Properties and Relations 
(2)
 
