I am trying to solve a specific Poisson equation on the following set $B_1 =\left \{ (x,y) \in \mathbb{R^2}: x^2 + y^2 \leq 1 \right \}$
\begin{cases} \Delta u = y & \text{in}\quad B_1\\ u = 1 & \text{on}\quad \partial B_1 \end{cases}
I have studies Green's functions but I don't understand them very well - I don't know how to apply them to a specific case. I have tried changing coordinates to polar, but I don't know how to handle the $y$ term. Any help would really help me understand these problems better. Hints welcome too!
$\newcommand{\bbx}[1]{\,\bbox[15px,border:1px groove navy]{\displaystyle{#1}}\,} \newcommand{\braces}[1]{\left\lbrace\,{#1}\,\right\rbrace} \newcommand{\bracks}[1]{\left\lbrack\,{#1}\,\right\rbrack} \newcommand{\dd}{\mathrm{d}} \newcommand{\ds}[1]{\displaystyle{#1}} \newcommand{\expo}[1]{\,\mathrm{e}^{#1}\,} \newcommand{\ic}{\mathrm{i}} \newcommand{\mc}[1]{\mathcal{#1}} \newcommand{\mrm}[1]{\mathrm{#1}} \newcommand{\on}[1]{\operatorname{#1}} \newcommand{\pars}[1]{\left(\,{#1}\,\right)} \newcommand{\partiald}[3][]{\frac{\partial^{#1} #2}{\partial #3^{#1}}} \newcommand{\root}[2][]{\,\sqrt[#1]{\,{#2}\,}\,} \newcommand{\totald}[3][]{\frac{\mathrm{d}^{#1} #2}{\mathrm{d} #3^{#1}}} \newcommand{\verts}[1]{\left\vert\,{#1}\,\right\vert}$ $\ds{\bbox[5px,#ffd]{}}$
\begin{align} \on{u} & = {1 \over 6}\,y^{3} + \pars{\substack{\mbox{General Solution in}\ \ds{2}D \\[1mm] \mbox{Polar Coordinates}}} \\[5mm] & = {1 \over 6}\,r^{3}\sin^{3}\pars{\theta} +\pars{\substack{\mbox{General Solution in}\ \ds{2}D \\[1mm] \mbox{Polar Coordinates}}} \\[5mm] & = {1 \over 8}\,r^{3}\sin\pars{\theta} - {1 \over 24}\,r^{3}\sin\pars{3\theta} +\pars{\substack{\mbox{General Solution in}\ \ds{2}D \\[1mm] \mbox{Polar Coordinates}}} \\[5mm] & = {1 \over 8}\,r^{3}\sin\pars{\theta} - {1 \over 24}\,r^{3}\sin\pars{3\theta} \\[2mm] & + \bracks{1 + a_{1}r\sin\pars{\theta} + a_{3}r^{3}\sin\pars{3\theta}} \\[5mm] & = 1 + \pars{{1 \over 8}r^{3} - a_{1}r}\,\sin\pars{\theta} + \pars{-{1 \over 24}\,r^{3} + a_{3}r^{3}}\sin\pars{3\theta} \end{align} Since it must be $\ds{\theta}$-independent in $\ds{\partial B_{1}}$: \begin{align} \on{u} & = 1 + {1 \over 8}\pars{r^{3} - r}\,\sin\pars{\theta} \\[5mm] & = 1 + {1 \over 8}\pars{x^{2} + y^{2} -1}\,y \end{align}