Differential Equations – Existence of Solution to Linear PDEs with Boundary Conditions

differential equationssg.symplectic-geometry

I am looking to find a solution, or even just prove the existence of one, to the following system of linear PDEs. They come up in a construction I am trying to work out in symplectic geometry. Here $(r_1, \theta_1, r_2, \theta_2)$ are the polar coordinates on $\mathbb{R}^4$, and $\beta$ and $\gamma$ are smooth functions in terms of those coordinates, that I would like to solve for:

$$2\gamma + r_2\frac{\partial \gamma}{\partial r_2} = 1$$
$$\frac{\partial \beta}{\partial \theta_2}(r_1^2-1) – r_2^2\frac{\partial \gamma}{\partial \theta_1} = 0$$
$$2\beta r_1 + \frac{\partial \beta}{\partial r_1}(r_1^2-1) = r_1$$,

and I need the conditions that $\beta = \gamma = 1$ when $r_1^2 \geq \delta > 0$, and $\beta = r_1$ when $r_1 = 0$ and $\theta_2 = 0, 0.5$. For certain reasons, I know that a solution (i.e. functions $\beta$ and $\gamma$) will not exist if I want $\beta = r_1$ whenever $r_1 = 0$, but I want to know if they might exist around two values of $\theta_2$.

Best Answer

The general solution of your equations in a simply connected domain on which $r_2\not=0$ and $r_1\not=\pm1$ is $$ \beta = \frac12 + \frac1{{(r_1}^2{-}1)}\, \left(\frac{\partial a}{\partial\theta_1}+b(\theta_1,r_2)\right) \quad\text{and}\quad \gamma= \frac12 + \frac1{{r_2}^2}\, \left(\frac{\partial a}{\partial\theta_2}+c(\theta_2,r_1)\right), $$ where $a = a(\theta_1,\theta_2)$ is a function of $\theta_1$ and $\theta_2$ only, $b$ is a function of $\theta_1$ and $r_2$ only, and $c$ is a function of $\theta_2$ and $r_1$ only.

To see this, set $\bar\beta = ({r_1}^2{-}1)\bigl(\beta-\tfrac12\bigr)$ and $\bar\gamma = {r_2}^2\bigl(\gamma-\tfrac12\bigr)$ and note that the given equations imply the constant coefficient linear equations $$ \frac{\partial\bar\beta}{\partial r_1} = \frac{\partial\bar\gamma}{\partial r_2} = \frac{\partial\bar\beta}{\partial\theta_2}-\frac{\partial\bar\gamma}{\partial\theta_1} = 0, $$ which are easily solved.

I do not see how you can choose $a$, $b$, and $c$ so that your 'boundary conditions' are satisfied. Because the general solution depends on three functions of two variables, one would expect to be able to specify (initial) conditions along a surface in the domain, but not along a hypersurface (which is what boundaries generally are).

Related Question