Where is the following function continuous

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
firenze
Messages
5
Reaction score
0

Homework Statement


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

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 [tex]y_n \in [0,+\infty )[/tex] such that [tex]y_n \to y (\neq 0)[/tex].
Define the function [tex]g_n(x)=y_n \arctan x e^{-xy_n}[/tex], then its limit is [tex]g(x)=y\arctan x e^{-xy}[/tex].
Note that [tex]|g_n(x)| \leq |y_n\arctan x|[/tex], it follows [tex]g_n[/tex] is integrable. Hence by dominated convergence thm we have
[tex]\lim f(y_n)=\lim \int g_n \to \int g = f(y)[/tex].

Am I right? Still no idea for the case [tex]y=0[/tex]
 
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.