A [itex]L^2(-\infty, +\infty)[/itex] and LTI systems

  • A
  • Thread starter Thread starter solanojedi
  • Start date Start date
  • Tags Tags
    Lti Systems
AI Thread Summary
The discussion centers on the relationship between eigenfunction theory, Sturm-Liouville operators, and linear time-invariant (LTI) systems in the context of control theory. It explains that LTI systems, which operate within the space L^2(-∞, +∞), utilize complex exponentials as eigenfunctions, allowing for the application of Fourier transforms. The conversation raises questions about the implications for linear time-variant systems, suggesting that they may not adhere to the same properties and could complicate the analysis, as convolution rather than simple multiplication may be involved in the frequency domain. Additionally, the distinction between Fourier and Laplace transforms is highlighted, noting that Laplace transforms can handle a broader class of functions, including those that are not square integrable. The thread concludes with a reflection on the potential connections between LTI operators and Sturm-Liouville theory, particularly regarding the nature of eigenfunctions.
solanojedi
Messages
33
Reaction score
0
Hi everyone,
I'm an electrical engineer trying to make a little bit of order in my mind about eigenfunction theory, sturm liouville operators (regular and singular) on my own free time and I thought I was grasping almost everything, but I had a little doubt that is actually coming from the field of control theory.

First, I start from the math: I learned (I'll be for sure approximate, I apologize, but correct me if I'm wrong) that in Hilbert spaces it is always possible to define a basis made of eigenfunctions and every operator and function existing inside the space can be rewritten using that basis. However, how to find this basis?
There are particular operators called Sturm Liouville operators that, defining an eigenvalue problem, can generate a set of functions and those functions are the basis for the corresponding space I'm working with. In particular, there are Sturm Liouville "singular" problems that are defined over a space that is not "finite" but extends from -\infty to +\infty: one of them, and for an engineer the most important, is L^2(-\infty, +\infty).
In this space, the operator \frac{d^2}{dx^2} defines an Sturm Liouville singular problem and the solution of this eigenvalue problem is an infinite set of complex exponentials. From this theory we get the Fourier transform theory.
Ok, this was a sort of a very general summary of what I have in my mind.

Now, switching to control theory: we say that for LTI systems (that are described with LTI operators) the complex exponential is an eigenfunction of the operator and hence I can use the Fourier transform to analyze those systems.
This, in my opinion, is only because I'm dealing with signals and operators that by definition are L^2(-\infty, +\infty). Hence, I believe LTI operators are only a special case of the general operators that are in L^2(-\infty, +\infty).

Here's my question: what happens if the system is not LTI but for example linear time variant? What kind of signals (and operators) I'm dealing with? I guess that they are not anymore L^2(-\infty, +\infty), and so I cannot use the same instruments like Fourier/Laplace transform , but this is just a guess.

Thank you in advance!
Nicola
 
Mathematics news on Phys.org
L^2(-\infty, \infty ) has nothing to do with time variant. Physical interpretation would be the issue.
 
