Those two problems bothers me for a while. I think I got most of it but I do want to have a nice and clean solution, so I post it here for discussion.
All below I will use Einstein summation.
The first one is Problem 8 on page 367. It asks us to prove the gradient estimation for elliptic equation $$Lu:=-a_{ij}\partial_i\partial_ju=0\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,(1)$$
It suggest we start with $v:=|Du|^2+\lambda u^2$ and prove that $Lv\leq 0$ for $\lambda$ large enough. As usual, I did computation and end up with
$$Lv= -a_{ij}\,\partial_j\partial_ku\,\partial_i\partial_k u + \partial_ka_{ij}\,\partial_k u\,\partial_i\partial_ju-2\lambda a_{ij}\,\partial_ju\,\partial_i u-2\lambda a_{ij}\,u\, \partial_i\partial_ju,$$ in which I plug in function (1) with derivative with respect $\partial_k$ and multiply with $\partial_k u$. Then, apply ellipticity and use Cauchy inequality, I end up with $$Lv\leq -\frac{\theta}{2}|D^2u|^2+(-2\theta\lambda +A)|Du|^2-2\lambda a_{ij}\,u\, \partial_i\partial_ju $$ where $\theta>0$ is the ellipticity constant and $A$ only depends on $a_{ij}$. I got stuck on the last part of the right hand side.
I was planning to estimate it with $$ -2\lambda a_{ij}\,u\, \partial_i\partial_ju \leq B\lambda |u|^2+ \frac{\theta}{4}|D^2u|^2$$ and I would have $$Lv\leq -\frac{\theta}{4}|D^2u|^2+(-2\theta\lambda +A)|Du|^2+B\lambda |u|^2$$ Clearly as $\lambda$ large enough, I have $-2\theta\lambda+A<0$, but how may I get ride of the last part? Here I think $\lambda$ should not depends on $u$.
The next question regrading to Problem 9 on page 367. I could do all the way until $$ \left|\frac{\partial}{\partial \nu}u(x^0)\right|\leq C\left|\frac{\partial}{\partial \nu}w(x^0)\right| $$ but the actually question asks me to prove $$ |Du(x_0)|\leq\left|\frac{\partial}{\partial \nu}w(x^0)\right| $$ I don't have a clue how the last part come from...
Pleas help. Thank you!