Let $u(x,y)$ be a harmonic function in the domain $0\le x^2 +y^2\le 1$ that satisfy the following terms at the rim of the circle: $$\begin{cases} u(x,y)=3y & \text{if y>0} \\ u(x,y)=0 &\text{if y<0} \end{cases}$$
Calculate $u(x,0)$.
My idea is:
we know that the solution to the equation is in the form of $$u(r,\theta)=\frac{a_0}{2}+\sum_{n=1}^\infty {r^n(a_ncos{(n\theta)}+b_nsin{(}n\theta))}$$ we need to find $u(x,0)$ it's enough to calculate only the series $a_n$ but I Don't sure how we suppuse to do it :(
thanks !
You are on the right track. Let $f : [0,2 \pi] \to \mathbb{R}$, $f(\theta) = 3\sin(\theta)$ if $\theta \in [0,\pi]$, $f(\theta) = 0$ otherwise. Note that $u(x,y) = f(\theta)$ when $x^2 + y^2 = 1$. Substitute $r = 1$ in the solution, and impose $$ \frac{a_0}{2} + \sum_{n = 1}^\infty [a_n \cos(n\theta) + b_n \sin(n\theta)] = f(\theta). $$
Then expand $f(\theta)$ in Fourier series and impose the equality between coefficients.