Hi mathman,
thank you for your answer but I don't understand. LTI systems must "live" inside L2, otherwise I won't be able to use tools like the Fourier transform.
My questions were: 1) LTI systems are a special case of L2? (hence it's not their peculiarity to have complex exponentials as eigenfunctions, since the whole space is equipped with this basis) 2) what happens if the system is not LTI? I probably cannot use the transforms, am I right?

Thank you again,
Nicola
 
It is hard for me to respond, since (as a mathematician) I am not familiar with LTI systems. I would need a precise definition.
 
I'm not really able to provide a precise (in a mathematical sense) definition. Generally speaking, LTI systems are mathematical models that involve operators that are continuos, linear and invariant to shifts (in this case, time-shifts).
A more extensive discussion can be found here: https://en.wikipedia.org/wiki/Linear_time-invariant_theory , where there is also a "proof" that complex exponentials are eigenfunctions of these operators.
 
I looked at your reference and I will have to beg off further analysis (at my age I find it difficult to absorb new material). Mathematically a function is a member of L_2(-\infty ,\infty ) if its square is integrable over the domain. One important property is that you can take Fourier transforms.
In the distant past I did work with what were called stationary Gaussian process. The main concern was about their autocorrelation functions., with Fourier transforms being their power spectra. This could have some relevance to what you are looking at.
 
solanojedi said:
Here's my question: what happens if the system is not LTI but for example linear time variant? What kind of signals (and operators) I'm dealing with? I guess that they are not anymore L^2(-\infty, +\infty), and so I cannot use the same instruments like Fourier/Laplace transform , but this is just a guess.
Linear operators that are time variant would be, for example, ordinary differential equations with variable coefficients. Some of these are singular and some are regular. Think of a linear filter made up of resistors, capacitors and inductors that includes a variable capacitor that is connected to a knob that a user can control. As the user turns the knob the system is changing. The ordinary differential equation describing the output of the filter would have a coefficient that is time-varying. I am not a mathematician, but I would think that whether an L^2(-\infty, +\infty) input produces an L^2(-\infty, +\infty) output will depend upon the particular system.

You are correct in that using Fourier or Laplace transforms to analyze a differential equation with variable coefficients is often not so useful (although sometimes they are very useful, such as analyzing Airy's equation). Since you are learning about Sturm-Liouville theory, I am assuming that you know something about Green's functions? Once you know the Green's function then you know the response of the system represented by the differential equation for a given input, whether or not it is time-invariant.

By the way, I'm hoping you already know that Laplace transforms are useful for a much larger class of functions than L^2(-\infty, +\infty). For example, it is easy to find the Laplace transform of u(t) \, e^t, (where the step function u(t) is 0 for t<0 and 1 for t>0). That is why Laplace transforms are so useful for analyzing both stable and unstable systems.

Jason
 
Hi Jason, thank you very much for your answer.
I believe I found an answer to my doubt in this thread: https://dsp.stackexchange.com/quest...and-transform-only-applicable-for-lti-systems and I'll try to summary the answer.
LTI systems are a special case of linear operators. When I'm dealing with signals that are L^2(-\infty +\infty), these signals can be expressed as integral of complex exponentials and, since LTI operators act from L^2 to L^2, the complex exponentials are also eigenfunctions of the operator.
The nice thing about these systems is that their Fourier transform is given by a product of the input signal by a complex number (a tranfer function, basically).
If the system is not time invariant or not linear, we won't get a product in the frequency domain, but a convolution, that is much more complicated to handle.

This answers my original question.

You answer, Jason, raise me more doubts :)
I'm not a mathematician either, but I think that these results hold if the system (wheter linear, non linear, time variant...) transforms signals from L^2 to L^2. If not, I actually don't know what happens.
I'm not particularly familiar with Green functions (only the general concept - I'm still trying to understand the "big picture"), but from your discussion it seems like they are the generalization of the impulse response (that is defined only in LTI system) to more general systems. Could it be correct?

Fourier transforms and Laplace transforms are usually used to solve ODE and PDE. Laplace was "introduced" because Fourier transform is defined in L2 and in that space esponentials (typical solutions of ODE) are not defined, hence it was necessary something else that was able to handle them. But when I have to use one and when the other in ODE/PDE? Now I think I'm going to search for some reference where the same ODE/PDE is solved with the two different approach. I expect that with Fourier approach I'm going to miss some solution.

I think we are kinda going off topic, but I thank you very much for your replies, it helps me think and make order in my thoughts.

Nicola
 
solanojedi said:
I'm not particularly familiar with Green functions (only the general concept - I'm still trying to understand the "big picture"), but from your discussion it seems like they are the generalization of the impulse response (that is defined only in LTI system) to more general systems. Could it be correct?
Correct

solanojedi said:
Fourier transforms and Laplace transforms are usually used to solve ODE and PDE. Laplace was "introduced" because Fourier transform is defined in L2 and in that space esponentials (typical solutions of ODE) are not defined, hence it was necessary something else that was able to handle them. But when I have to use one and when the other in ODE/PDE? Now I think I'm going to search for some reference where the same ODE/PDE is solved with the two different approach. I expect that with Fourier approach I'm going to miss some solution.
Yes, the Fourier transform approach will throw out those solutions that are not Fourier transformable.

Jason
 
  • #10
Ok, so from what I understand I can get different solutions of an ODE/PDE depending on the hypothesis of the space I'm working with.
If I suppose to work with functions in L^2(-\infty, +\infty), then the Fourier transform is valid and I can exploit the fact that the unknown function x(t) in a ODE can be written with the eigenfunction basis e^{i\omega t} as the inverse Fourier transform \int^{+\infty}_{-\infty} X(f) e^{i\omega t} d\omega. However, this approach "loses" other possible solutions that do not live in L^2(-\infty, +\infty).

To get all the solutions (like exponentials that are not square integrable) and hence be able to deal also with the unstable solutions described by the same ODE, we need the Laplace transform that can handle exponential growths.

When we apply the Laplace transform to an ODE we basically perform the same procedure as the Fourier transform but the premises are different: we suppose to deal with another "space" (if it is correct to call it space) with more "rich" signals than L^{2}(-\infty, +\infty). Then we suppose that the usual signal x(t) of the ODE can be written as \int^{+\infty}_{0} X(s) e^{s t} ds, as if in this new "space" there was an eigenfunction basis made of exponential with a complex exponential e^{s t}.
Does it make sense?

EDIT: a quick question: LTI operators, since they are sums of derivatives, can somehow viewed as combinations of Sturm Liouville operators? In this case it can come from SL theory that complex exponentials are eigenfunctions for LTI operators?
 
Last edited:
Back
Top