gronwall lemma involves gradient

316 Views Asked by At

Could anyone see how the following two lines follow from Gronwall lemma? I use the usual differential form gronwall lemma from in Evans book. I do not know how to deal with the term involves the sobolev norm $|\cdot|_1$. enter image description here

I think that, if the second term on the lhs can ve removed, then the rhs shall follow. But I would get $\int_0^T$ rather than $\int_s^T$ in the integrand of the 2nd term...What is going on here...

2

There are 2 best solutions below

4
On

I don't see any problem, or perhaps I'm missing something in the question. For example if $0\le T$ and one has $$\frac{d}{dt}(z(t)) \le u(t) z(t) + v(t)$$ on $I=[0, T]$, then if $u,v$ are continuous $$ z(T)\le z(0)e^{\int_0^T u(s) ds}+\int_0^T e^{\int_s^T u(r)dr} v(s) ds $$ A question is what weaker conditions can we give on $u, v$ such that this holds ? I would suggest $u, v \in L^1(I)$

To explain the bounds in the integral, let's recall the theory of the linear first order equation $$\frac{d}{dt}(z(t)) = u(t) z(t) + v(t)$$ If $v$ is identically $0$, the solution is $z(t) = C z_0(t) = C e^{U(t)}$ where $U$ is an antiderivative of $u$ and $C$ is an arbitrary constant. When $v \ne 0$, the constant $C$ must be replaced by an arbitrary antiderivative of $\frac{v(t)}{z_0(t)} = v(t) e^{-U(t)}$. The solution becomes $$ z(t) = \left(C + \int_0^t v(s)e^{-U(s)}ds\right) e^{U(t)} $$ Now choosing $U(t) = \int_0^t u(r) dr$ yields the above formula because $$ e^{U(t)-U(s)} = e^{\int_0^tu(r)dr - \int_0^s u(r) dr} = e^{\int_s^t u(r) dr} $$

0
On

Basically, if we start with a DE \begin{align*} \frac{d}{dt}z(t)=u(t)z(t)+v(t) \end{align*} This boils down to the proof of integrating factor technique in DE theory. So, rearrange and multiply with $e^{-\int u(t)ds}$, we have \begin{align*} e^{-\int u(t)ds}\frac{d}{dt}z(t)-e^{-\int u(t)ds}u(t)z(t)=e^{-\int u(t)dt}v(t) \end{align*} \begin{align*} \Longrightarrow\,\frac{d}{dt}(z(t)e^{-\int u(t)dt})=e^{-\int u(t)dt}v(t) \end{align*} Now integrate from 0 to $T$ we have \begin{align*} Z(T)e^{-\int_{0}^Tu(s)ds}=z(0)+\int_0^T e^{-\int_{0}^s u(r)dr}v(s)ds \end{align*}

\begin{align*} \Longrightarrow\, z(T)&=z(0)e^{\int_{0}^Tu(s)ds}+\int_0^Te^{\int_{0}^Tu(r)dr-\int_{0}^su(r)dr}v(s)ds\\ &=z(0)e^{\int_{0}^Tu(s)ds}+\int_0^Te^{\int_{s}^Tu(r)dr}v(s)ds \end{align*}