Consider the Neumann problem $$\Delta u = c, \qquad x \in \Omega = B(\mathbf{x},1) \subseteq \mathbb{R}^2$$ equipped with the boundary condition $\nabla u \cdot \mathbf{n} = 1 \quad \forall x \in \partial \Omega$ where $c$ is a constant.
Find all $c$ for which there exists a solution and find all these solutions.
The boundary condition suggests usage of the Green theorem: $$\int_\Omega \varphi \Delta u = - \int \nabla \varphi \nabla u + \int_{\partial \Omega} \varphi \nabla u \cdot \mathbf{n}$$
Which results in $$c \int_\Omega\varphi = - \int \nabla \varphi \nabla u + \int_{\partial \Omega} \varphi$$ If I would take $\varphi = u$ then this results in $$\|\nabla u\|^2_{L^2} = \int_{\partial \Omega} u - c \int_\Omega u$$
But how could I continue? I don't really see how to reach a answer to the question. I guess I would look for a upper bound of $c$?