Fractional Calculus on Sinusoidal functions

In summary, the conversation discusses the concept of fractional calculus and its application in finding the phase dependence of sinusoidal functions on non-integer derivatives. It is determined that the fractional derivative is commutative and additive for index values between 0 and 1. The purpose of the derivatives is to shift the phase between -Pi/2 and Pi/2 and the calculations are based on functions of a special form. The conversation also mentions the need for specifying the definition and base point in using fractional derivatives.
  • #1
TheDestroyer
402
1
Hello guys :),

I have a question which I think is very advanced and weird. But I need the answer for some signal analysis purpose.

As we know, the derivative of a sine function, per se, shifts the phase, by Pi/2; i.e.,

f(x) = A sin (w t)
df(x)/dt = A sin (w t + Pi/2) = A cos(w t)

and of course, the integral does the opposite:
Integral(f(x) dx) = A sin(w t - Pi/2) = - A cos(w t).

As we know, there's something called fractional calculus, which involves taking derivates in non-integer orders. So for example the derivative of

g(x) = x

of the order 1/2, would be something like

(d^(1/2) g(x))/(dx^(1/2)) = Gamma(1/2) x^(1/2),

where Gamma(1/2) is the Euler gamma function (I'm not sure whether inside gamma is over 1/2 or 3/2, but whatever).

------------

My question:

So my question is, could you guys help me in finding the phase dependence of sinusoidal functions on non-integer derivatives? so I'm looking for something like:

d^(n) f(x)/dx^n = A sin(w t + k(n)),

where n is a real number, and k(n) is the phase dependence on the derivative order, n, that I'm looking for.

Thank you for any efforts :)
 
Physics news on Phys.org
  • #2
[itex]\frac{d^{\alpha}Asin(t)}{dt} = Asin(t + \alpha\pi/2)[/itex], this fractional derivative is for w=1.
 
  • #3
Thank you for your answer.

Is it linear like that? I'm surprised! it's so simple! I thought it would be a little but more complicated! The results from the signal shifting I'm doing gives it something like

Phi = Pi/2 * ArcTan(1 - Exp(n))

proportionality between for n=[0,1] with some coefficients, where n is the derivative order...

Any explanation?
 
  • #4
Yes is as simple as that. If you believe you have a different shift try the following test:

- compute the half derivative of sin(t), [itex]g(t) = \frac{d^{\frac{1}{2}}sin(t)}{dt}[/itex]
- compute the half derivative of g(t), [itex]h(t) = \frac{d^{\frac{1}{2}}g(t)}{dt}[/itex]

In the end you should have [itex]h(t) = sin(t+\pi/2)[/itex] hecause h(t) is the first derivative of sin(t)

With the simple formula you get [itex]g(t) = sin(t+\pi/4)[/itex] and [itex]h(t) = sin(t+\pi/4 + \pi/4) = sin(t+\pi/2)[/itex]

You can obtain the shift formula by playing with the fractional derivative of the exponential function.
 
  • #5
atomthick said:
Yes is as simple as that.

Absolutely not!

First, fractional derivatives do not satisfy the index law in general. For example take f(x) = 1 and then [itex]D^{\frac12} \frac{d}{dx} 1 = 0[/itex] but [itex]\frac{d}{dx} D^{\frac12}1 = \frac{d}{dx} \frac{1}{\sqrt{\pi x}} \neq 0[/itex]. In general [itex]D^p D^q \neq D^q D^p[/itex].

Secondly, the Riemann-Liouville fractional derivative of the exponential function with base point a=0 leads to the http://en.wikipedia.org/wiki/Mittag-Leffler_function" , not another exponential.

In fractional calculus you must be explicit in which fractional derivative you use (yes there is more than one) and specify the base point where appropriate.
 
Last edited by a moderator:
  • #6
Thank you guys for your answers.

pwsnafu said:
Absolutely not!

First, fractional derivatives do not satisfy the index law in general. For example take f(x) = 1 and then [itex]D^{\frac12} \frac{d}{dx} 1 = 0[/itex] but [itex]\frac{d}{dx} D^{\frac12}1 = \frac{d}{dx} \frac{1}{\sqrt{\pi x}} \neq 0[/itex]. In general [itex]D^p D^q \neq D^q D^p[/itex].

Secondly, the Riemann-Liouville fractional derivative of the exponential function with base point a=0 leads to the http://en.wikipedia.org/wiki/Mittag-Leffler_function" , not another exponential.

In fractional calculus you must be explicit in which fractional derivative you use (yes there is more than one) and specify the base point where appropriate.

So what's the correct answer please, if I have to use such a function? is it like the guys have said, concerning this a special simple case, or is it more complicated?
 
Last edited by a moderator:
  • #7
TheDestroyer said:
So what's the correct answer please, if I have to use such a function? is it like the guys have said, concerning this a special simple case, or is it more complicated?

I can't answer because you haven't given enough information. You need to specify
  1. What the definition of fractional derivative you intend to use,
  2. If there is a base point, you need to specify that,
  3. The domain of the function you intend to integrate/differentiate.

