I am trying to solve this boundary value problem in three dimensions:
$$L(u)= 2rcos(\theta)-1$$ inside of unit ball ($r<1$) $$\frac{\partial u}{\partial r}= 3u$$ on the boundary ($r=1$)
where L(u) is Laplace operator.
I should solve it using Legendre polynomials but I do not know how to aproach it. The second question is if there is only one bounded solution to this problem.
Thank you for your help.
Edit:
I use this spherical coordinates: $x=rsin(\theta)cos(\phi), y=rsin(\theta)sin(\phi), z=rcos(\theta)$.
So the problem is formulated in these coordinates. I want to solve this using Legendre polynomials to somehow prove it has only one unique bounded solution or it has more than one solution that is bounded.