Let $f(x,y) = \sum_{n} \frac{x}{x^2 + yn^2}$. Show that $g(y) = \lim_{x\rightarrow \infty} f(x,y)$ exists for all $y>0$. Find $g(y)$.
My first impression of this problem is to use the monotone convergence theorem (MCT) or the dominated convergence theorem (DCT) to interchange the limit and the sum. However, I do not know what to bound the function by. Thanks in advance!
If we convert the sum to an integral under the counting measure $\mu$ on $\mathbb{N}$, we can re-express the function as $$f(x,y) = \int_{\mathbb{N}} \frac{x}{x^2+yn^2} d\mu$$
Ideally, we want to apply the DCT by finding an integrable function $h$ such that $|f_n| = \left|\frac{x}{x^2+yn^2} \right| \leq h$ a.e. for all $n$. But, since $h$ has to be an $L^1$ function independent of $n$ under the counting measure, DCT might not be the correct method.
Also, the DCT that I learned involves interchanging $\int \lim_{n\rightarrow \infty} f_n = \lim_{n\rightarrow \infty} \int f_n$. But, this problem statement is asking for $\lim_{x\rightarrow \infty}$ and not $\lim_{n\rightarrow \infty}$.