I'm currently stuck on the following exercise from Evans PDE Chapter 8 Exercise 11.
Let $\beta: \mathbb{R} \rightarrow \mathbb{R}$ be smooth with \begin{equation} 0 < a \leq \beta'(z) \leq b, \text{ } z \in \mathbb{R} \end{equation} for constants $a,b$. Let $f \in L^2(U)$ where $U$ is a bounded subset of $\mathbb{R}^n$ with smooth boundary. Formulate what it means for $u \in H^1(U)$ to be a weak solution of the non-linear boundary value problem \begin{equation*} \begin{cases} -\Delta u = f \text{ in } U\\ \frac{\partial u}{\partial \nu} + \beta(u) = 0 \text{ on } \partial U \end{cases} \end{equation*} Prove there exists a unique solution.($\nu$ is the outward normal vector)
Let $\mathrm{Tr}$ be the trace operator, then I was able to formulate what a weak solution meant e.g. for any $v \in H^1(U)$ \begin{equation*} \int_{\partial U} \beta\big(\mathrm{Tr}(u)\big) \mathrm{Tr}(v) + \int_{\Omega} Du \cdot Dv - fv = 0 \end{equation*} However, I have problems finding a corresponding energy for this PDE. From the condition that $\beta'(z)$ is strictly positive and that we want a unique solution, I deduced that our energy probably has an expression for the anti-derivative of $\beta$ to make the energy strictly convex. I believe the energy is \begin{equation*} E(u) := \int_{U} \frac{1}{2} |Du|^2 - fu \text{ } dx + \int_{\partial U}\int_{0}^{\mathrm{Tr}(u)} \beta'(t) \text{ } dt dx \end{equation*} and our admissible set $\mathcal{A} = H^1(U)$. Indeed, the Euler Lagrange Equation matches the weak formulation. And we know from joint convexity of the Lagrangian associated with the energy that any solution of the Euler-Lagrange is a minimizer, so there is at most one solution by Strict Convexity. However, I cannot prove there exists a solution e.g. I can't prove the minimizing sequence is bounded. Any hints or help would be appreciated.