I am attempting Exercise 5 in Chapter 9 of PDE Evans, 2nd edition:
- Consider the nonlinear boundary-value problem $$\begin{cases}-\Delta u + b(Du)=f & \text{in }U \\ \qquad \qquad \quad \, \, \, u=0 & \text{on }\partial U. \end{cases}$$ Use Banach's Fixed Point Theorem to show there exists a unique weak solution $u \in H^2(U) \cap H_0^1(U)$ provided $b : \mathbb{R}^n \to \mathbb{R}$ is Lipschitz continuous, with $\text{Lip}(b)$ small enough.
Here are my thoughts so far on this problem:
I am tempted to follow Theorem 2 on page 536 in the textbook, which says (and Theorem 2 in the textbook refers to $(2)$ on page 535 which I wrote down as well):
THEOREM 2 (Existence). There exists a unique weak solution of the initial-boundary value problem for the reaction-diffusion system $$\begin{cases}\mathbf{u}_t-\Delta\mathbf{u}=\mathbf{f}(\mathbf{u}) &\text{in }U_T \\ \qquad \quad \mathbf{u}=\mathbf{0} & \text{on }\partial U \times [0,T] \\\qquad \quad \mathbf{u}=\mathbf{g} & \text{on }\partial U \times \{t=0\}.\end{cases}\tag{2}$$ Here $\mathbf{u}=(u^1,\ldots,u^m)$, $\mathbf{g}=(g^1,\ldots,g^m)$, and as usual $U_T = U\times (0,T]$, where $U \subset \mathbb{R}^n$ is open and bounded, with smooth boundary. The time $T > 0$ is fixed. We assume that the initial function $\mathbf{g}$ belongs to $H_0^1(U;\mathbb{R}^m)$.
It seems that Exercise 5 calls for the reader to construct a proof similar to that of Theorem 2. (Please comment if you need me to reproduce the latter proof here.) Anyway, the proof of Theorem 2 applies Banach's Fixed Point Theorem, just like what Exercise 5 asks to.
Somewhere in the beginning of the proof of Theorem 2, one sentence reads "Given a function $\mathbf{u} \in X$, set $\mathbf{h}(t):=\mathbf{f}(\mathbf{u}(t))$ ($0 \le t \le T)$." For Exercise 5, however, $f$ does not depend on $u$, but $b(Du)$ does.