Extending weak solution to global weak solution of parabolic PDE

826 Views Asked by At

Fix $T > 0.$

Let $V \subset H \subset V^*$ be a Gelfand triple. Consider the linear parabolic PDE $$u_t - Au = f\quad\text{in $L^2(0,T;V^*)$}$$ $$u(0) = u_0$$ where $u_0 \in H$ and $f \in L^2(0,T;V^*)$ and $A$ is some elliptic smooth operator.

we know that this problem has a unique solution $$u \in L^2(0,T;V), u_t \in L^2(0,T;V^*)$$ by using a Galerkin method for example.

Questions:

  1. What exactly does it mean to say that we can extend $u$ to a global solution? I assume this means we can write $u \in L^2(0,\infty;V)$ and that $u$ solves the PDE I wrote above on $[0,\infty)$. How is $f$ extended from $[0,T]$ -- do we assume we are given such an extension.

  2. Under what conditions does one obtain a global solution?

(I tried all the other threads). Any reference to source that talks about this in detail would be appreciated too. Thanks.

Edit: This is confusing. Some papers

  • consider a PDE and say that "because we have existence of $u \in L^2(0,T;V)$ for any $T>0$, we have global existence".
  • other papers say solve the IVP, and then solve another IVP with $\tilde u(0) = u(T)$ and in this way extend the solution

Please someone give me authoritative reference on this topic.

2

There are 2 best solutions below

4
On
  1. Global solution means to extend it from $[0,T]$ to $[0,\infty)$, provided of course that $f\in L^2_{\mathrm{loc}}([0,\infty),V^*)$.

  2. The solution is obtainable with standard semigroup methods (unless $f$ depends on $u$, in which case you need to develop a suitable energy method), i.e., $$ u(t)=\mathrm{e}^{tA}u_0+\int_0^t\mathrm{e}^{(t-s)A}f(s)\,ds. \tag{1} $$ If $A$ is an elliptic operator (i.e. $A=-\Delta$), then $\mathrm{e}^{tA}$ defines a strongly continuous semigroup which is even contractive: $\|\mathrm{e}^{tA}g\|_{V^*}\le\|g\|_{V^*}$, for $t>0$, which makes $(1)$ very easy to understand.

2
On

Once you have a solution $u$ this solution will have a maximum lifespan $T^*$.

The statement "there exists a solution for every $T$" implies $T^*=\infty$:

Assume that the solution is not global, i.e. $T^*<\infty$. Consequently there is no solution for some $t>T^*$ (by the definition of $T^*$). This is a contradiction with thre previos statement "there exists a solution for every $T$".

So, from my viewpoint and if my reasoning is correct, the authors are NOT using "bad terminology", right?

Now, let me use the (onedimensional with domain the real line) heat equation as an example:

For the heat equation with an $H^s$ initial data, one gets the estimates $$ \|f(t)\|_{H^s}\leq \|f_0\|_{H^s}. $$ So, by standard arguments one gets a weak solution up to time $T$. If this weak solution is not global, then the solution should leave the space $H^s$ (Otherwise write $T^*$ for the maximum lifespan, assuming that the solution doesn't leave $H^s$, the function $f(T^*)\in H^s$. Now take $g_0=f(T^*)$. By the same argument before, you gave a solution $g$ at least for small time. This contradicts the definition of $T^*)$. As the bounds implies that the solution never leaves $H^s$ (the solution operator is a contraction), you get global solutions.

The idea of using the final data $u(T)$ as a new initial data $v(0)$ to extend the solution requires the time of existence of the new "step" $v$ to be larger (or at least, the same) as the previous step. Otherwise, one can have infinitely many "steps" $T_i$ in such a way the total lifespan $T^*=\sum T_i$ is finite.

I don't know if this clarify something...