And yes they are all significant. If you treat sine as a function whose domain is [0,2pi] you will get a different result to sine with domain over all reals, which is different again compared to sine with domain of the unit circle.

There is no "correct" answer.
You just choose the definition which has the properties you want in the application. The only advice I can give you is read lots of papers in your field. The convention used in one field will differ from others.
 
  • #8
For index values a with 0 < a < 1 the fractional derivative is comutative and additive.
 
  • #9
atomthick said:
For index values a with 0 < a < 1 the fractional derivative is comutative and additive.

For Riemann-Liouville yes. Don't know if it is true for all one parameter fractional derivatives though. For two or more parameter operators, obviously not.
 
  • #10
Thank you for your replies guys!

I'm not that familiar with fractional derivatives to understand all the terms you mentioned. The thing I can tell you is that the purpose of the derivatives is shifting the phase between -Pi/2 and Pi/2; i.e, the derivative order has to be

-1 <= a <= 1

What's inside the sin is a real number, and I don't really know what basepoint mean. Could you please explain more so that I can provide sufficient information?
 
  • #11
I've based my calculations on functions of a special form for which Liouville began his studies on fractional derivatives.

[itex]f(x)=\sum^{\infty}_{n=0}c_{n}e^{a_{n}x}, Re(a_{n}) > 0[/itex]

for which the fractional derivatives are

[itex]D^{\alpha}f(x)=\sum^{\infty}_{n=0}c_{n}a_{n}^{\alpha}e^{a_{n}x}, Re(a_{n}) > 0[/itex]

You can write [itex]sin(x)=\frac{1}{2i}e^{ix} - \frac{1}{2i}e^{-ix}[/itex] and try to use the above formula to find out the derivative but you have to take a limit case because Re(i) = 0

Here is a link http://www.umw.edu/cas/math/students/documents/damian1.pdf
 
Last edited by a moderator:
  • #12
Thanks a lot. I'll try :)
 
  • #13
TheDestroyer said:
thing I can tell you is that the purpose of the derivatives is shifting the phase between -Pi/2 and Pi/2; i.e, the derivative order has to be
In that case, yep atom's answer is what you want.

What's inside the sin is a real number, and I don't really know what basepoint mean. Could you please explain more so that I can provide sufficient information?

The most standard definition of fractional calculus is the Riemann-Liouville. Given a function [itex]f:[a,b]\rightarrow[/itex] we define the fractional integral of order [itex]Re \alpha>0[/itex] as
[tex]D^\alpha_{a+}f(x) := \frac{1}{\Gamma(\alpha)}\int_a^x (x-t)^{\alpha-1} f(t) dt.[/tex]
The base point refers to that a. Different choices of a result in different different answers when you calculate the integral. The Liouville definition above corresponds to [itex]a\rightarrow -\infty[/itex]. This is why it is a limit.
 
  • #14
Thanks a lot mate :)

I'll go for that as well ^^
 

1. What is Fractional Calculus?

Fractional Calculus is a branch of mathematics that deals with the study of integrals and derivatives of non-integer orders. It extends the traditional calculus, which only deals with integer orders, to include fractional orders. This allows for a more accurate representation of real-world phenomena that exhibit non-integer behaviors.

2. How does Fractional Calculus apply to Sinusoidal functions?

Fractional Calculus can be applied to sinusoidal functions in several ways. It allows for the analysis and manipulation of non-integer frequency components in a sinusoidal signal. It also allows for the modeling of complex systems that exhibit sinusoidal behaviors with non-integer orders, such as fractals and chaotic systems.

3. What are the advantages of using Fractional Calculus on Sinusoidal functions?

Using Fractional Calculus on sinusoidal functions allows for a more accurate representation and analysis of real-world phenomena that exhibit non-integer behaviors. It also allows for the study of complex systems that cannot be accurately modeled using traditional calculus. In addition, Fractional Calculus can improve the performance of signal processing and control systems.

4. Are there any limitations to using Fractional Calculus on Sinusoidal functions?

One limitation of using Fractional Calculus on sinusoidal functions is that it can be more computationally intensive compared to traditional calculus methods. Additionally, the interpretation and physical meaning of fractional orders in the context of sinusoidal functions may not always be straightforward. It also requires a good understanding of both Fractional Calculus and sinusoidal functions to apply it effectively.

5. How is Fractional Calculus on Sinusoidal functions used in practical applications?

Fractional Calculus on sinusoidal functions has many practical applications in various fields such as signal processing, control systems, and physics. It is used in the analysis and design of filters, oscillators, and other electronic circuits. It is also used in modeling and predicting natural phenomena, such as weather patterns and biological systems. In finance, Fractional Calculus is used in the analysis of stock market trends and predicting future market movements.

Similar threads

Replies
1
Views
935
Replies
3
Views
1K
Replies
4
Views
364
Replies
5
Views
1K
Replies
4
Views
348
Replies
11
Views
2K
  • Calculus
Replies
6
Views
1K
Replies
3
Views
1K
Replies
2
Views
1K
Replies
1
Views
1K
Back
Top