How to prove that the L2 norm is a non-increasing function of time for a 2nd-order PDE?

489 Views Asked by At

I am having a test in few days and I saw an interesting question while I was skimming through the book problems.

The problem is concerned about initial-boundary value problem of 2nd order PDEs. To be specific, a IBVP problem of the diffusion (heat) equation.


Let us say I have the diffusion equation in 1-D, with the diffusivity constant to be unity (for simplicity):

enter image description here

with the following conditions imposed on the PDE:

enter image description here

Now, I want to prove that the enter image description here norm of enter image description here is a non-increasing function of time (assuming the norm of enter image description here to be finite.)

  • Well I know that this norm is defined as enter image description hereenter image description here
  • How can I start the proof? Shall I use the Poincare inequality?
1

There are 1 best solutions below

6
On BEST ANSWER

Write:

$$\frac{d}{dt} \int_0^L u^2(t,x) dx = \int_0^L 2 \frac{\partial u}{\partial t} u dx = \int_0^L 2 \frac{\partial^2 u}{\partial x^2} u dx$$

Now integrate by parts. Your boundary term will vanish, and the remaining integral term will be the integral of a nonpositive function, so it will be nonpositive. So all that's left is to justify the differentiation under the integral sign.