Therefore, in this blog we will understand (with an example) on how to solve a differential equation of fractional order or fractional differential equation.
But before moving forward, we brush-up on some important concepts. I will deal with these in a very shallow yet exhaustive manner.
Gamma Function:
The Gamma Function is defined as an integral Γ(z)=∫0∞e−ttz−1dt(1)
While, we can write another separate blog on the properties of Gamma Function, we shall limit ourselves to the definition of the the function only in this blog.
Some important definitions related to the Gamma Function are as follows: Γ(z+1)=zΓ(z)(2) Γ(n+1)=n!(3) Γ(2n)=π22(n−1)(n−2)!!(4)
Eqn (4), opens up another mystery that is double factorial, so we will also explore upon it a little, 5!!=5×3×16!!=6×4××2
I hope you get the idea. Note: n!!=(n!)!
Now lets solve a problem to see how it works.
Problem:
D21y=−y+x2+3π8x23
We first denote this as equation 5 D21y=−y+x2+3π8x23(5)
Multiplying D21 on both sides of equation 5 we get, D21(D21y)=D21(−y+x2+3π8x23) y′=−D21y+D21x2+D213π8x23(6)
Now, to bring simplicity, we name each term separately and solve. A=−D21yA=−(−y+x2+3π8x23)A=y−x2−3π8x23
Again, B=D21x2
Now, how do we calculate the fractional derivative of x2?
The answer will take us back to the person without whom Calculus wouldn’t have been what it is today - Riemann. The generalized defination of a derivative is derived from Riemann-Liouville definition for fractional derivative.
dxqdqxm=Γ(m−q+1)Γ(m+1)x(m−q)
When q=21 & m=2, we have, B=D21x2=dx21d21x2=Γ(25)Γ(3)x(2−21)=Γ(25)Γ(3)x(2−21)
From definitions (3) & (4) above, we get, B=43π2x23B=3π8x23
Again, C=D213π8x23C=3π8D21x23C=3π843πx
Plugging A, B and C in equation (6), we get, y′=[y−x2−3π8x23]+[3π8x23]+[3π843πx]y′=y−x2+2x
Let’s simplify this further, (y−x2)′+2x=y−x2+2x(y−x2)′=y−x2
So, the derivative of the function is the function itself, therefore, the only function that satisfies this is exponential function. y−x2=Cex C is a constant. y=Cex+x2
Using y(0)=0 to find C, we get C=0, therefore, y=x2
No comments:
Post a Comment