Where is the following function continuous

firenze
Messages
5
Reaction score
0

Homework Statement


f: [0,+\infty) \to \mathbb{R}: y \mapsto \int_0^{+\infty} y \arctan x \exp(-xy)\,dx.<br />
Show that this function is continuous in y if y \neq 0
and discontinuous if y = 0

Homework Equations





The Attempt at a Solution


I just can't get started, any hint?
 
Physics news on Phys.org
Start by trying to simplify an expression for f(y+d)-f(y). Ultimately you want to show that for any epsilon>0, you can pick a delta so that |f(y+d)-f(y)|<epsilon for all d<delta.
 
Here is my try:
Choose a sequence y_n \in [0,+\infty ) such that y_n \to y (\neq 0).
Define the function g_n(x)=y_n \arctan x e^{-xy_n}, then its limit is g(x)=y\arctan x e^{-xy}.
Note that |g_n(x)| \leq |y_n\arctan x|, it follows g_n is integrable. Hence by dominated convergence thm we have
\lim f(y_n)=\lim \int g_n \to \int g = f(y).

Am I right? Still no idea for the case y=0
 
Last edited:
To use the dominated convergence theorem you need to find a function that bounds g_n for all n. In other words, this function can't have an n in it. Other than that you seem to be on the right track. The same idea should work for y=0.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top