I have the given functional: $$J(z)=\iint_\Omega\big((z_x)^2+(z_y)^2\big)dxdy$$
defined on the circular domain $$\Omega:x^2+y^2<R^2$$
with initial conditions $\iint_\Omega z^2dxdy=1$ where $z=z(x,y)$ and Dirichlet conditions apply by $z=0$ on $\partial \Omega$. So this is a bounded circle, however applying the formula $$F_z-\frac{\partial}{\partial x}F_{z_x}- \frac{\partial}{\partial y}F_{z_y}=0$$ on $F(z,z_x,z_y)$ gives a Laplace equation on a rectangle:
$$z_{xx}+z_{yy}=\lambda z $$
Option 1 By the conditions, and "ignoring" the circle domain, I get the ansatz:
$$u(x,y)=A_{m,n}\sin\frac{n\pi}{L}x\sin\frac{m\pi}{L}y$$
which is easily solvable for the constant $A_{m,n}$ by using the initial conditions.
But then, what does $$u(x,y)=A_{m,n}\sin\frac{n\pi}{L}x\sin\frac{m\pi}{L}y$$ have to do with a circular domain?
Option 2 So I ignore the $x,y$ and go over to Laplace equation on a circular domain, with ansatz $$u(r,\theta)=u(r)\sin\frac{n\pi}{\alpha}\theta$$
where $\alpha=2\pi$, so getting the Bessel equation:
$$u_{rr}+\frac{1}{r}u_r+\bigg(\lambda-\frac{\big(\frac{n}{2}\big)^2}{r^2}\bigg)u(r)=0$$
which gives the solution:
$$u(r,\theta)=J_{n/2}\bigg(\frac{\alpha_{n,k}}{J_{n/2}(R)}r\bigg)\sin\frac{n}{2}\theta$$
where $\alpha_{n,k}$ are the Bessel zeros. However, this has been found without using the initial condition.
Option 3:
We find that a reasonable approach to this problem is to solve the PDE:
$$u_{rr}+\frac{1}{r}u_r+\frac{1}{r^2}u_{\theta\theta}=-\lambda u$$
as given in option 2, however the solution of the angular function $\Theta$ is (correctly as JackR suggested), not related to the ansatz given in the option 2. Instead, we have:
$$\frac{r^2R''+rR'+\lambda r^2R}{R}+\frac{\Theta''}{\Theta}=0$$
The two terms on the left must be a constant, since it is the only point they will intersect, so we have:
$$\frac{\Theta''}{\Theta}=-\mu$$
and
$$r^2R''+rR'+\lambda r^2R=0$$
The former we solve as such:
Since boundary conditions on $\Theta$ are $2\pi$-periodic, so then $\mu=n^2$ and
$$\Theta(\theta)=\cos n\theta+\sin n\theta$$
Using $\mu = n^2$, equation for the radial part $R(r)$ we get
$$r^2R′′ + rR′ + (\lambda r^2 − n^2)R = 0$$
Which is the Bessel equation. Here we have to consider two solutions:
$\lambda=0, \lambda>0$
The first, $\lambda=0$:
$$J(r)=ar^{\mu}+br^{-\mu}$$
Since the circle is bounded and zero at the periphery, $b=0$, so with I.C. we would get the solution:
$$u(r,\theta)=ar^{\mu}(\sin \theta+\cos \theta)$$
The we have to convert this back to Cartesian coordinates and get:
$$u(x,y)=a\bigg(\frac{x}{\cos\theta}\bigg)^{\mu}\bigg(\frac{x}{r}+\frac{y}{r}\bigg)$$
But this, and also the case for $\lambda>0$ do not give solutions without the $r$-variable, which is incompatible with the aditional condition that $\int\int_\Omega z^2 dxdy=1$
So what is the right approach here?
Thanks