I've got the following function:
$v(r,\theta) = \frac{1}{2\pi} \int_{0}^{2\pi} \frac{r^{2} - 1}{r^{2} + 1 - 2 r \cos\left(\psi - \theta)\right)}f(\psi)d\psi$
The function $f$ is NOT specified, but it is given that $f$ is continuous. We consider the function for values $r>1$.
How do I prove that $v$ is bounded for all $r>1$?
I thought about taking a derivative with respect to $r$, but got nowhere. I have been pulling my hair out over this one.
NOTE: The above function is the solution to $\Delta v = 0$ for $r>1$, with $v(1,\theta) = f(\theta)$.
$$\frac{r^{2} - 1}{r^{2} + 1 - 2 r \cos\left(\psi - \theta)\right)}\le \frac{r^{2} - 1}{r^{2} + 1 - 2 r } = \frac{r^2-1}{(r-1)^2} = \frac{r+1}{r-1} \to 1$$
when $r\to \infty$. So $v$ is bounded when $r$ is large.
Another point of view: for $r<1$, the function
$$\begin{split} u(r, \theta) := v\left(\frac 1r , \theta\right) &= \frac{1}{2\pi}\int_0^{2\pi} \frac{\left(\frac 1r\right)^2 -1}{\left(\frac 1r\right)^2 +1 - 2\frac 1r \cos (\psi -\theta) } f(\psi) d\psi \\ &= \frac{1}{2\pi}\int_0^{2\pi} \frac{1 -r^2}{1 +r^2 - 2r \cos (\psi -\theta) } f(\psi) d\psi \end{split}$$
can obviously be extended to $r = 0$. Indeed this $u$ satifies $\Delta u =0$ and $u = f$ on the boundary $\{r=1\}$. So your $v$ is formed by "flipping" this $u$ from $\{r<1\}$ to $\{r>1\}$.