Linear control ODE - exponential convergence?

haluza
Messages
1
Reaction score
0
Hello,

I'm having hard times with the following simple linear ODE coming from a control problem:
$$u(t)' \leq \alpha(t) - u(t)\,,\quad u(0) = u_0 > 0$$
with a given smooth α(t) satisfying
$$0 \leq \alpha(t) \leq u(t) \quad\mbox{for all } t\geq 0.$$
My intuition is that $$\lim_{t\to\infty} u(t) - \alpha(t) = 0,$$
and that the convergence is exponential, i.e., $$|u(t) - \alpha(t)| = u(t) - \alpha(t) \leq c_1 e^{-c_2 t}.$$
For instance, if α was a constant, then the exponential convergence clearly holds (just solve the related ODE and use a "maximum principle").
Do you see a simple proof for time-dependent α (could not prove neither of the "statements" - probably I'm missing something very elementary); or is my intuition wrong?

Many thanks, Peter
 
Physics news on Phys.org
For a u(t) to exist satisfying those constraints puts constraints on α(t). Not exactly that it is monotonic non-increasing, but something approaching that. Do you know of such a constraint (beyond that implied)?
 
For the fundamental solution set S={ex,e2x,e3x} can we construct a linear ODE with constant coefficients?

I have verified that the solution set is linearly independent via wronskian. I have got the annihilators as (D-1),(D-2),(D-3). However after that I'm not sure how to proceed. What do I do to get the ODE?

Thanks
 
Last edited by a moderator:
Consider α(t) as follows:
In the nth period of time B, α(t) = A > 0, except for the last e-n, where it is 0. If u'(t) = α(t) - u(t) and vn = u(Bn) - A,
vn+1 = vne-B - A(1-e-e-n)
> vne-B - Ae-n
So vn > wn where
wn+1 = wne-B - Ae-n
which I believe gives:
wn = Ce-Bn - Ae-n/(e-1-e-B)
wn tends to 0 as n goes to infinity, not going negative. Hence u(t) converges to A, and the difference between u and α exceeds A on occasions beyond any specified t.
 
There is the following linear Volterra equation of the second kind $$ y(x)+\int_{0}^{x} K(x-s) y(s)\,{\rm d}s = 1 $$ with kernel $$ K(x-s) = 1 - 4 \sum_{n=1}^{\infty} \dfrac{1}{\lambda_n^2} e^{-\beta \lambda_n^2 (x-s)} $$ where $y(0)=1$, $\beta>0$ and $\lambda_n$ is the $n$-th positive root of the equation $J_0(x)=0$ (here $n$ is a natural number that numbers these positive roots in the order of increasing their values), $J_0(x)$ is the Bessel function of the first kind of zero order. I...
Are there any good visualization tutorials, written or video, that show graphically how separation of variables works? I particularly have the time-independent Schrodinger Equation in mind. There are hundreds of demonstrations out there which essentially distill to copies of one another. However I am trying to visualize in my mind how this process looks graphically - for example plotting t on one axis and x on the other for f(x,t). I have seen other good visual representations of...
Back
Top