The question: consider a hole of radius a in a two-dimensional plane. We let the temperature on the hole's boundary be given by $f(\theta)$, where $\theta$ is a polar angle. From the temperature profile $T(r,\theta)$ for $r>a$, find the Poisson Integral Formula.
My solution: We know the general solution to Laplace's Equation in plane polars is
$$T(r,\theta)=C_0\ln(r)+D_0+\sum_{n=1}^{\infty}(A_n\cos(n\theta)+B_n\sin(n\theta))(C_nr^n+D_nr^{-n})$$
To make sure it doesn't blow up as $r\rightarrow \infty$, we make $C_0=0$ and $C_n=0$. Combining $A_n$ and $B_n$ with $D_n$ to get $Q_n$ and $W_n$, we get
$$T(r,\theta)=D_0+\sum_{n=1}^{\infty}r^{-n}(Q_n\cos(n\theta)+W_n\sin(n\theta))$$ We ntoe that these constants can be found using the boundary conditions, but are not important for my question.
Our formula above can be rewritten as $$T(r,\theta)=\sum_{n=0}^{\infty}\frac{C_n}{r^n}e^{in\theta}$$
For some constant $C_n$. Now, from here, how can I find the Poisson Integral Formula? I know the integral kernal is given by
$$P_r(\theta)=\sum_{n=-\infty}^{\infty}r^{|n|}e^{in\theta}$$
But I don't know how to go from there. Can anyone help me understand this?
Thank you in advance.