Let $u(x,y)$ be the solution of$$ u_{xx}+u_{yy}=64$$ in unit disc $\{(x,y): x^2+y^2<1\}$ and such that $u$ vanishes on the boundary of disc then find $u(\frac{1}{4},\frac{1}{√2})$ What I tried i know how to solve Laplace's equation so i make a transformation $ v = u -32x^2$
With this my problem converted into $v_{xx}+v_{yy}=0, v= -32x^2$ on boundary of disc Then i shifted to polar coordinates because of unit disc also i know the solution of Laplace equation in polar coordinates is $$ v(r,\theta)= a_0 + \sum_{n=1}^{\infty} a_n r^n cos(n\theta)+\sum_{n=1}^{\infty} b_n r^n sin(n\theta)$$
Boundary condition becomes $ v (1,\theta)= - 32 cos^2\theta= -16( 1+cos2{\theta})$ I tried to match this conditions with solution i got $$a_0= -16 = a_2$$ other coefficients becomes zero .so solution becomes $$ v(r,\theta)= -16-16 r^2 cos2(\theta)$$ how to calculate $u(\frac{1}{4},\frac{1}{√2})$ from there Please help .